aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/http/HttpUploadConnection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use Conversations 1.x.y as user agent string in http upload and downloadDaniel Gultsch2015-09-231-0/+1
|
* work around a NPE caused by arace condition in the http uploadDaniel Gultsch2015-09-151-3/+6
|
* do not touch pictures that are already in the right formatDaniel Gultsch2015-08-111-1/+8
| | | | fixed #522
* put wake locks on out of band file transfersDaniel Gultsch2015-08-101-0/+4
|
* use content-type in http slot request and stick with during uploadDaniel Gultsch2015-08-011-1/+4
|
* fixed calculated file size in http slot requestDaniel Gultsch2015-08-011-15/+13
|
* enable axolotl encryption for jingle supported file transfersDaniel Gultsch2015-08-011-18/+6
|
* use gcm for file encryption over httpDaniel Gultsch2015-07-291-6/+26
|
* changed logging. (work around logcat null pointerDaniel Gultsch2015-07-281-1/+1
|
* attempt to fix the delay problemDaniel Gultsch2015-07-201-3/+5
|
* Optimize importsAndreas Straub2015-07-201-1/+1
|
* Encrypt files for HTTP upload in encrypted chatsAndreas Straub2015-07-191-1/+3
|
* bugfix: accept status code 201 on http uploadDaniel Gultsch2015-07-191-1/+1
|
* renamed downloadable to transferableDaniel Gultsch2015-07-101-5/+5
|
* get file upload ready to work with httpsDaniel Gultsch2015-07-101-0/+5
|
* made httpconnection (download) ready all kind of filesDaniel Gultsch2015-06-301-2/+2
|
* untested pgp support for http uploadDaniel Gultsch2015-06-291-1/+22
|
* added trigger to Config.java to always enable aes encryption for uploaded filesDaniel Gultsch2015-06-291-0/+13
|
* show attach button in conferences when http upload is availableDaniel Gultsch2015-06-291-0/+1
|
* initial http upload supportDaniel Gultsch2015-06-291-0/+164
be careful: little error handling and no encryption