-
- 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.
-
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