aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-24fixed adding omemo encrypted images to galleryChristian Schneppe1-1/+2
2020-01-02reset file to normal message when attempting re-download after deleteChristian Schneppe1-0/+9
2020-01-02persist file size across abortsChristian Schneppe1-10/+17
2019-12-24Implement download resumption for OMEMO encrypted filesChristian Schneppe1-9/+56
2019-11-03optionally search local muc rooms instead of jabber.networkChristian Schneppe1-55/+1
2019-09-20migrate to AndroidXChristian Schneppe1-1/+1
2019-09-19fixed R8 weirdnessChristian Schneppe1-1/+1
2019-09-09introduce new file transfer statusChristian Schneppe2-2/+10
2019-09-07send multiple downloads and uploads into queueChristian Schneppe2-17/+22
2019-09-03fix some crashesChristian Schneppe2-3/+9
2019-08-31refactored filename and extension parsingChristian Schneppe1-10/+8
2019-06-25fix jingle file transferChristian Schneppe1-2/+2
2019-06-17use socks instead of http proxy for http uploadChristian Schneppe3-7/+7
2019-06-08change minimum timeout for uploads/downloadsChristian Schneppe1-3/+3
2019-05-19separate received and sent filesChristian Schneppe1-1/+5
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
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