Skip to content

Commit

Permalink
Merge pull request #251 from mstevetodd/master
Browse files Browse the repository at this point in the history
release version 2.19-51 to play store as beta
  • Loading branch information
mstevetodd authored May 24, 2018
2 parents 323f605 + ec3ec09 commit 63b5352
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="jmri.enginedriver"
android:versionCode="50"
android:versionName="2.19-test2" android:installLocation="auto">
android:versionCode="51"
android:versionName="2.19-51" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down
1 change: 0 additions & 1 deletion assets/about_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<h1>Engine Driver Throttle for Android</h1>
<div><img src="file:///android_asset/engine_driver_icon.png" height="144" width="166"
style="float:left;padding:0 16px 16px 0" alt=""/></div>
<p>Engine Driver version 2.19</p>
<p>Latest changes for this version include:</p>
<ul>
<li>New flashlight button option for devices with on-board camera flash. Needs Camera permission for this.</li>
Expand Down
3 changes: 3 additions & 0 deletions changelog-and-todo-list.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
**Version 2.19
* New flashlight button option for devices with on-board camera flash. Needs Camera permission for this.
* optional 'simple' throttle screen allowing up to six throttles with vertical speed sliders but no function buttons
* optional 'vertical' throttle screen allowing exactly two throttles with vertical speed sliders and function buttons
* option to filter the roster
* major throttle change from T/S/G to array
* require WiThrottle v2.0, also fixes issue where user connects to web port
* remove checks and coding for withrottle_version < 2.0
Expand Down

0 comments on commit 63b5352

Please sign in to comment.