aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/http (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-21fixes FS#44 - IOException if content-length is not presentlookshe1-3/+3
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe3-94/+319
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
2015-06-29untested pgp support for http uploadDaniel Gultsch1-1/+22
2015-06-29added trigger to Config.java to always enable aes encryption for uploaded filesDaniel Gultsch1-0/+13
2015-06-29show attach button in conferences when http upload is availableDaniel Gultsch1-0/+1
2015-06-29initial http upload supportDaniel Gultsch3-6/+177
2015-02-02Use platform ciphers as well, just prefer oursSam Whited1-1/+1
2015-01-14Harden the TLS connection cipher suitesSam Whited1-37/+44
2015-01-11keep proper image file extensionDaniel Gultsch1-4/+13
2015-01-04made checks for valid image extensions case insensitiveDaniel Gultsch1-1/+1
2014-11-21remove unused imports.Michael1-1/+0
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice1-2/+13
2014-11-15bug fixes and various improvements for file transferiNPUTmice1-7/+1
2014-11-15basic arbitrary file transferiNPUTmice1-0/+15
2014-11-03create file explicitly before downloading imageiNPUTmice1-0/+2
2014-11-03more error handling for http connectioniNPUTmice1-9/+12
2014-10-22Make conversations the root projectSam Whited2-0/+283