Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/SDWebImage/SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://github.com/SDWebImage/SDWebImageSwiftUI

Fix the case that user should get the onSuccess callback even when memory cache hit

aafa7a2222c94012ad81e8806f1baa03e98a1490 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the context arg pass issue, should use the local variable

78d9bfbb6003f5a6d8e49b37e522b4c23bea8f24 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the issue when using thumbnailPixelSize and optionsProcessor

94aadc1927d4563bd795613edffbb2e4dd372fae authored almost 5 years ago by DreamPiggy <[email protected]>
Using a more trick but smart solution for cases when WebImage is used during transition state, like scaleEffect. In this time, we does not trigger a actualy image loading, only query the memory cache for quickly placeholder

d9fd4726eaf1a8816c765986de8b9d5d111e65f9 authored almost 5 years ago by DreamPiggy <[email protected]>
Released v1.2.0 version

0b11cceaaa4c1fce514c4e420d1e1b1b0d78597a authored almost 5 years ago by DreamPiggy <[email protected]>
Update the CHANGELOG

2a47ec9cdd8fa26bbc59f4a7272efb61d931f812 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #91 from SDWebImage/feature_delayPlaceholder_webimage

Supports the `delayPlaceholder` for WebImage

42fdca6753dcdee0ab8530281d1ac559f4696fd7 authored almost 5 years ago by DreamPiggy <[email protected]>
Remove the extra AnyView wrap

b084945b0f3cd34cec5de1daee41acc54c358626 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the readme about the options and context usage, like delayPlaceholder

59634bfab87da9eaba5f775e361d90c2016ef78b authored almost 5 years ago by DreamPiggy <[email protected]>
Supports the `delayPlaceholder` for WebImage, update the Example to show the usage

80e3137e3d5c48a6baeee1eef2dc4b568c872c3f authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #90 from SDWebImage/bugfix_animatedImage_rare_crash

Fix the issue when dealloc AnimatedImage's native View, the window does not exist and cause inte...

ca9922c044f316eea9d37eb8dd3feb8e3d682adb authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the issue when dealloc AnimatedImage's native View, the window does not exist and cause internel Crash

c0f253133ad18e7fc320fc7308a03a9f2c02ff4d authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #89 from SDWebImage/animatedimage_update

Animatedimage little patch - UIKit/AppKit animated image now applied for resizingMode

e8dcfc5b34f4a56c22896caca1615b87b98e3770 authored almost 5 years ago by DreamPiggy <[email protected]>
Supports the UIAnimatedImage to be resizable in AnimatedImage struct. Only filter the SDAnimatedImage cases

ee17bb076c7f552d44d74053ce63e7751b0a10c2 authored almost 5 years ago by DreamPiggy <[email protected]>
Update to use the aspectRatio modifier instead of empty modifier, which makes it match SwiftUI.Image in attribute graph (no extra empty attr)

ba1b36406d05806830751bac133f9e0fa4a2728c authored almost 5 years ago by DreamPiggy <[email protected]>
Released v1.1.0 version

8984320cb6bff63a25cb432f5546975a484515e8 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #86 from SDWebImage/feature_public_image_manager

Make the ImageManager public, which is useful for custom View who need to bind the data source

ddd64100c768a20a739639242d7970bdb5325840 authored almost 5 years ago by DreamPiggy <[email protected]>
Change the API of completionHandler for ImageManager, without return value. Add test cases

72c7c8d693c83d4717a4e614ba4fecb65d985bfc authored almost 5 years ago by DreamPiggy <[email protected]>
Update the README and CHANGELOG

80bc8325045802326b9f7cb0c23793875b70aced authored almost 5 years ago by DreamPiggy <[email protected]>
Update the readme about the imageManager usage for custom view type

7373b50154a715bb95b243428f83a6892787a819 authored almost 5 years ago by DreamPiggy <[email protected]>
Make the ImageManager obseable

88e4deab4863de0e4d4d0e92f7aeec69f92bbab6 authored almost 5 years ago by DreamPiggy <[email protected]>
Update some readme about the usage and demo

3d43d8ba2910bb3eff0c911635ac9cbe132c618a authored almost 5 years ago by DreamPiggy <[email protected]>
Update the shields badges

eaf9013625f2e7f920f06e185a483118d42f7614 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the API annotation of IndicatorViewModifier

