changeset 254:5517cca2bd81

update version; help shows full version info; update change list
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 12:54:57 -0700
parents e13878bb3ddf
children 67f9a819157e
files AndroidManifest.xml res/layout/act_help.xml xml/510connectbot.in
diffstat 3 files changed, 16 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/AndroidManifest.xml	Mon Jul 14 12:44:57 2014 -0700
+++ b/AndroidManifest.xml	Mon Jul 14 12:54:57 2014 -0700
@@ -17,8 +17,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 	package="com.five_ten_sg.connectbot"
-	android:versionName="1.8.5-1"
-	android:versionCode="1851"
+	android:versionName="1.8.6-1"
+	android:versionCode="1861"
 	android:installLocation="auto">
 
 	<uses-sdk android:targetSdkVersion="15" android:minSdkVersion="8" />
--- a/res/layout/act_help.xml	Mon Jul 14 12:44:57 2014 -0700
+++ b/res/layout/act_help.xml	Mon Jul 14 12:54:57 2014 -0700
@@ -34,7 +34,7 @@
 		>
 
 		<TextView
-			android:id="@+id/app_version"
+			android:id="@+id/msg_version"
 			android:layout_width="fill_parent"
 			android:layout_height="wrap_content"
 			android:text=""
--- a/xml/510connectbot.in	Mon Jul 14 12:44:57 2014 -0700
+++ b/xml/510connectbot.in	Mon Jul 14 12:54:57 2014 -0700
@@ -24,7 +24,7 @@
 
     <refentry id="x@PACKAGE@.1">
         <refentryinfo>
-            <date>2014-07-08</date>
+            <date>2014-07-14</date>
             <author>
                 <firstname>Carl</firstname>
                 <surname>Byington</surname>
@@ -88,6 +88,18 @@
                     size changes are done by scaling by a constant factor of 1.1,
                     rather than the linear additive 2 point factor.
                 </para></listitem>
+
+                <listitem><para>
+                    On a per-host basis, you can either set the font size which allows
+                    the number of rows/columns to change depending on the visibility
+                    of the soft keyboard, or you can set the number of rows and colums
+                    and the font will be picked based on the screen size.
+                </para></listitem>
+
+                <listitem><para>
+                    The configurable hardware button can now change the font size.
+                </para></listitem>
+
             </itemizedlist>
         </refsect1>