aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in new translationsKenny Root2015-03-281-1/+1
| | | | Change-Id: I64e8f92ea6a6c58b204bf94eee3820e72bd0d578
* Merge pull request #68 from pejakm/srtrKenny Root2015-03-291-0/+516
|\ | | | | Add Serbian translation
| * Add Serbian translationMladen Pejaković2015-03-281-0/+516
|/
* Localize numbers in ColorsActivityKenny Root2015-03-281-1/+5
|
* Update translationsKenny Root2015-03-2712-49/+61
| | | | Change-Id: Iabc1d6dee20517eba48e22c72784b2d06f887651
* Do not try to resize local PTY before connectionKenny Root2015-03-271-0/+5
| | | | | | | At that point shellFd is null and trying to get a field from it via JNI will cause the runtime to abort. Fixes #65
* Use a sane default font sizeKenny Root2015-03-273-58/+74
| | | | | | | This will also try to scale existing host entries down by the appropriate amount. Fixes #44
* Add a close-on-disconnect optionmendhak2015-03-275-5/+31
| | | | | | | | Defaults to off to preserve previous behavior. Original patch by Jeff King (@peff) Fixes #23
* Remove newer API level layout parameterKenny Root2015-03-271-1/+0
|
* Make the color picker scale with display densityKenny Root2015-03-274-165/+217
| | | | | | | | 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
* Move new scaled icons out of res/ because they're not allowed in therePaul "LeoNerd" Evans2015-03-262-0/+0
|
* Added 64px and 14px rescaled versions of the icon, for launchpad brandingPaul "LeoNerd" Evans2015-03-262-0/+0
|
* Update translationsKenny Root2015-03-267-9/+52
| | | | Change-Id: I7973910fc038dc7d593f0e516d6a4fcd8c41f63a
* Add updated zh_TW translationsKenny Root2015-03-261-0/+2
| | | | Change-Id: If5cf2e451c92313eb727de535861dbc9791ed5ed
* 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
* Update version code for v1.8.2Torne Wuff2015-03-221-2/+2
|
* Only enable right modifier directory shortcuts on Dream.Torne Wuff2015-03-224-5/+13
| | | | | Disable right modifier directory shortcut keys by default unless running on a Dream.
* Handle the ins/del/home/end/pageup/pagedown keysPaul "LeoNerd" Evans2015-03-221-0/+31
|
* Make sticky modifiers an option, off by default.Torne Wuff2015-03-217-5/+67
| | | | | | | | | | | | 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-212-21/+28
|
* Remove update frequency preference.Torne Wuff2015-03-2136-188/+0
| | | | | The update checker code was already removed; remove the now-unused pref that controlled it.
* Cope with keymaps that don't understand ALT modifier by falling back on the ↵Paul "LeoNerd" Evans2015-03-211-1/+5
| | | | un-modified Unicode char if it is unknown with
* Update version code for v1.8.1Kenny Root2014-10-211-2/+2
| | | | Change-Id: I9abd1c9ad4b6abed6a2cf6cf9f144aaacb857322
* Update translationsKenny Root2014-09-211-60/+66
| | | | Change-Id: I137f80cc7e8f6d5101134b54b83936f64062ec3e
* New notification icons, also by TwllPaul "LeoNerd" Evans2014-10-215-0/+0
|
* Wrap quick connect bar in layoutKenny Root2014-10-211-16/+27
| | | | | | | On Lollipop, this would otherwise result in an EditText that was cut off by the layout. Change-Id: I0c116aaf5b86da0409b57d3c89efa7f60b3b2160
* Get rid of duplicate and unused iconsKenny Root2014-10-192-0/+0
| | | | Change-Id: I7a5c4821dcb888a63aae7e33c41846fb68c443f8
* Merge pull request #43 from connectbot/material-design-iconsPaul Evans2014-10-196-0/+0
|\ | | | | Material design icons
| * Put icons in the right placesPaul "LeoNerd" Evans2014-10-197-0/+0
| |
| * New icons for MDPaul "LeoNerd" Evans2014-10-196-0/+0
| |
* | Version 1.8.0Kenny Root2014-10-181-2/+2
| | | | | | | | Change-Id: I85ccdb14036ce1d642e07726f82912c2be1bcf93
* | Fix keyType layout and space out buttons a bitKenny Root2014-10-181-4/+6
| | | | | | | | Change-Id: Idd46bb2ada1ff7ac934d5e20faee97842a990102
* | Disable EC generation when no supportKenny Root2014-10-181-0/+7
| | | | | | | | Change-Id: I1d03afa0a37cfa2779e1264aaf16052c6539640f
* | Add class hiding for KeyEvent debuggingKenny Root2014-10-181-3/+54
| | | | | | | | Change-Id: Id34acf00f9ec538d81b72b970ae1990c6ed36510
* | Fix Turkish translationKenny Root2014-10-181-1/+1
| | | | | | | | | | | | It was set at %1$ instead of %1$s which would crash in Turkish! Change-Id: Idd894e8950ba23fb7dc32a8312017a1ca7ec2112
* | Add preference to control action bar autohide.Torne Wuff2014-10-176-7/+31
| | | | | | | | Disabled by default so that people will be able to find the menu.
* | Fix emulated key show/hide timeout.Torne Wuff2014-03-021-25/+37
| | | | | | | | | | | | Keep track of the previous timeout event and cancel it if we already dismissed the emulated keys, to avoid the case where the emulated keys vanish immediately after opening them when used just beforehand.
* | Remove obsolete Google Code upload scriptKenny Root2014-03-021-316/+0
| | | | | | | | | | | | | | Google Code no longer allows uploads for our project, so this can never be used again. Change-Id: Ie199f6f8ea3fb76b5f56a442aa0f1333a5937fab
* | Work around cursor drawing bug by disabling h/w accel.Torne Wuff2014-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | Hardware accelerated drawing (enabled by default now because of the target SDK level) doesn't support XOR, so the cursor renders as a solid block, not showing the character underneath or the shift/ctrl/alt arrows. Disable hardware acceleration for ConsoleActivity to work around this until the cursor drawing logic can be fixed. The current release version doesn't use hardware acceleration anyway, so this seems reasonable.
* | Add Sublime Text project file.Torne Wuff2014-03-012-0/+37
| | | | | | | | In case anyone else works on it with Sublime.
* | Add key dumping code (commented).Torne Wuff2014-03-012-0/+100
| | | | | | | | | | We might expose this as an advanced option later; for now just check it in as a commented line for dev purposes.
* | Fix ctrl key on hardware keyboards.Torne Wuff2014-03-011-3/+7
| | | | | | | | | | | | | | We were only masking off META_CTRL_ON before calling getUnicodeChar, which caused many keymaps to return 0 since one of the other ctrl key bits was still set. Masking off *all* the ctrl bits makes it return the actual character for the key pressed, and then we handle it right.
* | Import new translationsKenny Root2013-10-314-520/+286
| | | | | | | | Change-Id: I9cd68ebf3c203e7f41536ecad8e443bf4e1b5bc3
* | Update translationsKenny Root2013-10-3022-248/+457
| | | | | | | | Change-Id: I13f45c64204b9f65cedda71e3e3d9547e6d80715
* | Merge pull request #26 from yarons/patch-1Kenny Root2013-10-301-2/+484
|\ \ | | | | | | Hebrew translation for ConnectBot
| * | Hebrew translation for ConnectBotYaron Shahrabani2013-10-301-2/+484
|/ / | | | | Needs some modifications so it'll work for ConnectBot VX as well
* | Re-use title_colors for the colours menu item.Darren Salt2013-10-061-1/+1
| | | | | | | | This allows translation etc. – I get to see "Colours" instead of "Colors".
* | Fix exception message in ECDSASHA2VerifyKenny Root2013-10-061-2/+2
| | | | | | | | Change-Id: Ib69c29588acb60b94cf710244f4c4dc76534412f
* | Add diffie-hellman-group-exchange-sha256 supportKenny Root2013-10-065-36/+20
| | | | | | | | | | | | | | | | Support exchanging groups using SHA-256 as specified in RFC 4419 For more information, see https://tools.ietf.org/html/rfc4419 Change-Id: Iee5d29e7113a05cad4714a61321bf86b016624b8