aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/TrustKeysActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2015-07-201-2/+8
| | | | | If there are no UNDECIDED keys, but none of the contact's keys are trusted, redirect the user to the TrustKeysActivity
* rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-201-10/+4
|
* Lock TrustKeys if no trusted keys are availableAndreas Straub2015-07-201-4/+26
|
* Optimize importsAndreas Straub2015-07-201-4/+0
|
* Ask for key trust when sending messagesAndreas Straub2015-07-191-0/+237
If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.