aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/http/HttpDownloadConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2016-09-201-0/+4
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-1/+3
* push file offered notification when initial HTTP HEAD req. failsDaniel Gultsch2016-07-211-6/+7
* log download failure caused by missing content lengthDaniel Gultsch2016-06-161-1/+1
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-2/+3
* refactored pgp decryptionDaniel Gultsch2016-06-131-1/+1
* throw writeexecption in downloader if flush failsDaniel Gultsch2016-06-031-7/+5
* print specific toast when download failed because of write errorDaniel Gultsch2016-06-021-2/+12
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-8/+2
* only add image files to media scannerDaniel Gultsch2016-03-231-3/+1
* add a few more know file extensionsDaniel Gultsch2016-03-041-1/+1
* fix cancelation of http downloads and enable resumeDaniel Gultsch2015-12-111-8/+35
* request storage permission when needed on Android 6.0Daniel Gultsch2015-12-071-1/+1
* initial tor supportDaniel Gultsch2015-12-011-2/+19
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-0/+3
* allow redownloading files from remote hosts. fixes #1504Daniel Gultsch2015-10-171-2/+11
* use Conversations 1.x.y as user agent string in http upload and downloadDaniel Gultsch2015-09-231-0/+2
* put wake locks on out of band file transfersDaniel Gultsch2015-08-101-0/+4
* provide more detailed error toasts for http file downloadDaniel Gultsch2015-08-101-37/+58
* enable axolotl encryption for jingle supported file transfersDaniel Gultsch2015-08-011-17/+8
* use gcm for file encryption over httpDaniel Gultsch2015-07-291-5/+16
* use 'interactive mode' when starting downloads from the context menuDaniel Gultsch2015-07-221-1/+0
* rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-201-4/+1
* Optimize importsAndreas Straub2015-07-201-1/+1
* Encrypt files for HTTP upload in encrypted chatsAndreas Straub2015-07-191-2/+4
* fixed inactive http downloadDaniel Gultsch2015-07-171-1/+1
* renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-0/+269