aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Tor on http upload is account uses onion domainChristian Schneppe2018-06-172-3/+3
* make sure account is connected before attempting to download p1s3Christian Schneppe2018-06-011-0/+11
* add support for S3 file transfersChristian Schneppe2018-05-267-87/+445
* some tor modificationsChristian Schneppe2018-05-173-6/+6
* Support both new and old http upload namespacesChristian Schneppe2018-05-051-5/+13
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-292-7/+7
* disable caches in HttpUrlConnectionsChristian Schneppe2018-04-072-0/+3
* 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
* fixed crash on receiving filesChristian Schneppe2018-01-311-2/+1
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-1/+1
* check if wakelock is held before releasingChristian Schneppe2018-01-301-1/+3
* support new http upload namespaceChristian Schneppe2018-01-291-85/+96
* ignore data uri after aesgcm uriChristian Schneppe2017-12-161-1/+1
* correct upload timeoutChristian Schneppe2017-10-131-1/+1
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-133-3/+9
* add more logging to http download connection and reset file params after sett...Christian Schneppe2017-08-132-35/+44
* also check for hostname in in certs if hostname is from trusted sourceChristian Schneppe2017-06-241-10/+2
* 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
* close http download connection after downloadChristian Schneppe2017-05-091-1/+6
* transform aesgcm:// links back to https:// before connecting through TorChristian Schneppe2017-04-161-5/+12
* 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
* support aesgcm:// style urlsChristian Schneppe2017-02-082-0/+32
* only call UI thread from downloading thread every 250msChristian Schneppe2017-01-152-5/+5
* change location for wakelock while retrieving file size and changed nameChristian Schneppe2017-01-141-2/+3
* fixed http resumeChristian Schneppe2016-12-181-4/+11
* add support for RFC7711 to MTMChristian Schneppe2016-12-181-1/+1
* introduced custom tls socket factory to make tls1.2 work for http connectionsChristian Schneppe2016-11-201-15/+2
* reformat codeChristian Schneppe2016-11-193-596/+596
* distinguish between general i/o error and write exception when copying filesChristian Schneppe2016-11-171-12/+9
* always use ipv4 localhost when using orbot http proxyChristian Schneppe2016-11-071-1/+1
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-8/+9
* increase ReadTimeouts for HTTP connectionsChristian Schneppe2016-09-272-9/+5
* add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2016-09-232-1/+7
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-1/+3
* changed package id inside manifest and projectChristian Schneppe2016-07-293-0/+704