aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/service
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that immediate disconnection listeners are handled on the UI thread.Jeremy Klein2015-08-171-17/+21
| | | | | | This will resolve a crash when disconnecting hosts with "close on disconnect" set to true. See https://github.com/connectbot/connectbot/issues/135.
* Call the bridge disconnect listener sychronously on the main thread.Jeremy Klein2015-08-132-9/+19
| | | | | This resolves an issue with the adapter count changing without notifyDataSetChanged being called before layout.
* 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.
* Merge pull request #120 from alescdb/masterKenny Root2015-08-071-1/+6
|\
| * 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
* | Allow indexing into bridges to assist with ViewPagerKenny Root2015-08-071-2/+3
|/ | | | | Since ViewPager seems to have no way to inspect its items, we need to query the adapter for the item at the selected index.
* 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
|/
* Address review comments. Make TerminalManager.disconnectAll public.Jeremy Klein2015-07-271-1/+1
|
* Switch the handling of the disconnect all intent to HostListActivity.Jeremy Klein2015-07-271-3/+4
|
* Add a disconnect button to the active notification dialog.Jeremy Klein2015-07-271-0/+12
|
* Change bridges access through methodKenny Root2015-07-241-1/+10
| | | | This will help with unit testing.
* Rename logtag values to fit in 23 charactersKenny Root2015-07-165-5/+5
|
* Address review comments.Jeremy Klein2015-07-151-18/+17
|
* Add the v4 support library and update the notification API.Jeremy Klein2015-07-151-29/+29
| | | | | | Switch to using NotificationCompat.Builder. This will allow for the creation of a "disconnect all" button in the notification (see #93).
* Merge branch 'master' into gradle-conversionKenny Root2015-07-151-4/+4
|
* Merge branch 'master' into gradle-conversionKenny Root2015-07-151-0/+14
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-191-4/+7
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-161-15/+11
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-272-39/+53
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-1/+1
|
* Add some whitespace rules and fixes for themKenny Root2015-03-235-32/+32
|
* 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
* Add class hiding for KeyEvent debuggingKenny Root2014-10-181-3/+54
| | | | Change-Id: Id34acf00f9ec538d81b72b970ae1990c6ed36510
* Fix tabs violationsKenny Root2014-10-013-7/+7
|
* Add some TargetApi annotations to appease lintKenny Root2014-10-013-4/+10
|
* Convert to gradle build systemKenny Root2014-10-0112-0/+3235