Merge pull request #72 from SDWebImage/api_webimage_animation
DreamPiggy
2020-01-26 21:03:02 +0800
fe54241acaFix the example crash issue of ObjcClass, should check meta type but not instance type
DreamPiggy
2020-01-26 20:53:20 +0800
c92240b4afDisable the `WebImage` progressive animation support, which is complicated, use `AnimatedImage` instead
DreamPiggy
2020-01-26 20:34:23 +0800
f720881a25Update to provide the advanced animated image API for `WebImage`, fix some API naming for 1.0.0
DreamPiggy
2020-01-26 19:10:15 +0800
8d74623282Using the isAnimating arg, instead of protocol extention method to control the `WebImage`'s animation supports. This allows the binding control for animation as well
DreamPiggy
2020-01-26 18:12:30 +0800
7e92d42ee5Bump version to 0.10.2
DreamPiggy
2020-01-26 20:15:30 +0800
Merge pull request #73 from SDWebImage/bugfix_revert_empty_view
DreamPiggy
2020-01-26 20:14:58 +0800
f1fabb7e2bA little code garden for AnimatedImage
DreamPiggy
2020-01-26 20:14:43 +0800
28696248faRevert the EmptyView usage when WebImage does not have placeholder, the `EmptyView` does not respect .frame set from iOS 13.3 :), good Apple
DreamPiggy
2020-01-26 20:11:56 +0800
67a5ae96adBump version to 0.10.1
DreamPiggy
2020-01-26 18:14:08 +0800
Merge pull request #65 from SDWebImage/refactory_new_animated_image_watchOS
DreamPiggy
2019-11-30 02:17:38 +0800
411255b70eUpdate the readme about changes of WebImage and animated image from v0.9.0
DreamPiggy
2019-11-30 02:05:17 +0800
33c11b1cf0Refactory the pure SwiftUI AnimatedImage implementation, right in the WebImage view. Support watchOS as well :) Good SwiftUI
DreamPiggy
2019-11-30 01:37:28 +0800
58434833b3Remove all the platform macro check in AnimatedImage.swift
DreamPiggy
2019-11-29 20:01:25 +0800
36bc39acceTotally remove all previous Animated on watchOS implementation (which use WKInterfaceObject SPI)
DreamPiggy
2019-11-29 19:49:52 +0800
0a176f4a03Update the readme
DreamPiggy
2019-11-29 16:42:02 +0800
fab4ec4676Bump version to 0.8.6
DreamPiggy
2019-11-23 11:23:15 +0800
Merge pull request #62 from SDWebImage/bugfix_animatedImage_refresh_change_url
DreamPiggy
2019-11-22 15:23:03 +0800
b73ec57935Fix the watchOS compile issue again
DreamPiggy
2019-11-22 14:22:50 +0800
4b2c5042faFix the watchOS compile issue, put the associated object and web cache category into a standalone file
DreamPiggy
2019-11-22 12:34:20 +0800
956be3619fRefactory the implementation of AnimatedImage, avoid extra generation of SDAnimatedImage, but also make it compatible with the @State changes from outside
DreamPiggy
2019-11-22 12:10:40 +0800
1485f020aeFix the sacle params, the default value is 1. 0 is automatically translate to 1
DreamPiggy
2019-11-21 15:19:30 +0800
e478865f97Fix the issue that AnimatedImage can not refresh their url/name/data after first initializer. Uisng the same design as SwiftUI, which take a Single south of truth to refresh everytime when `updateView` is called
DreamPiggy
2019-11-21 14:44:16 +0800
1ad3ef87d1Fix typo in readme's demo code
DreamPiggy
2019-11-18 16:16:13 +0800
Merge pull request #59 from SDWebImage/api_fix
DreamPiggy
2019-11-16 15:57:11 +0800
a62f9a9122Move the watchOS wrapper into the ImageViewWrapper.swift file
DreamPiggy
2019-11-16 14:19:33 +0800
140bf0bc36Fix the API define to match the documentation
DreamPiggy
2019-11-16 14:17:14 +0800
28986d5477Update the demo, use bitmap SVG/PDF form for WebImage compatible. Update the readme with Customization Setup chapter
DreamPiggy
2019-11-15 21:09:28 +0800
c7f3df5d98Bump version to 0.8.4
DreamPiggy
2019-11-14 22:02:25 +0800
Merge pull request #48 from SDWebImage/bugfix_animated_image_watchOS
DreamPiggy
2019-11-10 06:19:29 +0800
28dbd8e459Invalide the invalidateIntrinsicContentSize to trigger update
DreamPiggy
2019-11-10 05:33:34 +0800
e01fa4047bMove the watchOS wrapper hack into another file, make it easy to distinguish from other code to maintain
DreamPiggy
2019-11-10 05:12:29 +0800
a2a54ec329Using a new super evil hack solution on watchOS, solve the problem that aspectRatio does not works as expected.
DreamPiggy
2019-11-10 05:01:29 +0800
996f65ea15Fix the issue that AnimatedImage name and data initializer does not works
DreamPiggy
2019-11-10 04:17:32 +0800
3ae64cfaf5Bump version to 0.8.1
DreamPiggy
2019-11-09 17:18:00 +0800
Merge pull request #42 from SDWebImage/fix_new_solution_for_indicator
DreamPiggy
2019-11-02 19:18:02 +0800
e7c6931707Naming it as `isSuccess` to match what it check
DreamPiggy
2019-11-02 19:03:20 +0800
57ed6ef5d1Use the only ZStack one state for indicator, instead of removing that indicator view from hierarchy
DreamPiggy
2019-11-02 18:56:21 +0800
af4569f5cfFix the refactory cause the indicator geometry size wrong. Should specify with border
DreamPiggy
2019-11-02 17:56:02 +0800
061853f4aaFix the currentOperation cancel may not clear the weak reference and cause issues (indicator check failed)
DreamPiggy
2019-11-02 17:14:26 +0800