aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (follow)
Commit message (Expand)AuthorAgeFilesLines
* make image compression configurableChristian Schneppe2017-03-261-4/+4
* rename media directoriesChristian Schneppe2017-03-112-19/+73
* catch fileprovider related NPEsChristian Schneppe2017-03-111-1/+1
* catch some OOM ExceptionsChristian Schneppe2017-03-111-0/+4
* only take 1:1 conversations into account when determining catchup timestampChristian Schneppe2017-03-091-1/+1
* fix sending video file as is, if it is in our directoryChristian Schneppe2017-02-281-2/+2
* don't compress videos if they are in our files directoryChristian Schneppe2017-02-121-0/+12
* do not sync thumbnail creation on cacheChristian Schneppe2017-02-091-1/+4
* 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
* check if media folders are existing, if not, create themChristian Schneppe2017-02-061-4/+11
* make updater work in Android NChristian Schneppe2017-02-051-3/+11
* fix detection of filesizeChristian Schneppe2017-02-021-2/+8
* configurable local message retention period.Christian Schneppe2017-01-291-0/+7
* add database migrationsChristian Schneppe2017-01-291-1/+7
* reworked FileBackendChristian Schneppe2017-01-251-27/+15
* fixed avatar republish missing the mime typeChristian Schneppe2017-01-141-3/+7
* unify getFileUri across share and open intentsChristian Schneppe2017-01-091-7/+15
* add overlay to indicate that image is gifChristian Schneppe2017-01-051-6/+25
* Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe2017-01-051-1/+2
* 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-193-2170/+2170
* 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
* distinguish between general i/o error and write exception when copying filesChristian Schneppe2016-11-171-95/+108
* 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
* Revert "use file provider on android M as well"Christian Schneppe2016-11-071-1/+1
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-1/+6
* use file provider on android M as wellChristian Schneppe2016-10-261-1/+1
* write prepped string to db. use display version everywhere elseChristian Schneppe2016-10-261-8/+8
* fixed omemo shown as unavailable in 1:1 chatsChristian Schneppe2016-10-051-1/+3
* resolve take photo uri for internal useChristian Schneppe2016-10-051-2/+2
* properly index take photo uris from file providerChristian Schneppe2016-10-051-8/+15
* explicit logging when copying files to storageChristian Schneppe2016-10-051-3/+4
* expert 'setting' to remove omemo identityChristian Schneppe2016-09-281-4/+0
* Don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch2016-09-231-2/+6
* 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
* optimized importsChristian Schneppe2016-09-091-2/+0
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-081-5/+6
* fixed typoDaniel Gultsch2016-09-031-2/+2
* use file provider for taking picturesDaniel Gultsch2016-09-021-3/+4
* change filename patternChristian Schneppe2016-08-301-1/+2
* compress videos bigger than 10 MB before sendingChristian Schneppe2016-08-281-11/+10