aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/PgpDecryptionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-19reformat codeChristian Schneppe1-12/+12
2016-10-18small code reformation in pgp decryption serviceChristian Schneppe1-2/+4
2016-09-23don't simply ignore null in message body but try to avoid itDaniel Gultsch1-1/+5
2016-07-29changed package id inside manifest and projectChristian Schneppe1-6/+6
2016-07-02code cleanupChristian Schneppe1-7/+0
2016-06-19synchronize message body changes for message correctionDaniel Gultsch1-51/+53
2016-06-19replace corrected messages in decryption queueDaniel Gultsch1-0/+5
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-8/+29
2016-06-14remove messages from decryption queue when trimming a conversationDaniel Gultsch1-0/+4
2016-06-14refactored pgp decryptionDaniel Gultsch1-138/+164
2016-05-31optimize importsChristian Schneppe1-4/+4
2015-10-28Decrypt PGP messages in backgroundfiaxh1-0/+162