-
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
-
append the original path extension to the hash filename. closes #967
-
don't to perform download if url is "" but not nil
-
don't to perform download if url is "" but not nil
-
sometimes user may pass @"" as url to sdwebimage to download, now it will also run NSURLConnection and try to download, actually there is no need to do this. I think maybe use url.absoluteString.length == 0 to avoid that url is not nil but a empty string will be better
-
Added a new constructor to SDWebImagePrefetcher
-
that allows it to be instantiated with any image manager
-
```UIGraphicsBeginImageContextWithOptions``` and ```UIGraphicsEndImageContext``` should be inside the loop for each image
-
Add Swift installation tips
-
SDWebImagePrefetcher: remove logging
-
cleaner implementation of failedUrl error handling
-
Added support for SDWebImageAvoidAutoSetImage option to UIButton and highlighted UIImageView categories
-
Refs #993
-
Fix typo
-
Remove macro that checks for DEBUG, SD_VERBOSE, and SD_LOG_NONE Remove calls to NSLog
-
Fix unsupported colorspace issue.
-
Without this fix, this url: https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png isn't correctly decoded and the method returns a nil image.. perhaps there should be a failsafe that checks the return value and returns the input image instead if the return value is nil.
-
spelling
-
Fix typo "timeElasped" -> "timeElapsed"
-
better handling of colorspace models