aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* always copy firefoxe’s shared filesChristian Schneppe2018-02-151-1/+15
|
* fixed crash on receiving filesChristian Schneppe2018-01-311-1/+1
|
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-10/+13
|
* rewrite isVideoMessage logic and add some more loggingChristian Schneppe2018-01-191-1/+3
|
* use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe2017-12-231-21/+59
| | | | create avatar in background thread
* some bug fixesChristian Schneppe2017-11-281-2/+2
|
* don't return null for opus file extensionsChristian Schneppe2017-11-251-0/+3
|
* code cleanupChristian Schneppe2017-11-231-3/+3
|
* catch all RuntimeExceptions when using MetadataRetrieverChristian Schneppe2017-11-211-4/+8
|
* catch some more exception when retrieving media runtimeChristian Schneppe2017-11-211-2/+8
|
* FileProvider: attempt to work with sd cardsChristian Schneppe2017-11-211-1/+1
|
* video processing: pick smaller file after transcoding. Do not transcode ↵Christian Schneppe2017-10-291-2/+2
| | | | files smaller 1 MiB
* don't crash if runtime could not be retrievedChristian Schneppe2017-10-151-1/+5
|
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-0/+59
|
* FileBackend: close cursor after retrieving file sizeChristian Schneppe2017-10-061-9/+9
|
* don't recompress videos which were sent/received beforeChristian Schneppe2017-09-251-1/+1
|
* reworked file params to store audio runtime amoung other thingsChristian Schneppe2017-09-241-12/+20
|
* ignore http upload file size constraints for videos that will be compressedChristian Schneppe2017-09-191-3/+30
|
* show permanent notification while transcoding videoChristian Schneppe2017-09-181-0/+10
|
* allow recording of videos from attachment choice tooChristian Schneppe2017-06-171-3/+10
|
* work around for brokens ROMs that expose file uris as notification soundChristian Schneppe2017-05-171-1/+1
|
* make image compression configurableChristian Schneppe2017-03-261-4/+4
|
* rename media directoriesChristian Schneppe2017-03-111-18/+18
|
* catch fileprovider related NPEsChristian Schneppe2017-03-111-1/+1
|
* catch some OOM ExceptionsChristian Schneppe2017-03-111-0/+4
|
* fix sending video file as is, if it is in our directoryChristian Schneppe2017-02-281-2/+2
|
* don't compress videos if they are in our files directoryChristian Schneppe2017-02-121-0/+12
|
* do not sync thumbnail creation on cacheChristian Schneppe2017-02-091-1/+4
|
* check if media folders are existing, if not, create themChristian Schneppe2017-02-061-4/+11
| | | | fixes #101
* make updater work in Android NChristian Schneppe2017-02-051-3/+11
| | | | fixes #98
* fix detection of filesizeChristian Schneppe2017-02-021-2/+8
|
* reworked FileBackendChristian Schneppe2017-01-251-27/+15
|
* fixed avatar republish missing the mime typeChristian Schneppe2017-01-141-3/+7
|
* unify getFileUri across share and open intentsChristian Schneppe2017-01-091-7/+15
|
* add overlay to indicate that image is gifChristian Schneppe2017-01-051-6/+25
|
* Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe2017-01-051-1/+2
|
* reformat codeChristian Schneppe2016-11-191-914/+914
|
* distinguish between general i/o error and write exception when copying filesChristian Schneppe2016-11-171-95/+108
|
* Revert "use file provider on android M as well"Christian Schneppe2016-11-071-1/+1
| | | | This reverts commit fae5a658b9ea3c637c2158e60a1cd369ef4f912a.
* use file provider on android M as wellChristian Schneppe2016-10-261-1/+1
|
* fixed omemo shown as unavailable in 1:1 chatsChristian Schneppe2016-10-051-1/+3
|
* resolve take photo uri for internal useChristian Schneppe2016-10-051-2/+2
|
* properly index take photo uris from file providerChristian Schneppe2016-10-051-8/+15
|
* explicit logging when copying files to storageChristian Schneppe2016-10-051-3/+4
|
* Don't use file provider for photo uris on android < N. fixes #2030Daniel Gultsch2016-09-231-2/+6
|
* optimized importsChristian Schneppe2016-09-091-2/+0
|
* fixed typoDaniel Gultsch2016-09-031-2/+2
|
* use file provider for taking picturesDaniel Gultsch2016-09-021-3/+4
|
* change filename patternChristian Schneppe2016-08-301-1/+2
|
* compress videos bigger than 10 MB before sendingChristian Schneppe2016-08-281-11/+10
|