# HG changeset patch # User Carl Byington # Date 1408488329 25200 # Node ID ebcb4aea03ec6c26dc0a7b8e5cb17a2285dca22d # Parent 04a0316bbfe328df88c371e96cf9f3751b271e6f fix documentation typos diff -r 04a0316bbfe3 -r ebcb4aea03ec AndroidManifest.xml --- 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 @@ --> diff -r 04a0316bbfe3 -r ebcb4aea03ec TODO --- 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 +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 - - - - diff -r 04a0316bbfe3 -r ebcb4aea03ec src/com/five_ten_sg/connectbot/service/TerminalManager.java --- 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; } diff -r 04a0316bbfe3 -r ebcb4aea03ec xml/510connectbot.in --- 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. - 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 @@ - Changes from previous Connectbots + Other changes from previous Connectbots 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. @@ -102,7 +102,8 @@ 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. @@ -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.