aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-08optimize importsChristian Schneppe2-2/+0
2019-02-04make sure that http upload/download is not startetd multiple timesChristian Schneppe3-40/+71
2019-01-25fix display of deleted filesChristian Schneppe1-1/+1
2019-01-25fixed downloading of deleted filesChristian Schneppe1-2/+2
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-3/+2
2019-01-24put images into MessageStyle notificationsChristian Schneppe1-4/+6
2018-11-15do not show up navigation in start conversation screen if called with view in...Christian Schneppe2-4/+4
2018-10-24don't use compression for HttpDownloadsChristian Schneppe1-0/+2
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
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-07-09automatically start download if file size is knownChristian Schneppe1-4/+14
2018-06-17use Tor on http upload is account uses onion domainChristian Schneppe2-3/+3
2018-06-01make sure account is connected before attempting to download p1s3Christian Schneppe1-0/+11
2018-05-26add support for S3 file transfersChristian Schneppe7-87/+445
2018-05-17some tor modificationsChristian Schneppe3-6/+6
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-5/+13
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe2-7/+7
2018-04-07disable caches in HttpUrlConnectionsChristian Schneppe2-0/+3
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-31fixed crash on receiving filesChristian Schneppe1-2/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-1/+1
2018-01-30check if wakelock is held before releasingChristian Schneppe1-1/+3
2018-01-29support new http upload namespaceChristian Schneppe1-85/+96
2017-12-16ignore data uri after aesgcm uriChristian Schneppe1-1/+1
2017-10-13correct upload timeoutChristian Schneppe1-1/+1
2017-08-13Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe3-3/+9
2017-08-13add more logging to http download connection and reset file params after sett...Christian Schneppe2-35/+44
2017-06-24also check for hostname in in certs if hostname is from trusted sourceChristian Schneppe1-10/+2
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-05-09close http download connection after downloadChristian Schneppe1-1/+6
2017-04-16transform aesgcm:// links back to https:// before connecting through TorChristian Schneppe1-5/+12
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-02-08support aesgcm:// style urlsChristian Schneppe2-0/+32
2017-01-15only call UI thread from downloading thread every 250msChristian Schneppe2-5/+5
2017-01-14change location for wakelock while retrieving file size and changed nameChristian Schneppe1-2/+3
2016-12-18fixed http resumeChristian Schneppe1-4/+11
2016-12-18add support for RFC7711 to MTMChristian Schneppe1-1/+1
2016-11-20introduced custom tls socket factory to make tls1.2 work for http connectionsChristian Schneppe1-15/+2
2016-11-19reformat codeChristian Schneppe3-596/+596
2016-11-17distinguish between general i/o error and write exception when copying filesChristian Schneppe1-12/+9
2016-11-07always use ipv4 localhost when using orbot http proxyChristian Schneppe1-1/+1