aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http/HttpUploadConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-19only allow a number of white listed headers according to http upload v0.5Christian Schneppe1-7/+14
2018-02-11http upload: do not crash on invalid slot responsesChristian Schneppe1-4/+4
2018-01-30check if wakelock is held before releasingChristian Schneppe1-1/+3
2018-01-29support new http upload namespaceChristian Schneppe1-85/+96
2017-10-13correct upload timeoutChristian Schneppe1-1/+1
2017-08-13Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe1-1/+1
2017-08-13add more logging to http download connection and reset file params after sett...Christian Schneppe1-4/+3
2017-06-24revised strategy for http upload read timeoutChristian Schneppe1-1/+1
2017-06-17make http upload read timeout depend on file sizeChristian Schneppe1-3/+5
2017-06-01use application/pgp-encrypted mime type when necessary for http uploadChristian Schneppe1-1/+5
2017-04-13send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe1-23/+1
2017-04-13use aesgcm:// uri scheme for omemo encrypted http uploadChristian Schneppe1-1/+1
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-3/+3
2017-01-15only call UI thread from downloading thread every 250msChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-194/+194
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-8/+9
2016-09-27increase ReadTimeouts for HTTP connectionsChristian Schneppe1-7/+3
2016-09-23add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch1-1/+3
2016-07-29changed package id inside manifest and projectChristian Schneppe1-16/+16
2016-07-17avoid NPEChristian Schneppe1-2/+4
2016-06-19log all fail reasonsDaniel Gultsch1-5/+6
2016-05-31log failure reason in http upload on wrong response codeDaniel Gultsch1-0/+1
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-6/+1
2016-03-23only add image files to media scannerDaniel Gultsch1-3/+1
2016-03-05only resend files smaller than 1 MiB automaticallyChristian S1-1/+1
2016-03-05resend failed filetransfers automaticallyChristian S1-2/+6
2015-12-04initial tor supportDaniel Gultsch1-1/+10
2015-12-01initial tor supportDaniel Gultsch1-1/+10
2015-09-23use Conversations 1.x.y as user agent string in http upload and downloadDaniel Gultsch1-0/+1
2015-09-15work around a NPE caused by arace condition in the http uploadDaniel Gultsch1-3/+6
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-1/+8
2015-08-10put wake locks on out of band file transfersDaniel Gultsch1-0/+4
2015-08-01use content-type in http slot request and stick with during uploadDaniel Gultsch1-1/+4
2015-08-01fixed calculated file size in http slot requestDaniel Gultsch1-15/+13
2015-08-01enable axolotl encryption for jingle supported file transfersDaniel Gultsch1-18/+6
2015-07-29use gcm for file encryption over httpDaniel Gultsch1-6/+26
2015-07-28changed logging. (work around logcat null pointerDaniel Gultsch1-1/+1
2015-07-21bugfix: accept status code 201 on http uploadDaniel Gultsch1-1/+1
2015-07-20attempt to fix the delay problemDaniel Gultsch1-3/+5
2015-07-20Optimize importsAndreas Straub1-1/+1
2015-07-19Encrypt files for HTTP upload in encrypted chatsAndreas Straub1-1/+3
2015-07-19bugfix: accept status code 201 on http uploadDaniel Gultsch1-1/+1
2015-07-10renamed downloadable to transferableDaniel Gultsch1-5/+5
2015-07-10get file upload ready to work with httpsDaniel Gultsch1-0/+5
2015-06-30made httpconnection (download) ready all kind of filesDaniel Gultsch1-2/+2
2015-06-29untested pgp support for http uploadDaniel Gultsch1-1/+22
2015-06-29added trigger to Config.java to always enable aes encryption for uploaded filesDaniel Gultsch1-0/+13
2015-06-29show attach button in conferences when http upload is availableDaniel Gultsch1-0/+1
2015-06-29initial http upload supportDaniel Gultsch1-0/+164