DreamPiggy
|
6b7e94713a
Bumped version to 5.7.4
|
5 年之前 |
DreamPiggy
|
1fa07b7fd3
Merge pull request #2999 from dreampiggy/bugfix_prefetcher_cancel_hung
|
5 年之前 |
DreamPiggy
|
fe730cc7e4
Fix the deadlock by using the two different semaphore, the `@synchronized` can not represent two pointer array lock and may be entered twice
|
5 年之前 |
DreamPiggy
|
54771ceb22
Fix the wrong subclass which does not override `isConcurrent` method
|
5 年之前 |
DreamPiggy
|
f51992cfd6
Mark the `SDAsyncBlockOperation` safe using the lock and correct override method
|
6 年之前 |
DreamPiggy
|
974c3ff4ad
Update the test case to ensure thi silly problem will not occur again :)
|
6 年之前 |
DreamPiggy
|
4173f9f3c1
Fix the issue that NSOperation conforms to `SDWebImageOperation` check failed. And fix the SDAsyncBlockOperation cancel logic
|
6 年之前 |
DreamPiggy
|
39370d1af8
Bumped version to 5.7.3
|
6 年之前 |
DreamPiggy
|
e5adec920b
Fix the test case about encoding check, the expect expression syntax is wrong
|
6 年之前 |
DreamPiggy
|
b06d60cf3d
Update the readme of modules about custom caches, including SDWebImagePINPlugin support
|
6 年之前 |
DreamPiggy
|
74ae21337c
Bumped version to 5.7.2
|
6 年之前 |
DreamPiggy
|
774571f498
Merge pull request #2977 from dreampiggy/attempt_fix_image_io_animated_image_thread_safe
|
6 年之前 |
DreamPiggy
|
c68f7f8196
Merge pull request #2983 from dreampiggy/project_rename_private_header_avoid_bad_pod_conflict
|
6 年之前 |
DreamPiggy
|
d112d18088
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
6 年之前 |
DreamPiggy
|
dddf4a8392
Merge pull request #2982 from dreampiggy/bugfix_animated_image_buffer_calculation
|
6 年之前 |
DreamPiggy
|
b65ea693ae
Remove the time based test case for lazy decoding, because it's unstable. Now use offline manual test for this behavior
|
6 年之前 |
DreamPiggy
|
a5e129dac7
SDAnimatedImageView animation rendering should not use CGContext force decoding, use `kCGImageSourceShouldCacheImmediately` instead which can avoid OOM for large number of GIFs #2977
|
6 年之前 |
DreamPiggy
|
13bae85e3d
Fix that when first play animated image and use maxBufferSize to 0, the calculation does not works (The CGImage is nil)
|
6 年之前 |
DreamPiggy
|
f52dc6b4bd
Bumped version to 5.7.1
|
6 年之前 |
DreamPiggy
|
a8177c1327
Update the test case `test12ThatStoreCacheTypeWork` to ensure the transformed image does not inherit the image format or any attributes from original one
|
6 年之前 |
DreamPiggy
|
7cdf484fdd
Merge pull request #2976 from bdaz/master
|
6 年之前 |
Brian Amerige
|
ed8887db35
[SDWebImageManager] Don't copy attributes from originalImage to transformedImage. This fixes https://github.com/SDWebImage/SDWebImage/issues/2975.
|
6 年之前 |
DreamPiggy
|
bddc130914
Update the README about the latest SwiftUI support and Ecosystem
|
6 年之前 |
DreamPiggy
|
794a3875a4
Merge pull request #2974 from dreampiggy/fix_code_style
|
6 年之前 |
DreamPiggy
|
bbc65ed0cc
Fix the wrong value assignment for SDAnimatedImageView code on macOS, warning
|
6 年之前 |
DreamPiggy
|
e2285181a6
Update the CHANGELOG
|
6 年之前 |
DreamPiggy
|
82249e82d8
Bumped version to 5.7.0
|
6 年之前 |
DreamPiggy
|
83a40c3679
Merge pull request #2973 from dreampiggy/behavior_uttype_from_unkown_format
|
6 年之前 |
DreamPiggy
|
ca975a3c46
Merge pull request #2972 from dreampiggy/feature_encoding_options_thumnail_background
|
6 年之前 |
DreamPiggy
|
6316f08bb8
Remove the compression quality when have max file size limit, and update the test cases for JPEG
|
6 年之前 |