aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/DatabaseBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-04-12sync roster to disk after roster pushChristian Schneppe1-0/+4
2018-04-07fix register account checkbox glitchChristian Schneppe1-1/+2
2018-04-02migrate to xmpp-addrChristian Schneppe1-26/+21
2018-04-01finished 'Set Status Message' dialogChristian Schneppe1-8/+4
2018-04-01get rid of customizable resourcesChristian Schneppe1-1/+5
2018-01-21permanently cache last resolver resultChristian Schneppe1-38/+40
2017-12-16remove NFC handling + let edit account handle own jidsChristian Schneppe1-2/+1
2017-12-16add getAccountJids to DatabaseBackendChristian Schneppe1-0/+20
2017-11-26make 'markable' attribute persistentChristian Schneppe1-2/+7
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-1/+6