conversations-classic/src/main/java/eu/siacs/conversations/ui
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
..
adapter show date separators. fixes #2271 2017-07-04 11:01:20 +02:00
forms Removed unused imports from entire project. 2017-04-12 20:24:36 +05:30
text Add quotation support 2016-11-25 17:06:43 +03:00
widget unread badge: show >999 as infinity symbol 2017-04-05 18:39:27 +02:00
AboutActivity.java Code clean up 2017-04-08 10:05:13 +05:30
AboutPreference.java Optimize imports 2015-07-20 14:26:29 +02:00
AbstractSearchableListItemActivity.java Add support for XEP-0191 (Blocking command) 2014-12-22 08:19:00 -05:00
BlockContactDialog.java offer to block entire domain in message from stranger snackbar. fixes #2391 2017-03-20 12:55:48 +01:00
BlocklistActivity.java Code clean up 2017-04-08 10:05:13 +05:30
ChangePasswordActivity.java Code clean up 2017-04-08 10:05:13 +05:30
ChooseContactActivity.java Code clean up 2017-04-08 10:05:13 +05:30
ConferenceDetailsActivity.java use proper alpha for dark themed icons 2017-06-04 00:05:02 +02:00
ContactDetailsActivity.java recreate settingsactivity when theme changed 2017-06-05 14:57:09 +02:00
ConversationActivity.java refactored retrieval of default preferences 2017-07-01 13:41:24 +02:00
ConversationFragment.java Give up PGP decryption when intent is cancelled 2017-07-25 15:09:18 +08:00
EditAccountActivity.java incorporate support for publish-options into server info 2017-07-18 12:51:15 +02:00
EditMessage.java Do not compress GIFs, allow GBoard to send GIFs 2017-01-01 16:16:35 -05:00
EnterJidDialog.java fixed recreation issues in StartConversationActivity 2016-08-31 17:04:43 +02:00
MagicCreateActivity.java put settings defaults into resource file 2017-06-30 21:22:35 +02:00
ManageAccountActivity.java recreate activities when theme changed 2016-09-18 20:26:47 +02:00
OmemoActivity.java fixed fingerprint trust (was messed up after library upgrade) 2017-06-25 18:18:13 +02:00
PublishProfilePictureActivity.java warn user if account is offline during avatar publication 2016-10-06 22:06:09 +02:00
SetPresenceActivity.java Clean up 2017-04-08 11:04:20 +05:30
SettingsActivity.java use DND instead of XA when phone is silent 2017-06-27 12:24:26 +02:00
SettingsFragment.java Private files using a boolean flag from Config.java. 2016-11-08 11:45:20 +01:00
ShareWithActivity.java put settings defaults into resource file 2017-06-30 21:22:35 +02:00
StartConversationActivity.java put settings defaults into resource file 2017-06-30 21:22:35 +02:00
TimePreference.java Update summary in TimePreference change listener 2014-12-15 17:46:32 -05:00
TrustKeysActivity.java make scan barcode icon survive rotations 2017-06-29 20:23:28 +02:00
UiCallback.java code clean up 2015-10-12 12:36:54 +02:00
UiInformableCallback.java transcode videos before sharing. change storage location 2017-01-24 20:17:36 +01:00
VerifyOTRActivity.java parse omemo fingerprints from uris 2016-11-17 20:09:42 +01:00
WelcomeActivity.java put settings defaults into resource file 2017-06-30 21:22:35 +02:00
XmppActivity.java show date separators. fixes #2271 2017-07-04 11:01:20 +02:00