-
# Conflicts: # SDWebImage/SDWebImageCompat.m
-
Only decode the first frame on macOS Fix CGBitmapContextCreate failed issue Duration set to 100ms if it’s lower or equal than 10ms for compatibility Fix unused variable warning for macOS
-
Small change - coding style
-
Small change
-
Add ability to change NSURLSessionConfiguration used by SDWebImageDownloader
-
Fix #1764 Swift naming collision
-
#1807 - #1821 - Fixing incorrectly retained pointer to self which app…
-
spelling correction
-
#1909: Crash on multiple concurrent downloads when accessing self.URLOperations dictionary
-
Update CocoaPods script to use latest version of the lib (4.0 instead of 3.8)
-
spelling correction
-
Animated WebP image support loop count. Set this value to UIImage decoded with WebP data. Frame duration set to 100ms if is zero
-
The image array used for +[UIImage animatedImageWithImages:] should share the same size.
-
Animated webp can set duration per frame but the UIImage animate array just use the average duration for each frame
-
dispose method is widely used in animated WebP images and should add support
-
Fixed CGContextBitmapCreate with wrong bitmapInfo if has no alpha channel Rename sd_rawWepImageWithData to sd_rawWebpImageWithData
-
Fix animated WebP image decoder bug causing rendering canvas in current canvas size context but not image size context for multiple frame.
-
…ate a dangled pointer
-
Solves issue #1870
-
on a 32bit machine,long long type transfer to NSInteger may become ne…
-
[bugfix] Added @autoreleasepool to SDImageCache.storeImage
-
Update README.md
-
…. (NSInteger)9223372036854775807
-
…consumption when store a lot of images in series
-
Making image downloading cache policy more clearer
-
SDImageCacheConfig forward declaration changed to import
-
…ctivityIndicator on one thread and allocating on another. Also, made sure `sd_removeActivityIndicator` executes on the main queue
-
#1801: Makes sure UIActivityIndicator view is always initialized on main thread
-
…ing - same as for AFNetworking)
-
CFBundleVersion fix for 4.0.0 release