aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/TrustKeysActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-23code cleanupChristian Schneppe1-11/+11
2017-09-04link jid in trust keys activity to contact detailsChristian Schneppe1-0/+6
2017-09-04improved error messages on missing omemo keysChristian Schneppe1-2/+23
2017-08-01make scan barcode icon survive rotationsChristian Schneppe1-0/+11
2017-08-01show scan button in TrustKeys only if there is something to scanChristian Schneppe1-1/+24
2017-06-25fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe1-4/+7
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-1/+1
2016-12-18remove own fetch errors from device announcementChristian Schneppe1-1/+0
2016-11-29allow fingerprint verification via context menuChristian Schneppe1-15/+12
2016-11-24introduced blind trust before verification modeChristian Schneppe1-4/+11
2016-11-24explictly scan for aztec and qr codes onlyChristian Schneppe1-1/+2
2016-11-24offer verification directly from the trust keys screenChristian Schneppe1-0/+73
2016-11-19reformat codeChristian Schneppe1-303/+303
2016-11-18parse omemo fingerprints from urisChristian Schneppe1-1/+4
2016-11-17refactor omemo fingerprint UI codeChristian Schneppe1-10/+6
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-8/+8
2016-07-29changed package id inside manifest and projectChristian Schneppe1-9/+9
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 availableAndreas Straub1-4/+26
2015-07-20Optimize importsAndreas Straub1-4/+0
2015-07-19Ask for key trust when sending messagesAndreas Straub1-0/+237