Commit Graph

3660 Commits

Author SHA1 Message Date
DreamPiggy bcbe72a77f Added test case about SVG image 2024-07-01 18:26:21 +08:00
DreamPiggy e665fb52d6 Fix the issue that SDAnimatedImage breaks the vector on macOS 2024-07-01 18:21:01 +08:00
DreamPiggy b8523c1642 Bumped version to 5.19.3
update CHANGELOG
2024-05-30 14:43:22 +08:00
DreamPiggy 5f599018b1
Merge pull request #3716 from dreampiggy/bugfix/sd_svg_macos
Fix the detection of SVGImageRep on macOS AppKit
2024-05-30 14:33:42 +08:00
DreamPiggy 095fc63f8a Fix the detection of SVGImageRep on macOS AppKit 2024-05-30 11:34:53 +08:00
DreamPiggy a936e64ab1
Merge pull request #3715 from YoloMao/chore/macro_platform_name
chore: use macos platform name with-in API_AVAILABLE macro
2024-05-17 12:07:44 +08:00
YoloMao ed281e3ea1 chore: use macos platform name with-in API_AVAILABLE macro 2024-05-17 11:38:42 +08:00
DreamPiggy b5cbc33fb2
Update README.md
Added the fingerprint in README, so it's no need to download and import the cert to verify
2024-05-08 19:08:00 +08:00
DreamPiggy 5642d1ffe3 Fix the symbolic link issue in XCFramework 2024-05-08 18:17:25 +08:00
DreamPiggy 905072adc8 Update the README about canonical binary XCFramework 2024-05-08 17:54:25 +08:00
DreamPiggy 3d7b0038b8 Fix the CocoaPods podspec when using SDWebImage/Core only
Which will cause the resource bundle missing
2024-05-08 17:48:24 +08:00
DreamPiggy ad555bbdd9 Bumped version to 5.19.2
update CHANGELOG
2024-05-08 17:36:20 +08:00
DreamPiggy b8b147d752
Merge pull request #3712 from dreampiggy/bugfix/unit_test_macos
Fix that `colorSpaceGetDeviceRGB` cache the color space even when active display changed
2024-05-08 17:03:04 +08:00
DreamPiggy b2d6372254 Fix the unit test on macOS 2024-05-08 17:01:08 +08:00
DreamPiggy 78fe2284e0 Keep the dSYM when building XCFramework 2024-05-08 16:48:56 +08:00
DreamPiggy 48bb2c9604 Update the Github CI for release 2024-05-08 11:30:52 +08:00
DreamPiggy 619c5e87c6
Merge pull request #3711 from dreampiggy/project/self-sign-xcframework
Added GitHub action to release XCFramework which is self-signed
2024-05-07 20:38:05 +08:00
DreamPiggy 9ce5242e89 Added GitHub action for release XCFramework 2024-05-07 20:34:48 +08:00
DreamPiggy 201096d7bf Added self-sign for XCFramework
The private key is only available during GitHub Action release pipeline
2024-05-07 20:14:48 +08:00
DreamPiggy 50a3c9159b Remove the override of Xcode project codesign config 2024-05-07 19:33:19 +08:00
DreamPiggy 97357c064b
Merge pull request #3710 from dreampiggy/ci/fix_watchos
Try to fix the GitHub CI again because of macOS 14.4.1
2024-05-07 19:32:53 +08:00
DreamPiggy 11dcb29b4f Ignore the HEIC encoding unit test on GitHub CI environment
Seems they use VM solution and breaks Apple's ImageIO HEIC encoding
2024-05-07 18:50:33 +08:00
DreamPiggy 8fec5b7003 Try to fix the GitHub CI again because of macOS 14.4.1 2024-05-07 15:36:18 +08:00
DreamPiggy cb75c084c0
Merge pull request #3708 from dreampiggy/bugfix/sdanimatedimage_check
Fix some regression when SDAnimatedImage created with static format like JPEG
2024-05-07 15:15:36 +08:00
DreamPiggy 753649217a Added the new test case for fixed SDAnimatedImage behavior 2024-05-06 16:12:53 +08:00
DreamPiggy 2c9deffdf2 Update the behavior for SDAnimatedImageView for animated image
This should still be compatible for custom image class like YYPlugin
2024-05-06 16:01:06 +08:00
DreamPiggy 7bf6a59524 Update the behavior for `SDScaledImageForScaleFactor` on animated image 2024-05-06 16:01:04 +08:00
DreamPiggy fb7ded8066 Update the behavior about `SDAnimatedImage` for the category metadata
Now `SDAnimatedImage` can be static image, so some check is not correct
2024-05-06 16:00:18 +08:00
zhaixian e55cb041d0
Fix typo in SDImageCache.m (#3705)
* Fix typo in SDImageCache.m

* Fix typo in SDImageCache.m
2024-04-29 00:01:09 +08:00
DreamPiggy ea2e3d5deb Fix the wrong Swift syntax in documentation 2024-04-26 16:53:54 +08:00
DreamPiggy f6afa01329 Bumped version to 5.19.1
update CHANGELOG
2024-03-26 17:22:22 +08:00
ChengzhiHuang d5e3e7f7c5
Replace NSFileManager.enumeratorAtPath with enumeratorAtURL for performance and RAM saving (#3690)
* fix #3689

1. repalce @selector(enumeratorAtURL:) with @selector(enumeratorAtURL:)
2. replace ioQueueAttributes from DISPATCH_QUEUE_SERIAL to DISPATCH_QUEUE_SERIAL_WITH_AUTORELEASE_POOL >= iOS 10

* fix: remove NSDirectoryEnumerationProducesRelativePathURLs option

* feat: replace enumeratorAtPath:

* fix: update test44DiskCacheMigrationFromOldVersion

---------

Co-authored-by: huangchengzhi <huangchengzhi@bytedance.com>
2024-03-26 17:15:42 +08:00
DreamPiggy b156318507
Allows the transformer to preserve the UIImage metadata like image format (#3688)
* Allows the transformer to preserve the UIImage metadata like image format

This can make it by defaults to still use JPEG encoding for JPEG thumbnail image

* Update the test case for preserveImageMetadata

* Fix the `sd_isTransformed` metadata
2024-03-25 16:57:35 +08:00
DreamPiggy b557de276d Update test case function `SDAssertCGImagePixelFormatEqual` to avoid assert on iOS 17.0 2024-03-25 15:43:13 +08:00
aasdsjk 98d058a1ea
url is kind of NSString and shouldUseWeakMemoryCache is YES, APP will crash. (#3686)
* NSString will crash

* unit test

* unit test opt

---------

Co-authored-by: songjk <fusheng@douyu.tv>
2024-03-14 15:20:11 +08:00
DreamPiggy db1efed37e
Update README.md about JPEG-Xl
Added coder description for JPEG-XL
2024-02-29 01:30:33 +08:00
DreamPiggy e7329c6fb6
Merge pull request #3683 from adamwangxx/master
mark `SDWebImageCacheKeyFilter` default initializer unavailable &  add missing default case of `SDCallbackQueue` sync/async function
2024-02-28 12:43:38 +08:00
Adam 66a62e189e code gardening codebase with init/new pair 2024-02-27 20:22:22 +08:00
Adam a8c61e21f4 add missing default case of `SDCallbackQueue` sync/async function 2024-02-27 20:06:34 +08:00
Adam bc23f12ecb mark SDWebImageCacheKeyFilter default initializer unavailable 2024-02-27 20:06:34 +08:00
DreamPiggy 74fa16f4d3
Merge pull request #3684 from dreampiggy/test/fix
Fix the unit test `test31ThatMultipleRequestForSameURLFailedCallback`
2024-02-27 18:07:48 +08:00
DreamPiggy f761fc7e7b Fix the unit test `test31ThatMultipleRequestForSameURLFailedCallback` 2024-02-27 14:45:57 +08:00
DreamPiggy 3565eb1018 Update the github action for codecov flag 2024-02-24 17:38:51 +08:00
DreamPiggy 9f3fe7940d Update the README.md for visionOS package manager support 2024-02-24 17:33:24 +08:00
DreamPiggy 73b9397cfb Bumped version to 5.19.0
update CHANGELOG
2024-02-24 17:16:02 +08:00
DreamPiggy 750b3f2a24 Bumped version to 5.18.12
update CHANGELOG
2024-02-24 17:08:46 +08:00
DreamPiggy 00d58fa58f
Merge pull request #3680 from dreampiggy/feature/wait_transition
Added `SDWebImageWaitTransition` to wait for transition finished and then callback `completedBlock`
2024-02-24 17:06:37 +08:00
DreamPiggy 8408b79cb3 Added `SDWebImageWaitTransition` to wait for transition finished and then callback `completedBlock`
This can solve the simple case when people want to do another transition inside completedBlock and mass-up the UI status
2024-02-24 16:57:20 +08:00
DreamPiggy 7f05e213a9
Merge pull request #3679 from dreampiggy/ci/visionOS
[github-action] Try to workaround visionOS simulator bug in unit tests
2024-02-24 15:56:06 +08:00
DreamPiggy 4bb2a0e124 Disable visionOS unit test until Apple or GitHub Action fix the issue :( 2024-02-24 15:29:12 +08:00