aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
* ssh: display the key exchange algorithm usedKenny Root2015-04-191-0/+5
|
* Use DateUtils.getRelativeTimeSpanStringPeter Collingbourne2015-04-141-6/+0
| | | | Closes #2
* 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-211-0/+7
| | | | | | | | | | | | 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-211-12/+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.
* 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-221-215/+215
| | | | | 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-241-0/+2
| | | | | | 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-081-0/+19
| | | | 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
* 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 translationsKenny Root2009-08-111-7/+0
| | | | | | | | 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-041-0/+7
| | | | 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-251-0/+6
| | | | 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-151-0/+10
| | | | 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-021-3/+9
| | | | 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
* 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
* 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-111-2/+25
| | | | 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-051-0/+2
| | | | 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-231-75/+71
| | | | | * Change 4-spaces to tabs (I blame Eclipse's editor) * Remove white spaces from end of lines