aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* explicitly use BouncyCastle for file cryptoChristian Schneppe2020-03-161-2/+3
* show progressbar instead of percentages while up-/downloading filesChristian Schneppe2020-02-011-1/+1
* pass omemo decrypt up to higher layers to count as download error. decrypt al...Christian Schneppe2020-01-311-33/+27
* fixed adding omemo encrypted images to galleryChristian Schneppe2020-01-241-1/+2
* reset file to normal message when attempting re-download after deleteChristian Schneppe2020-01-021-0/+9
* persist file size across abortsChristian Schneppe2020-01-021-10/+17
* Implement download resumption for OMEMO encrypted filesChristian Schneppe2019-12-241-9/+56
* optionally search local muc rooms instead of jabber.networkChristian Schneppe2019-11-031-55/+1
* migrate to AndroidXChristian Schneppe2019-09-201-1/+1
* fixed R8 weirdnessChristian Schneppe2019-09-191-1/+1
* introduce new file transfer statusChristian Schneppe2019-09-092-2/+10
* send multiple downloads and uploads into queueChristian Schneppe2019-09-072-17/+22
* fix some crashesChristian Schneppe2019-09-032-3/+9
* refactored filename and extension parsingChristian Schneppe2019-08-311-10/+8
* fix jingle file transferChristian Schneppe2019-06-251-2/+2
* use socks instead of http proxy for http uploadChristian Schneppe2019-06-173-7/+7
* change minimum timeout for uploads/downloadsChristian Schneppe2019-06-081-3/+3
* separate received and sent filesChristian Schneppe2019-05-191-1/+5
* added language tag in channel search resultsChristian Schneppe2019-05-041-0/+6
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-032-2/+6
* implement channel discoveryChristian Schneppe2019-04-261-0/+92
* optimize importsChristian Schneppe2019-02-082-2/+0
* make sure that http upload/download is not startetd multiple timesChristian Schneppe2019-02-043-40/+71
* fix display of deleted filesChristian Schneppe2019-01-251-1/+1
* fixed downloading of deleted filesChristian Schneppe2019-01-251-2/+2
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-3/+2
* put images into MessageStyle notificationsChristian Schneppe2019-01-241-4/+6
* do not show up navigation in start conversation screen if called with view in...Christian Schneppe2018-11-152-4/+4
* don't use compression for HttpDownloadsChristian Schneppe2018-10-241-0/+2
* 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
* 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
* automatically start download if file size is knownChristian Schneppe2018-07-091-4/+14
* 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