aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Uh, forgot to commit PubkeyListActivity for the ViewHolder change and add ↵Kenny Root2009-05-301-3/+9
| | | | | | 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-301-1/+3
| | | | 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-301-4/+7
| | | | | | SecureID, et. al. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@242 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
* Removed duplicate stringsKenny Root2009-05-1412-216/+0
| | | | 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
* 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-114-10/+40
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@232 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
* 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
* 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
* Added better support for virtual (soft) keyboardsKenny Root2009-05-052-0/+3
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@217 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalize preference strings so they may be translated.Kenny Root2009-05-053-51/+159
|
* * 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
|
* Indentation cleanup, pass 1Kenny Root2009-01-235-152/+159
| | | | | * Change 4-spaces to tabs (I blame Eclipse's editor) * Remove white spaces from end of lines
* Allow use of directional pad to select area of text to copy to clipboardKenny Root2009-01-211-1/+1
|
* Fix preference use bugKenny Root2009-01-212-10/+21
|
* Fix strange bug where single quote was stripped out of preference labelKenny Root2009-01-191-1/+1
|
* Display version information on top of Help activity until we can get dynamic ↵Kenny Root2009-01-191-1/+11
| | | | content in our WebView.
* A smaller fix to the ViewFlipper bugKenny Root2009-01-131-2/+1
|
* Minor capitalization fixKenny Root2009-01-131-1/+1
|
* Workaround for ViewAnimator bugKenny Root2009-01-131-1/+2
| | | | * Was causing the last still-connected hosts to not show the correct options menu after a preceeding connection was closed.
* * Added "bumpy arrows" so that arrow keys trigger vibration, useful for ↵Jeffrey Sharkey2008-12-294-4/+17
| | | | | | | | | laggy connections. Also added preference to turn off if desired. * Created windowNoTitle style to prevent brief flashing of title bar on ConsoleActivity, instead of requesting programatically. * Slight padding change to EULA screen.
* TERM settings updateKenny Root2008-12-261-2/+5
| | | | | * default will be "xterm-color" for new hosts * add option of xterm-256color for 256 color support
* * Prepare for private key exportKenny Root2008-12-261-1/+2
|
* Add (limited) support for switching encodings on host connections; a more ↵Kenny Root2008-12-162-1/+16
| | | | | | | radical change is needed to be fully Unicode. * This only supports Unicode characters that can be precomposed for now (e.g., no combining marks or other zero-width characters) which will break a lot of languages. * This does not support full-width characters (e.g., Asian languages)
* Added preference for Wi-Fi lockingKenny Root2008-11-212-0/+8
|
* Add a hint about what to do when Host List is empty.Kenny Root2008-11-202-4/+19
|
* * Fix size of "dimmed" area for prompts.Kenny Root2008-11-192-136/+14
|
* * Fix disconnect prompt when in port orientationKenny Root2008-11-192-20/+169
| | | | | * Fix answerback to send back current terminal emulation mode * Abstract beans to allow serialization into XML
* * Refactor a bit of the help screenKenny Root2008-11-182-1/+2
| | | | * Don't close view when host disconnects (user must explicitly close now)
* * Add rudimentary help system.Kenny Root2008-11-167-162/+89
|
* * Convert host entries to beansKenny Root2008-11-141-1/+1
| | | | * We no longer lose connections to hosts not in the database made from shortcuts
* * Add compression option to hostsKenny Root2008-11-112-2/+8
|
* * Deleted JCTerm source from repositoryKenny Root2008-11-101-2/+9
| | | | * Externalized some strings.
* * Don't present SD card dialog if SD card isn't presentKenny Root2008-11-104-18/+28
| | | | | | | * Sort SD card files in natural order * Don't show view flip animation if we're the last console * Add preference to disable status bar (full-screen) * Fix some layout fitting problems
* * Allow user to have a port-forward-only connection to a host (similar to ↵Kenny Root2008-11-101-0/+6
| | | | | | | OpenSSH's -N option) * Fixed bug with adding port forwards * Fixed bug where we crash if connection goes away while we're initializing the ConsoleActivity
* * Changed port forward type selector to spinner.Kenny Root2008-11-083-38/+19
| | | | * Allow live disabling and enabling of ports by clicking on PortForwardList.
* * Delete unused methods in JSOCKS library.Kenny Root2008-11-082-0/+0
| | | | * Replace keyboard picture with JPEG.
* * Add dynamic port forwarding.Kenny Root2008-11-083-2/+10
|
* * Allow changing tunnels on connected hostsKenny Root2008-11-072-4/+6
| | | | | * "Port forwards" menu item in ConsoleActivity goes to PortForwardListActivity now * Allow users to delete tunnels
* * Add port forward list activity so port forwards can be saved in databaseKenny Root2008-11-075-81/+186
| | | | | * Start saved port forwards when host is connected * Add titles to activities to distinguish where user is
* * fixed bug where we might try loading passworded keys on startup in ↵Jeffrey Sharkey2008-11-034-4/+25
| | | | | | | | background service * changed updatehelper so that user preference can change between daily/weekly/never frequency
* * oops, forgot this newly added res fileJeffrey Sharkey2008-11-031-0/+36
|
* * added "in-memory" function to backend service so that unlocked keys can be ↵Jeffrey Sharkey2008-11-029-20/+82
| | | | | | | | | | | | | | stored there. this is also disable-able from settings * "use any key" for a host will only look through unlocked in-memory keys * implemented "load on start" functionality in backend service * implemented "import key" which lets you select any openssh-formatted key (including passworded-ones) from simple /sdcard browser * cleaned up context menu in pubkeylist, now includes toggle checkbox for "load at start" but only available when password-less and non-imported * clicking a key in pubkeylist will toggle its backend status (decrypt and put in memory, or remove from memory) * created preference for screen orientation forcing versus auto, but still need to test * created preference for camera button behavior, but still need to test
* * Allow users to force screen size to specific dimensions.Kenny Root2008-11-022-0/+54
|
* * Allow hosts to specify which pubkey to useKenny Root2008-11-012-1/+14
| | | | | * Password-protected pubkeys now supported * Fix some dangling database pointers