aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http (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 Schneppe3-7/+7
http proxy doesn’t seem to work with onion v3
2019-06-08change minimum timeout for uploads/downloadsChristian Schneppe1-3/+3
2019-05-19separate received and sent filesChristian Schneppe1-1/+5
fixes #140
2019-05-04added language tag in channel search resultsChristian Schneppe1-0/+6
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe2-2/+6
2019-04-26implement channel discoveryChristian Schneppe1-0/+92
refactor muc search to use http cache channel search results
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 ↵Christian Schneppe2-4/+4
intent
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
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-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
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 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 ↵Christian Schneppe2-35/+44
setting expected size
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