aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-15always copy firefoxe’s shared filesChristian Schneppe1-1/+15
2018-01-31fixed crash on receiving filesChristian Schneppe1-1/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-10/+13
2018-01-19rewrite isVideoMessage logic and add some more loggingChristian Schneppe1-1/+3
2017-12-23use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe1-21/+59
2017-11-28some bug fixesChristian Schneppe1-2/+2
2017-11-25don't return null for opus file extensionsChristian Schneppe1-0/+3
2017-11-23code cleanupChristian Schneppe1-3/+3
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