aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/DatabaseBackend.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIP: happy eyeball with dns caching for 5min (#464)genofire2020-02-191-2/+50
* Networkstack: easy happy eyeball (#411)genofire2020-02-051-53/+2
* 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
* 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-031-5/+7
* code cleanup & small fixesChristian Schneppe2019-07-011-4/+4
* 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
* Networkstack - let OS decide IPv4 or IPv6 (#267)genofire2019-06-081-45/+1
* performance improvementsChristian Schneppe2019-05-181-1/+3
* go forward through cursor in message restoreChristian Schneppe2019-05-041-7/+8
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-5/+5
* fix backup creation for older installationsChristian Schneppe2019-03-141-3/+2
* 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
* check if encrypted pgp file get deletedChristian Schneppe2019-01-251-10/+19
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-2/+69
* postpone prekey removal and republish to after mamChristian Schneppe2018-12-141-2/+2
* implement self healing omemoChristian Schneppe2018-12-041-1/+1
* catch cursor window allocation exceptionChristian Schneppe2018-11-231-4/+10
* refresh synced contacts even if offlineChristian Schneppe2018-11-231-1/+1
* also respect deleted messages in readable logsChristian Schneppe2018-11-111-2/+2
* implement message deletionChristian Schneppe2018-11-111-15/+17
* Do not attempt to draw overlay on null bitmapChristian Schneppe2018-10-201-1/+1
* store avatars received over muc presence in contactChristian Schneppe2018-09-271-1/+1
* introduce media browser activityChristian Schneppe2018-09-261-2/+2
* show conversation media in contact/conference detailsChristian Schneppe2018-09-261-0/+24
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+11
* persist muc avatar and show in bookmarksChristian Schneppe2018-07-091-1/+1
* set pragme secure delete properlyChristian Schneppe2018-05-211-1/+1
* explicitly set secure_delete pragma for SQLite databaseChristian Schneppe2018-05-211-0/+1
* move enabling of foreign key support to onConfigureChristian Schneppe2018-05-211-8/+5
* do not use trigger but delete message index entries manuallyChristian Schneppe2018-05-171-83/+90
* add primary key to fts tableChristian Schneppe2018-05-171-2/+3
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-1/+6
* do not load conversations with null jidChristian Schneppe2018-05-161-2/+10
* only search text messagesChristian Schneppe2018-05-021-1/+1
* search term parsing + highlightingChristian Schneppe2018-05-021-2/+8
* create fts tableChristian Schneppe2018-05-021-2/+16
* properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe2018-04-301-1/+1
* very much unoptimized search functionalityChristian Schneppe2018-04-301-31/+34
* add debug output to how many messages were deletedChristian Schneppe2018-04-291-2/+3
* fixed updating of server message id after dedupChristian Schneppe2018-04-291-3/+2
* search for muc pms when fetching last mam referenceChristian Schneppe2018-04-291-1/+1