aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make sticky modifiers an option, off by default.Torne Wuff2015-03-211-0/+12
| | | | | | | | | | | | Users with near-full-size keyboards (tablet docks/cases, or usb/bluetooth keyboards) probably don't want sticky modifier keys. Make it an option that's off by default (except on the Dream where it's likely desirable). Also, include a third state to make only "alt" sticky, for the benefit of the crazy keyboard driver on the TF101/201 that doesn't emit real key events for alt+key pressed together. Also, implement stickiness for the control key on physical keyboards that have one, for consistency.
* Remove update frequency preference.Torne Wuff2015-03-211-12/+0
| | | | | The update checker code was already removed; remove the now-unused pref that controlled it.
* Update strings formatKenny Root2010-10-221-21/+20
| | | | | Add quotes around everything and mark things that are not translatable as not translatable.
* Allow <Camera> to send Alt+AGeorg Lukas2010-03-241-0/+2
| | | | | | From: Georg Lukas <georg@op-co.de> git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@495 df292f66-193f-0410-a5fc-6d59da041ff2
* Change license for contributed works to APL 2.0Kenny Root2010-02-081-0/+18
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@471 df292f66-193f-0410-a5fc-6d59da041ff2
* Update in-program help filesKenny Root2009-08-171-1/+2
| | | | | | Add new virtual keyboard help topic and use that file in the wizard. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@400 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalize Use SSH Auth Agent selectionsKenny Root2009-07-041-3/+3
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@352 df292f66-193f-0410-a5fc-6d59da041ff2
* Add authentication agent forwardingKenny Root2009-06-251-0/+12
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@331 df292f66-193f-0410-a5fc-6d59da041ff2
* Add configurable backspace keyKenny Root2009-06-151-8/+6
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@303 df292f66-193f-0410-a5fc-6d59da041ff2
* Update arrays.xml to match new PreferenceConstants classKenny Root2009-06-011-11/+11
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@256 df292f66-193f-0410-a5fc-6d59da041ff2
* Do not let locales seep into the preferencesKenny Root2009-05-301-0/+33
| | | | | | 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
* Externalized some strings that should be translated.Kenny Root2009-05-111-4/+4
| | | | 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-051-0/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@217 df292f66-193f-0410-a5fc-6d59da041ff2
* Indentation cleanup, pass 1Kenny Root2009-01-231-64/+64
| | | | | * Change 4-spaces to tabs (I blame Eclipse's editor) * Remove white spaces from end of lines
* Fix preference use bugKenny Root2009-01-211-8/+19
|
* 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
* 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)
* * Add rudimentary help system.Kenny Root2008-11-161-0/+4
|
* * Changed port forward type selector to spinner.Kenny Root2008-11-081-0/+6
| | | | * Allow live disabling and enabling of ports by clicking on PortForwardList.
* * fixed bug where we might try loading passworded keys on startup in ↵Jeffrey Sharkey2008-11-031-0/+6
| | | | | | | | 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-021-5/+17
| | | | | | | | | | | | | | 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 hosts to specify which pubkey to useKenny Root2008-11-011-0/+5
| | | | | * Password-protected pubkeys now supported * Fix some dangling database pointers
* * finished implementing copy functionalityJeffrey Sharkey2008-10-271-0/+6
| | | | | | | | * added right or left alt- or shift- helping keys (/ and tab), disableable from settings * fixed a few random bugs
* * connected up host bulbs (green/gray) to backend serviceJeffrey Sharkey2008-09-181-0/+1
| | | | | | | | | * 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-271-0/+10