aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/host_prefs.xml
Commit message (Collapse)AuthorAgeFilesLines
* Change license for contributed works to APL 2.0Kenny Root2010-02-081-15/+17
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@471 df292f66-193f-0410-a5fc-6d59da041ff2
* Save font size when changed on a hostKenny Root2009-12-081-1/+9
| | | | | | | Save font size immediately when changed in a console session. Allow the setting of font size when editing a host. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@431 df292f66-193f-0410-a5fc-6d59da041ff2
* Add "stay connected" preference to hostsKenny Root2009-07-061-0/+6
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@356 df292f66-193f-0410-a5fc-6d59da041ff2
* Add authentication agent forwardingKenny Root2009-06-251-1/+8
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@331 df292f66-193f-0410-a5fc-6d59da041ff2
* Restrict numeric preferences to numeric entry.Kenny Root2009-06-211-1/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@322 df292f66-193f-0410-a5fc-6d59da041ff2
* Add configurable backspace keyKenny Root2009-06-151-2/+8
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@303 df292f66-193f-0410-a5fc-6d59da041ff2
* Do not let locales seep into the preferencesKenny Root2009-05-301-1/+1
| | | | | | 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-1/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@232 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalize preference strings so they may be translated.Kenny Root2009-05-051-16/+15
|
* Fix preference use bugKenny Root2009-01-211-2/+2
|
* Add (limited) support for switching encodings on host connections; a more ↵Kenny Root2008-12-161-1/+9
| | | | | | | 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 compression option to hostsKenny Root2008-11-111-1/+7
|
* * 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
* * fixed bug where we might try loading passworded keys on startup in ↵Jeffrey Sharkey2008-11-031-1/+1
| | | | | | | | 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-1/+1
| | | | | | | | | | | | | | 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-1/+9
| | | | | * Password-protected pubkeys now supported * Fix some dangling database pointers
* * fixed disconnect in several places so that it correctly disposes of any ↵Jeffrey Sharkey2008-10-251-0/+6
| | | | | | | | | | | visible gui consoles * now handling remote socket dropping that disconnects sessions * added disconnected icon to stateful connected.xml list and updated binder to use it * added "post-login automation" in host settings to run commands once authenticated (like screen -dr) * bitmaps are now integral w.r.t. char size, which should resolve "cruft" at bottom of views
* * updated prefs to handle enter key nicely (singleLine)Jeffrey Sharkey2008-10-251-0/+4
| | | | | | | * moved wizard stuff around so scrollview works as expected between different steps (instead of fixed height) * added password dialog to console--it will manage showing/hiding as needed
* * removed older res filesJeffrey Sharkey2008-10-241-0/+18
|
* * WARNING: this build is broken lolJeffrey Sharkey2008-09-111-0/+41
* 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