# HG changeset patch # User Carl Byington # Date 1404878148 25200 # Node ID c6157535e180c64d6b783719926c0fe125669a74 # Parent abf17d9431ebdd62eb212ee75ffd49145d6005b1 update version; consistent defaults for hardware buttons diff -r abf17d9431eb -r c6157535e180 AndroidManifest.xml --- a/AndroidManifest.xml Tue Jul 08 17:20:53 2014 -0700 +++ b/AndroidManifest.xml Tue Jul 08 20:55:48 2014 -0700 @@ -17,7 +17,7 @@ --> diff -r abf17d9431eb -r c6157535e180 res/xml/preferences.xml --- a/res/xml/preferences.xml Tue Jul 08 17:20:53 2014 -0700 +++ b/res/xml/preferences.xml Tue Jul 08 20:55:48 2014 -0700 @@ -123,7 +123,7 @@ android:summary="@string/pref_volup_summary" android:entries="@array/list_hwbutton" android:entryValues="@array/list_hwbutton_values" - android:defaultValue="None" + android:defaultValue="Soft Function Keypad" /> - 2014-06-22 + 2014-07-08 Carl Byington @@ -72,9 +72,9 @@ Changes from previous Connectbots - The soft function keypad can generate all 24 function keys - for 5250 emulation. A hardware button can be configured to - display that function keypad. + The soft function keypad now has better labels, and can generate + all 24 function keys for 5250 emulation. A hardware button can + be configured to display that function keypad.