aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Add a close-on-disconnect optionmendhak2015-03-271-0/+4
| | | | | | | | Defaults to off to preserve previous behavior. Original patch by Jeff King (@peff) Fixes #23
* Make the color picker scale with display densityKenny Root2015-03-271-4/+6
| | | | | | | | The UberColorPickerDialog was written when there was only one display density (mdpi). Scale all of the values appropriately for modern multi-density displays. Fixes #64
* Add translation context for description stringsKenny Root2015-03-261-0/+3
| | | | Change-Id: Iea226b10973fe418d3a8e3bf6f5067dd0b1ded26
* Add context for new sticky key modifier preferenceKenny Root2015-03-261-0/+1
| | | | Change-Id: If34064f1dd42ebdc3887a54fc51ee16a0119687e
* Make sticky modifiers an option, off by default.Torne Wuff2015-03-212-0/+19
| | | | | | | | | | | | 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-0/+3
|
* Remove update frequency preference.Torne Wuff2015-03-212-24/+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/+5
| | | | 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/+15
| | | | | | | | | | | | | 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.
* Handle git version differently to fix Eclipse builds.Torne (Richard Coles)2012-10-281-0/+4
| | | | | | | | | Unfortunately Eclipse appears to be too dumb to generate the version and build it correctly (even using an external build step it fails to rebuild resources afterward), so go back to having a dummy version checked into the repository. Run git update-index --assume-unchanged on the file before updating the version, so that git doesn't consider the file to have changed, instead.
* Fix broken git version generation.Torne (Richard Coles)2012-10-271-4/+0
| | | | | | The regex to edit res/values/notrans.xml no longer matched, so the version number wasn't being edited. Generate the version number into a separate resource file that isn't checked in instead, as this is neater.
* Remove unused stringsKenny Root2011-12-171-7/+0
|
* Externalize some stringsKenny Root2011-12-171-2/+24
|
* Move some manifest items to avoid lint warningsKenny Root2011-12-171-0/+2
|
* Update strings formatKenny Root2010-10-223-239/+238
| | | | | Add quotes around everything and mark things that are not translatable as not translatable.
* Add a description for the serviceKenny Root2010-08-051-0/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@512 df292f66-193f-0410-a5fc-6d59da041ff2
* Add CTRL/ESC on-screenKenny Root2010-07-271-0/+5
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@507 df292f66-193f-0410-a5fc-6d59da041ff2
* Allow <Camera> to send Alt+AGeorg Lukas2010-03-242-0/+4
| | | | | | 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-084-0/+76
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@471 df292f66-193f-0410-a5fc-6d59da041ff2
* Update service to stay open on EclairKenny Root2009-12-181-0/+3
| | | | | | | | setForeground(true) trick doesn't work on API 5 and above anymore, so use the pattern jasta suggested on a blog post to support both >=5 and <5 simultaneously. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@444 df292f66-193f-0410-a5fc-6d59da041ff2
* Escape resources in prep for Eclair compatKenny Root2009-12-181-16/+16
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@442 df292f66-193f-0410-a5fc-6d59da041ff2
* Save font size when changed on a hostKenny Root2009-12-081-0/+3
| | | | | | | 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
* Switch ColorsActivity terminology to SchemesKenny Root2009-12-081-0/+3
| | | | | | | Previously it was based on colors per-host, but colors schemes are better because people can easily apply them to individual hosts. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@430 df292f66-193f-0410-a5fc-6d59da041ff2
* Remove status bar shadow from top of consoleKenny Root2009-10-081-0/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@417 df292f66-193f-0410-a5fc-6d59da041ff2
* Add preference to force service persistentKenny Root2009-09-071-0/+5
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@405 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
* Update translationsKenny Root2009-08-112-7/+8
| | | | | | | | Split out things that shouldn't be translated into a separate file. Update the build.xml to change the version string in notrans.xml instead. Add Finnish and Vietnamese. Update other languages. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@384 df292f66-193f-0410-a5fc-6d59da041ff2
* Add some comments to clarify string usage for translatorsKenny Root2009-08-021-2/+7
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@380 df292f66-193f-0410-a5fc-6d59da041ff2
* Add menu item to scan for URLs in the current consoleKenny Root2009-07-091-0/+2
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@365 df292f66-193f-0410-a5fc-6d59da041ff2
* Add "stay connected" preference to hostsKenny Root2009-07-061-0/+5
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@356 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalize Use SSH Auth Agent selectionsKenny Root2009-07-042-3/+10
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@352 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalize the last few strings lingering in SSH and TerminalBridgeKenny Root2009-06-271-2/+18
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@339 df292f66-193f-0410-a5fc-6d59da041ff2
* Add confirm-use and lifetime constraints to individual pubkeysKenny Root2009-06-261-0/+2
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@334 df292f66-193f-0410-a5fc-6d59da041ff2
* Add authentication agent forwardingKenny Root2009-06-252-0/+18
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@331 df292f66-193f-0410-a5fc-6d59da041ff2
* Add color customization capabilitiesKenny Root2009-06-231-0/+2
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@326 df292f66-193f-0410-a5fc-6d59da041ff2
* Add configurable backspace keyKenny Root2009-06-152-8/+16
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@303 df292f66-193f-0410-a5fc-6d59da041ff2
* Add hints for transport destination formats (username@hostname, etc)Kenny Root2009-06-151-1/+9
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@300 df292f66-193f-0410-a5fc-6d59da041ff2
* Add stack trace reportingKenny Root2009-06-101-0/+3
| | | | | | | | * When an unhandled exception occurs, the exception handler writes it to a file in addition to all ther other stuff that normally happens * The next time ConnectBot is started up, the user is prompted as to whether they want to submit the stack trace to aid in finding bugs. * If the user agrees or declines, the stack traces are deleted. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@277 df292f66-193f-0410-a5fc-6d59da041ff2
* Add in volume control for terminal bellKenny Root2009-06-022-3/+10
| | | | 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/+14
| | | | | | background terminal bell. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@258 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
* Add Basque and Polish. Update German, Italian, French, Simplified Chinese, ↵Kenny Root2009-05-311-1/+1
| | | | | | and others. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@249 df292f66-193f-0410-a5fc-6d59da041ff2
* Move preference keys to their own class so they can be easily tracked for ↵Kenny Root2009-05-301-25/+0
| | | | | | usage in other classes git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@247 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
* 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
|