-
…k` to `SDExternalCompletionBlock`
-
… it also returns the NSData (we will need it later for the GIF images). - had to add an NSData param to `SDWebImageCompletionWithFinishedBlock `, so to make it simpler see this change for users, renamed the block type to `SDInternalCompletionBlock` - pass the NSData from the ImageCache or the Downloader - updated all classes using this method with the new signature
-
…Data (we will need it later for the GIF images). - had to add an NSData param to `SDWebImageQueryCompletedBlock`, so to make it simpler see this change for users, renamed the block type to `SDCacheQueryCompletedBlock` - pass the NSData when getting the image from disk cache
-
…ince FLAnimatedImage only supports iOS 6 and later.
-
… issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).
-
… SDWebImageManager - added a new initializer (`initWithCache:downloader:`)
-
… above, remove the query from the url (prior to iOS 7 the behavior remains the same).
-
…nvalid. You might be connecting to a server that is pretending to be “www.google.gr†which could put your confidential information at risk." by using a different image
-
… to "This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log."
-
…commit/5034c334be50765dfe4e97c48bcb74ef64175188
-
…- exposed the SDWebImageDownloadToken class
-
Fix multiple requests for same image and then canceling one
-
…e samples to a dedicated file (HowToUse.md) to lighten up the Readme.
-
…s examples and include the diagram
-
…tead of WebImage. Updated the Tests Podfile + project. Renamed the WebImage.h to SDWebImage.h to match the framework naming
-
…define empty WebP methods (see #416), will re-add it if needed, right now it prevents the dynamic framework to build. Sample app links the libSDWebImage.a
-
- SDWebImage target that build as a static library (all subspecs included) -> libSDWebImage.a - in the next step I will create "SDWebImageiOS" and "SDWebImagetvOS" targets that build as dynamic frameworks -> SDWebImageiOS.framework and SDWebImagetvOS.framework
-
…`loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed Conflicts: SDWebImage/UIImageView+WebCache.m
-
…eed the backwards compatible methods Conflicts: SDWebImage/UIImageView+WebCache.h SDWebImage/UIImageView+WebCache.m
-
…dded `sd_setImageWithPreviousCachedImageWithURL:andPlaceholderImage:options:progress:completed:` and deprecated it. Will remove it in 4.0.0
-
Added API to save image NSData to disk cache.
-
Improve documentation for SDWebImageHighPriority
-
Added "cancelAllDownloads" method to SDWebImageDownloader.