DreamPiggy
|
e3ed82fdda
|
Add animated WebP loop count and fix duration zero issue
Animated WebP image support loop count. Set this value to UIImage decoded with WebP data.
Frame duration set to 100ms if is zero
|
2017-07-03 15:00:55 +08:00 |
DreamPiggy
|
f3cffd0aca
|
Add test for animated WebP image array
The image array used for +[UIImage animatedImageWithImages:] should share the same size.
|
2017-07-03 02:46:42 +08:00 |
DreamPiggy
|
a907114b19
|
Fixed animated webp decoder issue when image has different duration per frame
Animated webp can set duration per frame but the UIImage animate array just use the average duration for each frame
|
2017-07-03 02:36:57 +08:00 |
DreamPiggy
|
bb0c882392
|
Add support to animted WebP dispose method
dispose method is widely used in animated WebP images and should add support
|
2017-06-30 13:49:56 +08:00 |
DreamPiggy
|
f3bd1071f5
|
Fixed CGContextBitmapCreate bitmapInfo and fix typo
Fixed CGContextBitmapCreate with wrong bitmapInfo if has no alpha channel
Rename sd_rawWepImageWithData to sd_rawWebpImageWithData
|
2017-06-30 13:48:43 +08:00 |
DreamPiggy
|
1018953b99
|
Fixed animated WebP image frame size wrong
Fix animated WebP image decoder bug causing rendering canvas in current canvas size context but not image size context for multiple frame.
|
2017-06-30 13:47:00 +08:00 |
Rafael Kellermann Streit
|
fa30b4bda3
|
Update CocoaPods script to use latest version
|
2017-06-23 10:23:06 -03:00 |
Joshua Feldman
|
1f33e95aa6
|
#1807 - #1821 - Fixing incorrectly retained pointer to self which appears to create a dangled pointer
|
2017-06-20 13:10:05 -07:00 |
Eugene Dudnyk
|
cf963c06c3
|
#1909: Crash on multiple concurrent downloads when accessing self.URLOperations dictionary.
|
2017-05-21 12:49:03 +02:00 |
walkline
|
03b6d1b7f7
|
Fixing warnings.
|
2017-05-11 16:00:12 +03:00 |
walkline
|
a581ab1991
|
Handle storeImageDataToDisk error.
|
2017-05-11 15:31:51 +03:00 |
Wes Campaigne
|
395a400c42
|
Add ability to change NSURLSessionConfiguration used by SDWebImageDownloader
Solves issue #1870
|
2017-05-03 15:29:01 -04:00 |
Bogdan Poplauschi
|
041842bf08
|
Merge pull request #1879 from hbhpeng/master
on a 32bit machine,long long type transfer to NSInteger may become ne…
|
2017-05-03 11:21:03 +03:00 |
Bogdan Poplauschi
|
5eb83c38a7
|
Fixed the README.md installation section - replaces #1828
|
2017-05-03 10:46:46 +03:00 |
Bogdan Poplauschi
|
9231d6d500
|
Merge pull request #1849 from GibaPadavan/fix_autorelease_pool
[bugfix] Added @autoreleasepool to SDImageCache.storeImage
|
2017-05-03 10:37:55 +03:00 |
Bogdan Poplauschi
|
ed81cfd659
|
Merge pull request #1847 from zssr/master
Update README.md
|
2017-05-03 10:13:57 +03:00 |
kenny
|
f258e9be42
|
on a 32bit machine,long long type transfer to NSInteger may become negative. e.g. (NSInteger)9223372036854775807
|
2017-04-28 14:56:38 +08:00 |
Andrey Gibadullin
|
e6536d2b94
|
[bugfix] Add @autoreleasepool to SDImageCache.storeImage to prevent huge memory consumption when store a lot of images in series
|
2017-04-01 11:29:11 +02:00 |
煮石散人
|
ba3a5b5983
|
Update README.md
|
2017-03-29 17:29:52 +08:00 |
Bogdan Poplauschi
|
ad9f1a2436
|
Merge pull request #1737 from zaczh/master
Making image downloading cache policy more clearer
|
2017-03-10 12:40:26 +02:00 |
Bogdan Poplauschi
|
d02c58f1f7
|
Code review and cleanup for #1737
|
2017-03-10 12:38:37 +02:00 |
sean9keenan
|
9e3e566cfd
|
Fixed issue where animated image arrays could be populated out of order
|
2017-02-21 10:56:59 -08:00 |
Bogdan Poplauschi
|
0df32ea232
|
Updated Readme.md - collaborators
|
2017-02-19 14:55:31 +02:00 |
Bogdan Poplauschi
|
4e342f6e51
|
Merge pull request #1805 from nemissm/SDImageCacheConfig-forward-declaration-fix
SDImageCacheConfig forward declaration changed to import
|
2017-02-19 14:29:51 +02:00 |
Bogdan Poplauschi
|
b1c3bb7e64
|
Updated copyright info - replaces #1806
|
2017-02-19 14:27:48 +02:00 |
Bogdan Poplauschi
|
a6af214ee8
|
Update for #1802 - made sure we don’t get into problems when checking for self.activityIndicator on one thread and allocating on another. Also, made sure `sd_removeActivityIndicator` executes on the main queue
|
2017-02-19 14:15:59 +02:00 |
Bogdan Poplauschi
|
7bf69862aa
|
Merge pull request #1802 from jimmaye/uiactivity-indicator-background-access-bug
#1801: Makes sure UIActivityIndicator view is always initialized on main thread
|
2017-02-19 14:09:30 +02:00 |
Bogdan Poplauschi
|
23a8be8800
|
Update to #1784 - Set CFBundleVersion to 4.0.0 (to match CFBundleShortVersionString - same as for AFNetworking)
|
2017-02-18 09:19:53 +02:00 |
Bogdan Poplauschi
|
cab3930d9a
|
Merge pull request #1784 from ivan-konov/bundle-version
CFBundleVersion fix for 4.0.0 release
|
2017-02-18 09:17:19 +02:00 |
nemissm
|
add652e156
|
SDImageCacheConfig forward declaration changed to import
|
2017-02-15 22:54:49 +10:00 |
Jimmie Jensen
|
25e19a2c75
|
#1801: Makes sure UIActivityIndicator view is always initialized on the main thread
|
2017-02-13 16:34:27 +01:00 |
Jimmie Jensen
|
b232de666c
|
merge of upstream
|
2017-02-13 16:32:20 +01:00 |
Jimmie Jensen
|
e132300a0f
|
#1801: Makes sure UIActivityIndicator view is always initialized on the main thread
|
2017-02-13 16:21:47 +01:00 |
Bogdan Poplauschi
|
1e53e6c71b
|
Merge pull request #1799 from JEKos/master
For those who using cocoapods and gifs.
|
2017-02-12 16:07:13 +02:00 |
JohnC
|
c4c85a550c
|
For those who using cocoapods and gifs.
|
2017-02-12 16:04:11 +02:00 |
skyline75489
|
cf0ec1a05a
|
Fix #1764 Swift naming collision
|
2017-02-10 21:02:32 +08:00 |
Bogdan Poplauschi
|
74ee9c08ef
|
Merge pull request #1788 from vincent-peng/master
Correct available subspecs in README
|
2017-02-08 08:00:11 +02:00 |
Vincent Peng
|
7d0779e840
|
Correct available subspecs in README
|
2017-02-07 18:49:50 +11:00 |
Ivan Konov
|
941fde3279
|
Current Project Version set to 1 in order to have a default value for CFBundleVersion if set as in Info.plist files. In WebImage/Info.plist is set explicitly to 400.
|
2017-02-05 23:17:12 -08:00 |
Bogdan Poplauschi
|
f89e788696
|
Merge pull request #1779 from slxl/master
- Fixed SDImageCacheConfig class name in Changelog.md
|
2017-02-02 08:08:31 +02:00 |
Bogdan Poplauschi
|
a393f99448
|
Merge pull request #1778 from Wenzhi/patch-1
Small README Update For 4.0.0
|
2017-02-02 08:07:42 +02:00 |
Vyacheslav Khlichkin
|
a00fd76711
|
- Fixed SDImageCacheConfig class name in Changelog.md
|
2017-02-02 10:21:07 +07:00 |
Wenzhi
|
7751b35eec
|
Small README Update For 4.0.0
Update the method name in the README to match the method name in 4.0.0.
|
2017-02-01 16:52:59 -05:00 |
Bogdan Poplauschi
|
1f52288a8b
|
Merge pull request #1767 from sunXiChun/master
add a network error situation
|
2017-01-30 08:12:00 +02:00 |
Bogdan Poplauschi
|
1777032d03
|
Set version to 4.0.0 and updated CHANGELOG
|
2017-01-28 20:17:57 +02:00 |
Bogdan Poplauschi
|
de63b0730d
|
Updated the migration guide
|
2017-01-28 20:08:22 +02:00 |
Bogdan Poplauschi
|
10a86a7b0e
|
Merge pull request #1696 from skyline75489/master
Fix FLAnimatedImage import when using CocoaPods
|
2017-01-28 19:54:52 +02:00 |
Bogdan Poplauschi
|
93d259cbde
|
Updated Swift example
|
2017-01-27 21:32:08 +02:00 |
Bogdan Poplauschi
|
8a9ae3db32
|
Merge pull request #1741 from Baichenghui/master
Word corrections
|
2017-01-27 21:14:38 +02:00 |
Bogdan Poplauschi
|
ccf7620b3f
|
Merge pull request #1735 from tiagomartinho/patch-1
Update README.md
|
2017-01-27 21:10:35 +02:00 |