-
Fix FLAnimatedImageView+WebCache.m not got compiled
-
Because of missing SD_UIKIT definition.
-
Add url as param to progress block
-
Updated dispatch_ macro in order to avoid redefinition when included as Pod
-
Allow to specify NSURLSessionConfiguration for SDWebImageDownloader
-
…he return type should be instancetype and not a fixed type.
-
Add support for downloading images behind redirect
-
Enables BITCODE for tvOS builds
-
…setShowActivityIndicatorView:`, `setIndicatorStyle:`, `showActivityIndicatorView`, `addActivityIndicator`, `removeActivityIndicator`)
-
#1619: Adds NSError as input to resourceValuesForKeys:error: method
-
…OS 8.0. No code signing. Enabled some warnings
-
…lled on the main queue. Created 2 methods to simplify the code for calling the completions
-
…oaderOperation` are called on the main queue. Created 2 methods to simplify the code for calling the completions
-
…atch_main_async_safe`, so we no longer `dispatch_sync` on the main queue that can create issues.
-
…hread/, background queue can execute code on the main thread, so we need to check for the main queue to assure safety
-
…r OSX. For OSX, this will not work because the `animatedImageWithImages:duration:` API does not have an equivalent there.
-
Animated webP support
-
Unit Testing + some refactoring due to testing