-
…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.
-
Repair memory release in the iPad environment
-
In the iPad environment, NSCache lead to anonymous VM very high, if reaches a certain value, app will be crash. Because of SDImageCache don't clear memory when receive memory warning notification, modify define TARGET_OS_IPHONE to TARGET_OS_IOS can resolve this issue.
-
Fixed completion logic in MKAnnotationView+WebCache
-
Fixed changed image size (#1437)
-
fixes #1437
-
Update README.md
-
Minor grammar fix
-
Fix #1524
-
typo fix
-
[fix] Issue #1423
-
Update .gitmodules
-
fixes CGContextDrawImage: invalid context 0x0 https://github.com/rs/SDWebImage/issues/1401 https://github.com/rs/SDWebImage/issues/1454 https://github.com/rs/SDWebImage/issues/1457
-
Remove XML special characters from LICENSE
-
Correct the spelling of CocoaPods in README
-
- Fixed grammar issues in the first sentence. - Removed the second sentence since it is redundant. Moving to the front of the queue implies that they will be loaded first. Also doesn't seem necessary to inform the user that the queued images might take a while to download.
-
- also added new line at the end of SDImageCacheTests.m file
-
Added API to save image NSData to disk cache
-
- exposing new `- (void)storeImageDataToDisk:(NSData *)imageData forKey:(NSString *)key` function on SDImageCache - added unit tests for this new API - added file extension to kImageTestKey to ensure cache path is valid for creating NSData
-
Protect against malformed frame
-
Don’t add nil to the array, just skip the frame.
-
… the demo images from FastImageCache
-
…he old format (no extension), they can still be loaded. Not the greatest way to fix it, but the simplest one.