-
- deprecated all UIImageView(HighlightedWebCache) `setImage*` methods. Replaced with `loadImage*` methods that use the `SDWebImageCompletionBlock` as completion block type - created HighlightedWebCacheDeprecated category on UIImageView (to avoid collisions, we didn't name it Deprecated) - replaced the usages of the deprecated items with the new ones
-
… block) + alignaments
-
- deprecated all UIButton(WebCache) `setImage*` methods. Replaced with `loadImage*` methods that use the `SDWebImageCompletionBlock` as completion block type - created WebCacheDeprecated category on UIButton (to avoid collisions, we didn't name it Deprecated) - replaced the usages of the deprecated items with the new ones
-
- created block type `SDWebImageCompletionBlock` that contains NSURL* param - deprecated all MKAnnotationView(WebCache) `setImage*` methods. Replaced with `loadImage*` methods that use the `SDWebImageCompletionBlock` as completion block type - created WebCacheDeprecated category on MKAnnotationView (to avoid collisions, we didn't name it Deprecated) - replaced the usages of the deprecated items with the new ones
-
- deprecated block type `SDWebImageCompletedWithFinishedBlock`, replaced with `SDWebImageCompletionWithFinishedBlock` that contains NSURL* param - deprecated SDWebImageManager `-downloadWithURL:options:progress:completed:` method. Replaced with `downloadImageWithURL:options:progress:completed:` that uses the `SDWebImageCompletionWithFinishedBlock ` as completion block type - created Deprecated category for SDWebImageManager containing the old method - replaced the usages of the deprecated items with the new ones
-
support for image orientation
-
Avoid premature completion of prefetcher if request fails
-
should not add url to failedURLs when timeout, cancel and so on. #707
-
fix UIImageView+HighlightedWebCache call error method
-
Fixed issue where cancelled operations aren't removed from runningOperations.
-
…uested by several developers for easier setup of their downloads. Replaces #486
-
Added alternate compiler flag for frameworks that extend optional libraries, like Parse and RestKit
-
#761 fixing potential bug when sending a nil url for UIButton+WebCache
-
Create NSOperation when start operation.
-
Added method to SDWebImageManager to check if an image exists in either ...
-
Saves image to cache without downloading it.
-
Keep a reference to the image URL
-
Delay the loading of the placeholder image until after load