aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-03handle invalid image boundsChristian Schneppe1-1/+7
2018-05-02get video dimensions from bitmap instead of meta dataChristian Schneppe1-12/+24
2018-05-02hard code ogg + audio/ mime type to ogaChristian Schneppe1-2/+9
2018-04-29create avatar path before saving avatarChristian Schneppe1-4/+17
2018-04-29replace use file as is blacklist with general don't use app data ruleChristian Schneppe1-15/+6
2018-04-29get real file name for files shared from ConversationsChristian Schneppe1-5/+6
2018-04-29add fdroid fennec to use file as is blacklistChristian Schneppe1-1/+2
2018-04-27add missing importChristian Schneppe1-0/+1
2018-04-27display avatar in groupsChristian Schneppe1-7/+5
2018-04-01delegate mime type from intentChristian Schneppe1-4/+3
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
create avatar in background thread
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 ↵Christian Schneppe1-2/+2
files smaller 1 MiB
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
fixes #101
2017-02-05make updater work in Android NChristian Schneppe1-3/+11
fixes #98
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
This reverts commit fae5a658b9ea3c637c2158e60a1cd369ef4f912a.
2016-10-26use file provider on android M as wellChristian Schneppe1-1/+1