aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-21catch all RuntimeExceptions when using MetadataRetrieverChristian Schneppe1-4/+8
2017-11-21catch some more exception when retrieving media runtimeChristian Schneppe1-2/+8
2017-11-21FileProvider: attempt to work with sd cardsChristian Schneppe1-1/+1
2017-10-29video processing: pick smaller file after transcoding. Do not transcode files...Christian Schneppe1-2/+2
2017-10-15don't crash if runtime could not be retrievedChristian Schneppe1-1/+5
2017-10-13add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe1-0/+59
2017-10-06FileBackend: close cursor after retrieving file sizeChristian Schneppe1-9/+9
2017-09-25don't recompress videos which were sent/received beforeChristian Schneppe1-1/+1
2017-09-24reworked file params to store audio runtime amoung other thingsChristian Schneppe1-12/+20
2017-09-19ignore http upload file size constraints for videos that will be compressedChristian Schneppe1-3/+30
2017-09-18show permanent notification while transcoding videoChristian Schneppe1-0/+10
2017-06-17allow recording of videos from attachment choice tooChristian Schneppe1-3/+10
2017-05-17work around for brokens ROMs that expose file uris as notification soundChristian Schneppe1-1/+1
2017-03-26make image compression configurableChristian Schneppe1-4/+4
2017-03-11rename media directoriesChristian Schneppe1-18/+18
2017-03-11catch fileprovider related NPEsChristian Schneppe1-1/+1
2017-03-11catch some OOM ExceptionsChristian Schneppe1-0/+4
2017-02-28fix sending video file as is, if it is in our directoryChristian Schneppe1-2/+2
2017-02-12don't compress videos if they are in our files directoryChristian Schneppe1-0/+12
2017-02-09do not sync thumbnail creation on cacheChristian Schneppe1-1/+4
2017-02-06check if media folders are existing, if not, create themChristian Schneppe1-4/+11
2017-02-05make updater work in Android NChristian Schneppe1-3/+11
2017-02-02fix detection of filesizeChristian Schneppe1-2/+8
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-19reformat codeChristian Schneppe1-914/+914
2016-11-17distinguish between general i/o error and write exception when copying filesChristian Schneppe1-95/+108
2016-11-07Revert "use file provider on android M as well"Christian Schneppe1-1/+1
2016-10-26use file provider on android M as wellChristian Schneppe1-1/+1
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-23Don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch1-2/+6
2016-09-09optimized importsChristian Schneppe1-2/+0
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
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 Schneppe1-10/+10
2016-07-25provide black background video thumbnail if preview couldn't be generatedDaniel Gultsch1-6/+13
2016-07-12show a preview for video filesDaniel Gultsch1-24/+116