aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/http (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-12only call UI thread from downloading thread every 250msDaniel Gultsch2-5/+5
2016-12-06fixed http resumeDaniel Gultsch1-4/+11
2016-12-05add support for RFC7711 to MTMDaniel Gultsch1-1/+1
2016-11-20introduced custom tls socket factory to make tls1.2 work for http connectionsDaniel Gultsch1-12/+2
2016-11-15distinguish between general i/o error and write exception when copying filesDaniel Gultsch1-7/+4
2016-10-31always use ipv4 localhost when using orbot http proxyDaniel Gultsch1-1/+1
2016-10-26add error message to failed messages. accessible via context menuDaniel Gultsch1-8/+9
2016-09-20add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2-1/+7
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-1/+3
2016-07-21push file offered notification when initial HTTP HEAD req. failsDaniel Gultsch1-6/+7
2016-06-16log download failure caused by missing content lengthDaniel Gultsch1-1/+1
2016-06-15delay notification until after pgp decryptionDaniel Gultsch1-2/+3
2016-06-15log all fail reasonsDaniel Gultsch1-5/+6
2016-06-13refactored pgp decryptionDaniel Gultsch1-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-05-31log failure reason in http upload on wrong response codeDaniel Gultsch1-0/+1
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch2-14/+3
2016-03-23only add image files to media scannerDaniel Gultsch2-6/+2
2016-03-04add a few more know file extensionsDaniel Gultsch1-1/+1
2016-02-03use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch1-1/+2
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-01always use http proxy for http requests. (socks is leaking dns)Daniel Gultsch1-5/+1
2015-12-01initial tor supportDaniel Gultsch3-3/+43
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 Gultsch2-0/+3
2015-09-15work around a NPE caused by arace condition in the http uploadDaniel Gultsch1-3/+6
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-1/+8
2015-08-10put wake locks on out of band file transfersDaniel Gultsch2-0/+8
2015-08-10provide more detailed error toasts for http file downloadDaniel Gultsch1-37/+58
2015-08-01use content-type in http slot request and stick with during uploadDaniel Gultsch1-1/+4
2015-08-01fixed calculated file size in http slot requestDaniel Gultsch1-15/+13
2015-08-01enable axolotl encryption for jingle supported file transfersDaniel Gultsch2-35/+14
2015-07-29use gcm for file encryption over httpDaniel Gultsch2-11/+42
2015-07-28changed logging. (work around logcat null pointerDaniel Gultsch1-1/+1
2015-07-22use 'interactive mode' when starting downloads from the context menuDaniel Gultsch1-1/+0
2015-07-21bugfix: accept status code 201 on http uploadDaniel Gultsch1-1/+1
2015-07-20attempt to fix the delay problemDaniel Gultsch2-5/+7
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-4/+1
2015-07-20Optimize importsAndreas Straub2-2/+2
2015-07-19Encrypt files for HTTP upload in encrypted chatsAndreas Straub2-3/+7
2015-07-19bugfix: accept status code 201 on http uploadDaniel Gultsch1-1/+1
2015-07-17fixed inactive http downloadDaniel Gultsch1-1/+1
2015-07-10renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2-15/+15
2015-07-10renamed downloadable to transferableDaniel Gultsch2-20/+12
2015-07-10get file upload ready to work with httpsDaniel Gultsch3-38/+53
2015-07-10display toast in ui on failed http downloadDaniel Gultsch2-25/+37
2015-06-30made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel Gultsch2-4/+4