Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
FokkeZB committed Apr 5, 2016
1 parent 6eae327 commit 1817fed
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ tmp
Thumbs.db
/i18n
/platform
/dist
/tn.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RideTracker
# G.O. Tracker

This app is an Open Source work in progress by [Appcelerator](http://www.appcelerator.com) Developer Evangelist [Fokke Zandbergen](http://fokkezb.nl). He plans to [cycle 400km](http://fokkezb.nl/rwanda) through Rwanda in June 2016 and raise €10.000 for the work of [Compassion](http://www.compassion.com/): *Releasing children from poverty in Jesus' name*.

Expand Down
4 changes: 2 additions & 2 deletions app/i18n/en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<string name="Metric">Metric</string>
<string name="Imperial">Imperial</string>

<string name="About">About RideTracker</string>
<string name="About_Body">This app is an [Open Source](https://github.com/fokkezb) work in progress by [Appcelerator](http://www.appcelerator.com) Developer Evangelist [Fokke Zandbergen](http://fokkezb.nl). He plans to [cycle 400km](http://fokkezb.nl/rwanda) through Rwanda in June 2016 and raise €10.000 for the work of [Compassion](http://www.compassion.com/): "Releasing children from poverty in Jesus' name".</string>
<string name="About">About</string>
<string name="About_Body">This app is an [Open Source](https://github.com/fokkezb) work in progress by [Appcelerator](http://www.appcelerator.com) Developer Evangelist [Fokke Zandbergen](http://fokkezb.nl). He plans to [cycle 400km](http://fokkezb.nl/rwanda) through Rwanda in June 2016 and raise €10.000 for the work of [Compassion](http://www.compassion.com/): "Releasing children from poverty in Jesus name".</string>
<string name="Donate">Info &amp; Donations</string>
</resources>
2 changes: 1 addition & 1 deletion app/i18n/nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<string name="Metric">Metrische</string>
<string name="Imperial">Engelse</string>

<string name="About">Over RideTracker</string>
<string name="About">Informatie</string>
<string name="About_Body">Deze app wordt [Open Source](https://github.com/fokkezb) ontwikkeld door [Appcelerator](http://www.appcelerator.com) Developer Evangelist [Fokke Zandbergen](http://fokkezb.nl). In juni 2016 hoopt hij [400km te fietsen](http://fokkezb.nl/rwanda) door Rwanda en €10.000 te werven voor het werk van [Compassion](https://www.compassion.nl/): "Kinderen bevrijden van armoede in Jezus' naam".</string>
<string name="Donate">Info &amp; Donaties</string>
</resources>
2 changes: 1 addition & 1 deletion app/platform/android/res/values/custom_theme.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="ridetracker" parent="@style/Theme.AppCompat">
<style name="tracker" parent="@style/Theme.AppCompat">
<item name="colorPrimary">#0054a6</item>
<item name="colorAccent">#FFFFFF</item>
<item name="android:statusBarColor">#004486</item>
Expand Down
4 changes: 0 additions & 4 deletions app/styles/app.tss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
color: Alloy.CFG.colors.grayDarker
}

"ListItem": {
color: Alloy.CFG.colors.grayDarker
}

// Set up all ScrollViews to have a vertical layout
"ScrollView": {
scrollType: "vertical",
Expand Down
3 changes: 0 additions & 3 deletions app/styles/partials/listTemplate.tss

This file was deleted.

4 changes: 2 additions & 2 deletions app/views/tracker.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Alloy>
<Tab id="tab" icon="/images/tabIcon_track.png" titleid="Tracker">
<Window titleid="Tracker">
<Tab id="tab" icon="/images/tabIcon_track.png" titleid="Track">
<Window titleid="Track">
<Button id="toggleTracking" class="icon toggleTracking" autoStyle="true" onClick="toggleTracking" />
<Label id="speedLabel" class="speedLabel" />
</Window>
Expand Down
16 changes: 14 additions & 2 deletions tiapp.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>nl.fokkezb.tracker</id>
<name>RideTracker</name>
<name>G.O. Tracker</name>
<version>1.0</version>
<publisher>Fokke Zandbergen</publisher>
<url>http://fokkezb.nl/rwanda</url>
Expand All @@ -14,6 +14,7 @@
<guid>9edae89e-a1ef-42c8-9b54-1344805042a9</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<ios>
<min-ios-ver>8.0</min-ios-ver>

<!-- Use the builtin Storyboard Launch File with DefaultIcon.png on a blue background -->
<enable-launch-screen-storyboard>true</enable-launch-screen-storyboard>
Expand Down Expand Up @@ -46,12 +47,23 @@
<array>
<string>location</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>nl.fokkezb.tracker</string>
<key>CFBundleURLSchemes</key>
<array>
<string>gotracker</string>
</array>
</dict>
</array>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<application android:theme="@style/ridetracker">
<application android:theme="@style/tracker">

<!-- API key for nl.fokkezb.tracker and the Titanium development keystore -->
<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyAVtVxzmR1Anv4BBwjr-sI34Z0eccXW1Sc"/>
Expand Down

0 comments on commit 1817fed

Please sign in to comment.