aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance/FileBackend.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* add database and file migrations for 1.16.0Daniel Gultsch2017-01-251-1/+0
* transcode videos before sharing. change storage locationDaniel Gultsch2017-01-241-19/+13
* fixed avatar republish missing the mime typeDaniel Gultsch2017-01-121-3/+7
* unify getFileUri across share and open intentsDaniel Gultsch2017-01-091-11/+14
* add overlay to indicate that image is gifDaniel Gultsch2017-01-031-6/+26
* Do not compress GIFs, allow GBoard to send GIFsMichael Eden2017-01-011-1/+2
* Merge branch 'master' of https://github.com/Fenisu/Conversations into Fenisu-...Daniel Gultsch2016-12-021-11/+27
|\
| * Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-081-10/+28
* | made provider authorities relativ to deal with different package idsDaniel Gultsch2016-12-011-2/+7
* | distinguish between general i/o error and write exception when copying filesDaniel Gultsch2016-11-151-6/+19
* | Revert "use file provider on android M as well"Daniel Gultsch2016-10-301-1/+1
* | use file provider on android M as wellDaniel Gultsch2016-10-231-1/+1
|/
* fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch2016-10-031-1/+3
* resolve take photo uri for internal useDaniel Gultsch2016-10-031-3/+2
* properly index take photo uris from file providerDaniel Gultsch2016-10-031-7/+14
* explicit logging when copying files to storageDaniel Gultsch2016-10-031-1/+2
* don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch2016-09-211-1/+5
* fixed typoDaniel Gultsch2016-08-311-2/+2
* use file provider for taking picturesDaniel Gultsch2016-08-301-3/+4
* catch NPE in getVideoPreview() because getFrame sometimes returns nullDaniel Gultsch2016-08-021-1/+1
* catch exception when trying to get video preview of pgp encrypted fileDaniel Gultsch2016-07-311-1/+5
* show identity type for device selectionDaniel Gultsch2016-07-281-1/+6
* provide black background video thumbnail if preview couldn't be generatedDaniel Gultsch2016-07-221-6/+13
* show a preview for video filesDaniel Gultsch2016-07-111-24/+116
* catch exceptions when retrieving uri file extensionDaniel Gultsch2016-06-241-0/+2
* extract relevant extension from file name when processing share intentDaniel Gultsch2016-06-161-1/+22
* log more information about HTTP’s max upload sizeDaniel Gultsch2016-05-051-0/+2
* removed unnecessary loggingDaniel Gultsch2016-04-301-1/+0
* synchronize around thumbnail cache to avoid loading images twiceDaniel Gultsch2016-04-281-12/+21
* hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch2016-04-131-5/+21
* republish avatar if server offers non-persistent pep :-(Daniel Gultsch2016-04-111-0/+38
* removed ernoexception in exchange for a regular exeption to prevent verify er...Daniel Gultsch2016-04-081-3/+2
* check file owner when attaching files or using them as avatarDaniel Gultsch2016-04-071-0/+33
* don't ask for resource when server uses http upload v0.1Daniel Gultsch2016-04-021-1/+4
* check max http file size when attaching filesDaniel Gultsch2016-04-011-0/+22
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-3/+11
* only add image files to media scannerDaniel Gultsch2016-03-231-0/+22
* changed FileBackend API to allow files instead of messages to be copied and r...Daniel Gultsch2016-01-241-33/+34
* automatically adjust image compression to keep files under 512MiBDaniel Gultsch2016-01-091-8/+14
* null check in getOriginalPathDaniel Gultsch2016-01-041-1/+0
* properly rotate avatarsDaniel Gultsch2016-01-041-15/+7
* ask for contact permissions when first opening StartConversationActivityDaniel Gultsch2015-12-071-2/+6
* fixed avatar loading for non-file urisDaniel Gultsch2015-12-021-2/+2
* users are now able to crop their avatar pictures using the android-cropPhilip Flohr2015-12-021-2/+2
* changed method signature of calcSampleSizeDaniel Gultsch2015-11-301-1/+1
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-10/+14
* changed store path for filesDaniel Gultsch2015-10-061-20/+10
* properly recycle bitmapsDaniel Gultsch2015-10-021-4/+16
* rotate thumbnails. fixes #1438Daniel Gultsch2015-09-291-6/+15
* made useImageAsIs determination a bit more foolproof (samsung)Daniel Gultsch2015-08-311-1/+6