-
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
-
iOS 9 App Transport Security Demo Target
-
fixed ios 9 load images caused by new App Transport Security feature
-
The issue was: since CocoaPods 0.38.0, the way pod headers are created on disk changed (see for example https://github.com/core-plot/core-plot/issues/204). This caused the webp/decode.h file to be unaccessible from CocoaPods installations. We could not change the import to libwebp/webp/decode.h since our git clone installation would then fail (as the path for that is Vendors/libwebp/src/webp). The solution was to rely on the COCOAPODS macro to make 2 different imports for Cocoapods and the other installation type.
-
spelling
-
autorelease the bitmap context for clearing cache when memory warnings