aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/PgpDecryptionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* small code reformation in pgp decryption serviceDaniel Gultsch2016-10-171-2/+4
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-181-1/+5
* synchronize message body changes for message correctionDaniel Gultsch2016-06-161-51/+53
* replace corrected messages in decryption queueDaniel Gultsch2016-06-151-0/+5
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-8/+29
* remove messages from decryption queue when trimming a conversationDaniel Gultsch2016-06-131-0/+4
* refactored pgp decryptionDaniel Gultsch2016-06-131-143/+162
* Decrypt PGP messages in backgroundfiaxh2015-10-281-0/+162