aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Removed duplicate stringsKenny Root2009-05-141-18/+0
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@236 df292f66-193f-0410-a5fc-6d59da041ff2
* * Fixed some buggy stringsKenny Root2009-05-141-2/+3
| | | | | | * Externalized "No hosts connected" string git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@235 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalized some strings that should be translated.Kenny Root2009-05-112-6/+29
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@232 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-051-0/+109
|
* * Fixed comment in default strings.xmlKenny Root2009-04-071-1/+1
| | | | | | * Added translation for Deutsch (thanks, TauPan!) * Added translation for Swedish (thanks, dalurka!)
* Externalize some strings, fix indentation while I'm at itKenny Root2009-04-071-0/+8
|
* Add comments for strings to aid in translations.Kenny Root2009-04-071-8/+72
|
* Indentation cleanup, pass 1Kenny Root2009-01-233-145/+135
| | | | | * 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-211-8/+19
|
* Fix strange bug where single quote was stripped out of preference labelKenny Root2009-01-191-1/+1
|
* Minor capitalization fixKenny Root2009-01-131-1/+1
|
* * Added "bumpy arrows" so that arrow keys trigger vibration, useful for ↵Jeffrey Sharkey2008-12-292-0/+6
| | | | | | | | | 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-161-0/+7
| | | | | | | 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-211-0/+1
|
* Add a hint about what to do when Host List is empty.Kenny Root2008-11-201-0/+1
|
* * Refactor a bit of the help screenKenny Root2008-11-181-0/+1
| | | | * Don't close view when host disconnects (user must explicitly close now)
* * Add rudimentary help system.Kenny Root2008-11-162-5/+12
|
* * Convert host entries to beansKenny Root2008-11-141-1/+1
| | | | * We no longer lose connections to hosts not in the database made from shortcuts
* * 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-101-4/+7
| | | | | | | * 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
* * Changed port forward type selector to spinner.Kenny Root2008-11-082-1/+8
| | | | * Allow live disabling and enabling of ports by clicking on PortForwardList.
* * Add dynamic port forwarding.Kenny Root2008-11-081-0/+1
|
* * Allow changing tunnels on connected hostsKenny Root2008-11-071-1/+3
| | | | | * "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-071-13/+21
| | | | | * 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-032-1/+13
| | | | | | | | background service * changed updatehelper so that user preference can change between daily/weekly/never frequency
* * added "in-memory" function to backend service so that unlocked keys can be ↵Jeffrey Sharkey2008-11-022-8/+39
| | | | | | | | | | | | | | 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-021-0/+2
|
* * Allow hosts to specify which pubkey to useKenny Root2008-11-011-0/+5
| | | | | * Password-protected pubkeys now supported * Fix some dangling database pointers
* * Convert PubkeyListActivity to use a ViewBinder instead of a custom ↵Kenny Root2008-11-011-1/+1
| | | | | | | CursorAdapter * Convert PubkeyListActivity's icons to image states * Fix typo from last checkin.
* * Allow users to change password for pubkey entries.Kenny Root2008-11-011-0/+9
|
* * Added automatic version number insertion via AntKenny Root2008-10-301-2/+6
| | | | | * Removed unused cruft * Changed Class to Object in PromptHelper.java
* * Add icons for PubkeyListActivity and an empty-list hint TextViewKenny Root2008-10-301-0/+2
| | | | | * Make sure setMargins in terminal emulation can't be fooled * Don't force ConsoleActivity to run in landscape orientation
* * First pass at publickey authentication.Kenny Root2008-10-291-1/+7
| | | | | | | | * RSA and DSA keys can be generated (not imported yet). * RSA and DSA keys can be copied to the clipboard and deleted. * Encrypted keys are not tried right now, only unencrypted. * Restore Marcus's name (Jeffrey, fix your editor!) * Fix a typo in the EULA.
* * added better keyboard shortcut into to wizardJeffrey Sharkey2008-10-271-0/+63
| | | | | | | | * moved a large chunk of strings into strings.xml, still need to think harder about how to handle in TerminalBridge because it needs a Resources object * udpated version strings in manifest to 1.1 and 110 * removed R.java file to help svn-build-bot
* * finished implementing copy functionalityJeffrey Sharkey2008-10-272-0/+7
| | | | | | | | * added right or left alt- or shift- helping keys (/ and tab), disableable from settings * fixed a few random bugs
* * added port forwarding--tested to work with local "-L" tunnels, tap menu on ↵Jeffrey Sharkey2008-10-261-0/+1
| | | | | | | | console to create * created preference for keep-alive screen feature
* * changed preferences to use explicit stringsJeffrey Sharkey2008-10-251-1/+4
|
* * forgot to add several files in last passJeffrey Sharkey2008-10-231-1/+2
| | | | | | * wizard layouts, buttons, and connected stateful drawable
* * connected up host bulbs (green/gray) to backend serviceJeffrey Sharkey2008-09-182-1/+4
| | | | | | | | | * switch to using a Binder and SimpleCursorAdapter instead of Adapter (slightly less efficient, but easier to update) * added gray color for host category * connected up easy-connect box on front screen to auto-create and launch new connection
* * WARNING: this build is broken lolJeffrey Sharkey2008-09-111-0/+7
| | | | | | | | | | * moving more stuff over to new frontend gui in org.connectbot * found out that we dont need a contentprovider to make desktop shortcuts, will be easy to add ssh://user@host/ uri shortcut handling * new host-editing backend that uses preferences hack, will blog about this technique later today * using colors to categorize hosts (does this work?) * moved host-specific options (like disconnect/edit/delete) to long-tap menu instead of main menu
* added animations and newer layoutsJeffrey Sharkey2008-08-272-1/+14
|
* Initial update for Android SDK M5 support.Kenny Root2008-03-161-0/+2
|
* refactored preferences into a submenuKenny Root2007-11-261-1/+3
|
* Added preferences, touch entropy, fixes to SoftFont.Kenny Root2007-11-211-0/+5
|
* Fixed the disconnect dialog handling.Kenny Root2007-11-181-0/+1
|