aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/PgpDecryptionService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-1/+1
|
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-1/+23
|
* PgpService: feed result intent back into decryptionChristian Schneppe2017-11-231-6/+12
|
* Give up PGP decryption when intent is cancelledChristian Schneppe2017-08-011-0/+21
| | | | | | | | | | | 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.
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-1/+1
|
* reformat codeChristian Schneppe2016-11-191-12/+12
|
* small code reformation in pgp decryption serviceChristian Schneppe2016-10-181-2/+4
|
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-231-1/+5
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+213