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 erroneous close parenthesis

119eddc8ccdbfe3f214b2dfb67d351ff1c417525 authored over 3 years ago by Rufat Mirza <[email protected]>
Update the readme about the external loader/caches/coders usage tutorial

5938dd0a253513d1bb3595229cb27b1a482d6412 authored over 3 years ago by DreamPiggy <[email protected]>
Released v2.0.2 version

Update the CHANGELOG.md

cd8625b7cf11a97698e180d28bb7d5d357196678 authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #178 from SDWebImage/remove_placeholder_maxWidth_limit

Remove the WebImage placeholder maxWidth/maxHeight modifier, this maybreak some use case like `T...

5b658b0bc105521df2e0908dea6dee4227d7d09d authored almost 4 years ago by DreamPiggy <[email protected]>
Code garden with Xcode 12's if let syntax in function builder

2935e2bb0c025e907b4bf575bdc275a47a3c5fb6 authored almost 4 years ago by DreamPiggy <[email protected]>
Remove the WebImage placeholder maxWidth/maxHeight modifier, this may break some use case like `TabView`. If user want to use placeholder, limit themselves

Also, polish the player API

d17d44e3c9b771b97894ce03165257d801504e7a authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #177 from SDWebImage/fix_image_sturct_from_uiimage

Fix the issue that using `Image(uiimage:)` will result wrong rendering mode in some component li...

e19c35a07aae2019db4e0480b3bd6aee33a1d72c authored almost 4 years ago by DreamPiggy <[email protected]>
Update the test case for the CGImage based

f6074c2e5d8be0511e91aea483a7ad024c77dea2 authored almost 4 years ago by DreamPiggy <[email protected]>
Fix the issue that using `Image(uiimage:)` will result wrong rendering mode in some component like `TabbarItem`, while using `Image(decorative:sclae:orientation:)` works well

77f21c7ed9f36cc62d4aff18b1b1f7882ced8275 authored almost 4 years ago by DreamPiggy <[email protected]>
Released v2.0.1 version

Update the CHANGELOG.md

88f2d679b7c47d98f1d5dc4f23a5d28c665b97b7 authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #171 from SDWebImage/fix_rare_webimage_animating

Fix the rare cases that WebImage will lost animation when visibility changes.

0fe0ff5846d49815acaf599b420944cfed9ba471 authored almost 4 years ago by DreamPiggy <[email protected]>
Fix the rare cases that WebImage will lost animation when visibility changes. Always setup player to play as defaults to avoid this.

69413ec0ee44eb7d710c72e03718a318c39e0a09 authored almost 4 years ago by DreamPiggy <[email protected]>
Revert the help tooltip on Demo

d0afa1ce3576f3796c745a04dcda1bce5c65e147 authored almost 4 years ago by DreamPiggy <[email protected]>
Update the Demo for watchOS, added tooltip

f4a03dcf23a360d9ce19ca1d792eb63e6b03865a authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #170 from SDWebImage/update_travis

Update the Travis to use Xcode 12

532ca91191861cc9171dc07872de7514e287d7b1 authored almost 4 years ago by DreamPiggy <[email protected]>
Fix the test case `testWebImageEXIFImage`

78a2769b06c8d4a9c6f39860b81b82a59d44b866 authored almost 4 years ago by DreamPiggy <[email protected]>
Added the Xcode 12 carthage workaround script for Travis

09c55243c2aec833ab84a819bea13cc6a4ed18ab authored almost 4 years ago by DreamPiggy <[email protected]>
Update the Travis to use Xcode 12

991680550eefcc4053d218ddf2a6c2ab32729991 authored almost 4 years ago by DreamPiggy <[email protected]>
Merge branch 'master' of https://github.com/SDWebImage/SDWebImageSwiftUI

00deaa82f39d41ff33e219fe24e2923c2b15b691 authored almost 4 years ago by DreamPiggy <[email protected]>
Added the available for internal helper method

a1d1a4d081f6ccb5ab38024a45f8b7438c427325 authored almost 4 years ago by DreamPiggy <[email protected]>
Update README.md

Fix some typos in README.md

b3faee62d54c24f8e62dc0183d5bc487071d4024 authored almost 4 years ago by DreamPiggy <[email protected]>
Released v2.0.0 version

Update the CHANGELOG.md

6fcaa47f450f8696b19d6f037dcb582ff4deb544 authored almost 4 years ago by DreamPiggy <[email protected]>
Update the test case about API changes

087eac626e8f5f064365346b998e2c862fa36ca1 authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #169 from SDWebImage/api_remove

Remove the wrong design onSuccess API. Using the full params one instead

b26da2eed6e62696d0104a45158d8018c9013d06 authored almost 4 years ago by DreamPiggy <[email protected]>
Remove the wrong design onSuccess API. Using the full params one instead

59a9614605570c8493dfb5a8eb60d11385f11f8b authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #168 from SDWebImage/feature_playbackmode

Update with the playbackMode support for `WebImage` and `AnimatedImage`

af644e483f086d19d32faeed9ad74e7c3edcfb08 authored almost 4 years ago by DreamPiggy <[email protected]>
Update with the playbackMode support for `WebImage` and `AnimatedImage`

0b646a62864144d8073092785986dad78f3d3dee authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #167 from SDWebImage/xcode12

Bump the limit to Xcode 12, because we need new iOS 14+ APIs check

a30a71acb59324755e3a79772f5a24cbc0aeff8d authored almost 4 years ago by DreamPiggy <[email protected]>
Bump the limit to Xcode 12, because we need new iOS 14+ APIs check

e4ed4ad790c420dec75f2907a8272f272a115bda authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #166 from SDWebImage/update_watchOS_demo_progressView

Update watchOS demo to watchOS 7, remove the custom indicator sample and use `ProgressView` instead

98372a776cc7c7852b7d2f101e0e4200a56ea573 authored almost 4 years ago by DreamPiggy <[email protected]>
Update watchOS demo to watchOS 7, remove the custom indicator sample and use `ProgressView` instead

75a1b2cf505dba3e49efe8e1102ab6f99710cd0f authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #165 from SDWebImage/update_webimage_defaults_animating

Update the WebImage to defaults animatable

de29f0b0a6ea5c8db9e69fcd74538baddb50887a authored almost 4 years ago by DreamPiggy <[email protected]>
Update the WebImage to defaults animatable

25a9b46cd00635f3d43da5d8ff952601a1ca93b1 authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #164 from SDWebImage/bugfix_appear_webimage

Fix the issue sometime the `WebImage` appear/disappear logic wrong. Using UIKit/AppKit to detect...

74d142decaee30cbda5580cd9bf0b44864af1ada authored almost 4 years ago by DreamPiggy <[email protected]>
Fix the issue sometime the `WebImage` appear/disappear logic wrong. Using UIKit/AppKit to detect the visibility

b512e31d2876c3616956172558fd14b249b90d5a authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #162 from SDWebImage/bugfix_lazyvstack_recursive_update_freeze

Try to fix the recusive updateView when using AnimatedImage inside `ScrollView/LazyVStack`.

5832951dd9906b4b370a4660768f1e4ebddf3f0b authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #163 from SDWebImage/bugfix_webimage_animated_leak

Fix the leak of WebImage with animation and NavigationLink.

013a1b95ba107e64c9d7805f6dde6ac27fbb6e26 authored almost 4 years ago by DreamPiggy <[email protected]>
Protect when animatedImage does not have CGImage (not possible in real situation)

ad067f7b4e217f27720624b60f495d03891876e0 authored almost 4 years ago by DreamPiggy <[email protected]>
Update the test case

7f8a06588f830d98c7cea91ae91092902efcad89 authored almost 4 years ago by DreamPiggy <[email protected]>
Fix the leak of WebImage with animation and NavigationLink. The leak is because of @State which may cause reference cycle

8b1dfc01cf6f112cca0d0870ac373a2ba62f3ebf authored almost 4 years ago by DreamPiggy <[email protected]>
Update the logic to be compatible with LazyVStack's resetting status behavior

66ca5fbb83b8df5c09c382ab3f5e5f4f7ee57b27 authored almost 4 years ago by DreamPiggy <[email protected]>
Try to fix the recusive updateView when using AnimatedImage inside `ScrollView/LazyVStack`. Because from iOS 14+, the @Published update will always trigger another `updateUIView`

3a7132a499e8744d65c945e7103c1857ead21710 authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #160 from SDWebImage/update_example

Update the Example to make WebImage animatable by default

cf8d30810d2e5c08366e2149f98b0c03cfce846b authored almost 4 years ago by DreamPiggy <[email protected]>
Update the Example to make WebImage animatable by default

b3530ac9566ecf1cb159e659b17090927af99ab7 authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #159 from SDWebImage/bugfix_ios14

Remove the fix for EXIF image in WebImage, which is fixed by Apple in iOS 14

7750264245f56c1764c6805fae51fd840805e514 authored almost 4 years ago by DreamPiggy <[email protected]>
Remove the fix for EXIF image in WebImage, which is fixed by Apple in iOS 14

5e9d0f3e3de9fe82bc19b94c31bbdfd209a5007f authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #127 from master-nevi/master

Update availability for all extensions for consistency

0c23726533af59d9b42f757ba7c90a395ad39c55 authored over 4 years ago by DreamPiggy <[email protected]>
Update PlatformView extension availability

62f332f711cd0c0ca145c320dd02916dcb9a98ff authored over 4 years ago by David Robles <[email protected]>
Update ImageManager extension availability

960f7205d6837db1548138c5fa7d94f09129d7e8 authored over 4 years ago by David Robles <[email protected]>
Update Image.Orientation extension availability

b0b765579b7be8b4eadbfbb3d5ba695afe27b1c3 authored over 4 years ago by David Robles <[email protected]>
Released v1.5.0 version

Update the CHANGELOG.md

4c7f169e39bc35d6b80d42b8eb8301bee9cd0907 authored over 4 years ago by DreamPiggy <[email protected]>
Merge pull request #116 from SDWebImage/feature_convenient_transition_with_duration

Feature convenient transition with duration

231627b921e4170aa80cb74960f7547bc4f2b0a2 authored over 4 years ago by DreamPiggy <[email protected]>
Update the Example and Readme

fbd5a53e1f8a751056ce636a669cfb2725c677a3 authored over 4 years ago by DreamPiggy <[email protected]>
Add the convenient API support to use SwiftUI transition with ease-in-out duration

111a2f6b8a10467b05fcf4187dc383d1fabe8c06 authored over 4 years ago by DreamPiggy <[email protected]>
Merge pull request #98 from SDWebImage/travis_catalina

Update the Travis-CI to use Catalina and enable macOS test case

28e68492ec9c4edb2731912f236d75f3b1b1f0b7 authored over 4 years ago by DreamPiggy <[email protected]>
Fix the macOS test case

fdd36a05668b69cc324eb0d34f90546239689bbd authored over 4 years ago by DreamPiggy <[email protected]>
Update the Travis-CI to use Catalina and enable macOS test case

62b4f2570d5838af73f0da5141ac3c1ba1be008f authored over 4 years ago by DreamPiggy <[email protected]>
Released v1.4.0 version

Update the CHANGELOG.md

1ed96d9b08fa18694621e0b1de182fbf032121bc authored over 4 years ago by DreamPiggy <[email protected]>
Merge pull request #109 from SDWebImage/feature_support_data_arg_2

Add the same overload method for onSuccess API, which introduce the image data arg. Keep the sou...

3f2f135fe9c02cf11f39bd3276a7006f2febbcfb authored over 4 years ago by DreamPiggy <[email protected]>
Update the test case about the new image data arg

f36440f508440ac20e9cbff901977bc88eb0ce68 authored over 4 years ago by DreamPiggy <[email protected]>
Add the same overload method for onSuccess API, which introduce the image data arg. Keep the source code compatibility

b174fee26bef35c1bd7f330bb4e0436082c08867 authored over 4 years ago by DreamPiggy <[email protected]>
Merge pull request #107 from SDWebImage/add_data_observable

Add the support for image data observable on ImageManager

8a347dc4dcfabd988877e22378b10092afc61f5c authored over 4 years ago by DreamPiggy <[email protected]>
Released v1.3.4 version

Update the CHANGELOG.md

82ae39a3919afa3d45ce1acd48048d5fa9d5e566 authored over 4 years ago by DreamPiggy <[email protected]>
Merge pull request #106 from SDWebImage/revert_performance_prefetch_memory

Revert the changes to prefetch the image url from memory cache

f85b5eb9410e19a3be55bc13b4f0ea1c05bc5e7a authored over 4 years ago by DreamPiggy <[email protected]>
Add the support for image data observable on ImageManager

2341575cad7628f5f92de96e51933d4da28dcb1c authored over 4 years ago by DreamPiggy <[email protected]>
Revert the changes to prefetch the image url from memory cache, because there are cases that the `onAppear` does not get called at all, which need at least update the remote URL. See #105

b927adbb79c55ec947eb91824bf0409a8278e99e authored over 4 years ago by DreamPiggy <[email protected]>
Update README.md

Update the description on Which View to choose

728e0701e0ddc10d4dfcc90cd64bc763b28431ac authored over 4 years ago by DreamPiggy <[email protected]>
Released v1.3.3 version

Update the CHANGELOG.md

8e61e4451edd87840229c7305905d96f872d07a4 authored over 4 years ago by DreamPiggy <[email protected]>
Merge pull request #102 from SDWebImage/hack_exif_webimage_rendering_aspect_ratio

Try to solve the SwiftUI bug of rendering EXIF UIImage in WebImage, as well as vector images

10ab2a2415aa951f832400ea45adbd7286a71bdf authored over 4 years ago by DreamPiggy <[email protected]>
Fix the watchOS compile issue

3982797ac4e92ebff16d4f14724ed3d565ba0bd4 authored over 4 years ago by DreamPiggy <[email protected]>
Only apply the patch for EXIF 5-8 images, not including 1-4 images, I think this should be fixed by SwiftUI team :)

1b23e14577b570922e1437251543811bcd3dfa82 authored over 4 years ago by DreamPiggy <[email protected]>
Remove the extra cases for UIAnimatedImage, since SwiftUI may add support in the future. Currently grab the poster image does not do any performance benefit

c4a01c9ba292a7060e8a8b853df808372028546d authored over 4 years ago by DreamPiggy <[email protected]>
Support the case when UIImage has accessibilityLabel, should use correspond API instead

438994f1c329cee103e0ee0de5927c8e912d4309 authored over 4 years ago by DreamPiggy <[email protected]>
Only use CGImage based when the EXIF orientation is not equal to Up. I think SwfitUI will fix this issue in the future and we'd better use UIImage as much as possible

d564aa5ca1d88e7abca0646721aed6623e5b979c authored over 4 years ago by DreamPiggy <[email protected]>
Try to solve the SwiftUI bug of rendering EXIF UIImage in WebImage. Now we use the Image(decorative:) API to grab the CGImage and orientation instead. For vector image, draw vector image into bitmap for rescue

0a41337ed04ba7e4cad84f1185bdda20773ab70b authored over 4 years ago by DreamPiggy <[email protected]>
Released v1.3.2 version

Update the CHANGELOG.md

14a3cce8e55c0eb8cbccfd5852b175bbd5036139 authored over 4 years ago by DreamPiggy <[email protected]>
Merge pull request #100 from SDWebImage/module_export_sd

Automatically import SDWebImage when user write import SDWebImageSwiftUI

c255043a0f00cd4868b6d363c1ff30336c88f664 authored over 4 years ago by DreamPiggy <[email protected]>
Remove the import of umbrella header in the SDWebImageSwiftUI.h, we now use Swift exported module instead

7c18cc0549b2e37274e3593e7e14554af5307c89 authored over 4 years ago by DreamPiggy <[email protected]>
Automatically import SDWebImage when user write import SDWebImageSwiftUI

301cace37be42a854b0162a309844d5230950459 authored over 4 years ago by DreamPiggy <[email protected]>
Update the watchOS example to remove the hack to bind presentationMode, this is SwiftUI's bug and no workaround after 6.2...

8fe43a55a768acce227781340c0acb1d22fec956 authored over 4 years ago by DreamPiggy <[email protected]>
Update the watchOS Example with latest Espera

776e18f88d1d05759bec89aaf421df7c6db5024f authored over 4 years ago by DreamPiggy <[email protected]>
Released v1.3.1 version

Update the CHANGELOG.md

c710df6456caba639233714d177fb59b336d1771 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #97 from peroper/master

Don't embed SDWebImage.framework in SDWebImageSwiftUI.framework

5af223d10b6c2c6890d24d010fa7fe12d02fcf86 authored almost 5 years ago by DreamPiggy <[email protected]>
Don't embed SDWebImage.framework in SDWebImageSwiftUI.framework, solves https://github.com/SDWebImage/SDWebImageSwiftUI/issues/96

c5a1512b4ea2a03a2ecc94e4d5878a4a387446f9 authored almost 5 years ago by Jonas Bromö <[email protected]>
Released v1.3.0 version

Update the CHANGELOG.md

fdfac45768f1a8975fb76a5b9a7f2277e7a28e4d authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #94 from SDWebImage/feature_animated_placeholder_view_builder

Feature AnimatedImage placeholder view builder

c6e44001428714f2534913655fb4d77c3fb718cc authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the test case during refactory the prefetch logic

63201c7145b32a6c60c2bcaa99efa6d03ab7e87f authored almost 5 years ago by DreamPiggy <[email protected]>
Update the test cases and readme about AnimatedImage

1e1ddccc1a4498e53e0107a37fc2a5da9713f259 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the readme about the placeholder ViewBuilder on AnimatedImage

f2f51de40ea4a3643241bbd37c6d133a79b3e6eb authored almost 5 years ago by DreamPiggy <[email protected]>
Added the support for AnimatedImage to use @ViewBuilder placeholder, better than UIImage for common customizable placeholders

cd187c81b095e05b56804e08afe80bb717a378e8 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #93 from SDWebImage/upgrade_sdwebimage_5_7

Upgrade the dependency of SDWebImage 5.7.0

7458f133294ffc24a92740e8c9ff4886be014b5c authored almost 5 years ago by DreamPiggy <[email protected]>
Update the README to place the SwiftPM before CocoaPods, where SwiftUI user prefers more

43c418de78007e73b538031666dc2e352caadead authored almost 5 years ago by DreamPiggy <[email protected]>
Don't do prefetch from memory cache if user indeed pass `.fromLoaderOnly`

4613ebfbdebe7af54752980a44b9b9355bcbbc14 authored almost 5 years ago by DreamPiggy <[email protected]>
Upgrade the dependency of SDWebImage 5.7.0

d07a405bb5ff342917b5175f1dd86a28000ae218 authored almost 5 years ago by DreamPiggy <[email protected]>
Simplify the code for WebImage platform image convention

395f0e61f91f97509b174321ec00a12cfca7cd6d authored almost 5 years ago by DreamPiggy <[email protected]>
Released v1.2.1 version

caebf495b98ee02d422b9f533b42a1f674b27b03 authored almost 5 years ago by DreamPiggy <[email protected]>
Protect the runtime hack for user who use before SDWebImage 5.6.0

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

96a2832442af21fd67275e01f9b48d656004a167 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #92 from SDWebImage/fix_query_image_extra_times

Fix the issue when using WebImage with some transition like scaleEffect, each time the new state...

0dcefe507fd539db270e1d1e6d1df4f1127bbaf9 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the edge cases when transformer and thumbnail get applied at the same time, we need to write correct code to query memory cache only

ffeea1a3343f9a3304bdf3e7e01f026f513f8723 authored almost 5 years ago by DreamPiggy <[email protected]>