aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/service
Commit message (Collapse)AuthorAgeFilesLines
* support for open-keychain authhsm2016-05-292-3/+18
|
* Avoid creating relay thread in sessionless modeToff2016-03-271-6/+8
| | | | | | | Fixe issue #391 (High CPU usage when 'Start shell session' disabled). This patch is from Nishino Daisuke. Original message: https://code.google.com/archive/p/connectbot/issues/643
* Avoid stair-stepping local text outputKenny Root2016-01-241-10/+18
| | | | | When multi-line output was used, this was creating a stair-step effect. This was most noticable during host-key-has-changed warnings.
* Call MediaPlayer.seekTo() before MediaPlayer.start()alescdb2015-10-231-9/+4
|
* Merge pull request #281 from jklein24/termmodeKenny Root2015-10-081-1/+1
|\ | | | | Switch the default emulation mode to xterm-256color
| * Switch the default emulation mode to xterm-256colorJeremy Klein2015-10-071-1/+1
| |
* | Remove redundant member 'terminalView' on TerminalBridgeRyan Hansberry2015-10-071-3/+2
| |
* | Text selection now uses TextView. Pre-Honeycomb uses the same method as before.Ryan Hansberry2015-10-072-12/+40
|/
* Switch TerminalBridge over to ColorStorage and HostStorageKenny Root2015-09-112-4/+8
|
* Call saveHost instead of specialized updateFontSizeKenny Root2015-09-111-1/+1
|
* Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-112-12/+14
| | | | | | | This reverts commit 57afa9bdc5b269a48bd27fc8455cab4cb956d02a. This won't work with injection and makes testing a bit harder, so revert it.
* Remove unused imports in BackupAgentKenny Root2015-09-071-5/+0
|
* Never cache instances of the HostDatabaseKenny Root2015-09-072-14/+12
|
* Get rid of useless backup dbLock usageKenny Root2015-09-072-29/+2
|
* Change all database accessors to use singletonKenny Root2015-09-071-2/+2
|
* Add host status change listenerKenny Root2015-08-292-0/+56
| | | | | | This fixes a problem where the 'Disconnect' context menu item in the HostListActivity would only detect when a host's status changed if it happened to win the race.
* 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