aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/service/TerminalBridge.java
Commit message (Collapse)AuthorAgeFilesLines
* support for open-keychain authhsm2016-05-291-0/+7
|
* 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.
* 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-071-12/+32
|
* Switch TerminalBridge over to ColorStorage and HostStorageKenny Root2015-09-111-3/+3
|
* Call saveHost instead of specialized updateFontSizeKenny Root2015-09-111-1/+1
|
* Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-111-7/+4
| | | | | | | This reverts commit 57afa9bdc5b269a48bd27fc8455cab4cb956d02a. This won't work with injection and makes testing a bit harder, so revert it.
* Never cache instances of the HostDatabaseKenny Root2015-09-071-4/+7
|
* 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-131-2/+13
| | | | | This resolves an issue with the adapter count changing without notifyDataSetChanged being called before layout.
* Rename logtag values to fit in 23 charactersKenny Root2015-07-161-1/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-36/+50
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-1/+1
|
* Add some whitespace rules and fixes for themKenny Root2015-03-231-13/+13
|
* Convert to gradle build systemKenny Root2014-10-011-0/+1018