Commit Graph

20 Commits

Author SHA1 Message Date
DreamPiggy 23d1d3b2a0 Fix unit test xcode project integration 2023-12-01 16:32:51 +08:00
DreamPiggy 81810e31af Revert the ViewInspector for unit test, fixed version to 0.9.2 2023-09-02 22:17:05 +08:00
DreamPiggy 8b7ab6f3af Update the Demo with SPM instead of CocoaPods 2023-09-02 21:56:56 +08:00
DreamPiggy e29e0b9092 Merge branch 'master' of https://github.com/SDWebImage/SDWebImageSwiftUI into feature/visionOS 2023-09-02 21:42:51 +08:00
DreamPiggy 2d4839a195 Added visionOS support
Add visionOS Demo

The scale using traitCollection.displayScale
2023-09-02 21:24:41 +08:00
DreamPiggy 84e792704b Removed the unused IndicatorTests 2022-12-26 19:28:22 +08:00
DreamPiggy 5a5690e2dc Fix the test case project 2022-09-22 16:09:46 +08:00
DreamPiggy f263e8e049 Change to use CocoaPods to manage test case instead of Carthage 2022-09-15 20:48:57 +08:00
DreamPiggy 4b7cbfcf06 Fix the CI, re-enable GitHub Actions 2022-09-15 15:06:16 +08:00
DreamPiggy 2398f563a5 Refactor WebImage implementation
1. Use SwiftUIBackport to use StateObject/OnChange/Overlay
2. Change the Indicator API to match the transform for ImageManager
3. Remove the unused PlatformApear hack
2022-09-15 00:24:30 +08:00
DreamPiggy 75a1b2cf50 Update watchOS demo to watchOS 7, remove the custom indicator sample and use `ProgressView` instead 2021-02-23 15:29:03 +08:00
DreamPiggy ee786bea91 Update the Example with watchOS's native indicator (thanks @JagCesar), simplify the code 2020-01-28 21:11:18 +08:00
DreamPiggy 1bf9417ab6 Add the Unit Test for AnimatedImage and WebImage, by using ViewInspector and Introspect 2020-01-27 14:55:58 +08:00
DreamPiggy d5fc42ccea Add the example to use SVG and PDF vector image 2019-11-13 22:59:52 +08:00
DreamPiggy a00e9cbe91 Update demo, add one SwiftUI activity indicator for watchOS 2019-11-02 04:21:48 +08:00
DreamPiggy a3b7bab17a Add demos for all of Apple Platforms and environment, including: iOS, macOS, macOS Catalyst, tvOS, watchOS
All of them using the same codebase
2019-10-05 19:55:42 +08:00
DreamPiggy f5b6d1e549 Update the demo with onProgress with the progressBar 2019-10-03 18:01:31 +08:00
DreamPiggy 4c72508f46 Add the example with macOS && iOS, using the List to preview WebImage and AnimatedImage view 2019-10-03 14:33:46 +08:00
DreamPiggy 1f13239f27 Add source files and CocoaPods integration for SwiftUI 2019-08-07 18:51:28 +08:00
DreamPiggy 1741266e9d Initial commit 2019-08-07 18:10:05 +08:00