Ecosyste.ms: OpenCollective

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

github.com/SDWebImage/SDWebImage

Asynchronous image downloader with cache support as a UIImageView category
https://github.com/SDWebImage/SDWebImage

Revert "Filter the error domain with NSURLErrorDomain before checking the URL Error Codes"

This reverts commit 40abbd648d8f788ba385c2c090eeb6a596dffe7a.

70d760af54fc9c491365ce5c1ca1217c79872809 authored almost 6 years ago
Merge pull request #2661 from dreampiggy/fix_notification_name_duplicated_declare

Fix that `SDWebImageDownloadStartNotification` declare twice in header files

1faab6c8631fe99fc39ea344787f7e7cb46a31b3 authored almost 6 years ago
Move the declare and the define into the downloader, make the import success. Update to NSNotificationName

9d4b53118e0e06c058e6bd214ff2605eb9787f6c authored almost 6 years ago
Fix that `SDWebImageDownloadStartNotification` declare twice in header files. One is in downloader, another is in download operation

9f262fc8cf97f5f95ec56c6195b7b037685af88d authored almost 6 years ago
Update the changelog and readme to point to the master branch instead of 5.x Ready for merge back

78071effe62d93a405c9de58d4f4cadac62aa014 authored almost 6 years ago
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x

# Conflicts:
# SDWebImage/SDWebImageManager.m

2e7338894e02192ba20d021600429753a4aa9eae authored almost 6 years ago
Merge pull request #2648 from dreampiggy/bugfix_filter_error_domain

Filter the error domain with NSURLErrorDomain before checking the URL Error Codes

456b6eadc66b07cf6fdc1247ec0bdb0447b07a9c authored almost 6 years ago
Merge pull request #2660 from dreampiggy/bugfix_caches_manager_lock

Fix the thread safe issue of caches manager and specify the default caches array value.

cc13b18c21bab38908623aca4ed252993eb98b12 authored almost 6 years ago
Update the coders manager initializer, without the useless mutable copy

Update the comments

75d3adedfa99fa3179470b72f3863163f6d1dd78 authored almost 6 years ago
Update the final 5.0.0 API diff and 5.0 migration guideline

36e89af004efea931c3320fb8c5239af049cfcad authored almost 6 years ago
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x

# Conflicts:
# SDWebImage/SDWebImageDownloader.m

c913f2efc091f820844921d3e9f4fc16b31c22e3 authored almost 6 years ago
Merge pull request #2659 from dreampiggy/bugfix_macOS_animatedImageView

Bugfix macOS related small improvement for SDAnimatedImageView

47ad8d58d4e593a7011987d13371f9d3907742d3 authored almost 6 years ago
Remove the previous using atomic property, use lock instead.

f060310ffe6a3dcc99237eb3aed18e9b59f1fd5f authored almost 6 years ago
Fix the current caches manager, does not apply the SDImageCache.sharedImageCache. Fix the thread safe issue of caches manager.

Update the test cases and documents about this behavior.

f9e80d18eb49cde78d336ff794cd0e7c104bb065 authored almost 6 years ago
Simplify the code of `animationRepeatCount`, since there are no override logic

505a89c029b2af5581608a413699aea591a0d496 authored almost 6 years ago
Fix the animated image view refresh rate issue when connecting a external monitor with different refresh rate

3c28785d7644a8e6d7973c6216f219da4b00733c authored almost 6 years ago
Update the macOS-specify comment and explain the reason of the `imageViewLayer` method. Update macOS 10.14 behavior.

8237712d36657b3e70899c3e80d812a64253f3f8 authored almost 6 years ago
Merge pull request #2658 from dreampiggy/bugfix_animatedimage_unused_hack_intrinsicContentSize

Remove the unused hack of intrinsicContentSize for SDAnimatedImageView

b0862c2d33ed809262ff9d4d0c08a486e3b048ac authored almost 6 years ago
Remove the unused intrinsicContentSize for SDAnimatedImageView. This is original from FL and it's proved to be a of FL itself, but not what UIKit/AppKit behavior.

cf7a5a626bb673b5f4fa4673870f3b531badf121 authored almost 6 years ago
Merge pull request #2657 from Gondnat/crashOnViewDelloc

Fix a crash, when SDAnimatedImageView dealloc, displayLinkContext in the async block will be a b...

4235e3e3022cb2261d4cd0f889fe80bd94b433b1 authored almost 6 years ago
Fix a crash, when SDAnimatedImageView dealloc, displayLinkContext in block will be a bad pointer

d85f94da9674c85db89e9b87898d2041a8840b66 authored almost 6 years ago
Merge pull request #2652 from dreampiggy/bugfix_xcconfig_xcode_10_2

Fix the issue cause build failure for Xcode 10.2

