aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/OnKeyStatusUpdated.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-28some bug fixesChristian Schneppe1-1/+1
2017-11-23code cleanupChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-1/+1
2016-07-29changed package id inside manifest and projectChristian Schneppe1-2/+2
2015-10-17improved error reporting in trust keys activityDaniel Gultsch1-1/+3
2015-07-21Add INACTIVE state for removed keysAndreas Straub1-0/+5
We introduce a new trust state: INACTIVE. This state is intended for old keys that have been removed. When a TRUSTED device is removed from the PEP devicelist, it's status will be set to INACTIVE. INACTIVE keys are shown in the UI as greyed out, non-interactible key rows. Messages are not encrypted for INACTIVE devices. When an INACTIVE device reappears in PEP, or a message is received from an INACTIVE device, it is set back to trusted.