-
- 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.
-
Without creating a NSError instance when completedBlock is nil
-
…mmit 6406d8e5, the wrong usage of dispatch_apply This one fixes: #1425 and #1426
-
Create a strong ref of weakOperation in the entry of The image downlo…
-
Fixed #1361 sd_cancelBackgroundImageLoadForState
-
…e wrong usage of dispatch_apply
-
added CMYK unsupported color space model
-
Fixes a bug where image scale & orientation are ignored when decoding / decompressing an image.
-
Fixed sd_cancelBackgroundImageLoadForState in sd_setBackgroundImageWithURL method
-
Add CocoaPods support for tvOS
-
Fix compilation error introduced in commit 6406d8e5
-
…tion, use the strong ref instead weakOperation
-
- Removes recursive calls to startPrefetchingAtIndex. - Uses dispatch_apply with striding to optimize the performance.
-
…m/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingMethods.html
-
Memory usage upgrade
-
Add support for tvOS