Skip to content

Commit

Permalink
Merge pull request #395 from mstevetodd/master
Browse files Browse the repository at this point in the history
update to 2.23.73 as published to play store
  • Loading branch information
mstevetodd authored Jan 28, 2019
2 parents 3a23238 + ed688c0 commit 3cba0f1
Show file tree
Hide file tree
Showing 4 changed files with 6 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="72"
android:versionName="2.23.72" android:installLocation="auto">
android:versionCode="73"
android:versionName="2.23.73" 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 @@ -26,6 +26,7 @@ <h1>Engine Driver Throttle for Android</h1>
<li>Recent Connections list - allow user to delete individual entries with long-press</li>
<li>Option to import preferences from a URL</li>
<li>add location permission prompt</li>
<li>change some default values</li>
</ul>
<p><em><a
href="https://raw.githubusercontent.com/JMRI/EngineDriver/master/changelog-and-todo-list.txt"
Expand Down
4 changes: 2 additions & 2 deletions EngineDriver/src/main/res/values/bool.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<bool name="prefHideSliderAndSpeedButtonsDefaultValue">false</bool>
<bool name="prefSwipeThroughTurnoutsDefaultValue">true</bool>
<bool name="prefSwipeThroughRoutesDefaultValue">true</bool>
<bool name="prefDirChangeWhileMovingDefaultValue">true</bool>
<bool name="prefDirChangeWhileMovingDefaultValue">false</bool>
<bool name="prefStopOnDirectionChangeDefaultValue">false</bool>
<bool name="prefSelLocoWhileMovingDefaultValue">true</bool>
<bool name="prefSelLocoWhileMovingDefaultValue">false</bool>
<bool name="prefDecreaseLocoNumberHeightDefaultValue">false</bool>
<bool name="prefShowAddressInsteadOfNameDefaultValue">false</bool>
<bool name="prefIncreaseWebViewSizeDefaultValue">false</bool>
Expand Down
2 changes: 1 addition & 1 deletion changelog-and-todo-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Option to import preferences from a URL
* Add location permission prompt
* Add wifi details to About screen for debugging
* change default for DirChangeWhileMoving and selLocoWhileMoving to false
**Version 2.22
* New 'Big Button' throttle screen option. (Only one throttle with no slider.)
* New Colourful/Colorful theme
Expand Down Expand Up @@ -461,7 +462,6 @@
* TODO: add close button and roster image to details dialog
* TODO: simplify select_loco by removing handler
* TODO: for "auto" handle the Digitrax numbering, i.e. 1-128 is short
* TODO: allow user to delete individual recents (long-press?)
* log_viewer:
* TODO: option to save as file
*
Expand Down

0 comments on commit 3cba0f1

Please sign in to comment.