-
Use the @synchronized to access NSURLCache and try fix the potential thread-safe problem
-
Fix the getSize method which use the default file manager instead of current file manager
-
Deprecate the sd_setImageWithPreviousCachedImageWithURL with the specify options to achieve this usage
-
Fix the issue that `setAnimationImagesWithURLs` weak reference may dealloc before the animated images was set
-
Add a NSProgress property represent the image loading progress, this allow user add KVO on it for complicated logic
-
…e the animated images was set
-
… to achieve this usage
-
Added missing param in storeImage examples
-
…lem, also fix that we always use shared cache but not follow session's configuration
-
…add KVO on it for complicated logic
-
Feature query cache options
-
Currently is used for FLAnimatedImage
-
Update the spec file to define the dependency version for libwebp
-
Remove the extra memory warning notification for AutoPurgeCache
-
If a GIF image has no Netscape 2.0 loop extension, it is meant to play once and then stop
-
Fix that 0 pixels error should be used when width OR height is zero but not AND
-
Avoid user accidentally invalidates the session used in shared downloader
-
Adopt the current requirement, change ImageIO coder's canDeocdeFromHEIC to actual implementation
-
Fix Clang Static Analyzer warning for number nil check from Xcode 9.2
-
When store image with no data for SDImageCache, check whether it contains alpha to use PNG or JPEG format
-
…to use PNG or JPEG format
-
Use a copy-weak maptable for operations stored in UIView(WebCacheOperation) category to avoid retain of operation, and also use lock to keep thread-safe
-
…s, avoid extra retain of operation instance
-
…gory to avoid retain of operation, and also use lock to keep thread-safe