aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/TrustKeysActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-09open trust key screen when download is in progressChristian Schneppe1-1/+1
2018-07-09try to fix race condition with empty trust uiChristian Schneppe1-3/+7
2018-04-13some OTR hintsChristian Schneppe1-1/+0
2018-04-13hide disable encryption button when omemo is in always modeChristian Schneppe1-1/+10
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-5/+3
2018-04-08offer a more convienient way to disable omemo from trust keys dialogChristian Schneppe1-83/+84
2018-04-08make camera feature optionalChristian Schneppe1-2/+2
2018-04-07detect irregular unicode in domain partChristian Schneppe1-2/+2
2018-04-07display irregular unicode code pointsChristian Schneppe1-3/+3
2018-04-02migrate to xmpp-addrChristian Schneppe1-5/+4
2018-04-01finished app compat themeingChristian Schneppe1-2/+0
2018-03-31fixe scan in OmemoActivitiesChristian Schneppe1-1/+1
2018-03-31integrate qr code scanner. temporarily break omemo activity scanChristian Schneppe1-3/+1
2018-03-24vastly untested refactor. pushing for backup purposesChristian Schneppe1-1/+1
2018-03-16change key activities to cardsChristian Schneppe1-81/+54
2018-03-09reference support actionbar in all activitiesChristian Schneppe1-5/+5
2018-02-15integrate intent integrator to finish activity when neededChristian Schneppe1-2/+1
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