b60924f6b83bd942b88282ee6da277cfc3b7383a authored almost 5 years ago by DreamPiggy <[email protected]>
Add the CHANGELOG.md

6e99733eb7f8bf8987ddd71abf0aa6df8a264481 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #84 from SDWebImage/support_indicator_modifier_animated_image

Support indicator modifier animated image

ca22dc45a607f384d8061bb569587c947be07c30 authored almost 5 years ago by DreamPiggy <[email protected]>
Add the readme about the AnimatedImage's API which share the same naming as SwiftUI View

e47153c65bffd3dfcc51f2f9f0d41b31d2fe226f authored almost 5 years ago by DreamPiggy <[email protected]>
Adopt the AnimatedImage with Indicator view modifier

547378465f5967d81c8f413ddad3a6511c198002 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #83 from SDWebImage/release_1.0

Release 1.0

be8e2c944fa0f979526892277daad57d0e016542 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the unit test compile issue

202174df7544d781af827c83e68a869333f42cfe authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the watchOS Example compile issue

04e7af0e5b16bcd2e872c1ea15c79da50e8131bc authored almost 5 years ago by DreamPiggy <[email protected]>
The indicator's progress arg, now become Double instead of CGFloat, because its limited to [0, 1]

60f353180d5a87e7e69c16e686a34554a55697a4 authored almost 5 years ago by DreamPiggy <[email protected]>
Bumped the version to 1.0.0

077e8b52c31bc9f9d344054c4ab6c80695d995aa authored almost 5 years ago by DreamPiggy <[email protected]>
Do not add BUILD_LIBRARY_FOR_DISTRIBUTION for test target

e7e85d8930f18eb02a2d95433c782873201cf2ad authored almost 5 years ago by DreamPiggy <[email protected]>
Update the Example with the latest dependency

55a99b08aa00065ccd2c42317d522723a9957e9b authored almost 5 years ago by DreamPiggy <[email protected]>
Update the readme with the information matches the v1.0.0 release. Previous 0.x related behavior are removed

61171651b277b89fbcd5db6b48e9f44fd644242b authored almost 5 years ago by DreamPiggy <[email protected]>
Released v1.0.0-beta3 version

b32d3ca8f18178da88df0d107bf436aea52b818b authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #82 from SDWebImage/update_example

Update the Example with tvOS, now it supports zooming and edit mode to delete image cells

547cb28a7974429094687afd7dd0c5f3ba90f642 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the Example with tvOS, now it supports zooming and edit mode to delete image cells

fccd4d42a6891349c359c48fdaea50d65d03453e authored almost 5 years ago by DreamPiggy <[email protected]>
Remove thte unused helper code in Example

289e0bdcf5ba3aa66bda3c6a7ddab9db9a656cfa authored almost 5 years ago by DreamPiggy <[email protected]>
Ignore the Cartfile.resovled

465e5fc3a17f0f4dff32c75b08b242cd1ea1447c authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #81 from SDWebImage/hack_animated_image_resizable_behavior

Fix AnimatedImage resizable behavior, now `resizable` is required to make it resizable, or it wi...

34360f4a78785338ab892db08182f1cf02ea461c authored almost 5 years ago by DreamPiggy <[email protected]>
Update the readme about the behavior changes on `resizable`

03b6e5d63ec973099a1bc82e5e555d0011dd1ab3 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the compile issue on macOS

8979158b3817b1d57d748257f7e1a57ec653bcb7 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the behavior again, check the resizable to return super or custom implementation

608b861f6e79fe5265945c1eaa3e0c1bba6ee22b authored almost 5 years ago by DreamPiggy <[email protected]>
Match the behavior when using resizable on AnimatedImage

2ad8897bae315a5b0da6fa35827795e47c9a389c authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the behavior when user does not call any `.frame` limit, the AnimatedImage with URL should use the image pixel size as view size, not current default tableView cell size

37145459250cef367101d5b42110dd6f03b9a019 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the SwiftPM part about how to use pre-release version and complete more details documentation

9faad757866051879f5692987c96034e1c4ccd41 authored almost 5 years ago by DreamPiggy <[email protected]>
Disable the isAnimating check on Travis-CI test, because of bugs

531286abded9ac5e48a76c2efc7287a93f77e149 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix test again by trying to use the large frame animated image, avoid animation stopped before changing binding value

ae478b695fb336c8f5a48a19d109857f949063b2 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the test case which fix the compatible on macOS 10.14's simulator

