Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add a close-on-disconnect option | mendhak | 2015-03-27 | 5 | -5/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defaults to off to preserve previous behavior. Original patch by Jeff King (@peff) Fixes #23 | |||||
* | | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-03-27 | 1 | -1/+0 | |
|\| | | | ||||||
| * | | | Remove newer API level layout parameter | Kenny Root | 2015-03-27 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-03-27 | 6 | -158/+211 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: app/src/main/java/org/connectbot/util/UberColorPickerDialog.java | |||||
| * | | | Make the color picker scale with display density | Kenny Root | 2015-03-27 | 4 | -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 there | Paul "LeoNerd" Evans | 2015-03-26 | 2 | -0/+0 | |
| | | | | ||||||
| * | | | Added 64px and 14px rescaled versions of the icon, for launchpad branding | Paul "LeoNerd" Evans | 2015-03-26 | 2 | -0/+0 | |
| | | | | ||||||
* | | | | Update translations | Kenny Root | 2015-03-26 | 45 | -72/+53 | |
| | | | | ||||||
* | | | | Do not overquote the a2po args | Kenny Root | 2015-03-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add translation gradle tasks | Kenny Root | 2015-03-26 | 4 | -0/+86 | |
| | | | | ||||||
* | | | | Move notification icons to correct directory | Kenny Root | 2015-03-26 | 3 | -0/+0 | |
| | | | | ||||||
* | | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-03-26 | 7 | -9/+52 | |
|\| | | | ||||||
| * | | | Update translations | Kenny Root | 2015-03-26 | 7 | -9/+52 | |
| | | | | | | | | | | | | | | | | Change-Id: I7973910fc038dc7d593f0e516d6a4fcd8c41f63a | |||||
* | | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-03-26 | 1 | -0/+2 | |
|\| | | | ||||||
| * | | | Add updated zh_TW translations | Kenny Root | 2015-03-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Change-Id: If5cf2e451c92313eb727de535861dbc9791ed5ed | |||||
* | | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-03-26 | 1 | -0/+3 | |
|\| | | | ||||||
| * | | | Add translation context for description strings | Kenny Root | 2015-03-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Change-Id: Iea226b10973fe418d3a8e3bf6f5067dd0b1ded26 | |||||
* | | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2015-03-26 | 1 | -0/+1 | |
|\| | | | ||||||
| * | | | Add context for new sticky key modifier preference | Kenny Root | 2015-03-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Change-Id: If34064f1dd42ebdc3887a54fc51ee16a0119687e | |||||
* | | | | Android Studio: try to make code format match existing | Kenny Root | 2015-03-24 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | Add some whitespace rules and fixes for them | Kenny Root | 2015-03-23 | 26 | -219/+245 | |
| | | | | ||||||
* | | | | travis: also cache gradle dists | Kenny Root | 2015-03-23 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | travis: update build-tools to 22.0.0 | Kenny Root | 2015-03-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | travis: cache the NDK download as well | Kenny Root | 2015-03-23 | 1 | -2/+8 | |
| | | | | ||||||
* | | | | Clean up some import style violations | Kenny Root | 2015-03-23 | 4 | -12/+7 | |
| | | | | ||||||
* | | | | checkstyle: add empty suppressions file | Kenny Root | 2015-03-23 | 2 | -0/+24 | |
| | | | | ||||||
* | | | | android studio: reorganize imports to be like Eclipse | Kenny Root | 2015-03-23 | 1 | -9/+3 | |
| | | | | ||||||
* | | | | checkstyle: add cleanliness rules | Kenny Root | 2015-03-23 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | checkstyle: reformat config file | Kenny Root | 2015-03-23 | 1 | -10/+11 | |
| | | | | ||||||
* | | | | Update Android Studio configs | Kenny Root | 2015-03-23 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | travis-ci: add caching for gradle | Kenny Root | 2015-03-23 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | checkstyle: fix leading spaces | Kenny Root | 2015-03-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/master' | Kenny Root | 2015-03-23 | 45 | -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.2 | Torne Wuff | 2015-03-22 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Only enable right modifier directory shortcuts on Dream. | Torne Wuff | 2015-03-22 | 4 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | | | Disable right modifier directory shortcut keys by default unless running on a Dream. | |||||
| * | | | Handle the ins/del/home/end/pageup/pagedown keys | Paul "LeoNerd" Evans | 2015-03-22 | 1 | -0/+31 | |
| | | | | ||||||
| * | | | Make sticky modifiers an option, off by default. | Torne Wuff | 2015-03-21 | 7 | -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 prefs | Torne Wuff | 2015-03-21 | 2 | -21/+28 | |
| | | | | ||||||
| * | | | Remove update frequency preference. | Torne Wuff | 2015-03-21 | 36 | -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" Evans | 2015-03-21 | 1 | -1/+5 | |
| |/ / | | | | | | | | | | un-modified Unicode char if it is unknown with | |||||
| * | | Update version code for v1.8.1 | Kenny Root | 2014-10-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | Change-Id: I9abd1c9ad4b6abed6a2cf6cf9f144aaacb857322 | |||||
| * | | Update translations | Kenny Root | 2014-09-21 | 1 | -60/+66 | |
| | | | | | | | | | | | | Change-Id: I137f80cc7e8f6d5101134b54b83936f64062ec3e | |||||
| * | | New notification icons, also by Twll | Paul "LeoNerd" Evans | 2014-10-21 | 5 | -0/+0 | |
| | | | ||||||
* | | | Update to latest build system | Kenny Root | 2015-03-23 | 6 | -12/+17 | |
| | | | ||||||
* | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2014-10-21 | 1 | -16/+27 | |
|\| | | ||||||
| * | | Wrap quick connect bar in layout | Kenny Root | 2014-10-21 | 1 | -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 settings | Kenny Root | 2014-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | Change-Id: Iab936f385fc5580fd4f17cab4e032db17a889643 | |||||
* | | | Merge branch 'master' into gradle-conversion | Kenny Root | 2014-10-19 | 7 | -0/+0 | |
|\| | | | | | | | | | | | Change-Id: I77af95fa7ddb22c99f13f0770daba02a98bcf5b7 | |||||
| * | | Get rid of duplicate and unused icons | Kenny Root | 2014-10-19 | 2 | -0/+0 | |
| | | | | | | | | | | | | Change-Id: I7a5c4821dcb888a63aae7e33c41846fb68c443f8 | |||||
| * | | Merge pull request #43 from connectbot/material-design-icons | Paul Evans | 2014-10-19 | 6 | -0/+0 | |
| |\ \ | | | | | | | | | Material design icons |