aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-24reworked file params to store audio runtime amoung other thingsChristian Schneppe1-12/+20
2017-09-19ignore http upload file size constraints for videos that will be compressedChristian Schneppe1-3/+30
2017-09-18show permanent notification while transcoding videoChristian Schneppe1-0/+10
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-06-17allow recording of videos from attachment choice tooChristian Schneppe1-3/+10
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe1-0/+18
2017-05-17work around for brokens ROMs that expose file uris as notification soundChristian Schneppe1-1/+1
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
2017-03-26make image compression configurableChristian Schneppe1-4/+4
2017-03-11rename media directoriesChristian Schneppe2-19/+73
2017-03-11catch fileprovider related NPEsChristian Schneppe1-1/+1
2017-03-11catch some OOM ExceptionsChristian Schneppe1-0/+4
2017-03-09only take 1:1 conversations into account when determining catchup timestampChristian Schneppe1-1/+1
2017-02-28fix sending video file as is, if it is in our directoryChristian Schneppe1-2/+2
2017-02-12don't compress videos if they are in our files directoryChristian Schneppe1-0/+12
2017-02-09do not sync thumbnail creation on cacheChristian Schneppe1-1/+4
2017-02-08add index to message.conversationUuidChristian Schneppe1-1/+6
2017-02-08Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe1-2/+4
2017-02-06check if media folders are existing, if not, create themChristian Schneppe1-4/+11
2017-02-05make updater work in Android NChristian Schneppe1-3/+11
2017-02-02fix detection of filesizeChristian Schneppe1-2/+8
2017-01-29configurable local message retention period.Christian Schneppe1-0/+7
2017-01-29add database migrationsChristian Schneppe1-1/+7
2017-01-25reworked FileBackendChristian Schneppe1-27/+15
2017-01-14fixed avatar republish missing the mime typeChristian Schneppe1-3/+7
2017-01-09unify getFileUri across share and open intentsChristian Schneppe1-7/+15
2017-01-05add overlay to indicate that image is gifChristian Schneppe1-6/+25
2017-01-05Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe1-1/+2
2016-11-27fixed migrations from pre-btbv phaseChristian Schneppe1-3/+7
2016-11-24when swiping don't clean startup counter entirely. just don't count last startupChristian Schneppe1-3/+8
2016-11-20remove omemo devices from annoucement after 7 days of inactivityChristian Schneppe1-0/+14
2016-11-20save last activation time in fingerprint statusChristian Schneppe1-1/+9
2016-11-19reformat codeChristian Schneppe3-2170/+2170
2016-11-18parse omemo fingerprints from urisChristian Schneppe1-7/+24
2016-11-18reset startup count when swiped away (only count kills)Christian Schneppe1-0/+2
2016-11-17distinguish between general i/o error and write exception when copying filesChristian Schneppe1-95/+108
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-81/+119
2016-11-11brought restart threshold down to 8 times in 8hChristian Schneppe1-6/+15
2016-11-08add frequent restart detectionChristian Schneppe1-2/+25
2016-11-07Revert "use file provider on android M as well"Christian Schneppe1-1/+1
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-1/+6