aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Android Studio: add inspection profilesKenny Root2015-03-271-0/+11
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-275-5/+31
|\
| * 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
* | Merge branch 'master' into gradle-conversionKenny Root2015-03-271-1/+0
|\|
| * Remove newer API level layout parameterKenny Root2015-03-271-1/+0
| |
* | Merge branch 'master' into gradle-conversionKenny Root2015-03-276-158/+211
|\| | | | | | | | | Conflicts: app/src/main/java/org/connectbot/util/UberColorPickerDialog.java
| * 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-2645-72/+53
| |
* | Do not overquote the a2po argsKenny Root2015-03-261-1/+1
| |
* | Add translation gradle tasksKenny Root2015-03-264-0/+86
| |
* | Move notification icons to correct directoryKenny Root2015-03-263-0/+0
| |
* | Merge branch 'master' into gradle-conversionKenny Root2015-03-267-9/+52
|\|
| * Update translationsKenny Root2015-03-267-9/+52
| | | | | | | | Change-Id: I7973910fc038dc7d593f0e516d6a4fcd8c41f63a
* | Merge branch 'master' into gradle-conversionKenny Root2015-03-261-0/+2
|\|
| * Add updated zh_TW translationsKenny Root2015-03-261-0/+2
| | | | | | | | Change-Id: If5cf2e451c92313eb727de535861dbc9791ed5ed
* | Merge branch 'master' into gradle-conversionKenny Root2015-03-261-0/+3
|\|
| * Add translation context for description stringsKenny Root2015-03-261-0/+3
| | | | | | | | Change-Id: Iea226b10973fe418d3a8e3bf6f5067dd0b1ded26
* | Merge branch 'master' into gradle-conversionKenny Root2015-03-261-0/+1
|\|
| * Add context for new sticky key modifier preferenceKenny Root2015-03-261-0/+1
| | | | | | | | Change-Id: If34064f1dd42ebdc3887a54fc51ee16a0119687e
* | Android Studio: try to make code format match existingKenny Root2015-03-241-0/+5
| |
* | Add some whitespace rules and fixes for themKenny Root2015-03-2326-219/+245
| |
* | travis: also cache gradle distsKenny Root2015-03-231-0/+1
| |
* | travis: update build-tools to 22.0.0Kenny Root2015-03-231-1/+1
| |
* | travis: cache the NDK download as wellKenny Root2015-03-231-2/+8
| |
* | Clean up some import style violationsKenny Root2015-03-234-12/+7
| |
* | checkstyle: add empty suppressions fileKenny Root2015-03-232-0/+24
| |
* | android studio: reorganize imports to be like EclipseKenny Root2015-03-231-9/+3
| |
* | checkstyle: add cleanliness rulesKenny Root2015-03-231-0/+4
| |
* | checkstyle: reformat config fileKenny Root2015-03-231-10/+11
| |
* | Update Android Studio configsKenny Root2015-03-231-1/+2
| |
* | travis-ci: add caching for gradleKenny Root2015-03-231-0/+4
| |
* | checkstyle: fix leading spacesKenny Root2015-03-231-1/+1
| |
* | 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