aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance/FileBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe1-893/+0
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
2015-12-02users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-2/+2
2015-11-30changed method signature of calcSampleSizeDaniel Gultsch1-1/+1
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-10/+14
2015-10-06changed store path for filesDaniel Gultsch1-20/+10
2015-10-02properly recycle bitmapsDaniel Gultsch1-4/+16
2015-09-29rotate thumbnails. fixes #1438Daniel Gultsch1-6/+15
2015-08-31made useImageAsIs determination a bit more foolproof (samsung)Daniel Gultsch1-1/+6
2015-08-25remove unused imports.Michael1-2/+0
2015-08-25additonal null checks in file backendDaniel Gultsch1-0/+3
2015-08-23bugfix: next encryption is now being properly detectedDaniel Gultsch1-1/+0
2015-08-19check if inputstream is null before cropping avatar imagesDaniel Gultsch1-0/+6
2015-08-16catch broken base64 in avatarsDaniel Gultsch1-5/+1
2015-08-15provide extra interface to close sockets. fixes #1330Daniel Gultsch1-0/+10
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-18/+19
2015-07-21made image file format configurable by Config.javaDaniel Gultsch1-4/+14
2015-07-20Optimize importsAndreas Straub1-15/+15
2015-07-11try to catch weird npe in android sdkDaniel Gultsch1-0/+2