Skip to content

Commit

Permalink
a few text tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mstevetodd committed Jun 6, 2024
1 parent 7d40445 commit 24d8de1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions EngineDriver/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@
-->

<string name="prefShowWitPomTitle">Show WiThrottle PoM Page</string>
<string name="prefShowWitPomSummary">Choose if the WiThrottle CV Programing on MAIN (Operation Mode) menu and page should be available.</string>
<string name="prefShowWitPomSummary">Choose if the WiThrottle CV Programming on MAIN (Operations Mode) menu and page should be available.</string>

<string name="prefFeedbackOnDisconnectTitle">Feedback on Disconnect</string>
<string name="prefFeedbackOnDisconnectSummary">Play sound and vibrate on unexpected disconnect</string>
Expand All @@ -1287,8 +1287,8 @@
<string name="prefAlwaysUseFunctionsFromServerTitle">Always use function labels from server</string>
<string name="prefAlwaysUseFunctionsFromServerSummary">When disabled, use EngineDriver default labels for locos selected by address (not Roster), ignoring server default labels.</string>

<string name="useProtocolDCCEX">Use native DCC-EX commands (not WiThrottle)"</string>
<string name="useProtocolDCCEXplusAutoHint">Use native DCC-EX? For \'Auto\', name must contain \"DCCEX\" or \"DCC-EX\" or use port 2560</string>
<string name="useProtocolDCCEX">Use WiThrottle or DCC-EX protocol?"</string>
<string name="useProtocolDCCEXplusAutoHint">WiThrottle or DCC-EX protocol? (\'Auto\' looks for \"DCCEX\", \"DCC-EX\" or port 2560)</string>
<string name="usingProtocolDCCEX">Using the DCC-EX protocol.\nUncheck \"Use native DCC-EX commands\" preference to use the WiThrottle protocol.</string>

<string name="prefDccexConnectionOptionTitle">Show protocol option</string>
Expand Down
5 changes: 2 additions & 3 deletions changelog-and-todo-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* New WiThrottle CV PoM page
* Bug fix for <p 0|1> (space after p) - only seen in the JMRI DCC++ simulator
* Include any server with port 2560 as a DCC-EX server when connection preference set to 'Auto'
* Support for JMRI DCCppOverTCP Server. Now also checks for the mDNS service "_dccppovertcpserver._tcp.local."
* Discovery for JMRI DCCppOverTCP Server, checks for the mDNS service "_dccppovertcpserver._tcp.local."
**Version 2.37.180
* fastclock fix
* reinstate mipmap icon
Expand Down Expand Up @@ -766,8 +766,6 @@
* TODO: toast messages on release of loco (even on Exit) and update of preferences
* TODO: split RESPONSE message into multiples, and remove string parsing from other activities
* TODO: rewrite procedural process_xxx functions into proper OO classes
* TODO: lint removal
* TODO: remove deprecated code
* intro
* TODO: if saved preferences found, prompt for import and shortcircuit intro
* web
Expand All @@ -790,6 +788,7 @@
* TODO: while reconnecting, make "Exit EngineDriver?" immediate, not wait for next timeout
* TODO: add "Check for Updates" link to first menu and to About page.
* TODO: Add option to choose which server to automatically connect to
* TODO: Add DCC-EX to "Auto-connect to first server?"
* threaded_application
* TODO: verify MRC fastclock messages
* TODO: when MT+ received, if the loco is in a consist, request the consist address also
Expand Down

0 comments on commit 24d8de1

Please sign in to comment.