aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* rotate images based on EXIF data in previewChristian Schneppe2016-08-131-0/+47
| | | | fiexes #91
* catch NPE in getVideoPreview() because getFrame sometimes returns nullDaniel Gultsch2016-08-111-1/+1
|
* don't name images "IMG_..."Christian Schneppe2016-08-061-1/+1
|
* catch exception when trying to get video preview of pgp encrypted fileDaniel Gultsch2016-08-021-1/+5
|
* show identity type for device selectionDaniel Gultsch2016-07-291-1/+6
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+893