Skip to content

Commit

Permalink
Merge pull request #630 from mstevetodd/master
Browse files Browse the repository at this point in the history
bump version to 2.25.105 as published to Play Store
  • Loading branch information
mstevetodd authored May 19, 2020
2 parents 16e0186 + 3ab94bb commit 48a40b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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="104"
android:versionName="2.25.104" android:installLocation="auto">
android:versionCode="105"
android:versionName="2.25.105" 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
6 changes: 3 additions & 3 deletions EngineDriver/src/main/assets/about_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h1>Engine Driver Throttle for Android</h1>
<li>Remember Recent Turnouts/Points and allow selection from the turnouts/points screen</li>
<li>Added option to use a background image on the throttle page</li>
<li>Option to show a Shunting/Switching speed button (Vertical Throttles only)</li>
<li>New longpress to reload web view</li>
<li>Theme and throttle preference changes no longer restart the app</li>
<li>Improve background mode, restarts and heartbeat</li>
<li>Swipe now works everywhere except active sliders</li>
Expand All @@ -34,10 +35,9 @@ <h1>Engine Driver Throttle for Android</h1>
<li>Rework of roster name usage when an address is entered</li>
<li>Change fastclock from websocket to withrottle PFT message</li>
<li>Add fastclock to other activities</li>
<li>New longpress to reload web view</li>
<li>Eliminated erroneous background notifications when device is rotated</li>
<li>Reduced JMRI communication during throttle speed changes to improve reliability</li>
<li>Improved JMRI communication timeout handling</li>
<li>Reduced server communication during throttle speed changes to improve reliability</li>
<li>Improved server communication timeout handling</li>
<li>Invalid initial web page preference setting now handled gracefully by web view</li>
<li>Additional French Translations by Alain Carasso</li>
<li>Prevent crash reported to Play Console</li>
Expand Down

0 comments on commit 48a40b3

Please sign in to comment.