aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIP: happy eyeball with dns caching for 5min (#464)genofire2020-02-191-2/+50
* set filter to MediaBrowserActivityChristian Schneppe2020-02-121-3/+3
* show PDF preview in MediaBrowserActivityChristian Schneppe2020-02-121-1/+4
* rework PDF previewChristian Schneppe2020-02-111-18/+66
* introduce preview for PDF files in chatChristian Schneppe2020-02-091-1/+31
* Networkstack: easy happy eyeball (#411)genofire2020-02-051-53/+2
* limit artist - title in messages to 128 charsChristian Schneppe2020-02-051-2/+3
* update MetaDataExtractorChristian Schneppe2020-02-031-4/+17
* show audio artist and title for audio filesChristian Schneppe2020-02-021-1/+28
* persist file size across abortsChristian Schneppe2020-01-021-1/+6
* don’t use secure delete when migrating edit columnChristian Schneppe2019-12-121-4/+9
* properly restore LMC edits. switch to LMC v1.1Christian Schneppe2019-12-091-1/+5
* increase cursor window size on Android P when restoring messagesChristian Schneppe2019-12-081-4/+3
* show overlay to set avatar at the right bottom cornerChristian Schneppe2019-11-101-2/+14
* use variable for app directory in FileBackendChristian Schneppe2019-11-061-6/+7
* catch all exceptions when closing closableChristian Schneppe2019-10-261-1/+4
* show resource prompt when sending uncompressed videoChristian Schneppe2019-09-291-1/+3
* added overlay to avatar in EditAccountActivityChristian Schneppe2019-09-201-3/+30
* migrate to AndroidXChristian Schneppe2019-09-201-2/+2
* keep track of previously edited idsChristian Schneppe2019-09-131-3/+0
* show language in message bubble if multiple language variants were receivedChristian Schneppe2019-09-121-1/+6
* fix some crashesChristian Schneppe2019-09-032-9/+23
* bare minimum direct connectionsChristian Schneppe2019-09-031-0/+9
* use helper method to close socketChristian Schneppe2019-07-171-2/+2
* code cleanup & small fixesChristian Schneppe2019-07-013-14/+14
* Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"Christian Schneppe2019-06-251-2/+54
* performance improvement of message expiryChristian Schneppe2019-06-221-3/+45
* fix some NPEChristian Schneppe2019-06-171-1/+6
* Networkstack - let OS decide IPv4 or IPv6 (#267)genofire2019-06-081-45/+1
* fix some more NPEChristian Schneppe2019-06-081-6/+6
* separate received and sent filesChristian Schneppe2019-05-191-7/+40
* performance improvementsChristian Schneppe2019-05-182-5/+12
* go forward through cursor in message restoreChristian Schneppe2019-05-041-7/+8
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-032-10/+11
* fix backup creation for older installationsChristian Schneppe2019-03-141-3/+2
* fixed security exception when attempting to display image in notificationChristian Schneppe2019-03-061-5/+10
* only show images and videos in media browserChristian Schneppe2019-03-061-1/+3
* fix some more NPEsChristian Schneppe2019-02-181-1/+9
* optimize importsChristian Schneppe2019-02-081-1/+0
* scan all files in case some files were previously marked as deleted by accidentChristian Schneppe2019-01-271-4/+32
* fix compatibility issue on startupChristian Schneppe2019-01-261-1/+17
* make new backup and restore possible with old databasesChristian Schneppe2019-01-261-1/+6
* rework backup & restoreChristian Schneppe2019-01-261-2/+2
* null checks when deleting old filesChristian Schneppe2019-01-251-2/+2
* explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe2019-01-251-15/+6
* check if encrypted pgp file get deletedChristian Schneppe2019-01-251-10/+19
* fix display of deleted filesChristian Schneppe2019-01-251-1/+1
* don’t check if files exists when loading attachmentsChristian Schneppe2019-01-251-7/+2
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-252-2/+79
* put images into MessageStyle notificationsChristian Schneppe2019-01-241-2/+45