Mercurial > 510Connectbot
changeset 388:ebcb4aea03ec
fix documentation typos
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 19 Aug 2014 15:45:29 -0700 |
parents | 04a0316bbfe3 |
children | f715ad45ce01 |
files | AndroidManifest.xml TODO src/com/five_ten_sg/connectbot/service/TerminalManager.java xml/510connectbot.in |
diffstat | 4 files changed, 19 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/AndroidManifest.xml Wed Aug 06 11:50:58 2014 -0700 +++ b/AndroidManifest.xml Tue Aug 19 15:45:29 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.9.0-2" - android:versionCode="1902" + android:versionName="1.9.0-3" + android:versionCode="1903" android:installLocation="auto"> <uses-sdk android:targetSdkVersion="15" android:minSdkVersion="8" />
--- a/TODO Wed Aug 06 11:50:58 2014 -0700 +++ b/TODO Tue Aug 19 15:45:29 2014 -0700 @@ -64,15 +64,16 @@ ================================== +git clone https://github.com/irssiconnectbot/irssiconnectbot.git irssiconnectbot +commit 1e0f702be47ad27b85e67722f177e3c129e91196 +Merge: d3553dd 6420dd5 +Author: Iiro Uusitalo <iiro.uusitalo@solita.fi> +Date: Sun Jan 6 21:07:06 2013 -0800 + +Nothing critical there, so I will ignore that fork for now. + +================================== + TODO: - change all System.*.println -> android log.d() calls -possible merge of irssi? - -https://github.com/irssiconnectbot/irssiconnectbot -1.7.1-395 - a year ago - - - -
--- a/src/com/five_ten_sg/connectbot/service/TerminalManager.java Wed Aug 06 11:50:58 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/service/TerminalManager.java Tue Aug 19 15:45:29 2014 -0700 @@ -396,7 +396,7 @@ } public boolean removeKey(String nickname) { - Log.d(TAG, String.format("Removed key '%s' to in-memory cache", nickname)); + Log.d(TAG, String.format("Removed key '%s' from in-memory cache", nickname)); return loadedKeypairs.remove(nickname) != null; }
--- a/xml/510connectbot.in Wed Aug 06 11:50:58 2014 -0700 +++ b/xml/510connectbot.in Tue Aug 19 15:45:29 2014 -0700 @@ -61,7 +61,7 @@ compatible with the licenses of all the sub-parts. </para> <para> - This fork extends previous connectbot projects in two ways. It includes + This fork extends previous Connectbot projects in two ways. It includes tn5250 terminal emulation, in addition to the previous vt320 terminal emulation. It also contains hooks for a separate monitoring process that has access to some of the internal operations in this emulator. @@ -69,12 +69,12 @@ </refsect1> <refsect1 id='changes.1'> - <title>Changes from previous Connectbots</title> + <title>Other changes from previous Connectbots</title> <itemizedlist> <listitem><para> The Android SecureRandom bug has been fixed in newer versions of Android, but this code now compensates for that bug in - older versions. If you have keys generated by on older Android + older versions. If you have keys generated on older Android devices, those keys should be discarded, and you should generate new keys. </para></listitem> @@ -102,7 +102,8 @@ <listitem><para> A deployment.connections text file is read (and deleted) on startup. This may be used to preconfigure the global options - and to create an initial set of host connections. + and to create an initial set of host connections. This is only + useful for bulk deployments. </para></listitem> <listitem><para> @@ -115,7 +116,7 @@ On a per-host basis, you can either allow the font size to change the number of rows and columns depending on the visibility of the soft keyboard, or you can fix the number of rows and colums. - Using a largeer font with a fixed number of rows and columns, you + Using a larger font with a fixed number of rows and columns, you may only be able to see the top left part of the logical screen that is being used by the host system. There is no vertical or horizontal scrolling yet.