aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/PgpDecryptionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* code cleanupChristian Schneppe2016-07-021-7/+0
* synchronize message body changes for message correctionDaniel Gultsch2016-06-191-51/+53
* replace corrected messages in decryption queueDaniel Gultsch2016-06-191-0/+5
* delay notification until after pgp decryptionDaniel Gultsch2016-06-191-8/+29
* remove messages from decryption queue when trimming a conversationDaniel Gultsch2016-06-141-0/+4
* refactored pgp decryptionDaniel Gultsch2016-06-141-138/+164
* optimize importsChristian Schneppe2016-05-311-4/+4
* Decrypt PGP messages in backgroundfiaxh2015-10-281-0/+162