aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/http (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-27check for links in pgp encrypted messages as welliNPUTmice1-0/+2
2014-10-26set divider for image meta information to '|' to not conflict with URL. ↵iNPUTmice1-2/+2
breaks images downloaded in between 0.7.3 and now
2014-10-24notify only after image has been received over http. introduced mini grace ↵iNPUTmice1-0/+9
for catching up with SM or offline messages
2014-10-22ability to download pgp encrypted files over http as welliNPUTmice1-2/+6
2014-10-22made httpconnection accept aes encrypted filesiNPUTmice1-0/+9
2014-10-22added hostname verifier to httpconnectioniNPUTmice1-10/+30
2014-10-20refactored avatar generation. first stepiNPUTmice1-6/+10
2014-10-19mtm support for image downloaderiNPUTmice1-13/+49
2014-10-17do not attempt to download images when not connectediNPUTmice2-5/+10
2014-10-16make image download message to type=image only after completioniNPUTmice1-3/+2
2014-10-15detect deleted files on start up. got rid of lagecy image provider for ↵iNPUTmice2-21/+10
performance reasons. NOTE: this will prevent you to access images older than version 0.6
2014-10-15refactored file download status. make image http download available for ↵iNPUTmice2-38/+57
carbon copied (sent) messages as well
2014-10-14recreate http connection after restart. fixes stale download button. better ↵iNPUTmice2-18/+47
failing
2014-10-14read image bounds on downloaded imageiNPUTmice1-4/+21
2014-10-14renamingiNPUTmice2-2/+2
2014-10-14basic image over http downloadingiNPUTmice2-0/+156