aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-05make updater work in Android NChristian Schneppe1-3/+11
fixes #98
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
add some logging to FullScreenView
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
This reverts commit fae5a658b9ea3c637c2158e60a1cd369ef4f912a.
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-1/+6
2016-10-26use file provider on android M as wellChristian Schneppe1-1/+1
2016-10-26write prepped string to db. use display version everywhere elseChristian Schneppe1-8/+8
2016-10-05fixed omemo shown as unavailable in 1:1 chatsChristian Schneppe1-1/+3
2016-10-05resolve take photo uri for internal useChristian Schneppe1-2/+2
2016-10-05properly index take photo uris from file providerChristian Schneppe1-8/+15
2016-10-05explicit logging when copying files to storageChristian Schneppe1-3/+4
2016-09-28expert 'setting' to remove omemo identityChristian Schneppe1-4/+0
2016-09-23Don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch1-2/+6
2016-09-17use history clear date as minimum date for mamChristian Schneppe1-6/+23
2016-09-14correct variablesChristian Schneppe1-2/+2
2016-09-14don't use display version of jidsDaniel Gultsch1-83/+91
2016-09-09optimized importsChristian Schneppe1-2/+0
2016-09-08be a bit more careful when deleting and deactivating accountsDaniel Gultsch1-5/+6
2016-09-03fixed typoDaniel Gultsch1-2/+2
2016-09-02use file provider for taking picturesDaniel Gultsch1-3/+4
2016-08-30change filename patternChristian Schneppe1-1/+2
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe1-11/+10
2016-08-13rotate images based on EXIF data in previewChristian Schneppe1-0/+47
fiexes #91
2016-08-11catch NPE in getVideoPreview() because getFrame sometimes returns nullDaniel Gultsch1-1/+1
2016-08-06don't name images "IMG_..."Christian Schneppe1-1/+1
2016-08-02catch exception when trying to get video preview of pgp encrypted fileDaniel Gultsch1-1/+5
2016-07-29show identity type for device selectionDaniel Gultsch1-1/+6
2016-07-29changed package id inside manifest and projectChristian Schneppe3-0/+2094