Skip to content

Commit

Permalink
Merge pull request #1089 from mstevetodd/master
Browse files Browse the repository at this point in the history
bump version to 2.37.181 for publishing
  • Loading branch information
mstevetodd authored May 17, 2024
2 parents 0a042cf + b7f41a3 commit ec6990d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions EngineDriver/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="180"
android:versionName="2.37.180" android:installLocation="auto">
android:versionCode="181"
android:versionName="2.37.181" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
Expand Down
12 changes: 7 additions & 5 deletions EngineDriver/src/main/assets/about_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,21 @@ <h1>Engine Driver Throttle for Android</h1>
</div>
<p><b>Changes for this version include:</b></p>
<ul>
<li>Support for 32 Function decoders</li>
<li>Support for 32 Function Roster Entries</li>
<li>New preference to allow for double back button presses to exit the app</li>
<li>Change the owner filter pref default to false</li>
<li>UI improvements for the DCC-EX and Function Defaults pages</li>
<li>Action Bar UI improvements</li>
<li>Change all toolbar/Action Bar icons to vectors for better scaling and reduce maintenance effort</li>
<li>Reworking of the 'Original' theme. Buttons changed to vectors</li>
<li>Removal of duplicate icons</li>
<li>Bug fixes for the 'keyboard' gamepad type</li>
<li>Bug fix for the close button in function_defaults</li>
<li>Bug fix for Consist Light Editing</li>
<li>Bug fix for DCC-EX default latching for non-roster locos</li>
<li>Bug fix for initial Auto-Web preference change</li>
<li>Change all toolbar/Action Bar icons to vectors for better scaling and reduce maintenance effort</li>
<li>Reworking of the 'Original' theme. Buttons changed to vectors</li>
<li>Fix: @mipmap/icon not found (needs revisiting)</li>

<li>Bug fix for fastclock</li>
<li>lint removal</li>
</ul>
<p><em><a
href="https://raw.githubusercontent.com/JMRI/EngineDriver/master/changelog-and-todo-list.txt"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.android.tools.build:gradle:8.4.0'
}
}

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 @@ -3,7 +3,7 @@
* reinstate mipmap icon
* change the owner filter preference to false
**Version 2.37.178
* Support for 32 Functions
* Support for 32 Function Roster entries
* bug fixes for the 'keyboard' gamepad type
* bug fix for the close button in function_defaults
* bug fix for Consist Light Editing
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Feb 20 10:46:25 AEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit ec6990d

Please sign in to comment.