aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/persistance/FileBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-06-30add .nomedia to audios directoryChristian Schneppe1-4/+12
2016-06-24catch exceptions when retrieving uri file extensionDaniel Gultsch1-0/+2
2016-06-19extract relevant extension from file name when processing share intentDaniel Gultsch1-2/+23
2016-06-04also add 4 chars to filesnames during copy to private storageChristian Schneppe1-1/+1
2016-06-04add first 4 chars to file namesChristian Schneppe1-2/+2
2016-06-02also export database when chats are exportedChristian Schneppe1-0/+4
2016-06-01use datetime as filenameChristian Schneppe1-7/+10
2016-05-31changed some folders for filesChristian Schneppe1-16/+27
2016-05-05change storage pathsChristian S1-2/+2
2016-05-05log more information about HTTP’s max upload sizeDaniel Gultsch1-0/+2
2016-04-30removed unnecessary loggingDaniel Gultsch1-1/+0
2016-04-28synchronize around thumbnail cache to avoid loading images twiceDaniel Gultsch1-12/+21
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch1-5/+21
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch1-0/+38
2016-04-08removed ernoexception in exchange for a regular exeption to prevent verify er...Daniel Gultsch1-3/+2
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch1-0/+33
2016-04-02don't ask for resource when server uses http upload v0.1Daniel Gultsch1-1/+4
2016-04-01check max http file size when attaching filesDaniel Gultsch1-0/+22
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-3/+11
2016-03-23only add image files to media scannerDaniel Gultsch1-0/+22
2016-01-24changed FileBackend API to allow files instead of messages to be copied and r...Daniel Gultsch1-33/+34
2016-01-09automatically adjust image compression to keep files under 512MiBDaniel Gultsch1-8/+14
2016-01-04null check in getOriginalPathDaniel Gultsch1-1/+0
2016-01-04properly rotate avatarsDaniel Gultsch1-15/+7
2015-12-12ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-2/+6
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-2/+6
2015-12-04fixed avatar loading for non-file urisDaniel Gultsch1-2/+2
2015-12-04users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-2/+2
2015-12-04changed method signature of calcSampleSizeDaniel Gultsch1-1/+1
2015-12-02fixed avatar loading for non-file urisDaniel Gultsch1-2/+2