Skip to content

Commit

Permalink
Merge pull request #489 from mstevetodd/master
Browse files Browse the repository at this point in the history
bump version to 2.24.87, published as Beta
  • Loading branch information
mstevetodd authored Jun 10, 2019
2 parents b9ea8a2 + bebcd45 commit 5c51f80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EngineDriver/src/main/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="86"
android:versionName="2.24.86" android:installLocation="auto">
android:versionCode="87"
android:versionName="2.24.87" 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: 1 addition & 0 deletions EngineDriver/src/main/assets/about_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h1>Engine Driver Throttle for Android</h1>
<li>Recent Locos List shows the icon from the roster if found</li>
<li>Show tick marks on vertical sliders, with option to disable</li>
<li>Fix for return/back from web page crashes when using the Original Throttle screen type</li>
<li>Prevent several crashes reported to Play Console</li>
</ul>
<p><em><a
href="https://raw.githubusercontent.com/JMRI/EngineDriver/master/changelog-and-todo-list.txt"
Expand Down
2 changes: 2 additions & 0 deletions changelog-and-todo-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
* Entering colon (":") into the host field changes focus to the port field
* Long press on an entry in the Recent Locos List removes it from the list
* Recent Locos List shows the icon from the roster if found
* Show tick marks on vertical sliders, with option to disable
* fix bug when returning from web view
* prevent several crashes reported to Play Console
**Version 2.23
* ESU MC2 support Gradle dependency
* Change target API to 26
Expand Down

0 comments on commit 5c51f80

Please sign in to comment.