d9c8ba6da264634ff8f878d6b62fa2f6f138274d authored almost 6 years ago
Remove the unused ENABLE_BITCODE xcconfig, which cause issue for watchOS platform. Even without this xcconfig, all 4 platforms build product have the correct bitcode support

c292fcccc451d193b6091bcb97d0aa6452f68ac9 authored almost 6 years ago
Merge pull request #2650 from dreampiggy/refactory_image_loader_protocol_naming

Rename the SDImageLoaderProtocol method naming to avoid the Selector conflict with SDWebImageMan...

a00565181ad15071397c9271c96e0ae77b30bad7 authored almost 6 years ago
Fix the warning of deprecated project localization after upgrading Xcode 10.2

110b49633faefbd0777b51994780d2222d31b115 authored almost 6 years ago
Merge pull request #2651 from Insofan/5.x

Clean some code to weakify && strongify macros which is depened on pr #2647

bdd4667f4c8902a24055410386e5fc4d5f1be73a authored almost 6 years ago
Fix the issue cause build failure for Xcode 10.2.

Fix the wrong relative path of SDWebImage.xcodeproj
Fix the wrong xcconfig using ENABLE_BITCODE ...

b09da860b9f54c71fa8b402dadcc22d991a52bda authored almost 6 years ago
Replace the weak-strong dance code with weakify && strongify depend on #2647 retry for travis failed

0ad3dd4e5cc336a9f7f772dbe08332813f4982be authored almost 6 years ago
Rename the SDImageLoaderProtocol method naming to avoid the Selector conflict with SDWebImageManager and cause misunderstanding usage

9fe1eee0055d19ff922289f5f8a60b93b6dfd025 authored almost 6 years ago
Merge pull request #2647 from dreampiggy/project_weak_strong_macros

Introduce the internal macros and replace the weak-strong dance code with weakify && strongify

6621f6a37d39445ef140323db915bc6accc564f8 authored almost 6 years ago
Remove the deprecated GCC_VERSION build settings for Demo project

9453c2e095e1db0e70fc14526e959ac3841f0abc authored almost 6 years ago
Revert "Move the dispatch_main_async_safe into internal macros, since it's used in implementation files but not headers"

This reverts commit e702214f826813da4cc9482fa7d9698278dececa.

d36d5e7936fab24605e6c3bc1bf1a5079ee0fe81 authored almost 6 years ago
Update SDWebImagePrefetcher weak-strong dance code into weakify && strongify

57ad6853ed4d62487c679c6542cef7c8befefae0 authored almost 6 years ago
Using pch for the internal macros, to avoid each implementation files import this macro

c6247d2d63d9becda4d92b705b140ed50a6d008b authored almost 6 years ago
Replace all the weak-strong dance code with @weakify and @strongify

e31a44f6a199c524fe71ae60e46ca5a3ca97feed authored almost 6 years ago
Add the private @weakify @strongify @onExit macros to simplify the code in implementation files

367f4454b649a354372f2eb1a6e23605e417f52f authored almost 6 years ago
Move the dispatch_main_async_safe into internal macros, since it's used in implementation files but not headers

SDWebImageCompat.h should only contain the macros support used in header

e702214f826813da4cc9482fa7d9698278dececa authored almost 6 years ago
Rename pch file with Prefix.pch, make it easy to distinguish from the umbrella headers

a065fa2379a3e174eebf38f2985263a5dc9a0b21 authored almost 6 years ago
Rename metamacro.h filename with SDmetamacro.h

08c6e2290698e80f9d0e046b39db2317f32b5760 authored almost 6 years ago
Fix the SDWebImage Test project using the framework xcconfig, should ignore the prefix header

c6fe902a30deb063e5f8e1a26300c34772c26278 authored almost 6 years ago
Filter the error domain with NSURLErrorDomain before checking the URL Error Codes

40abbd648d8f788ba385c2c090eeb6a596dffe7a authored almost 6 years ago
Merge pull request #2633 from iliaskarim/IK/SDWebImageDownloader/ConvenienceMethod

Define SDWebImageDownloader convenience method

9e36d2c54c8cf61d707a8a480844f96780e4eb00 authored almost 6 years ago
Merge pull request #2645 from zhongwuzw/fix_prefetch_hung_up

Fix prefetch hung up

07204d5a60a4003b53764bf1353bfb919104fd92 authored almost 6 years ago
Add assert to check operation nil

21565dbc8faca02cb1ea94b77ed79e48802c3e2c authored almost 6 years ago
Consolidate cancel code

ebf41a3b0107a768845d0352b1c5212503d07c03 authored almost 6 years ago
Updated README.md

de4e2344babb3974cd448c75431053131c96236d authored almost 6 years ago
Updated logos per #2579

97e6b64f0e1c35d5f2b855dc8d322a1e43a94964 authored almost 6 years ago
Fix prefetch cancellation issues

