aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-23configurable local message retention period. (untested)Daniel Gultsch1-0/+7
2017-01-12fixed avatar republish missing the mime typeDaniel Gultsch1-3/+7
2017-01-09unify getFileUri across share and open intentsDaniel Gultsch1-11/+14
2017-01-03add overlay to indicate that image is gifDaniel Gultsch1-6/+26
2017-01-01Do not compress GIFs, allow GBoard to send GIFsMichael Eden1-1/+2
2016-12-01made provider authorities relativ to deal with different package idsDaniel Gultsch1-2/+7
2016-11-25fixed migrations from pre-btbv phaseDaniel Gultsch1-3/+7
2016-11-21when swiping don't clean startup counter entirely. just don't count last startupDaniel Gultsch1-3/+8
2016-11-19remove omemo devices from annoucement after 7 days of inactivityDaniel Gultsch1-0/+14
2016-11-19save last activation time in fingerprint statusDaniel Gultsch1-1/+9
2016-11-17parse omemo fingerprints from urisDaniel Gultsch1-7/+24
2016-11-17reset startup count when swiped away (only count kills)Daniel Gultsch1-0/+2
2016-11-15distinguish between general i/o error and write exception when copying filesDaniel Gultsch1-6/+19
2016-11-14refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch1-28/+66
2016-11-08brought restart threshold down to 8 times in 8hDaniel Gultsch1-6/+16
2016-11-08add frequent restart detectionDaniel Gultsch1-1/+23
2016-11-08Private files using a boolean flag from Config.java.Ignacio Quezada1-10/+28
2016-10-30Revert "use file provider on android M as well"Daniel Gultsch1-1/+1
2016-10-26add error message to failed messages. accessible via context menuDaniel Gultsch1-1/+6
2016-10-23use file provider on android M as wellDaniel Gultsch1-1/+1
2016-10-20write prepped string to db. use display version everywhere elseDaniel Gultsch1-8/+8
2016-10-03fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch1-1/+3
2016-10-03resolve take photo uri for internal useDaniel Gultsch1-3/+2
2016-10-03properly index take photo uris from file providerDaniel Gultsch1-7/+14
2016-10-03explicit logging when copying files to storageDaniel Gultsch1-1/+2
2016-09-28expert 'setting' to remove omemo identity. fixes #2038Daniel Gultsch1-3/+0
2016-09-21don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch1-1/+5
2016-09-16use history clear date as minimum date for mamDaniel Gultsch1-5/+23
2016-09-12don't use display version of jidsDaniel Gultsch1-81/+89
2016-09-07be a bit more careful when deleting and deactivating accountsDaniel Gultsch1-5/+6
2016-08-31fixed typoDaniel Gultsch1-2/+2
2016-08-30use file provider for taking picturesDaniel Gultsch1-3/+4
2016-08-02catch NPE in getVideoPreview() because getFrame sometimes returns nullDaniel Gultsch1-1/+1
2016-07-31catch exception when trying to get video preview of pgp encrypted fileDaniel Gultsch1-1/+5
2016-07-28show identity type for device selectionDaniel Gultsch1-1/+6
2016-07-22provide black background video thumbnail if preview couldn't be generatedDaniel Gultsch1-6/+13
2016-07-11show a preview for video filesDaniel Gultsch1-24/+116
2016-06-24catch exceptions when retrieving uri file extensionDaniel Gultsch1-0/+2
2016-06-16extract relevant extension from file name when processing share intentDaniel Gultsch1-1/+22
2016-06-12close db cursor after reading certDaniel Gultsch1-0/+1
2016-05-19also save form elements in disco storageDaniel Gultsch1-1/+5
2016-05-05log more information about HTTP’s max upload sizeDaniel Gultsch1-0/+2
2016-04-30removed unnecessary loggingDaniel Gultsch1-1/+0
2016-04-28synchronize around thumbnail cache to avoid loading images twiceDaniel Gultsch1-12/+21
2016-04-25fixed table creationDaniel Gultsch1-10/+14
2016-04-22expert setting to manually change presenceDaniel Gultsch1-1/+43
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch1-5/+21
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch1-0/+38
2016-04-08removed ernoexception in exchange for a regular exeption to prevent verify er...Daniel Gultsch1-3/+2
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch1-0/+33