aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/HostEditorActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple known keys per hostKenny Root2016-02-211-1/+0
| | | | | This will allow hosts we originally saw with a certain hostkey algorithm to continue to use those keys without warning us.
* Fix missing summaries for SwitchPreferences in host editing list.Ryan Hansberry2015-09-221-1/+2
| | | | Fixes #222
* Fix style issues.Ryan Hansberry2015-09-221-2/+1
|
* Convert SettingsActivity and HostEditorActivity to AppCompat.Ryan Hansberry2015-09-211-1/+1
|
* Revert "Never cache instances of the HostDatabase"Kenny Root2015-09-111-6/+11
| | | | | | | 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-12/+6
|
* Make HostEditorActivity use a transactionKenny Root2015-09-071-1/+7
|
* Get rid of useless backup dbLock usageKenny Root2015-09-071-34/+6
|
* Change all database accessors to use singletonKenny Root2015-09-071-4/+4
|
* Rename logtag values to fit in 23 charactersKenny Root2015-07-161-1/+1
|
* Add some whitespace rules and fixes for themKenny Root2015-03-231-14/+14
|
* Convert to gradle build systemKenny Root2014-10-011-0/+433