7ae9429dc5591b2f1be7505a0f09def330624b14 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the unit test to use the latest version of ViewInspector, which allows UIView/NSView inspection

f193c612b104085c482267252a8fc5d25d5d5e1d authored almost 5 years ago by DreamPiggy <[email protected]>
Update the test case `testAnimatedImageBinding` to correctly unit test the AniamtedImage's @Binding update, this time it works

53de385099f456fa86966d9883036a5975c2a309 authored almost 5 years ago by DreamPiggy <[email protected]>
Change to use the empty Image as static variable

4345bd4b5dbc8fa2efaf2564e8abef4d75b983c4 authored almost 5 years ago by DreamPiggy <[email protected]>
Released v1.0.0-beta2 version

963dac42e74d0e352a8f010ec300b304828bb8d9 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #77 from SDWebImage/bugfix_onSuccess_when_memory_cache_hit

Fix the issue that WebImage's onSuccess does not get called when memory cache hit for new create...

7891347b185be65e7a791098b4bf9f08977d664b authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the test case compile issue on macOS

f56c39aab2085c296e58abf89e9214ba789fffe9 authored almost 5 years ago by DreamPiggy <[email protected]>
Added the test case `testWebImageOnSuccessWhenMemoryCacheHit`

3363162b036bd9c8f7f7a55163111c0f6be5ea80 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the issue that WebImage's onSuccess does not get called when memory cache hit for new created View Struct

a2bcffe29f367f0a3b4181e45cba4f4b9ec53351 authored almost 5 years ago by DreamPiggy <[email protected]>
Mock the test case for AnimatedImage binding value update

433698519a844d0c960611a2e92d69945a8c26f1 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #75 from SDWebImage/bugfix_indicator_watchOS

Fix the issue when Indicator is hidden, which still preserve the layout on watchOS (have no issu...

4d35d16514c3ee3002ea482d91e6f58d84c819f4 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the Example to showing the capability to load PDF/SVG on tvOS/macOS/watchOS as well

0cde5223600b2fa76903e57e6e96191dc45bb453 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the issue when Indicator is hidden, which still preserve the layout on watchOS (have no issues on iOS/tvOS/macOS)

e46e21ba41aeca381a59f3ad9434a97ba4837e52 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the Example with watchOS's native indicator (thanks @JagCesar), simplify the code

ee786bea91e6c0d064fbce07b097cffea145a370 authored almost 5 years ago by DreamPiggy <[email protected]>
Released v1.0.0-beta version

65119ead92d1c9e56d0245989742b37c709d43f9 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the test case about onViewCreate/onViewUpdate/onViewDestroy

3ccd9968fe9fe3c638957bf11ff21352fadea234 authored almost 5 years ago by DreamPiggy <[email protected]>
Added Indicator and Transition test case

b94f3a514ed92199eb24daac471a1d32cdff3ed3 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the readme about Unit Test and Thanks chapter

b24d465bbc2e7919834e92325a1a379aba83a03f authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #74 from SDWebImage/unit_test

Added Unit test and Code Coverage report for all platforms

4ea0601659178b6594cdd0de08623ee762ede9b0 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the test case again, disable macOS temporarily because of Travis-CI does not support 10.15

19f79a1a84bfcdca06831e61f4c0043551907509 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the Travis-CI script

7c581c8575a309a8a58c52771ee3177127364837 authored almost 5 years ago by DreamPiggy <[email protected]>
Added the Code Coverage report

36e792348be839039b989c0348d33dfe3eb65951 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the test case for WebImage static url loading

325c187e9fb106e673a5a35de59ce088614c88b0 authored almost 5 years ago by DreamPiggy <[email protected]>
Add the Travic-CI script for unit testing

d5c32e94c57e3454c2061098804a510f15078304 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the macOS support issue, using the folked Introspect for AppKit support

65c48938c1f1d511990691d41c9a1970b6af89e4 authored almost 5 years ago by DreamPiggy <[email protected]>
Add the Unit Test for AnimatedImage and WebImage, by using ViewInspector and Introspect

1bf9417ab60ad130391ecf3bbc20ecfe0657741c authored almost 5 years ago by DreamPiggy <[email protected]>
Update the documentation about the WebImage animation support

91f81c54fedd6692d47d23ac0a52bf4015e64635 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #72 from SDWebImage/api_webimage_animation

Using the isAnimating arg, instead of protocol extention method to control the `WebImage`'s anim...

6e5f18046549c85f8ac14b5b32a19e912535e945 authored almost 5 years ago by DreamPiggy <[email protected]>
Update to provide the advanced animated image API for `WebImage`, fix some API naming for 1.0.0

f720881a25c774450bcefa3436193242d6749256 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the example crash issue of ObjcClass, should check meta type but not instance type

fe54241acaa0392ade9df9d1b4733ed344dd8205 authored almost 5 years ago by DreamPiggy <[email protected]>
Disable the `WebImage` progressive animation support, which is complicated, use `AnimatedImage` instead

c92240b4afe3a12c75364bb58a4b531df5118126 authored almost 5 years ago by DreamPiggy <[email protected]>
Using the isAnimating arg, instead of protocol extention method to control the `WebImage`'s animation supports. This allows the binding control for animation as well

8d74623282ee133909a3a54d29e59a8e7fa004c0 authored almost 5 years ago by DreamPiggy <[email protected]>
Bump version to 0.10.2

7e92d42ee51c8263a862dce2a7f64f391f98096a authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #73 from SDWebImage/bugfix_revert_empty_view

Revert the EmptyView usage when WebImage does not have placeholder

ba0f35083820011f6629bbb6b4578a49e31a7fa5 authored almost 5 years ago by DreamPiggy <[email protected]>
A little code garden for AnimatedImage

f1fabb7e2b6aa7295642af47a3905906c7c87c72 authored almost 5 years ago by DreamPiggy <[email protected]>
Revert the EmptyView usage when WebImage does not have placeholder, the `EmptyView` does not respect .frame set from iOS 13.3 :), good Apple

