Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jay3 committed Jul 20, 2017
1 parent bbe8e65 commit 648dd1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.njackson"
minSdkVersion 14
targetSdkVersion 21
versionCode 350
versionName "v2.9.5"
versionCode 400
versionName "v3.0.0"
testInstrumentationRunner "com.njackson.test.MyInstrumentationTestRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="MAIN_TITLE">JayPS v2.9.5</string>
<string name="PREF_INSTALL_WATCHFACE_URL">http://dl.pebblebike.com/p/ventoo-2.9.1.pbw</string>
<string name="MAIN_TITLE">JayPS v3.0.0</string>
<string name="PREF_INSTALL_WATCHFACE_URL">http://dl.pebblebike.com/p/jayps-3.0.0.pbw</string>
<string name="PREF_INSTALL_WATCHFACE_NL_URL">http://dl.pebblebike.com/p/ventoo-2.8.0-nl.pbw</string>

<string name="app_name">JayPS</string>
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.9.5" versioncode="350" >
<release version="3.0.0" versioncode="400" >
<change><![CDATA[<b>New name for the app. Ventoo is now JayPS!</b>]]></change>
</release>
<release version="2.9.5" versioncode="350" >
<change><![CDATA[<b>[Navigation] Waypoint notifications:</b><br/>
+ If the imported GPX contains waypoints, show a notification on Pebble when they are reached<br/>
+ [Online planner] Add Google Directions "turns" as notifications<br/>
Expand Down

0 comments on commit 648dd1e

Please sign in to comment.