aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/PgpDecryptionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-25explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe1-1/+1
2019-01-25check if encrypted pgp file get deletedChristian Schneppe1-1/+1
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-1/+3
2019-01-24put images into MessageStyle notificationsChristian Schneppe1-2/+6
2018-12-14fixed dead lock when sending pgp messages from quick replyChristian Schneppe1-1/+1
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-1/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-1/+23
2017-11-23PgpService: feed result intent back into decryptionChristian Schneppe1-6/+12
2017-08-01Give up PGP decryption when intent is cancelledChristian Schneppe1-0/+21
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-1/+1
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