aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-26catch all exceptions when closing closableChristian Schneppe1-1/+4
2019-09-29show resource prompt when sending uncompressed videoChristian Schneppe1-1/+3
2019-09-20added overlay to avatar in EditAccountActivityChristian Schneppe1-3/+30
2019-09-20migrate to AndroidXChristian Schneppe1-2/+2
2019-09-13keep track of previously edited idsChristian Schneppe1-3/+0
2019-09-12show language in message bubble if multiple language variants were receivedChristian Schneppe1-1/+6
2019-09-03fix some crashesChristian Schneppe2-9/+23
2019-09-03bare minimum direct connectionsChristian Schneppe1-0/+9
2019-07-17use helper method to close socketChristian Schneppe1-2/+2
2019-07-01code cleanup & small fixesChristian Schneppe3-14/+14
2019-06-25Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"Christian Schneppe1-2/+54
2019-06-22performance improvement of message expiryChristian Schneppe1-3/+45
2019-06-17fix some NPEChristian Schneppe1-1/+6
2019-06-08Networkstack - let OS decide IPv4 or IPv6 (#267)genofire1-45/+1
2019-06-08fix some more NPEChristian Schneppe1-6/+6
2019-05-19separate received and sent filesChristian Schneppe1-7/+40
2019-05-18performance improvementsChristian Schneppe2-5/+12
2019-05-04go forward through cursor in message restoreChristian Schneppe1-7/+8
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe2-10/+11
2019-03-14fix backup creation for older installationsChristian Schneppe1-3/+2
2019-03-06fixed security exception when attempting to display image in notificationChristian Schneppe1-5/+10
2019-03-06only show images and videos in media browserChristian Schneppe1-1/+3
2019-02-18fix some more NPEsChristian Schneppe1-1/+9
2019-02-08optimize importsChristian Schneppe1-1/+0
2019-01-27scan all files in case some files were previously marked as deleted by accidentChristian Schneppe1-4/+32
2019-01-26fix compatibility issue on startupChristian Schneppe1-1/+17
2019-01-26make new backup and restore possible with old databasesChristian Schneppe1-1/+6
2019-01-26rework backup & restoreChristian Schneppe1-2/+2
2019-01-25null checks when deleting old filesChristian Schneppe1-2/+2
2019-01-25explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe1-15/+6
2019-01-25check if encrypted pgp file get deletedChristian Schneppe1-10/+19
2019-01-25fix display of deleted filesChristian Schneppe1-1/+1
2019-01-25don’t check if files exists when loading attachmentsChristian Schneppe1-7/+2
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe2-2/+79
2019-01-24put images into MessageStyle notificationsChristian Schneppe1-2/+45
2019-01-03introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe1-2/+5
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by fil...Christian Schneppe1-1/+1
2018-12-14limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe1-1/+8
2018-12-14postpone prekey removal and republish to after mamChristian Schneppe1-2/+2
2018-12-04implement self healing omemoChristian Schneppe1-1/+1
2018-11-30fix apk name detectionChristian Schneppe1-4/+5
2018-11-30catch npe while detecting apk namesChristian Schneppe1-7/+12
2018-11-23catch cursor window allocation exceptionChristian Schneppe1-4/+10
2018-11-23refresh synced contacts even if offlineChristian Schneppe1-1/+1
2018-11-11also respect deleted messages in readable logsChristian Schneppe1-2/+2
2018-11-11implement message deletionChristian Schneppe1-15/+17
2018-10-24write null bitmap to imageview to replace asyncdrawableChristian Schneppe1-1/+1
2018-10-20Do not attempt to draw overlay on null bitmapChristian Schneppe2-2/+3
2018-10-03rework MediaViewerActivityChristian Schneppe1-4/+8
2018-09-27do not compress/resize images with strange aspect ratiosChristian Schneppe1-0/+12