Merge pull request #235 from SDWebImage/fix_nil_url_fixed_point
DreamPiggy
2022-09-23 17:04:13 +0800
bf3d86b15dFix the nil url always returns Error will cause infinity `onAppear` call and image manager to load, which waste CPU
DreamPiggy
2022-09-23 12:20:56 +0800
2221b4fde4Released v2.2.0 version
DreamPiggy
2022-09-22 16:36:16 +0800
Merge pull request #178 from SDWebImage/remove_placeholder_maxWidth_limit
DreamPiggy
2021-03-10 22:29:31 +0800
2935e2bb0cCode garden with Xcode 12's if let syntax in function builder
DreamPiggy
2021-03-10 22:27:41 +0800
d17d44e3c9Remove the WebImage placeholder maxWidth/maxHeight modifier, this may break some use case like `TabView`. If user want to use placeholder, limit themselves
DreamPiggy
2021-03-10 18:31:42 +0800
Merge pull request #177 from SDWebImage/fix_image_sturct_from_uiimage
DreamPiggy
2021-03-10 18:04:40 +0800
f6074c2e5dUpdate the test case for the CGImage based
DreamPiggy
2021-03-10 17:09:37 +0800
77f21c7ed9Fix the issue that using `Image(uiimage:)` will result wrong rendering mode in some component like `TabbarItem`, while using `Image(decorative:sclae:orientation:)` works well
DreamPiggy
2021-03-10 16:02:06 +0800
88f2d679b7Released v2.0.1 version
DreamPiggy
2021-02-25 21:41:31 +0800
Merge pull request #171 from SDWebImage/fix_rare_webimage_animating
DreamPiggy
2021-02-25 21:39:54 +0800
69413ec0eeFix the rare cases that WebImage will lost animation when visibility changes. Always setup player to play as defaults to avoid this.
DreamPiggy
2021-02-25 21:38:52 +0800
d0afa1ce35Revert the help tooltip on Demo
DreamPiggy
2021-02-25 15:55:40 +0800
f4a03dcf23Update the Demo for watchOS, added tooltip
DreamPiggy
2021-02-25 12:39:27 +0800
Merge pull request #164 from SDWebImage/bugfix_appear_webimage
DreamPiggy
2021-02-23 14:40:18 +0800
b512e31d28Fix the issue sometime the `WebImage` appear/disappear logic wrong. Using UIKit/AppKit to detect the visibility
DreamPiggy
2021-02-23 13:24:49 +0800
Merge pull request #163 from SDWebImage/bugfix_webimage_animated_leak
DreamPiggy
2021-02-22 19:45:47 +0800
ad067f7b4eProtect when animatedImage does not have CGImage (not possible in real situation)
DreamPiggy
2021-02-22 19:45:16 +0800
7f8a06588fUpdate the test case
DreamPiggy
2021-02-22 19:41:54 +0800
8b1dfc01cfFix the leak of WebImage with animation and NavigationLink. The leak is because of @State which may cause reference cycle
DreamPiggy
2021-02-22 19:33:27 +0800
66ca5fbb83Update the logic to be compatible with LazyVStack's resetting status behavior
DreamPiggy
2021-02-22 17:05:56 +0800
3a7132a499Try to fix the recusive updateView when using AnimatedImage inside `ScrollView/LazyVStack`. Because from iOS 14+, the @Published update will always trigger another `updateUIView`
DreamPiggy
2021-02-22 16:20:43 +0800
Merge pull request #109 from SDWebImage/feature_support_data_arg_2
DreamPiggy
2020-05-07 11:01:17 +0800
f36440f508Update the test case about the new image data arg
DreamPiggy
2020-05-06 23:19:28 +0800
b174fee26bAdd the same overload method for onSuccess API, which introduce the image data arg. Keep the source code compatibility
DreamPiggy
2020-05-06 23:06:39 +0800
Merge pull request #106 from SDWebImage/revert_performance_prefetch_memory
DreamPiggy
2020-04-30 15:54:05 +0800
2341575cadAdd the support for image data observable on ImageManager
DreamPiggy
2020-04-30 15:53:03 +0800
b927adbb79Revert the changes to prefetch the image url from memory cache, because there are cases that the `onAppear` does not get called at all, which need at least update the remote URL. See #105
DreamPiggy
2020-04-30 15:19:47 +0800
Merge pull request #102 from SDWebImage/hack_exif_webimage_rendering_aspect_ratio
DreamPiggy
2020-04-15 20:07:40 +0800
3982797ac4Fix the watchOS compile issue
DreamPiggy
2020-04-15 19:47:58 +0800
1b23e14577Only apply the patch for EXIF 5-8 images, not including 1-4 images, I think this should be fixed by SwiftUI team :)
DreamPiggy
2020-04-15 19:18:19 +0800
c4a01c9ba2Remove the extra cases for UIAnimatedImage, since SwiftUI may add support in the future. Currently grab the poster image does not do any performance benefit
DreamPiggy
2020-04-15 18:05:27 +0800
438994f1c3Support the case when UIImage has accessibilityLabel, should use correspond API instead
DreamPiggy
2020-04-15 17:39:27 +0800