xmpp_client/src/main/java/eu/siacs/conversations
Andreas Straub 92b5081b5e Add INACTIVE state for removed keys
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.
2015-07-21 14:24:59 +02:00
..
crypto Add INACTIVE state for removed keys 2015-07-21 14:24:59 +02:00
entities Optimize imports 2015-07-20 14:26:29 +02:00
generator bugfix: also add no-permanent-storage to message hints 2015-07-21 11:50:32 +02:00
http attempt to fix the delay problem 2015-07-20 18:11:33 +02:00
parser end otr session when receiving failed otr message warnings 2015-07-21 11:52:49 +02:00
persistance Use properly fixed numeral values in Trust enum 2015-07-21 01:52:22 +02:00
services Add INACTIVE state for removed keys 2015-07-21 14:24:59 +02:00
ui Add INACTIVE state for removed keys 2015-07-21 14:24:59 +02:00
utils Optimize imports 2015-07-20 14:26:29 +02:00
xml Optimize imports 2015-07-20 14:26:29 +02:00
xmpp Add INACTIVE state for removed keys 2015-07-21 14:24:59 +02:00
Config.java rely on refreshUi/refreshUiReal and make sure it is being used everywhere 2015-07-20 15:48:58 +02:00