Skip to content

Commit

Permalink
Merge pull request #950 from mstevetodd/master
Browse files Browse the repository at this point in the history
published as v2.32.145
  • Loading branch information
mstevetodd authored May 10, 2022
2 parents a6f1bed + c4872eb commit 910a137
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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="144"
android:versionName="2.32.144" android:installLocation="auto">
android:versionCode="145"
android:versionName="2.32.145" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
Expand Down
9 changes: 7 additions & 2 deletions EngineDriver/src/main/assets/about_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@ <h1>Engine Driver Throttle for Android</h1>
</div>
<p><b>Changes for this version include:</b></p>
<ul>
<li>Volume buttons, for speed control, work on most screens</li>
<li>Option for Server Description on the Action bar</li>
<li>More improvements to In-Phone Loco Sounds</li>
<li>Option for haptic feedback on button presses</li>
<li>Option to select a local image for roster locos</li>
<li>Option to use a normal keyboard (bluetooth or USB) as a gamepad type</li>
<li>Volume buttons, for speed control, work on most screens</li>
<li>Loco images now cached locally</li>
<li>Option to select a local image for roster locos</li>
<li>Web maintains state when navigating</li>
<li>Fix: Show proper function keys for "Request LocoID" feature</li>
<li>Fix: Several gamepad issues</li>
<li>Fix: Engine Driver not appearing in recent apps list</li>
<li>Fix: Reconnect screen created extra entry in the recents list on Samsung S5</li>
<li>Fix: Prevent crashes reported to Play Store</li>
</ul>
<p><em><a
href="https://raw.githubusercontent.com/JMRI/EngineDriver/master/changelog-and-todo-list.txt"
Expand Down

0 comments on commit 910a137

Please sign in to comment.