aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/service/TerminalKeyListener.java
Commit message (Collapse)AuthorAgeFilesLines
* Text selection now uses TextView. Pre-Honeycomb uses the same method as before.Ryan Hansberry2015-10-071-0/+8
|
* Code cleanup : create onEmulatedKeyClicked() via a global OnClickListener ↵adb20012015-08-091-1/+0
| | | | | | | | (emulatedKeysListener) handling all buttons events (except keyboard) since they all share the same code. Reset auto hide timer when an arrow button is clicked to allow multiple click. Remove unused ctrl, esc and tab png. Add haptic feedback to all keys except tab and keyboard.
* Change virtual keyboard images by flat buttons with text and added 'Up', ↵adb20012015-08-071-1/+6
| | | | | | | | | | | | | 'Down', 'Left' and 'Right' arrow keys. Squashes together other commits: - Remove HorizontalScrollView tests - Add comments to give translators context. - Remove hardcoded button texts and change the keyboard icon to a more modern style. - Change virtual keyboard RelativeLayout to LinearLayout and it take all screen width. And add a small separators between buttons. - Mislabelled "Up" key
* Merge pull request #118 from jklein24/fontsizeKenny Root2015-08-061-0/+14
|\
| * Make ctrl-+ and ctrl-- increase/decrease font size.Jeremy Klein2015-08-031-0/+14
| |
* | Make ctrl-shift-v paste.Jeremy Klein2015-07-311-0/+9
|/
* Rename logtag values to fit in 23 charactersKenny Root2015-07-161-1/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-07-151-4/+4
|
* Merge branch 'master' into gradle-conversionKenny Root2015-07-151-0/+14
|
* Add some whitespace rules and fixes for themKenny Root2015-03-231-9/+9
|
* Clean up some import style violationsKenny Root2015-03-231-2/+1
|
* checkstyle: fix leading spacesKenny Root2015-03-231-1/+1
|
* Merge remote-tracking branch 'origin/master'Kenny Root2015-03-231-6/+65
| | | | | | Conflicts: app/src/main/java/org/connectbot/HostListActivity.java app/src/main/java/org/connectbot/service/TerminalKeyListener.java
* Fix tabs violationsKenny Root2014-10-011-4/+4
|
* Convert to gradle build systemKenny Root2014-10-011-0/+558