aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
Commit message (Collapse)AuthorAgeFilesLines
* Only enable right modifier directory shortcuts on Dream.Torne Wuff2015-03-221-1/+1
| | | | | Disable right modifier directory shortcut keys by default unless running on a Dream.
* Make sticky modifiers an option, off by default.Torne Wuff2015-03-211-0/+9
| | | | | | | | | | | | 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.
* Reorganise preferences, add category for keyboard prefsTorne Wuff2015-03-211-21/+25
|
* Remove update frequency preference.Torne Wuff2015-03-211-9/+0
| | | | | The update checker code was already removed; remove the now-unused pref that controlled it.
* Add preference to control action bar autohide.Torne Wuff2014-10-171-0/+7
| | | | Disabled by default so that people will be able to find the menu.
* Hopefully fix the majority of keyboard issues.Torne Wuff2013-09-301-0/+21
| | | | | | | | | | | | | It seems that the majority of keyboard issues were caused by quirks implemented for the convenience of the HTC Dream (shift+numbers generating function keys on the hardware keyboard and ctrl+numbers generating function keys on the software keyboard). Turn these into settings, which are disabled by default unless the device is indeed a HTC Dream. Also, add a setting (defaulting to on) which determines whether the volume keys change the font size. Disabling this restores normal volume control functionality.
* 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
* Add preference to force service persistentKenny Root2009-09-071-0/+7
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@405 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 in volume control for terminal bellKenny Root2009-06-021-3/+12
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@264 df292f66-193f-0410-a5fc-6d59da041ff2
* Add audible terminal bell, vibrate on terminal bell, and notification on ↵Kenny Root2009-06-021-0/+19
| | | | | | background terminal bell. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@258 df292f66-193f-0410-a5fc-6d59da041ff2
* Do not let locales seep into the preferencesKenny Root2009-05-301-12/+12
| | | | | | 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
* Externalize preference strings so they may be translated.Kenny Root2009-05-051-35/+35
|
* * Added "bumpy arrows" so that arrow keys trigger vibration, useful for ↵Jeffrey Sharkey2008-12-291-1/+9
| | | | | | | | | 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.
* Added preference for Wi-Fi lockingKenny Root2008-11-211-0/+7
|
* * Don't present SD card dialog if SD card isn't presentKenny Root2008-11-101-1/+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
* * fixed bug where we might try loading passworded keys on startup in ↵Jeffrey Sharkey2008-11-031-2/+11
| | | | | | | | 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/+26
| | | | | | | | | | | | | | 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
* * finished implementing copy functionalityJeffrey Sharkey2008-10-271-22/+39
| | | | | | | | * 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/+7
| | | | | | | | console to create * created preference for keep-alive screen feature
* * refactored prompting gui component into PromptHelper, makes it easier now ↵Jeffrey Sharkey2008-10-261-1/+1
| | | | | | | | | | because it offers blocking methods to get strings * also added boolean prompt support for hostkey yes/no from user * added checking and storing of hostkeys into backend database, successfully tested * created new icon using android style guide pdf, older icon is still here
* * fixed disconnect in several places so that it correctly disposes of any ↵Jeffrey Sharkey2008-10-251-0/+2
| | | | | | | | | | | 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
* * changed preferences to use explicit stringsJeffrey Sharkey2008-10-251-2/+2
|
* * removed older res filesJeffrey Sharkey2008-10-241-0/+18
|
* * changed handling of Console window to accept ↵Jeffrey Sharkey2008-09-151-0/+20
ssh://user@host:port/#nickname intents, which will also be used by desktop shortcuts later * changed terminalbridge to handle all hostkey and password authentication through console instead of android gui (mimics traditional openssh) * added disconnect and paste functionality to Console menu