aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http/HttpUploadConnection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* explicitly use BouncyCastle for file cryptoChristian Schneppe2020-03-161-2/+3
|
* introduce new file transfer statusChristian Schneppe2019-09-091-1/+9
|
* send multiple downloads and uploads into queueChristian Schneppe2019-09-071-2/+4
|
* fix jingle file transferChristian Schneppe2019-06-251-2/+2
| | | | fixes #360
* use socks instead of http proxy for http uploadChristian Schneppe2019-06-171-1/+3
| | | | http proxy doesn’t seem to work with onion v3
* change minimum timeout for uploads/downloadsChristian Schneppe2019-06-081-3/+3
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-1/+3
|
* make sure that http upload/download is not startetd multiple timesChristian Schneppe2019-02-041-7/+16
|
* do not show up navigation in start conversation screen if called with view ↵Christian Schneppe2018-11-151-1/+1
| | | | intent
* revert back to 16 byte IVs for omemo since ChatSecure doesn't support 12 byteChristian Schneppe2018-10-201-1/+1
|
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-5/+5
|
* refactored file encryption to give access to inner streamChristian Schneppe2018-10-041-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.
* use 12 byte IV for omemo and http uploadChristian Schneppe2018-10-041-2/+1
|
* catch all exceptions when checking file sizeChristian Schneppe2018-07-291-1/+1
|
* use Tor on http upload is account uses onion domainChristian Schneppe2018-06-171-1/+1
|
* add support for S3 file transfersChristian Schneppe2018-05-261-66/+60
|
* some tor modificationsChristian Schneppe2018-05-171-1/+1
| | | | possibly fixes #199
* Support both new and old http upload namespacesChristian Schneppe2018-05-051-5/+13
|
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-291-3/+2
|
* disable caches in HttpUrlConnectionsChristian Schneppe2018-04-071-0/+1
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-3/+3
|
* only allow a number of white listed headers according to http upload v0.5Christian Schneppe2018-02-191-7/+14
|
* http upload: do not crash on invalid slot responsesChristian Schneppe2018-02-111-4/+4
|
* check if wakelock is held before releasingChristian Schneppe2018-01-301-1/+3
|
* support new http upload namespaceChristian Schneppe2018-01-291-85/+96
|
* correct upload timeoutChristian Schneppe2017-10-131-1/+1
|
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-131-1/+1
|
* add more logging to http download connection and reset file params after ↵Christian Schneppe2017-08-131-4/+3
| | | | setting expected size
* revised strategy for http upload read timeoutChristian Schneppe2017-06-241-1/+1
|
* make http upload read timeout depend on file sizeChristian Schneppe2017-06-171-3/+5
|
* use application/pgp-encrypted mime type when necessary for http uploadChristian Schneppe2017-06-011-1/+5
|
* send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe2017-04-131-23/+1
|
* use aesgcm:// uri scheme for omemo encrypted http uploadChristian Schneppe2017-04-131-1/+1
|
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-3/+3
|
* only call UI thread from downloading thread every 250msChristian Schneppe2017-01-151-1/+1
|
* reformat codeChristian Schneppe2016-11-191-194/+194
|
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-8/+9
|
* increase ReadTimeouts for HTTP connectionsChristian Schneppe2016-09-271-7/+3
| | | | and remove the automatic upload retry
* add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2016-09-231-1/+3
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+242