aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * Fixed comment in default strings.xmlKenny Root2009-04-071-1/+1
| | | | | | * Added translation for Deutsch (thanks, TauPan!) * Added translation for Swedish (thanks, dalurka!)
* Externalize some strings, fix indentation while I'm at itKenny Root2009-04-071-0/+8
|
* Add comments for strings to aid in translations.Kenny Root2009-04-071-8/+72
|
* Indentation cleanup, pass 1Kenny Root2009-01-233-145/+135
| | | | | * Change 4-spaces to tabs (I blame Eclipse's editor) * Remove white spaces from end of lines
* Allow use of directional pad to select area of text to copy to clipboardKenny Root2009-01-211-1/+1
|
* Fix preference use bugKenny Root2009-01-211-8/+19
|
* Fix strange bug where single quote was stripped out of preference labelKenny Root2009-01-191-1/+1
|
* Minor capitalization fixKenny Root2009-01-131-1/+1
|
* * Added "bumpy arrows" so that arrow keys trigger vibration, useful for ↵Jeffrey Sharkey2008-12-292-0/+6
| | | | | | | | | 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.
* 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
* * Prepare for private key exportKenny Root2008-12-261-1/+2
|
* 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)
* Added preference for Wi-Fi lockingKenny Root2008-11-211-0/+1
|
* Add a hint about what to do when Host List is empty.Kenny Root2008-11-201-0/+1
|
* * Refactor a bit of the help screenKenny Root2008-11-181-0/+1
| | | | * Don't close view when host disconnects (user must explicitly close now)
* * Add rudimentary help system.Kenny Root2008-11-162-5/+12
|