aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/http/HttpDownloadConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-12-01initial tor supportDaniel Gultsch1-2/+19
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-0/+3
2015-10-17allow redownloading files from remote hosts. fixes #1504Daniel Gultsch1-2/+11
2015-09-23use Conversations 1.x.y as user agent string in http upload and downloadDaniel Gultsch1-0/+2
2015-08-10put wake locks on out of band file transfersDaniel Gultsch1-0/+4
2015-08-10provide more detailed error toasts for http file downloadDaniel Gultsch1-37/+58
2015-08-01enable axolotl encryption for jingle supported file transfersDaniel Gultsch1-17/+8
2015-07-29use gcm for file encryption over httpDaniel Gultsch1-5/+16
2015-07-22use 'interactive mode' when starting downloads from the context menuDaniel Gultsch1-1/+0
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-4/+1
2015-07-20Optimize importsAndreas Straub1-1/+1