aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/data
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple known keys per hostKenny Root2016-02-211-0/+10
| | | | | This will allow hosts we originally saw with a certain hostkey algorithm to continue to use those keys without warning us.
* Switch TerminalBridge over to ColorStorage and HostStorageKenny Root2015-09-111-1/+1
|
* Add interfaces for HostStorage and ColorStorageKenny Root2015-09-112-0/+120
An attempt to help with testing.