Skip to content

Commit

Permalink
Merge pull request #209 from mstevetodd/master
Browse files Browse the repository at this point in the history
EngineDriver 2.18 (44) as published to Android Play Store
  • Loading branch information
mstevetodd authored Apr 1, 2018
2 parents 3d2ffae + 8f81213 commit 50a8ec1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 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="43"
android:versionName="2.18-test8" android:installLocation="auto">
android:versionCode="44"
android:versionName="2.18" 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
15 changes: 7 additions & 8 deletions assets/about_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,25 @@
<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 8px 8px 0" alt=""/></div>
<p>Engine Driver version 2.18-test8 includes:<br/>
<p>Engine Driver version 2.18 includes:<br/>
<ul>
<li>new 'Dark' Theme added</li>
<li>option for the volume keys to follow the last touched throttle</li>
<li>fix issue with ESU Mobile Control II knob position not updating on EStop</li>
<li>fix issue with ESU Mobile Control II knob position updating speed even when screen locked</li>
<li>option for ESU Mobile Control II to disable direction change at zero end-stop position</li>
<li>option for ESU Mobile Control II to disable on-device stop button short-press</li>
<li>multiple options for shaking the phone to perform an action</li>
<li>Italian and Portuguese translations from Roberto Falorni added/li>
<li>separate preferences for Volume key and Gamepad speed increments</li>
<li>Italian and Portuguese translations from Roberto Falorni added</li>
<li>option to speak some gamepad related events </li>
<li>option to skip the gamepad test with just one 'decrease speed' button press</li>
<li>option to reset the Function Label defaults</li>
<li>option to reduce the number of displayed Default Function Buttons</li>
<li>option for ESU Mobile Control II to disable direction change at zero end-stop position</li>
<li>option for ESU Mobile Control II to disable on-device stop button short-press</li>
<li>fix issue with ESU Mobile Control II knob position not updating on EStop</li>
<li>fix issue with ESU Mobile Control II knob position updating speed even when screen locked</li>
<li>separate preferences for Volume key and Gamepad speed increments</li>
<li>import includes throttle name if on the same device that exported them</li>
<li>prevent some crashes reported to Google Play</li>
<li>option to hide the demo server</li>
<li>fixed mis-handling of WiThrottle-created consists</li>

</ul>
</p>
<br/><em><a
Expand Down

0 comments on commit 50a8ec1

Please sign in to comment.