aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance/FileBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
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-02-12Imports organizedsteckbrief1-1/+0
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-144/+33
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-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-2/+6
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-11Merge tag '1.5.2' into trz/rebaselookshe1-65/+89
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
2015-07-10renamed downloadable to transferableDaniel Gultsch1-2/+2
2015-06-30made httpconnection (download) ready all kind of filesDaniel Gultsch1-1/+5
2015-06-30made storage path decision entirely based upon file extensionDaniel Gultsch1-2/+4
2015-06-30refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch1-1/+1
2015-06-29initial http upload supportDaniel Gultsch1-1/+1
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-525/+0
2015-04-28npe check after reading image uriDaniel Gultsch1-3/+3
2015-04-28print stack trace on io errorDaniel Gultsch1-6/+6
2015-04-26hard code bitmap configsDaniel Gultsch1-2/+2
2015-04-25cleaned up file handlingDaniel Gultsch1-61/+77
2015-03-17Set file size also for cached avatarsHolger Weiß1-29/+31
2015-01-11keep proper image file extensionDaniel Gultsch1-13/+18
2014-11-21additional null pointer saftey checksiNPUTmice1-15/+13
2014-11-20create file and dirs before creating fileiNPUTmice1-0/+2
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-1/+1
2014-11-15support for pgp filesiNPUTmice1-17/+20