Skip to content

Commit

Permalink
Merge pull request #400 from mstevetodd/master
Browse files Browse the repository at this point in the history
add edit on Turnout# entry, bump version for new Beta
  • Loading branch information
mstevetodd authored Jan 30, 2019
2 parents cd51049 + 1353a37 commit 230e927
Show file tree
Hide file tree
Showing 4 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="74"
android:versionName="2.23.74" android:installLocation="auto">
android:versionCode="75"
android:versionName="2.23.75" 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
2 changes: 0 additions & 2 deletions EngineDriver/src/main/java/jmri/enginedriver/routes.java
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
button_listener click_listener = new button_listener('2');
b.setOnClickListener(click_listener);

//((EditText) findViewById(R.id.route_entry)).setRawInputType(InputType.TYPE_CLASS_NUMBER);

locationList = new ArrayList<>();
locationSpinner = (Spinner) findViewById(R.id.routes_location);
locationListAdapter = new ArrayAdapter<>(this, android.R.layout.simple_spinner_item, locationList);
Expand Down
3 changes: 2 additions & 1 deletion EngineDriver/src/main/res/layout/turnouts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
android:layout_weight="0.25"
android:hint="@string/turnouts_turnout"
android:inputType="textCapCharacters"
android:digits="ABCDEFGHIJKLMNOPQRSTUVWZ1234567890"
android:imeOptions="actionDone"
android:maxLength="60"
android:maxLength="7"
android:singleLine="true" />
<Button
android:id="@+id/turnout_throw"
Expand Down
1 change: 1 addition & 0 deletions changelog-and-todo-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Add location permission prompt
* Add wifi & OS details to About screen for debugging
* change default for DirChangeWhileMoving and selLocoWhileMoving to false
* add some edits to Turnout# input
**Version 2.22
* New 'Big Button' throttle screen option. (Only one throttle with no slider.)
* New Colourful/Colorful theme
Expand Down

0 comments on commit 230e927

Please sign in to comment.