-
Add `SDImageCacheScaleDownLargeImages` to allow cache to scale down large images if need
-
Fix that force decode not works for alpha-channel images.
-
…de animated images. All other images should use the display alpha info based on whether contains alpha or not to force decode
-
Fix the wrong declaration of NSArray generics
-
update CHANGELOG
-
Add cacheKeyFilter to allow user provide modified version of data when storing the disk cache in SDWebImageManager
-
Add a delegate method to control the custom logic when blocking the failed url
-
…he disk cache in SDWebImageManager
-
Enable CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF
-
Clarify the block comment in SDWebImageManager
-
This enables the CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warning on all targets. #2225 fixed a number of these, but a new one crept back in so this fixes that issue as well.
-
update CHANGELOG
-
Follow Apple's doc, add NSOperation only after all configuration done.
-
Fix that iOS 8 NSURLSessionTaskPriorityHigh symbol not defined in Foundation framework and cause crash
-
…mework and cause crash
-
Update the changes for 4.3.1
-
Create a subclass of NSCache using a weak cache.
-
…ry warning and sync back the alive instance from weak cache into cache.
-
Decode the image in the operation level's queue instead of URLSession delegate queue
-
Fix CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warning
-
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
-
Expose the read write to FLAnimatedImage associate to the UIImage to allow advanced feature like placeholder
-
…ueue. Because URLSession delegate queue is a barrier queue and shared between different operations
-
…ced feature like placeholder
-
…ache when the in-memory cache hit (#2218)