-
Solves issue #1870
-
Add an option to scale down large images on iOS
-
Add url as param to progress block
-
Allow to specify NSURLSessionConfiguration for SDWebImageDownloader
-
…he return type should be instancetype and not a fixed type.
-
…25. Decided to make explicit nullable and nonnull and not use NS_ASSUME_NONNULL_BEGIN so everything is clearer when read. Done so in the implementation files as well
-
…- exposed the SDWebImageDownloadToken class
-
Fix multiple requests for same image and then canceling one
-
Added "cancelAllDownloads" method to SDWebImageDownloader.
-
* Adds option to decompress images in cache and post download.
-
…s (for proper autocomplete). Created a SDWebImageNoParamsBlock to distinguish easier from other no params blocks. Fixes #810
-
…NSURLConnectionDelegate`. Replaces #711. - 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
-
Option is SDWebImageScaleDownLargeImage
-
Add HTTP header passing test to pick header for downloading request