aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/service/TerminalManager.java
Commit message (Collapse)AuthorAgeFilesLines
* support for open-keychain authhsm2016-05-291-3/+11
|
* Call MediaPlayer.seekTo() before MediaPlayer.start()alescdb2015-10-231-9/+4
|
* Switch the default emulation mode to xterm-256colorJeremy Klein2015-10-071-1/+1
|
* Switch TerminalBridge over to ColorStorage and HostStorageKenny Root2015-09-111-1/+5
|
* Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-111-5/+10
| | | | | | | 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-10/+5
|
* Get rid of useless backup dbLock usageKenny Root2015-09-071-9/+2
|
* Change all database accessors to use singletonKenny Root2015-09-071-2/+2
|
* Add host status change listenerKenny Root2015-08-291-0/+30
| | | | | | 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.
* Call the bridge disconnect listener sychronously on the main thread.Jeremy Klein2015-08-131-7/+6
| | | | | This resolves an issue with the adapter count changing without notifyDataSetChanged being called before layout.
* 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.
* Address review comments. Make TerminalManager.disconnectAll public.Jeremy Klein2015-07-271-1/+1
|
* 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-161-1/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-191-4/+7
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-161-15/+11
|
* Add some whitespace rules and fixes for themKenny Root2015-03-231-5/+5
|
* Convert to gradle build systemKenny Root2014-10-011-0/+714