-
#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
-
…WebImage (MapKit and GIF), updated imports so they work fine
-
…Cache category. All the other categories will make calls to this one. Customization of setting the image is done via the setImageBlock and the operationKey
-
…actually expose, making it easier to work with them
-
…ts for SDImageCache, SDWebImageDownloader, SDWebImageDownloaderOperation, SDWebImageDecoder
-
…nc but were async. Left only the 2 async ones