aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/DatabaseBackend.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sync roster to disk after roster pushChristian Schneppe2018-04-121-0/+4
* fix register account checkbox glitchChristian Schneppe2018-04-071-1/+2
* migrate to xmpp-addrChristian Schneppe2018-04-021-26/+21
* finished 'Set Status Message' dialogChristian Schneppe2018-04-011-8/+4
* get rid of customizable resourcesChristian Schneppe2018-04-011-1/+5
* permanently cache last resolver resultChristian Schneppe2018-01-211-38/+40
* remove NFC handling + let edit account handle own jidsChristian Schneppe2017-12-161-2/+1
* add getAccountJids to DatabaseBackendChristian Schneppe2017-12-161-0/+20
* make 'markable' attribute persistentChristian Schneppe2017-11-261-2/+7
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-1/+6
* EventReceiver: use setting to store enabled accountsChristian Schneppe2017-10-061-20/+0
* prevent users from editing their account jid after successful loginChristian Schneppe2017-08-131-1/+2
* avoid unnecessary roster sync in OMEMO code. fixed startup performance regres...Christian Schneppe2017-08-011-2/+2
* provide upgrade path for accounts with publish-optionsChristian Schneppe2017-08-011-1/+10
* fetch required device ids on demandChristian Schneppe2017-08-011-0/+17
* more migration fixes for updating from 1.6.0 to 1.19.0Christian Schneppe2017-08-011-1/+1
* fixed bug in db migrations when going from <15 to something recentChristian Schneppe2017-08-011-5/+7
* fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe2017-06-251-4/+5
* upgrade to signal-protocol-javaChristian Schneppe2017-06-241-17/+17
* add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe2017-05-311-0/+18
* use mam reference instead of timestampChristian Schneppe2017-05-171-8/+8
* don't load signed prekeys on startupChristian Schneppe2017-05-091-0/+19
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-261-3/+2
* rename media directoriesChristian Schneppe2017-03-111-1/+55
* only take 1:1 conversations into account when determining catchup timestampChristian Schneppe2017-03-091-1/+1
* add index to message.conversationUuidChristian Schneppe2017-02-081-1/+6
* Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe2017-02-081-2/+4
* configurable local message retention period.Christian Schneppe2017-01-291-0/+7
* add database migrationsChristian Schneppe2017-01-291-1/+7
* fixed migrations from pre-btbv phaseChristian Schneppe2016-11-271-3/+7
* when swiping don't clean startup counter entirely. just don't count last startupChristian Schneppe2016-11-241-3/+8
* remove omemo devices from annoucement after 7 days of inactivityChristian Schneppe2016-11-201-0/+14
* save last activation time in fingerprint statusChristian Schneppe2016-11-201-1/+9
* reformat codeChristian Schneppe2016-11-191-1255/+1255
* parse omemo fingerprints from urisChristian Schneppe2016-11-181-7/+24
* reset startup count when swiped away (only count kills)Christian Schneppe2016-11-181-0/+2
* refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe2016-11-171-81/+119
* brought restart threshold down to 8 times in 8hChristian Schneppe2016-11-111-6/+15
* add frequent restart detectionChristian Schneppe2016-11-081-2/+25
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-1/+6
* write prepped string to db. use display version everywhere elseChristian Schneppe2016-10-261-8/+8
* expert 'setting' to remove omemo identityChristian Schneppe2016-09-281-4/+0
* use history clear date as minimum date for mamChristian Schneppe2016-09-171-6/+23
* correct variablesChristian Schneppe2016-09-141-2/+2
* don't use display version of jidsDaniel Gultsch2016-09-141-83/+91
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-081-5/+6
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+1196