aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-09-27store avatars received over muc presence in contactChristian Schneppe1-1/+1
2018-09-26do not show media overview in contact/conference details when missing storage...Christian Schneppe1-1/+3
2018-09-26introduce media browser activityChristian Schneppe1-2/+2
2018-09-26show conversation media in contact/conference detailsChristian Schneppe2-32/+69
2018-09-23preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe1-5/+46
2018-09-11catch illegalargument exception when discovering extension from urlChristian Schneppe1-1/+6
2018-08-26try to catch out of memory exceptionChristian Schneppe1-1/+5
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+11
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe1-1/+1
2018-06-29WIP: set room avatar and slight redesign of group detailsChristian Schneppe1-0/+21
2018-06-16attach editor content as fileChristian Schneppe1-10/+1