- added `username` and `password` properties on `SDWebImageDownloader` - added `shouldUseCredentialStorage` and `credential` properties on `SDWebImageDownloaderOperation` - `SDWebImageDownloaderOperation` conforms to `NSURLConnectionDataDelegate` (it used to implement the methods, but didn't stated the protocol in the declaration) - removed deprecated methods: `- connection:canAuthenticateAgainstProtectionSpace:` and `- connection:didReceiveAuthenticationChallenge:` with `- connectionShouldUseCredentialStorage:` and `- connection:willSendRequestForAuthenticationChallenge:` - updated demo project to download one image the requires HTTP auth |
||
|---|---|---|
| .. | ||
| en.lproj | ||
| AppDelegate.h | ||
| AppDelegate.m | ||
| DetailViewController.h | ||
| DetailViewController.m | ||
| MasterViewController.h | ||
| MasterViewController.m | ||
| SDWebImage Demo-Info.plist | ||
| SDWebImage Demo-Prefix.pch | ||
| main.m | ||
| placeholder.png | ||
| placeholder@2x.png | ||