aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http/HttpDownloadConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-06-02print specific toast when download failed because of write errorDaniel Gultsch1-2/+12
2016-06-01use datetime as filenameChristian Schneppe1-1/+7
2016-05-16use wakelock on retrieve filesizeChristian Schneppe1-0/+3
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-8/+2
2016-03-23only add image files to media scannerDaniel Gultsch1-3/+1
2016-03-04add a few more know file extensionsDaniel Gultsch1-1/+1
2015-12-12fix cancelation of http downloads and enable resumeDaniel Gultsch1-8/+35
2015-12-12request storage permission when needed on Android 6.0Daniel Gultsch1-1/+1
2015-12-11fix cancelation of http downloads and enable resumeDaniel Gultsch1-8/+35
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch1-1/+1
2015-12-04initial tor supportDaniel Gultsch1-2/+19