aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http/HttpDownloadConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
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 al...Christian Schneppe1-33/+27
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-09-20migrate to AndroidXChristian Schneppe1-1/+1
2019-09-09introduce new file transfer statusChristian Schneppe1-1/+1
2019-09-07send multiple downloads and uploads into queueChristian Schneppe1-15/+18
2019-09-03fix some crashesChristian Schneppe1-2/+7
2019-08-31refactored filename and extension parsingChristian Schneppe1-10/+8
2019-06-17use socks instead of http proxy for http uploadChristian Schneppe1-5/+3
2019-05-19separate received and sent filesChristian Schneppe1-1/+5
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-1/+3
2019-02-08optimize importsChristian Schneppe1-1/+0
2019-02-04make sure that http upload/download is not startetd multiple timesChristian Schneppe1-10/+9
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 Schneppe1-3/+3
2018-10-24don't use compression for HttpDownloadsChristian Schneppe1-0/+2
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 Schneppe1-2/+2
2018-05-26add support for S3 file transfersChristian Schneppe1-17/+76
2018-05-17some tor modificationsChristian Schneppe1-4/+4
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe1-4/+5
2018-04-07disable caches in HttpUrlConnectionsChristian Schneppe1-0/+2
2018-01-31fixed crash on receiving filesChristian Schneppe1-2/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-1/+1
2017-12-16ignore data uri after aesgcm uriChristian Schneppe1-1/+1
2017-08-13Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe1-2/+2
2017-08-13add more logging to http download connection and reset file params after sett...Christian Schneppe1-31/+41
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-01-15only call UI thread from downloading thread every 250msChristian Schneppe1-4/+4
2017-01-14change location for wakelock while retrieving file size and changed nameChristian Schneppe1-2/+3
2016-12-18fixed http resumeChristian Schneppe1-4/+11
2016-11-19reformat codeChristian Schneppe1-331/+331
2016-11-17distinguish between general i/o error and write exception when copying filesChristian Schneppe1-12/+9
2016-09-27increase ReadTimeouts for HTTP connectionsChristian Schneppe1-2/+2
2016-09-23add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch1-0/+4
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-1/+3
2016-07-29changed package id inside manifest and projectChristian Schneppe1-11/+11
2016-07-25push file offered notification when initial HTTP HEAD req. failsDaniel Gultsch1-6/+7
2016-06-19log download failure caused by missing content lengthDaniel Gultsch1-1/+1
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-2/+3
2016-06-14refactored pgp decryptionDaniel Gultsch1-1/+1
2016-06-04add first 4 chars to file namesChristian Schneppe1-1/+1
2016-06-03throw writeexecption in downloader if flush failsDaniel Gultsch1-7/+5