aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http/HttpUploadConnection.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-25fix jingle file transferChristian Schneppe1-2/+2
fixes #360
2019-06-17use socks instead of http proxy for http uploadChristian Schneppe1-1/+3
http proxy doesn’t seem to work with onion v3
2019-06-08change minimum timeout for uploads/downloadsChristian Schneppe1-3/+3
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-1/+3
2019-02-04make sure that http upload/download is not startetd multiple timesChristian Schneppe1-7/+16
2018-11-15do not show up navigation in start conversation screen if called with view ↵Christian Schneppe1-1/+1
intent
2018-10-20revert back to 16 byte IVs for omemo since ChatSecure doesn't support 12 byteChristian Schneppe1-1/+1
2018-10-20show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe1-5/+5
2018-10-04refactored file encryption to give access to inner streamChristian Schneppe1-21/+9
Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently.
2018-10-04use 12 byte IV for omemo and http uploadChristian Schneppe1-2/+1
2018-07-29catch all exceptions when checking file sizeChristian Schneppe1-1/+1
2018-06-17use Tor on http upload is account uses onion domainChristian Schneppe1-1/+1
2018-05-26add support for S3 file transfersChristian Schneppe1-66/+60
2018-05-17some tor modificationsChristian Schneppe1-1/+1
possibly fixes #199
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-5/+13
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe1-3/+2
2018-04-07disable caches in HttpUrlConnectionsChristian Schneppe1-0/+1
2018-04-02migrate to xmpp-addrChristian Schneppe1-3/+3
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 ↵Christian Schneppe1-4/+3
setting expected size
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
and remove the automatic upload retry
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
fixed #522
2015-08-10put wake locks on out of band file transfersDaniel Gultsch1-0/+4