aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/TrustKeysActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-16remove own fetch errors from device announcementDaniel Gultsch1-2/+0
2016-11-28allow fingerprint verification via context menuDaniel Gultsch1-15/+12
2016-11-23explictly scan for aztec and qr codes onlyDaniel Gultsch1-1/+2
2016-11-23introduced blind trust before verification modeDaniel Gultsch1-4/+11
2016-11-22offer verification directly from the trust keys screenDaniel Gultsch1-1/+72
2016-11-17parse omemo fingerprints from urisDaniel Gultsch1-1/+4
2016-11-15refactor omemo fingerprint UI codeDaniel Gultsch1-10/+6
2016-11-14refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch1-7/+8
2016-03-01properly persist accepted crypto targetsDaniel Gultsch1-5/+1
2016-03-01let users confirm each member in a conference even if that contact is already...Daniel Gultsch1-15/+35
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-68/+88
2016-01-23show fetch errors in trust keys activityDaniel Gultsch1-1/+2
2016-01-22use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch1-1/+1
2016-01-13show key fetch error in activity when there are no keys to be usedDaniel Gultsch1-1/+8
2015-12-23show certificate informationDaniel Gultsch1-0/+2
2015-10-17improved error reporting in trust keys activityDaniel Gultsch1-10/+20
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-32/+48
2015-09-06Only show that have sessions in fingerprint listAndreas Straub1-18/+18
2015-08-15Display error message if all contact keys purgedAndreas Straub1-0/+10
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch1-1/+1
2015-08-05Improve TrustKeysActivity slider responsivenessAndreas Straub1-11/+11
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub1-9/+9
2015-07-29Highlight selected message's fingerprint in listAndreas Straub1-2/+2
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-1/+1
2015-07-21Add INACTIVE state for removed keysAndreas Straub1-3/+3
2015-07-20Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub1-2/+8
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-10/+4
2015-07-20Lock TrustKeys if no trusted keys are availableCryptoNextBetaAndreas Straub1-4/+26
2015-07-20Optimize importsAndreas Straub1-4/+0
2015-07-19Ask for key trust when sending messagesAndreas Straub1-0/+237