aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/DatabaseBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-19WIP: happy eyeball with dns caching for 5min (#464)genofire1-2/+50
2020-02-05Networkstack: easy happy eyeball (#411)genofire1-53/+2
2019-12-12don’t use secure delete when migrating edit columnChristian Schneppe1-4/+9
2019-12-09properly restore LMC edits. switch to LMC v1.1Christian Schneppe1-1/+5
2019-12-08increase cursor window size on Android P when restoring messagesChristian Schneppe1-4/+3
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 Schneppe1-5/+7
2019-07-01code cleanup & small fixesChristian Schneppe1-4/+4
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-08Networkstack - let OS decide IPv4 or IPv6 (#267)genofire1-45/+1
2019-05-18performance improvementsChristian Schneppe1-1/+3
2019-05-04go forward through cursor in message restoreChristian Schneppe1-7/+8
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-5/+5
2019-03-14fix backup creation for older installationsChristian Schneppe1-3/+2
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-25check if encrypted pgp file get deletedChristian Schneppe1-10/+19
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-2/+69
2018-12-14postpone prekey removal and republish to after mamChristian Schneppe1-2/+2
2018-12-04implement self healing omemoChristian Schneppe1-1/+1
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-20Do not attempt to draw overlay on null bitmapChristian Schneppe1-1/+1
2018-09-27store avatars received over muc presence in contactChristian Schneppe1-1/+1
2018-09-26introduce media browser activityChristian Schneppe1-2/+2
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-0/+24
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+11
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe1-1/+1
2018-05-21set pragme secure delete properlyChristian Schneppe1-1/+1
2018-05-21explicitly set secure_delete pragma for SQLite databaseChristian Schneppe1-0/+1
2018-05-21move enabling of foreign key support to onConfigureChristian Schneppe1-8/+5
2018-05-17do not use trigger but delete message index entries manuallyChristian Schneppe1-83/+90
2018-05-17add primary key to fts tableChristian Schneppe1-2/+3
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-1/+6
2018-05-16do not load conversations with null jidChristian Schneppe1-2/+10
2018-05-02only search text messagesChristian Schneppe1-1/+1
2018-05-02search term parsing + highlightingChristian Schneppe1-2/+8
2018-05-02create fts tableChristian Schneppe1-2/+16
2018-04-30properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe1-1/+1
2018-04-30very much unoptimized search functionalityChristian Schneppe1-31/+34
2018-04-29add debug output to how many messages were deletedChristian Schneppe1-2/+3
2018-04-29fixed updating of server message id after dedupChristian Schneppe1-3/+2
2018-04-29search for muc pms when fetching last mam referenceChristian Schneppe1-1/+1