aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* changed package id inside manifest and projectChristian Schneppe2016-07-293-704/+0
* push file offered notification when initial HTTP HEAD req. failsDaniel Gultsch2016-07-251-6/+7
* avoid NPEChristian Schneppe2016-07-171-2/+4
* log download failure caused by missing content lengthDaniel Gultsch2016-06-191-1/+1
* delay notification until after pgp decryptionDaniel Gultsch2016-06-191-2/+3
* log all fail reasonsDaniel Gultsch2016-06-191-5/+6
* refactored pgp decryptionDaniel Gultsch2016-06-141-1/+1
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-041-7/+5
|\
| * throw writeexecption in downloader if flush failsDaniel Gultsch2016-06-031-7/+5
* | add first 4 chars to file namesChristian Schneppe2016-06-041-1/+1
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-021-2/+12
|\|
| * print specific toast when download failed because of write errorDaniel Gultsch2016-06-021-2/+12
* | use datetime as filenameChristian Schneppe2016-06-011-1/+7
* | optimize importsChristian Schneppe2016-05-311-2/+0
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-311-0/+1
|\|
| * log failure reason in http upload on wrong response codeDaniel Gultsch2016-05-311-0/+1
* | use wakelock on retrieve filesizeChristian Schneppe2016-05-161-0/+3
* | Merge branch 'siacs/master' into developmentChristian S2016-03-262-18/+3
|\|
| * allow to delete attachments. fixes #1539Daniel Gultsch2016-03-232-14/+3
| * only add image files to media scannerDaniel Gultsch2016-03-232-6/+2
* | only resend files smaller than 1 MiB automaticallyChristian S2016-03-051-1/+1
* | resend failed filetransfers automaticallyChristian S2016-03-051-2/+6
|/
* add a few more know file extensionsDaniel Gultsch2016-03-041-1/+1
* use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch2016-02-031-1/+2
* 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
* always use http proxy for http requests. (socks is leaking dns)Daniel Gultsch2015-12-011-5/+1
* initial tor supportDaniel Gultsch2015-12-013-3/+43
* 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-232-0/+3
* work around a NPE caused by arace condition in the http uploadDaniel Gultsch2015-09-151-3/+6
* do not touch pictures that are already in the right formatDaniel Gultsch2015-08-111-1/+8
* put wake locks on out of band file transfersDaniel Gultsch2015-08-102-0/+8
* provide more detailed error toasts for http file downloadDaniel Gultsch2015-08-101-37/+58
* use content-type in http slot request and stick with during uploadDaniel Gultsch2015-08-011-1/+4
* fixed calculated file size in http slot requestDaniel Gultsch2015-08-011-15/+13
* enable axolotl encryption for jingle supported file transfersDaniel Gultsch2015-08-012-35/+14
* use gcm for file encryption over httpDaniel Gultsch2015-07-292-11/+42
* changed logging. (work around logcat null pointerDaniel Gultsch2015-07-281-1/+1
* use 'interactive mode' when starting downloads from the context menuDaniel Gultsch2015-07-221-1/+0
* attempt to fix the delay problemDaniel Gultsch2015-07-202-5/+7
* rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-201-4/+1
* Optimize importsAndreas Straub2015-07-202-2/+2
* Encrypt files for HTTP upload in encrypted chatsAndreas Straub2015-07-192-3/+7
* bugfix: accept status code 201 on http uploadDaniel Gultsch2015-07-191-1/+1
* fixed inactive http downloadDaniel Gultsch2015-07-171-1/+1
* renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-102-15/+15
* renamed downloadable to transferableDaniel Gultsch2015-07-102-20/+12
* get file upload ready to work with httpsDaniel Gultsch2015-07-103-38/+53