aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/host_prefs.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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