-
[Refactor] Implement cache cost calculation as a inline function
-
Use __typeof(self) when assigning weak reference for block.
-
allow override diskCachePath
-
fixed typo
-
…ata parameter is nil" if imageData is nil
-
[Memory Issue] Clear SDWebImagePrefetcher progressBlock when it has completed
-
Bug fix:Collection <__NSArrayM: > was mutated while being enumerated
-
Improve operation behavior
-
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>
-
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
-
aync -> async
-
If progressblock captures objects, captured objects remain until next SDWebImagePrefetcher works. So, nil clear progressBlock as well as completionBlock.
-
Fix NSNotificationCenter dispatch on subthreads.