aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance/FileBackend.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unused imports.Michael2015-08-251-2/+0
|
* additonal null checks in file backendDaniel Gultsch2015-08-251-0/+3
|
* bugfix: next encryption is now being properly detected1.6.2Daniel Gultsch2015-08-231-1/+0
|
* check if inputstream is null before cropping avatar imagesDaniel Gultsch2015-08-191-0/+6
|
* catch broken base64 in avatarsDaniel Gultsch2015-08-161-5/+1
|
* provide extra interface to close sockets. fixes #1330Daniel Gultsch2015-08-151-0/+10
|
* do not touch pictures that are already in the right formatDaniel Gultsch2015-08-111-18/+19
| | | | fixed #522
* made image file format configurable by Config.javaDaniel Gultsch2015-07-211-4/+14
|
* Optimize importsAndreas Straub2015-07-201-15/+15
|
* try to catch weird npe in android sdkDaniel Gultsch2015-07-111-0/+2
|
* renamed downloadable to transferableDaniel Gultsch2015-07-101-2/+2
|
* made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel Gultsch2015-06-301-1/+5
|
* made storage path decision entirely based upon file extensionDaniel Gultsch2015-06-301-2/+4
|
* refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch2015-06-301-1/+1
|
* initial http upload supportDaniel Gultsch2015-06-291-1/+1
| | | | be careful: little error handling and no encryption
* npe check after reading image uriDaniel Gultsch2015-04-281-3/+3
|
* print stack trace on io errorDaniel Gultsch2015-04-281-6/+6
|
* hard code bitmap configsDaniel Gultsch2015-04-261-2/+2
|
* cleaned up file handlingDaniel Gultsch2015-04-251-61/+77
|
* Set file size also for cached avatarsHolger Weiß2015-03-171-29/+31
|
* keep proper image file extensionDaniel Gultsch2015-01-111-13/+18
|
* additional null pointer saftey checksiNPUTmice2014-11-211-15/+13
|
* create file and dirs before creating fileiNPUTmice2014-11-201-0/+2
|
* some mime and pgp fixes for file transferiNPUTmice2014-11-151-1/+1
|
* support for pgp filesiNPUTmice2014-11-151-17/+20
|
* progress for http images as well. fixed open button for sent filesiNPUTmice2014-11-151-1/+10
|
* copy non local files to private storage firstiNPUTmice2014-11-151-2/+30
|
* bug fixes and various improvements for file transferiNPUTmice2014-11-151-0/+15
|
* basic arbitrary file transferiNPUTmice2014-11-151-20/+53
|
* always use exif helperiNPUTmice2014-11-031-23/+6
|
* Merge branch 'gradle' into developmentSam Whited2014-10-301-39/+6
| | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib
* Make conversations the root projectSam Whited2014-10-221-0/+480