aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/axolotl/SQLiteAxolotlStore.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-58/+6
|
* Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-0/+473
Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes. IdentityKeys trust statuses are now cached in an LruCache to prevent hammering the database when rendering the UI.