aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/DatabaseBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-10-06EventReceiver: use setting to store enabled accountsChristian Schneppe1-20/+0
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe1-1/+2
2017-08-01avoid unnecessary roster sync in OMEMO code. fixed startup performance regres...Christian Schneppe1-2/+2
2017-08-01provide upgrade path for accounts with publish-optionsChristian Schneppe1-1/+10
2017-08-01fetch required device ids on demandChristian Schneppe1-0/+17
2017-08-01more migration fixes for updating from 1.6.0 to 1.19.0Christian Schneppe1-1/+1
2017-08-01fixed bug in db migrations when going from <15 to something recentChristian Schneppe1-5/+7
2017-06-25fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe1-4/+5
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-17/+17
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe1-0/+18
2017-05-17use mam reference instead of timestampChristian Schneppe1-8/+8
2017-05-09don't load signed prekeys on startupChristian Schneppe1-0/+19
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe1-3/+2