ff3a3e827d2741721d1ac3307da91ce99113cba8 authored almost 6 years ago
Merge pull request #2642 from zhongwuzw/break_retain_of_prefetch_block

Break strong retain cycle for prefetch block

d76dd081caaa5f84edda7592535cf9247dcfc65f authored almost 6 years ago
Remove shadow variable warning

06865847717893fd1bafc6da7b7a8189a625ec53 authored almost 6 years ago
Break strong retain cycle for prefetch block

9c3b7a84b7f21f3e85f90cbe20260831a899e680 authored almost 6 years ago
Bumped version to 5.0.0-beta6

21b2244b8161f3763af39b7c4aa5529460084fd7 authored almost 6 years ago
update CHANGELOG

4483cdcc23c855eaf93ee0beced0ec01117620b2 authored almost 6 years ago
Update travis script to avoid using pre-release of cocoapods

528871455dbb698b18efe3f184530b6dfbef074c authored almost 6 years ago
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x

# Conflicts:
# CHANGELOG.md
# SDWebImage.podspec
# SDWebImage/SDWebImageDownloaderOperation.m
# ...

41f11642b1200d4b5786fdc4b3cac78a3df9d568 authored almost 6 years ago
Merge pull request #2641 from Insofan/5.x

simplify assign downloaderOperation's minimumProgressInterval code

e36c505b17c20ed5646fc3868791e322a0465611 authored almost 6 years ago
simplify assign downloaderOperation's minimumProgressInterval code

ce753df0cc0c3c039ffb36b369136b6d49d8913d authored almost 6 years ago
Merge pull request #2635 from dreampiggy/bugfix_transformer_cache_key

Fix the current transformer cache key generating rules, try to keep the image file extension

71bff450b38d7f8b228888a5f0a218ec4c282450 authored almost 6 years ago
Define SDWebImageDownloader convenience method

ba113192b835cbbf7234a8f2d7d4d26891146007 authored almost 6 years ago
Merge pull request #2634 from dreampiggy/project_move_internal_class_into_private_headers

Move some internal classes into private header files, make it easy to maintain the code

c319ec8cc3061b478b9913a882c65fdd955af18a authored almost 6 years ago
Change the naming of private headers of internal methods, from `+Private.h` naming into `Internal.h` naming, follow other popular framework's naming rules

146530e1a2504772fa3f2f1cdf3291759a07786f authored almost 6 years ago
Fix the current transformer cache key generating rules, try to keep the image file extension as much as we can

9fb9ac7ad4b74a2ca286b956d0b5b2d64cea0cbb authored almost 6 years ago
Merge pull request #2628 from zhongwuzw/fix_libwebp_version

Update libwebp constraint to lower 2.0

44b39715bb76034b9c12b4621ed1bbb8a378e81f authored almost 6 years ago
Move some internal classes into private header files, make it easy to maintain the code

6bab2de69a98308595a02bda9374be896e4a51f6 authored almost 6 years ago
Merge pull request #2631 from dreampiggy/bugfix_prefetch_concurrent_query_cache

Fix the issue that SDWebImagePrefetch in 5.x, will submit all prefetch URLs to manager without a...

78e408c5377743f7ab407d4bf1c9940d4bc514cc authored almost 6 years ago
Move the SDAsyncBlockOperation into the private header folder, this class is only used inside framework

cf0738abd98714c1062dfc7d04771f51a5a50918 authored almost 6 years ago
Fix the issue that SDWebImagePrefetch in 5.x, will submit all prefetch URLs to manager without any limit, which cause the disk cache query pending until all finished

Because they are implementation details, we can not always assume the cache and downloader use a...

2ce3b706c8c4ebad48d7458719b976196a924a31 authored almost 6 years ago
Merge pull request #2629 from zhongwuzw/update_comments

Update color space filter comment when create icc profile color space

c35229251e1f025eb71c6a2b887f355e46a4b1cd authored almost 6 years ago
Update color space filter comment when create icc profile color space

31856f3cdbac4f96f1b885430969bb4717976e9a authored almost 6 years ago
Update libwebp constraint to lower 2.0

3f173c48fc297e23f0d2d23fb3d83703d1bcd31d authored almost 6 years ago
Bumped version to 4.4.6

update CHANGELOG

f023c9bb6c4cb575ffb13e892205961a3d055ae6 authored almost 6 years ago
Merge pull request #2627 from dreampiggy/bugfix_webp_icc_monochrome

Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the...

46fae667ea24c24f97329fd618aea3aef4e3d2f7 authored almost 6 years ago
Merge pull request #2625 from dreampiggy/project_libwebp_dependency

Update the libwebp dependency to support using 1.0 version and above

4e620c55a5212dd30dc7e76ab2d098dd8525a8df authored almost 6 years ago
Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed

