aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'Kenny Root2015-03-2345-272/+201
|\ | | | | | | | | | | Conflicts: app/src/main/java/org/connectbot/HostListActivity.java app/src/main/java/org/connectbot/service/TerminalKeyListener.java
| * 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
| |
* | Update to latest build systemKenny Root2015-03-236-12/+17
| |
* | Merge branch 'master' into gradle-conversionKenny Root2014-10-211-16/+27
|\|
| * 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
* | Android Studio: Add Git to the VCS settingsKenny Root2014-10-201-1/+1
| | | | | | | | Change-Id: Iab936f385fc5580fd4f17cab4e032db17a889643
* | Merge branch 'master' into gradle-conversionKenny Root2014-10-197-0/+0
|\| | | | | | | Change-Id: I77af95fa7ddb22c99f13f0770daba02a98bcf5b7
| * 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
| | |
* | | Merge branch 'master' into gradle-conversionKenny Root2014-10-181-2/+2
|\| |
| * | 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 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
* | | Update Android Studio filesKenny Root2014-10-182-4/+4
| | | | | | | | | | | | Change-Id: Ieffe7d5d7253ebdaa06ca556affd7b8b91062b04
* | | Add class hiding for KeyEvent debuggingKenny Root2014-10-181-3/+54
| | | | | | | | | | | | Change-Id: Id34acf00f9ec538d81b72b970ae1990c6ed36510
* | | Travis CI: add build scriptKenny Root2014-10-181-0/+2
| | | | | | | | | | | | Change-Id: I4a1f848404dc2f1a6e7f03ffebeeac33239ce219
* | | Allow newer versions of the build toolsKenny Root2014-10-181-1/+1
| | | | | | | | | | | | Change-Id: Ia4f422860f4ab3884c49f03eb7b791473b91dc05
* | | Travis CI: use NDK r10c insteadKenny Root2014-10-181-2/+2
| | | | | | | | | | | | Change-Id: Id936d1fe9c48ed84c15d3e08ad5796fbc8d28d5a
* | | Add NDK setup to Travis CIKenny Root2014-10-181-0/+10
| | | | | | | | | | | | Change-Id: If29948bfc8717256340c7cddd4ca2970a15a7405
* | | Experiment with Travis CIKenny Root2014-10-181-0/+8
| | | | | | | | | | | | Change-Id: I7044d2fbcabd893f0bb39b37a3b5eb57121a576b
* | | Merge branch 'master' into gradle-conversionKenny Root2014-10-187-8/+32
|\| |
| * | 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.
* | | Add robolectric for testsKenny Root2014-10-0314-247/+222
| | |
* | | Revert "Add BuildConfig stuff instead of msg_version"Kenny Root2014-10-037-44/+13
| | | | | | | | | | | | This reverts commit d2eb6b37b3910f404f229625a39a11954fac681d.
* | | Fix API usage for StrictModeSetupKenny Root2014-10-022-9/+11
| | |
* | | Move some Android Studio stuff into gitKenny Root2014-10-0210-2/+281
| | |
* | | Revert "Rename unit to ConnectBot"Kenny Root2014-10-021-2/+1
| | |
* | | Add BuildConfig stuff instead of msg_versionKenny Root2014-10-026-12/+43
| | |
* | | Fix the NDK library output nameKenny Root2014-10-011-0/+1
| | |
* | | Rename unit to ConnectBotKenny Root2014-10-011-0/+1
| | |
* | | Disable lint for missing translationsKenny Root2014-10-012-0/+5
| | |
* | | Add optional signing configuarationKenny Root2014-10-011-0/+15
| | |
* | | Switch distribution location to HTTPSKenny Root2014-10-011-1/+1
| | |
* | | Upgrade to newer gradleKenny Root2014-10-013-6/+7
| | |
* | | Remove sublimeText pluginKenny Root2014-10-011-8/+0
| | |