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

Merge pull request #2520 from lhnoah/master

Optimize when scale = 1

3d62cfc507b8e5bbeeb264c330aa54f744f68649 authored over 6 years ago
Update SDWebImage/SDWebImageCompat.m

2ac9b2fc6acf864437fa61668840e10aa81aec35 authored over 6 years ago
Optimize when scale = 1

042c27ec8c62ec09cea2ee2f5042790c5df6258d authored over 6 years ago
Merge pull request #2517 from dreampiggy/fix_swift_api_SDImageFormat

Fix the accident changes of Swift API naming for `sd_imageDataAsFormat:`

f5cc32868446a2577fe47a65336b2fc8a89ce49d authored over 6 years ago
Fix the accident changes of Swift API naming for `sd_imageDataAsFormat:`. We should keep previous naming `sd_imageData(as:)`

67499263a819b24ab77cdcbe2b68edbc8ad1a3c5 authored over 6 years ago
Merge pull request #2515 from zhongwuzw/fix_header_thread_safe

Replace atomic property with SD_LOCK

cabda5890f3c0b7869d26a1702eea73125bead8a authored over 6 years ago
Added 2 tests for #2516 Fix extention long length of file name

6c6d848cee5eb34407c1c44782f939946bde39f2 authored over 6 years ago
Merge pull request #2516 from zhongwuzw/fix_long_path_name

Fix extention long length of file name

8d788abf45b2938b54b964fc6db83ba01f74e559 authored over 6 years ago
Fix extention long length of file name

41214cccae74568e498666cb559e9b691c086cfc authored over 6 years ago
Replace atomic property with SD_LOCK

Replace atomic property with SD_LOCK

fix LOCK not decrease

9d7b82f1fba035eb1bdf27c2283a9315e659eb75 authored over 6 years ago
Merge pull request #2512 from SDWebImage/stale_bot_config

Added Stale bot config

b5afc32d1bf1b2f023027d3a94686675518d8822 authored over 6 years ago
Added Stale bot config - decided on 30 days (issues) / 60 days (prs) to mark as stale + another 7 to close

54e60ec5e1e112f900f6b2fe92d80048909edb06 authored over 6 years ago
Update

2c6ee46c570b5e4c02ef4c4fbe9e04af8724bb33 authored over 6 years ago
Merge pull request #2510 from zhongwuzw/update-url

Update url after framework transferred

ab06c9080d9baba0e89ab349fd115f09036ede4d authored over 6 years ago
Update url after framework transferred

8d3becfae832c7e5d3f079ec13cb1dcd8761065f authored over 6 years ago
Update README.md

f9d05d921e71827f48b63cf38e28a8b1111bf6c7 authored over 6 years ago
Merge pull request #2388 from dreampiggy/documentation_update

Update the migration guide with the latest version.

abc2b3078ad79403c299017ac2fcbe7729d1fabd authored over 6 years ago
Update the API-diff to the latest 5.x branch

3131c092847843d7b25dbfd71490966e8bb2e831 authored over 6 years ago
Update the migration guide with the latest version.

Update one changelog

3a8915c5c70c77e9ae5c20a34b4619c1f376a810 authored over 6 years ago
Merge pull request #2488 from dreampiggy/rename_lock_macro

Renaming the `LOCK`, `UNLOCK` with SD prefix to avoid overriding user-defined macro

2e548e9d457e66e09cad8448f3d78701ee190db1 authored over 6 years ago
Renaming the `LOCK`, `UNLOCK` with SD prefix to avoid overriding user-defined macro. Remove `LOCKBLOCK` with paired macro instead to make it easy to debug

1ec61ad567046aa9a96fb08a1cecae92d5f5c46b authored over 6 years ago
Take images into account

504dc10491553c70be99480ba995362fc40b9218 authored over 6 years ago
Fix memory cache image cost miscalculation for 4.x

991fd899854340ed18a8fc871cebd23b5372f776 authored over 6 years ago
Merge pull request #2476 from rs/MapKit_target

Merged targets + MapKit dedicated target for Carthage installs

a8c3fb84bbe4910df26987f912b9f9e14662b6fa authored over 6 years ago
Merged SDWebImage iOS + SDWebImage OSX + SDWebImage tvOS + SDWebImage watchOS targets into SDWebImage target (supports all platforms)

