anotherim/src/main/java/eu/siacs/conversations
yushijinhun 48147b7fd1
Give up PGP decryption when intent is cancelled
When receiving a PGP message which is not encrypted with YOUR key,
OpenKeychain shows a dialog, which tells you the private key to decrypt
the message is unavailable. However, Conversations won't give up
decrypting the message. So whether the subsequent messages are
decryptable or not, the decryption is blocked at the current message.
The commit fixes the bug in this way: Give up the current message when
the decryption intent is cancelled, so that subsequent messages can be
handled.
2017-07-25 15:09:18 +08:00
..
crypto Give up PGP decryption when intent is cancelled 2017-07-25 15:09:18 +08:00
entities provide upgrade path for accounts with publish-options 2017-07-18 12:51:15 +02:00
generator use publish-options instead of always pushing node configuration 2017-07-18 12:51:15 +02:00
http also check for hostname in in certs if hostname is from trusted source 2017-06-21 23:40:01 +02:00
parser fetch device ids for muc members w/o known devices 2017-07-18 12:51:15 +02:00
persistance provide upgrade path for accounts with publish-options 2017-07-18 12:51:15 +02:00
services change access model of omemo pep nodes after every publish 2017-07-18 12:51:15 +02:00
ui Give up PGP decryption when intent is cancelled 2017-07-25 15:09:18 +08:00
utils add reminder to remove minidns workarounds once those are fixed 2017-07-14 09:09:26 +02:00
xml use publish-options instead of always pushing node configuration 2017-07-18 12:51:15 +02:00
xmpp use publish-options instead of always pushing node configuration 2017-07-18 12:51:15 +02:00
Config.java enable all encryption options 2017-07-18 12:51:15 +02:00