aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance/FileBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25add database and file migrations for 1.16.0Daniel Gultsch1-1/+0
2017-01-24transcode videos before sharing. change storage locationDaniel Gultsch1-19/+13
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-15distinguish between general i/o error and write exception when copying filesDaniel Gultsch1-6/+19
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-23use file provider on android M as wellDaniel Gultsch1-1/+1
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-21don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch1-1/+5
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-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-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
2016-04-02don't ask for resource when server uses http upload v0.1Daniel Gultsch1-1/+4
2016-04-01check max http file size when attaching filesDaniel Gultsch1-0/+22
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-3/+11
2016-03-23only add image files to media scannerDaniel Gultsch1-0/+22
2016-01-24changed FileBackend API to allow files instead of messages to be copied and r...Daniel Gultsch1-33/+34
2016-01-09automatically adjust image compression to keep files under 512MiBDaniel Gultsch1-8/+14
2016-01-04null check in getOriginalPathDaniel Gultsch1-1/+0
2016-01-04properly rotate avatarsDaniel Gultsch1-15/+7
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-2/+6
2015-12-02fixed avatar loading for non-file urisDaniel Gultsch1-2/+2
2015-12-02users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-2/+2
2015-11-30changed method signature of calcSampleSizeDaniel Gultsch1-1/+1
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-10/+14
2015-10-06changed store path for filesDaniel Gultsch1-20/+10
2015-10-02properly recycle bitmapsDaniel Gultsch1-4/+16
2015-09-29rotate thumbnails. fixes #1438Daniel Gultsch1-6/+15
2015-08-31made useImageAsIs determination a bit more foolproof (samsung)Daniel Gultsch1-1/+6
2015-08-25remove unused imports.Michael1-2/+0