aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/http/HttpUploadConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* only call UI thread from downloading thread every 250msDaniel Gultsch2017-01-121-1/+1
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-8/+9
* add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2016-09-201-1/+3
* log all fail reasonsDaniel Gultsch2016-06-151-5/+6
* log failure reason in http upload on wrong response codeDaniel Gultsch2016-05-311-0/+1
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-6/+1
* only add image files to media scannerDaniel Gultsch2016-03-231-3/+1
* initial tor supportDaniel Gultsch2015-12-011-1/+10
* 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
* 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 filesfeature/http_uploadDaniel 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