-
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
-
…ted:cancelled: method. Fixes #526
-
…prematurely if any requests were skipped. Also adjusted documentation in headers to make it clear that the `finishedCount` includes both successful and unsuccessful requests.
-
While exceedingly unlikely, the old construct introduced potential race condition where it checked wself first, and assigned sself second. This now assigns sself first, and then checks that, which is the correct pattern, already used elsewhere in SDWebImage.
-
#725 adding completition block when removing image from cache
-
fixed SDWebImageRefreshCached bug for large images
-
Synthesize `executing` and `finished` properties.