aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-07fix updaterChristian Schneppe1-0/+419
2020-03-16explicitly use BouncyCastle for file cryptoChristian Schneppe1-2/+3
2020-02-01show progressbar instead of percentages while up-/downloading filesChristian Schneppe1-1/+1
2020-01-31pass omemo decrypt up to higher layers to count as download error. decrypt ↵Christian Schneppe1-33/+27
all encrypted files * added failure logging to http download * fixed download of previously deleted omemo files
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
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