Merged SDWebImage iOS static + SDWebImage watchOS static targets into SDWebImage static target (s...

ae552f9350120872e77ec1cedfebf2586b84d819 authored over 6 years ago
Merge pull request #2482 from zhongwuzw/fix-cocoapods-warning

Remove input/outputFileListPaths attributes in Xcodeproj

88142019b71b47ea832ab0a9ce7c80ce8dae4840 authored over 6 years ago
Remove input/outputFileListPaths attributes in Xcodeproj

735bbf6f8cfbee9aab0f0640d1cb1224354c70fc authored over 6 years ago
Merge pull request #2475 from zhongwuzw/add_autoreleasepool_to_gcd_block

Add autoreleasepool to release autorelease objects in advance when using GCD for 4.x

88d3e281ca64726ffd4a6646b7f25219d7a6d1f6 authored over 6 years ago
Merge pull request #2474 from zhongwuzw/add_autorelease_to_gcd_block

Add autoreleasepool to release autorelease objects in advance when using GCD

bb7adaca376722301cd4f2830252205e1f6df12a authored over 6 years ago
Merge pull request #2469 from rs/remove_webp

Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder

a1b0432b568ae97fa0ee6bb3949adabae53ba855 authored over 6 years ago
Add autoreleasepool to release autorelease objects in advance when using GCD for 4.x

733f465e5c16939eab5ee050b9d696545234f6f2 authored over 6 years ago
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder

- move the webp component + the libwebp dependency to SDWebImage/SDWebImageWebPCoder (including ...

64123734c3a5a40f128b06cae8413c144b75d71a authored over 6 years ago
Add autoreleasepool to release autorelease objects in advance when using GCD

703631d51a339de3edb867eaf23039022fb4849d authored over 6 years ago
Merge pull request #2472 from zhongwuzw/remove-image-source-option

Remove kCGImageSourceShouldCache option when creating image source

f22a69891c407a814c6bc2ad8d9aad6bd88a1dd0 authored over 6 years ago
Remove kCGImageSourceShouldCache option when create image source

b1b48cca818f4d539d36921a7d2b844f2cb4beee authored over 6 years ago
Merge pull request #2468 from zhongwuzw/optimize-sdanimatedimage

Decrease animated decode times when cache enable

0f14258e831bebea1e383eb49fbc252beff29503 authored over 6 years ago
Change data compare statement when do animated data comparation

3dc5b0ab67e10d7d8c5be3f406598c6188ef46bb authored over 6 years ago
Remove lock tradeoff when get fetchFrame

759b7322c972e72cc3571b9adeae4b6fb62200cd authored over 6 years ago
Decrease animated decode times when cache enable

6d85cd9061a637d5eb210a405a09811e9a1d7648 authored over 6 years ago
Merge pull request #2466 from dreampiggy/fix_protect_animation_image_class_data_nil

Add protect when custom animated image class image data is nil during progressive animation check

d989549b34b7726651ff6bd5a9c63b7fb8ab3dec authored over 6 years ago
Add protect when custom animated image class image data is nil during progressive animation check

c76b9e3c2aff8a7eb12a53c096ad0b2d538ed058 authored over 6 years ago
Bumped version to 5.0.0-beta3 + updated CHANGELOG

1ed0b8cfe86066ea28093406fcd859efd40c9d96 authored over 6 years ago
Merge pull request #2449 from dreampiggy/feature_set_image_block_extra_args

Feature set image block extra args

2bb336bc12a5690dd11988c0bc8bef2c7318508d authored over 6 years ago
Merge pull request #2453 from dreampiggy/improvement_animation_class_protocol

Add one initializer with extra arg for custom animated image class to use possible coder options...

6892f9e8187daac90b033da84f63412455f0e8a8 authored over 6 years ago
Merge pull request #2459 from dreampiggy/remove_sd_setAnimationImagesWithURLs

Remove `sd_setAnimationImagesWithURLs` API, because its cause ambiguity, behave not consistently...

03ab0a937f8620690c1a3e611485380f39311b83 authored over 6 years ago
Update the comment about scale factor for coders

7c5c114aa597ce36808a5067adf8c09a6044c18f authored over 6 years ago
Add one initializer with extra arg for custom animated image class to use possible coder options, to make it extensible

c99ddbfac99ffc69b3adb69c84ccd1ed313d8472 authored over 6 years ago
Merge pull request #2461 from zhongwuzw/add-no-expire-file-of-disk

Add no expiration file support of disk cache

8b21041fa86fe35fc5fefad7ee0c4ced3b61d5a9 authored over 6 years ago
Add more detaild comments of maxCacheAge and fix typo

9bd5c051131172098e63a59385301c1812e74e68 authored over 6 years ago
Merge pull request #2463 from zhongwuzw/fix-disk-size-check-for-master

Fix resource key invalid when clean cached disk file

9de56b013aca7bcfae68d78b2fd9db13e6becb45 authored over 6 years ago
Fix resource key invalid when clean cached disk file

ce27aacd7bca534706d04ebbe4a20643dd437760 authored over 6 years ago
Merge pull request #2462 from zhongwuzw/fix-disk-size-check

Fix resource key invalid when clean cached disk file

3ff846aa85f5ebb470df48b2583b11cb67be781e authored over 6 years ago
Fix resource key invalid when clean cached disk file

1f3d83784cac857899cce09c759b19ef180268d4 authored over 6 years ago
Add no expiration file support of disk cache

9afbc8bf7eb8799e7920d44e9a9e5614f9d10ae9 authored over 6 years ago
Remove `sd_setAnimationImagesWithURLs` API, because its cause ambiguity, behave not consistently and have rare use case.

349bec44971d6c36d03d84da3ee92bca80706186 authored over 6 years ago
Ignore to query disk cache when the image for FLAnimatedImageView+WebCache is placeholder

14391eb45edd510479bc23352fb50678f00e895b authored over 6 years ago
Merge pull request #2452 from dreampiggy/api_protocol_property

Adopt all the protocol APIs which contains getter value to use property instead, to make the API...

6246c0ea0b306d30f1ef9535f348d263bb35940e authored over 6 years ago
Adopt all the protocol APIs which contains getter value to use property instead, to make the API easy to use or Swift user

8c5db9484b0cb985c8fde945bd1e9ab87238ad5c authored over 6 years ago
Merge pull request #2451 from dreampiggy/fix_cache_key_filter

Fix the bug that `SDWebImageContextCacheKeyFilter` wrongly be used as cache serializer and cause...

5a2b9b2c5154d1b97cd72332ee16c471f779107b authored over 6 years ago
Add the test case for cache serializer feature

0fb7268d2ed589e1f7209dc98662612615e22af8 authored over 6 years ago
Fix the bug that `SDWebImageContextCacheKeyFilter` wrongly be used as cache serializer and cause crash

b400b51cca292891061ddd8abb57c9291e4d02a9 authored over 6 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

# Conflicts:
# Tests/Tests/SDCategoriesTests.m
# Tests/Tests/SDTestCase.h
# Tests/Tests/SDTestCa...

39893fbdac98f26c30f4704703041d57917e0fdd authored over 6 years ago
Merge pull request #2416 from bpoplauschi/update_contributing

Added a bit more description to the way to contribute to this project.

8f5cba5708a65cdc33fb2d381688f5f9c0420034 authored over 6 years ago
Merge pull request #2434 from dreampiggy/test_coder

Add more tests for image decoding/encoding part

3966200d6a564337b08cf0059750e0ef27e60438 authored over 6 years ago
Merge pull request #2438 from dreampiggy/test_view_category

Add the test cases for View Transition and View Indicator, both iOS && macOS

26ebbba80705967d8348e37ff205c9932335829a authored over 6 years ago
Revert the hack code for FLAnimatedImage compatible, because of the FLAnimatedImage initializer method block main queue.

a794088bc79eecc52c5a581aececd07743fe7b60 authored over 6 years ago
Merge pull request #2450 from dreampiggy/fix_testcase

Fix the test case testFLAnimatedImageViewSetImageWithURL because of remote resource is not avail...

07d3d1eb6e73c2b96ca2b40690ff8d774435a112 authored over 6 years ago
Fix the test case testFLAnimatedImageViewSetImageWithURL because of remote resource is not available

50b6a09a9bf1819cf55a6d9c984a7aaa1c28989b authored over 6 years ago
Update the test to ensure the UIView sd_internalSetImageWithURL of setImageBlock behavior

04becbb02b3b6c97dbf39233e664d2afa2ab8b44 authored over 6 years ago
Change the View Category setImageBlock with all args like View Transition or CompletedBlock, to make it useful for advanced usage

a6a8308c15d73a8b9f3164affea8ff075da6bbe7 authored over 6 years ago
Disable HEIC encoding check temporally for travis-ci

8b26091741ef11fbd114fc0945b6d43b6c678d1f authored over 6 years ago
Update the view indicator and transition test

0ff95e225585b3954005b9b339900925d5b73c88 authored over 6 years ago
Merge pull request #2399 from zhongwuzw/replace-valueforkey

Replace valueForKey with objectForKey when access NSDictionary

5ea8074bad276c57f80e157dc129cfc3cc483724 authored over 6 years ago
Make callbacks of download more readable

30d077b0a649fabccd4324ba219250c2ddb96cae authored over 6 years ago
Fix that the minimumProgressInterval should always callback the final finished progress but not ignore it

1d8454d3563a26868ff5369a10b8a68c9a026d2e authored over 6 years ago
Add the test cases for View Transition and View Indicator, both iOS && macOS

7ee0d06cf7d712bdab723888ca6b9d69f6f4effa authored over 6 years ago
Merge pull request #2437 from dreampiggy/bugfix_view_progress_indicator

Fix the bug that progress indicator on macOS stop at 1% but not 100% when download finished

64a24535270c7fe35a3c8fcf33ffbeb2b498a3a5 authored over 6 years ago
Merge pull request #2435 from dreampiggy/bugfix_progressive_race_condition

Fix a race condition during progressive animation load in SDAnimatedImageView

13207dd986c62f649dd2f38db38f3acb46b24f0d authored over 6 years ago
Fix the mistake cause a bug that progress indicator on macOS stop at 1% but not 100% when download finished...

41b0a0421e43289491f0639dc3c11c852976e48c authored over 6 years ago
Update travis-ci Xcode version to 9.4, fix HEIF/HEIC coder test

5ea4b803d05330cbd08aace753722968aae30475 authored over 6 years ago
Merge pull request #2433 from zhongwuzw/fix-cache-migration

Fix cache migration when dstPath intermediate directories not exist

bbee2976afc91dd3f825f2e62e09132b7fded8be authored over 6 years ago
Update SDAnimatedImage test and HEIC/HEIF test

7187aff159ec8f9d728299c4ee605c206be4a53a authored over 6 years ago
Add more test about SDAnimatedImage

b0775361b5e4416628ddc257ca3e2b0318e103bb authored over 6 years ago
Update the test about progressive decoding of other image format

fc23b93d08304246b4e710671f7429388521f4a1 authored over 6 years ago
Add more tests for animated coder

8bd5e5e44d93b5bdfbad22bd7a6f7c184f551eb6 authored over 6 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

# Conflicts:
# SDWebImage/NSData+ImageContentType.h
# SDWebImage/SDWebImageDownloader.m
# SDWebI...

3cd71e09ceab769fecaaa283ae6b342c641ea640 authored over 6 years ago
Fix a race condition during progressive animation load in SDAnimatedImageView.

When the coder was updated, currentData may not be the same instance as previousdData. We should...

6e79ef51f0ec950f5428770f4d503443bfd95222 authored over 6 years ago
Fix cache migration when dstPath intermediate directories not exist

3a22bcff583db15adfb649b81dae812202842e0f authored over 6 years ago
Merge pull request #2426 from zhongwuzw/remove-notification-dispatch

Make download receive response notification only dispatch to specific observer

802e19b23dc039841204baa6e0212cb8215638bf authored over 6 years ago
Remove NS_DESIGNATED_INITIALIZER macro

9a635201157ca52754f70c7198390385f67adff7 authored over 6 years ago
Put download token init internal

22a8c43bca2f3c815bf6561d4742e9c2c96b1fe5 authored over 6 years ago
Merge branch '5.x' into replace-valueforkey

65f72743cc56f10ba2b08609fa34ccd3701be6f2 authored over 6 years ago
Remove setter of downloadOperation

ab5b5677b2370ccf4a0317ece18aa5c63b29e979 authored over 6 years ago
Merge pull request #2417 from dreampiggy/feature_disk_cache_migration_from_4.x

Feature disk cache migration from 4.x

83b5d22a56b9a9ead8ed6568f8c950f04ed1e490 authored over 6 years ago
Merge pull request #2409 from zhongwuzw/add-default-user-agent

Add default HTTP User-Agent for specific system

205e37638892046da1f52d30caed78acd7656942 authored over 6 years ago
Make download receive response notification only dispatch to specific observer

8cfda3dce91416988b028e50f142020b599ac688 authored over 6 years ago
Merge pull request #2424 from zhongwuzw/remove-version-eye

Remove versioneye from README

430414eb4bc26ae2c7d77040a535e589ab5e9b86 authored over 6 years ago
Remove versioneye from README

1c0ae2c7a1b45714da3d0e80e5c4a083390a0050 authored over 6 years ago
Merge pull request #2423 from dreampiggy/improvement_heif_brand_fix

Add SDImageFormatHEIF represent mif1 && msf1 brands

3378cc38d44e95cdd474c50fe9e9e14fafa1098b authored over 6 years ago
Add SDImageFormatHEIF represent mif1 && msf1 brands

Fix the current hard-coded system version checking with Image/IO source uttypes checking

7ddb75710cb67caaf5a3db60ef42ee786e3628b7 authored over 6 years ago