-
Make a constant for the error domain
-
[Refactor] Use NSMutableSet for failed URLs' storage instead of array
-
… don't need the backwards compatible methods" This reverts commit 62a8ee1a.
-
Bumping podspec version
-
Update README.md.
-
Signed-off-by: 庞博 <bopang@sohu-inc.com>
-
Make sure callbacksForURL won't be modified
-
Adds option to decompress images and select prefetcher Queue
-
Fix SDWebImageDownloader threading issue
-
Fix NSNotificationCenter dispatch on subthreads.
-
* Adds option to decompress images in cache and post download.
-
duplicate failed urls are added into failedURLs
-
fix bug when download image with option SDWebImageRetryFailed
-
Update README.md
-
Picky spelling fix.
-
initialise kPNGSignatureData data
-
in SDImageCache initWithNamespace method. This ensures the kPNGSignatureData is always initialised even if the we alloc SDImageCache without using the sharedImageCache singleton
-
This reverts commit 2cfa5ccb.
-
added support for UIActivityIndicatorView while the image is downloaded, without adding extra ‘setImageWithUrl’ methods to the UIImageView+WebCache category. I used [this pull request](https://github.com/mythodeia/UIActivityIndicator-for-SDWebImage ), original author is [JJSaccolo](https://github.com/JJSaccolo), and modded it a bit to support loading indicator while the image is downloading. the usage is basically this right before the usual sd_setImage... methods: ``` // show activity indicator [cell.imageView setShowActivityIndicatorView:YES]; // choose indicator style [cell.imageView setIndicatorStyle:UIActivityIndicatorViewStyleGray]; ```
-
xcodebuild build clean Scheme Tests is not currently configured for the clean action.