aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/util/HostDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* Make sure new known hosts are inserted and deletedKenny Root2016-03-111-11/+14
* Support multiple known keys per hostKenny Root2016-02-211-34/+147
* Integrate the EditHostActivity into the rest of the app.Kyle Horimoto2015-10-081-1/+1
* Add a bit more debugging for saving a known hostKenny Root2015-09-141-4/+6
* Wrap saving a known host in a transactionKenny Root2015-09-141-3/+9
* Call saveHost instead of specialized updateFontSizeKenny Root2015-09-111-26/+7
* Add interfaces for HostStorage and ColorStorageKenny Root2015-09-111-1/+3
* Change colors list to primitive arrayKenny Root2015-09-111-2/+2
* Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-111-0/+2
* Add back table reset for testingKenny Root2015-09-111-3/+19
* Never cache instances of the HostDatabaseKenny Root2015-09-071-2/+0
* Remove dbLock from HostDatabaseKenny Root2015-09-071-191/+148
* Use member database handle in HostDatabaseKenny Root2015-09-071-76/+54
* Use in-memory database for instrumentation testingKenny Root2015-09-071-8/+9
* Make database constructors privateKenny Root2015-09-071-1/+1
* Create singleton accessors of HostDatabase and PubkeyDatabaseKenny Root2015-09-071-0/+15
* Never close the databaseKenny Root2015-09-071-3/+0
* Remove unnecessary nulling of parameterKenny Root2015-09-071-1/+0
* Wrap all HostDatabase writes in a transactionKenny Root2015-09-071-39/+92
* Add test for local connectionsKenny Root2015-08-271-0/+16
* Use Integer.valueOf(...) to save memoryKenny Root2015-08-201-1/+1
* Rename logtag values to fit in 23 charactersKenny Root2015-07-161-1/+1
* Return empty port forward list if host arg is nullKenny Root2015-03-291-1/+4
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-19/+21
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-4/+10
* Add some whitespace rules and fixes for themKenny Root2015-03-231-1/+1
* Convert to gradle build systemKenny Root2014-10-011-0/+766