28696248fa3d2a719b441505ac711c7e56213a84 authored almost 5 years ago by DreamPiggy <[email protected]>
Bump version to 0.10.1

67a5ae96ad9b6a77df756883349842950211f206 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #71 from SDWebImage/feature_context_manager

Add support to pass the `.customManager` context option to custom SDWebImageManager instance

a416abe277cef2ed83d845ef2fa84c53a9bf7c6d authored almost 5 years ago by DreamPiggy <[email protected]>
Add support to pass the `.customManager` context option to custom SDWebImageManager instance

f5e222dfc0f5c523047ad296c5beed6256b1ddec authored almost 5 years ago by DreamPiggy <[email protected]>
Update the readme to fix code sample

e59739b0e23f84dd3d07602d62b8d380c3cbda82 authored about 5 years ago by DreamPiggy <[email protected]>
Bump version to 0.10.0

Update readme

a3f30bafdcee6ca2aeec58da3ab249e075f268f0 authored about 5 years ago by DreamPiggy <[email protected]>
Merge pull request #67 from SDWebImage/project_add_available_for_lower_firmware_version

Support backward deployment on iOS 12 with CocoaPods and Carthage

226759ed2c14f7dfe71b99a022e35cc0c49622e7 authored about 5 years ago by DreamPiggy <[email protected]>
Add the readme about backward deployment for CocoaPods and Carthage

f2cb9d04f185bc4515168b7f24acd35a548a177a authored about 5 years ago by DreamPiggy <[email protected]>
Add the weak linking for Xcode project (Carthage)

edae2e27a5be1f15772c43082504cbd6e370f7ae authored about 5 years ago by DreamPiggy <[email protected]>
Update Podspec with weak linking for SwiftUI, Combine

99766155102caeca296f5dbd95720b8af08fb8e0 authored about 5 years ago by DreamPiggy <[email protected]>
Use the BUILD_LIBRARY_FOR_DISTRIBUTION to generate swift interface instead of Swift module

056cc697131cc71946cd0b4bf25628e4cc43d25a authored about 5 years ago by DreamPiggy <[email protected]>
Add all the available version check, allows for lower firmware deployment target version user

9061beace3a804e5d93d29529978b575dc3f958a authored about 5 years ago by DreamPiggy <[email protected]>
Update the demo to use tooltip on macOS, showing the native view coordinate

1582e80e4189c70816942c943f82ad4fa290bca3 authored about 5 years ago by DreamPiggy <[email protected]>
Update readme about the view to choose

16ce20bc19f61c376f604bae0107239725669921 authored about 5 years ago by DreamPiggy <[email protected]>
Bump version to 0.9.0

Update readme

b3126863470a3d11f97466b9601f1aa28814aca9 authored about 5 years ago by DreamPiggy <[email protected]>