aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Basque and Polish. Update German, Italian, French, Simplified Chinese, ↵Kenny Root2009-05-3114-439/+882
| | | | | | and others. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@249 df292f66-193f-0410-a5fc-6d59da041ff2
* Adding in class that broke the buildKenny Root2009-05-311-0/+67
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@248 df292f66-193f-0410-a5fc-6d59da041ff2
* Move preference keys to their own class so they can be easily tracked for ↵Kenny Root2009-05-306-68/+34
| | | | | | usage in other classes git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@247 df292f66-193f-0410-a5fc-6d59da041ff2
* Do not let locales seep into the preferencesKenny Root2009-05-306-28/+57
| | | | | | NOTICE: If you're a foreign language user, you may have to reset your general preferences for Rotation Mode, Key Shortcut Side, Camera Button Action, and Update Check Frequency git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@246 df292f66-193f-0410-a5fc-6d59da041ff2
* * Avoid needless re-allocation of ByteBuffer.Kenny Root2009-05-301-3/+3
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@245 df292f66-193f-0410-a5fc-6d59da041ff2
* Uh, forgot to commit PubkeyListActivity for the ViewHolder change and add ↵Kenny Root2009-05-302-19/+39
| | | | | | some padding to item_portforward git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@244 df292f66-193f-0410-a5fc-6d59da041ff2
* Use ViewHolders for List Activities and optimize display of last connect time.Kenny Root2009-05-303-38/+66
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@243 df292f66-193f-0410-a5fc-6d59da041ff2
* Expose prompt instructions for keyboard-interactive; should let people use ↵Kenny Root2009-05-304-19/+38
| | | | | | SecureID, et. al. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@242 df292f66-193f-0410-a5fc-6d59da041ff2
* Add SettingsActivity base testKenny Root2009-05-301-0/+47
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@241 df292f66-193f-0410-a5fc-6d59da041ff2
* Name threads for easier debuggingKenny Root2009-05-303-10/+31
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@240 df292f66-193f-0410-a5fc-6d59da041ff2
* Remove instances of System.out and System.errKenny Root2009-05-301-117/+200
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@239 df292f66-193f-0410-a5fc-6d59da041ff2
* Avoid the wrath of RomainKenny Root2009-05-3017-542/+573
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@238 df292f66-193f-0410-a5fc-6d59da041ff2
* Some kind of bug with upgrading databases where the first access is readable ↵Kenny Root2009-05-301-0/+2
| | | | | | only. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@237 df292f66-193f-0410-a5fc-6d59da041ff2
* Removed duplicate stringsKenny Root2009-05-1416-221/+5
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@236 df292f66-193f-0410-a5fc-6d59da041ff2
* * Fixed some buggy stringsKenny Root2009-05-1413-20/+52
| | | | | | * Externalized "No hosts connected" string git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@235 df292f66-193f-0410-a5fc-6d59da041ff2
* Added test case for TerminalBridge.onKey and fixed a bug in meta statesKenny Root2009-05-145-4/+184
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@234 df292f66-193f-0410-a5fc-6d59da041ff2
* Update German translations. Propagate new strings to other languages.Kenny Root2009-05-1211-39/+281
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@233 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalized some strings that should be translated.Kenny Root2009-05-116-24/+62
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@232 df292f66-193f-0410-a5fc-6d59da041ff2
* Added instructions for compiling with Ant and how to localize the package ↵Kenny Root2009-05-111-0/+19
| | | | | | with Ant or Eclipse git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@231 df292f66-193f-0410-a5fc-6d59da041ff2
* Updated German translations. Added French, Italian, and Chinese (Simplified) ↵Kenny Root2009-05-114-41/+1134
| | | | | | translations. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@230 df292f66-193f-0410-a5fc-6d59da041ff2
* Support soft keyboard even more (123+ALT keys)Kenny Root2009-05-101-51/+64
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@229 df292f66-193f-0410-a5fc-6d59da041ff2
* Added translations for Dutch and Danish. Updated some German translations.Kenny Root2009-05-093-11/+739
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@228 df292f66-193f-0410-a5fc-6d59da041ff2
* Make Fn (function) keys only work with the right-side shift (or whichever ↵Kenny Root2009-05-091-1/+1
| | | | | | | | side depending on user-selected preference) * Fixes the Magic users not being able to type "$" for instance. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@227 df292f66-193f-0410-a5fc-6d59da041ff2
* * Add unit tests for SelectionAreaKenny Root2009-05-075-50/+192
| | | | | | | * Reduce knowledge of SelectionArea * Call to HostBeanTest's parent.setUp() git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@226 df292f66-193f-0410-a5fc-6d59da041ff2
* Added unit tests for HostBeanKenny Root2009-05-075-15/+386
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@225 df292f66-193f-0410-a5fc-6d59da041ff2
* Ignore screen resizes when pausedKenny Root2009-05-051-2/+3
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@221 df292f66-193f-0410-a5fc-6d59da041ff2
* Updated translations for German, Swedish. Added translations for Bulgarian, ↵Kenny Root2009-05-056-0/+1679
| | | | | | Spanish, Norwegian Bokmal, Russian. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@220 df292f66-193f-0410-a5fc-6d59da041ff2
* Remove local.properties from tests subdirKenny Root2009-05-051-10/+0
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@219 df292f66-193f-0410-a5fc-6d59da041ff2
* Add in SDK 1.5 generated tests subdirKenny Root2009-05-059-6/+145
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@218 df292f66-193f-0410-a5fc-6d59da041ff2
* Added better support for virtual (soft) keyboardsKenny Root2009-05-055-9/+36
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@217 df292f66-193f-0410-a5fc-6d59da041ff2
* Tweak build.xml for new variable names and to quelch complaints about UTF-8 ↵Kenny Root2009-05-051-2/+2
| | | | | | comments git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@216 df292f66-193f-0410-a5fc-6d59da041ff2
* Update Ant build system for SDK 1.5Kenny Root2009-05-053-206/+235
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@215 df292f66-193f-0410-a5fc-6d59da041ff2
* Add "gen" to classpath for Eclipse to use in SDK 1.5Kenny Root2009-05-051-0/+1
| | | | git-svn-id: http://connectbot.googlecode.com/svn/trunk/connectbot@214 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalize preference strings so they may be translated.Kenny Root2009-05-053-51/+159
|
* Fix to SSH library to allow SSH protocol debuggingKenny Root2009-04-152-0/+12
|
* Get rid of magic constants in font height calculation (should help with ↵Kenny Root2009-04-151-10/+10
| | | | small font sizes)
* * Update _Svenska_ translationKenny Root2009-04-072-53/+53
| | | | * Update Deutsch translation
* * Fixed comment in default strings.xmlKenny Root2009-04-073-1/+507
| | | | | | * Added translation for Deutsch (thanks, TauPan!) * Added translation for Swedish (thanks, dalurka!)
* Externalize some strings, fix indentation while I'm at itKenny Root2009-04-073-143/+222
|
* Add comments for strings to aid in translations.Kenny Root2009-04-071-8/+72
|
* Temporary compatibility fix for old OpenSSH servers (2.0-2.5.2)Kenny Root2009-03-121-1/+1
|
* Updating version number for 1.3 release.Kenny Root2009-02-181-2/+2
|
* Fix crash if you scroll back while connecting and undo meta state alteration ↵Kenny Root2009-02-131-2/+2
| | | | for pressing enter
* Escape URI parts when sent around via Intent extrasKenny Root2009-02-051-12/+21
|
* Fix scrolling bug when at the bottom and bottomMargin is setKenny Root2009-01-281-33/+36
|
* Bitmap and notifications bug fixKenny Root2009-01-263-8/+44
| | | | | * Try to free bitmaps immediately to avoid running afoul of the memory limits * Don't display the screen size of orientation changes if we're exiting the activity
* Code cleanup, pass 2Kenny Root2009-01-2411-57/+66
|
* Allow shift- and alt-lock states (untested since emulator doesn't send shift ↵Kenny Root2009-01-242-191/+269
| | | | | | | | or alt key codes) * 1st press toggles on for next key, 2nd press locks, 3rd press turns off meta state * Different cursor indicators for each roughly equivalent to standard Android * Move Relay to subclass to reduce indent madness
* Make input status indicators more easily discernibleKenny Root2009-01-233-36/+101
|
* Visual indication of cursor stateKenny Root2009-01-232-19/+106
|