Commit Graph

533 Commits

Author SHA1 Message Date
DreamPiggy e057a3cda6 Release 3.0.0
This is the initial release. In the future this SwiftUI repo will merged into SDWebImage Core repo
2024-03-09 22:44:01 +08:00
Arnaud Dorgans 5d6502aba9 workaround ratio
(cherry picked from commit b7e5780adcf1aa03a7847be170d84820a31425a8)
2024-03-09 22:24:20 +08:00
DreamPiggy cf0dc791bc
Merge pull request #292 from SDWebImage/example/avif
Update demo to add AVIF test images and AVIF animated images
2024-03-09 22:08:53 +08:00
DreamPiggy c934a841cc
Merge pull request #298 from SDWebImage/project/visionos_cocoapods
Upgrade to support visionOS on CocoaPods
2024-02-13 10:27:12 +08:00
DreamPiggy 3ce301076d Upgrade to support visionOS on CocoaPods
This is needed by SDWebImage Core Example
2024-02-13 10:26:23 +08:00
DreamPiggy 60bcf1e9d5 Fix GitHub CI again :) 2023-12-29 15:47:02 +08:00
DreamPiggy 9c6349cf32 Update demo to add AVIF test images and AVIF animated images 2023-12-28 16:57:31 +08:00
DreamPiggy 79961a5ac3 Update README.md
Fix the documentation link
2023-12-19 22:51:51 +08:00
DreamPiggy 430f68f4a1 Released v3.0.0-beta.3 version
Update the CHANGELOG.md
2023-12-04 15:33:56 +08:00
DreamPiggy 4012a65e79
Merge pull request #285 from SDWebImage/feature/export_animated_image_view_type
Update the AnimatedImage API to expose the SDAnimatedImageView
2023-12-01 21:23:39 +08:00
DreamPiggy 25ffe1ef81 Change the CI test into macOS 13
Workaround the test framework issues
2023-12-01 16:32:51 +08:00
DreamPiggy 23d1d3b2a0 Fix unit test xcode project integration 2023-12-01 16:32:51 +08:00
DreamPiggy e120c3bb61 Debug CI for unit test 2023-12-01 16:32:51 +08:00
DreamPiggy 71ce58eec4 Little code garden 2023-12-01 16:32:51 +08:00
DreamPiggy a448bbe47d Update the AnimatedImage API to expose the SDAnimatedImageView
This is not necessary to hide the details and use UIView super view
2023-12-01 16:32:51 +08:00
DreamPiggy 6bd9811577 Fix the Unit test again because of ViewInspector version 2023-11-29 19:02:41 +08:00
DreamPiggy 11f2fba517 Update the readme about the tint color for AnimatedImage
Fix the implementation that breaks the compatible with SDWebImage 5.18+
2023-11-29 01:34:36 +08:00
DreamPiggy ed081436eb Update README.md
Added tutorial about SVG/PDF with tint color using WebImage/AnimatedImage
2023-11-29 00:40:47 +08:00
DreamPiggy e45f290a77 Released v3.0.0-beta.2 version
Update the CHANGELOG.md
2023-10-21 18:37:21 +08:00
DreamPiggy eb0eafa520
Merge pull request #275 from SDWebImage/api/asyncimage
Update the WebImage API to match SwiftUI.AsyncImage
2023-10-21 18:33:08 +08:00
DreamPiggy 5c6bfdfe72
Merge pull request #277 from SDWebImage/bugfix/jpeg_animatedimage_data
Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data
2023-10-21 17:52:20 +08:00
DreamPiggy 9cf058ebe1 Should use the SDWebImage's static image decode API instead of UIKit's one 2023-10-21 16:51:21 +08:00
DreamPiggy 932b33b6bd Update the github actions 2023-10-21 16:39:57 +08:00
DreamPiggy 5009333792 Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data
This match the behavior when passing with the JPEG url initializer
2023-10-21 16:25:10 +08:00
DreamPiggy e96aaa90cd Update the github actions 2023-09-21 23:26:19 +08:00
DreamPiggy 69c6f008dc Update the watchOS demo without the force-touch 2023-09-21 22:38:58 +08:00
DreamPiggy a94221fba0 Update the API of AnimatedImage as well
1. Change the placeholder into Web URL init method (placeholder not works for data/bundle init method)
2. Add convenient .progress/.activity syntax for AnimatedImage indicator
2023-09-21 21:43:47 +08:00
DreamPiggy 9ec9e29e14 Update the WebImage API to match SwiftUI.AsyncImage (not SwiftUI.Image), make it more easy to replace
The old API is still kept, except the .placeholder one
2023-09-21 17:30:46 +08:00
DreamPiggy 86b1901e40 Added the missing shared xcscheme for visionOS 2023-09-02 23:08:13 +08:00
DreamPiggy 1a17ef9dc0 Released v3.0.0-beta version
Update the CHANGELOG.md
2023-09-02 22:56:21 +08:00
DreamPiggy 67f6e20972
Merge pull request #267 from SDWebImage/feature/visionOS
(Part 1) Support compile for visionOS (no package manager support)
2023-09-02 22:53:17 +08:00
DreamPiggy 15990ac34f Added the temp Carthage support to build visionOS framework
Fix some new warning on Swift 5.9
2023-09-02 22:43:10 +08:00
DreamPiggy 75fff6c46e Update github action to Xcode 14 && macOS 12 environment 2023-09-02 22:42:44 +08:00
DreamPiggy 0e88e14339 Update the readme for visionOS platform 2023-09-02 22:17:05 +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 5622af5387
Merge pull request #250 from SDWebImage/drop_ios_13
Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support
2023-09-02 21:37:44 +08:00
DreamPiggy 2c24b7f2b7 Added readme about visionOS 2023-09-02 21:28:07 +08:00
DreamPiggy 2d4839a195 Added visionOS support
Add visionOS Demo

The scale using traitCollection.displayScale
2023-09-02 21:24:41 +08:00
DreamPiggy e837c37d45 Released v2.2.3 version
Update the CHANGELOG.md
2023-04-23 23:25:10 +08:00
DreamPiggy f0b113179c
Merge pull request #263 from SDWebImage/fix/library_evolution_for_static_lib
Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8
2023-04-23 23:24:06 +08:00
DreamPiggy 029aa85ea4 Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8
For CocoaPods user, they can use Static Library and we should not touch the xcconfig here
2023-04-23 21:31:19 +08:00
DreamPiggy 61fefe9c28 Released v2.2.2 version
Update the CHANGELOG.md
2022-12-27 20:10:39 +08:00
DreamPiggy 92f7b1779b
Merge pull request #251 from SDWebImage/bugfix/is_animating_webimage
Fix the bug that isAnimating control does not works on WebImage
2022-12-27 15:43:40 +08:00
DreamPiggy 7db63eda0a Update README 2022-12-26 19:28:22 +08:00
DreamPiggy 84e792704b Removed the unused IndicatorTests 2022-12-26 19:28:22 +08:00
DreamPiggy 940907a6f9 Fix the bug that isAnimating control does not works on WebImage 2022-12-26 19:27:45 +08:00
DreamPiggy 8192aecee6 Remove the unused HostingView hack 2022-12-26 18:25:16 +08:00
DreamPiggy 2b2ee4f671 Remove the unused ProgressIndicatorWrapper 2022-12-26 18:07:45 +08:00