aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http/HttpDownloadConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* migrate to AndroidXChristian Schneppe2019-09-201-1/+1
* introduce new file transfer statusChristian Schneppe2019-09-091-1/+1
* send multiple downloads and uploads into queueChristian Schneppe2019-09-071-15/+18
* fix some crashesChristian Schneppe2019-09-031-2/+7
* refactored filename and extension parsingChristian Schneppe2019-08-311-10/+8
* use socks instead of http proxy for http uploadChristian Schneppe2019-06-171-5/+3
* separate received and sent filesChristian Schneppe2019-05-191-1/+5
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-1/+3
* optimize importsChristian Schneppe2019-02-081-1/+0
* make sure that http upload/download is not startetd multiple timesChristian Schneppe2019-02-041-10/+9
* 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-151-3/+3
* don't use compression for HttpDownloadsChristian Schneppe2018-10-241-0/+2
* 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-171-2/+2
* add support for S3 file transfersChristian Schneppe2018-05-261-17/+76
* some tor modificationsChristian Schneppe2018-05-171-4/+4
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-291-4/+5
* disable caches in HttpUrlConnectionsChristian Schneppe2018-04-071-0/+2
* fixed crash on receiving filesChristian Schneppe2018-01-311-2/+1
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-1/+1
* ignore data uri after aesgcm uriChristian Schneppe2017-12-161-1/+1
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-131-2/+2
* add more logging to http download connection and reset file params after sett...Christian Schneppe2017-08-131-31/+41
* close http download connection after downloadChristian Schneppe2017-05-091-1/+6
* transform aesgcm:// links back to https:// before connecting through TorChristian Schneppe2017-04-161-5/+12
* only call UI thread from downloading thread every 250msChristian Schneppe2017-01-151-4/+4
* change location for wakelock while retrieving file size and changed nameChristian Schneppe2017-01-141-2/+3
* fixed http resumeChristian Schneppe2016-12-181-4/+11
* reformat codeChristian Schneppe2016-11-191-331/+331
* distinguish between general i/o error and write exception when copying filesChristian Schneppe2016-11-171-12/+9
* increase ReadTimeouts for HTTP connectionsChristian Schneppe2016-09-271-2/+2
* add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2016-09-231-0/+4
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-1/+3
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+363