8c3cfbdfc10b099faa7cded6629a4c38f0543d04 authored almost 6 years ago
Update the libwebp dependency to support using 1.0 version and above, which can fix some rare WebP issues

7050a79c331f19d62e75e0ee64d5c1d91d758f70 authored almost 6 years ago
Merge pull request #2624 from zhongwuzw/nil_image_data

Nil imageData before decode process to free memory

bede907ab7f96b8ef6ca888a999da35d238980e0 authored almost 6 years ago
Nil imageData before decode process to free memory

50f9ddd5a810492c1c20bc480cc93bbb6c6ed779 authored almost 6 years ago
Merge pull request #2621 from dreampiggy/bugfix_webp_icc_profile_crash

Fix that WebP with custom ICC Profile will randomly crash, because `CGColorSpaceCreateWithICCPro...

a54af636a85591a9d0b6fd92078a331969e1844f authored almost 6 years ago
Fix that WebP with custom ICC Profile will randomly crash, because `CGColorSpaceCreateWithICCProfile` does not copy the ICC data pointer, previous code cause a use-after-free issue

c2a3e60955887239efdd3652dd5fbec55b5d099b authored almost 6 years ago
Fix small typos

5076a1dd4526fb36f4590b226259f0a7c27295c3 authored almost 6 years ago
Merge pull request #2622 from dreampiggy/project_podspec_warning

Fix the unused user header search path warning for CocoaPods 1.6.0.

16b780b3ccaa2ec0f47b1f1189240df52e8fe23e authored almost 6 years ago
Fix the unused user header search path warning for CocoaPods 1.6.0. We already use the dependency of FL && libwebp Pods, these build configurations does not do anything

4c743c7f5471d9b04552ff129ebc943f20681d11 authored almost 6 years ago
Bumped version to 5.0.0-beta5

537affb9af4d42696902444830040d47bc7b4a7c authored about 6 years ago
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x

# Conflicts:
# CHANGELOG.md
# README.md
# SDWebImage.podspec
# SDWebImage/SDWebImageDownloaderOp...

d6db67282c169eeb7932cf5d95c7b0f66a04afba authored about 6 years ago
Bumped version to 4.4.5

ccb8b533c65a0e6dde9e8b34129c3c6fb73b11f4 authored about 6 years ago
Update the CHANGELOG and README

50847380b15f3269321b5648676cd86c2cfbb817 authored about 6 years ago
Merge pull request #2607 from zhongwuzw/fix_webp_decompression

Fix modify data pointer if webp image scaled down

e53fedaf482d935b3d74b77afe1441833ba3741e authored about 6 years ago
Merge pull request #2606 from zhongwuzw/fix_disable_animated_images_decompress

Fix shouldDecode check when image format is GIF

bb9e4a1b094dd1355cad98453e1ab02407cce227 authored about 6 years ago
Update the comment to show why we need filter GIF

f0a4014aa95f0bbf538ed9eae6333d7a887e1484 authored about 6 years ago
Merge pull request #2612 from iliaskarim/patch-2

Fix typo in PULL_REQUEST_TEMPLATE.md

c7891b787cedfab7d2eca12aa4684e467cea622a authored about 6 years ago
Fix typo in PULL_REQUEST_TEMPLATE.md

5facf00f34217b078fbaf5e6f94640e1e155504f authored about 6 years ago
Merge pull request #2609 from zhongwuzw/remove_unnecessary_CGImage_check

Remove unnecessary CGImage check when encode first frame

da48dc6f6cc6538284c781bb7557d864d5fa3a19 authored about 6 years ago
Remove unnecessary CGImage check when encode first frame

403820f89e00bb96aea9899529acbc547dc132ea authored about 6 years ago
Merge pull request #2608 from zhongwuzw/fix_decompression_calculation

Fix wrong decompression scale calculation

7567f74e1f85c8fc79db91ccf632f5b4c6426100 authored about 6 years ago
Remove redundancy scale calculation

ed8c80551ad111d24e29409bf4192f8115d180a2 authored about 6 years ago
Merge pull request #2604 from dreampiggy/revert_modular_framework

Revert modular framework

9b9b22dffbcebcfd1d962751b4ab6786924e26a6 authored about 6 years ago
Fix wrong decompression scale calculation

5dab8f0973e7e54633c7b2f91101f7979666e8ca authored about 6 years ago
Fix modify data pointer if webp image scaled down

5199c0560644772490561da653e06db70df4d78b authored about 6 years ago
Fix shouldDecode check when image format is GIF

05d3c7fdcbcd0277903a06ebaa10a06b494c4724 authored about 6 years ago
Merge pull request #2602 from dreampiggy/bugfix_encoding_options

Bugfix encoding options

b8bb9542138b6d0191eda08375aeafbc84b1dace authored about 6 years ago