-
…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
-
…s sync. Properly marked them as async + added completion. Got rid of the recalculate param. If the `NSData` is provided, use it. Otherwise, recalculate from the `UIImage`
-
…an ioQueue. Updated the header comments
-
… cache which I think is misleading. Now `imageFromDiskCacheForKey` only checks the disk cache and the new method `imageFromCacheForKey` checks both caches
-
…ownloader operation. Any custom operation must conform to this protocol.
-
…k` to `deleteOldFiles`. No longer expose the sync `clearDisk` and `deleteOldFiles`, just the async ones
-
…ot called because of the old mechanism rellying on the `thread` property - probably because that thread did not have a runloop. Removed that and now cancelInternal is called as expected
-
…orURL:` from `SDWebImageManager`