Mercurial > 510Connectbot
changeset 225:c6157535e180 stable-1.8.5
update version; consistent defaults for hardware buttons
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 08 Jul 2014 20:55:48 -0700 |
parents | abf17d9431eb |
children | ab42094b5dda |
files | AndroidManifest.xml res/xml/preferences.xml src/com/five_ten_sg/connectbot/service/TerminalKeyListener.java xml/510connectbot.in |
diffstat | 4 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.five_ten_sg.connectbot" - android:versionName="1.8.4-1" + android:versionName="1.8.5-1" android:versionCode="1" android:installLocation="auto">
--- 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" /> <ListPreference @@ -141,7 +141,7 @@ android:summary="@string/pref_search_summary" android:entries="@array/list_hwbutton" android:entryValues="@array/list_hwbutton_values" - android:defaultValue="None" + android:defaultValue="Esc" /> <ListPreference
--- a/src/com/five_ten_sg/connectbot/service/TerminalKeyListener.java Tue Jul 08 17:20:53 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/service/TerminalKeyListener.java Tue Jul 08 20:55:48 2014 -0700 @@ -580,7 +580,7 @@ // check to see which shortcut the volume button triggers hwbuttonShortcut = manager.prefs.getString( PreferenceConstants.VOLUP, - PreferenceConstants.HWBUTTON_CTRL); + PreferenceConstants.HWBUTTON_FUNCTION_KEYS); return (handleShortcut(v, hwbuttonShortcut, repeat, down)); case KeyEvent.KEYCODE_VOLUME_DOWN:
--- a/xml/510connectbot.in Tue Jul 08 17:20:53 2014 -0700 +++ b/xml/510connectbot.in Tue Jul 08 20:55:48 2014 -0700 @@ -24,7 +24,7 @@ <refentry id="x@PACKAGE@.1"> <refentryinfo> - <date>2014-06-22</date> + <date>2014-07-08</date> <author> <firstname>Carl</firstname> <surname>Byington</surname> @@ -72,9 +72,9 @@ <title>Changes from previous Connectbots</title> <itemizedlist> <listitem><para> - 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. </para></listitem> <listitem><para>