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

Fix test again about typo

f115830f970009e8a14b93eaa1a542484ffa368f authored about 7 years ago
Fix test failed

553ab20c7f94707645241e97746ac74c32dead1c authored about 7 years ago
Expose the read write to FLAnimatedImage associate to the UIImage to allow advanced feature like placeholder

26e77d0f040b21c1802bd710cbf7a010b1fd2f28 authored about 7 years ago
Fix that SDImageCacheQueryDataWhenInMemory should response cacheType to memory cache when the in-memory cache hit (#2218)

a54d1d7a2f0154211deefc66c875c00710e51a02 authored about 7 years ago
Update the docs

Update `HowToUse` section to indicate the usage for SDWebImageQueryDataWhenInMemory

aa4cde9389fa4ab7389139505ccc03fbd9ee35da authored about 7 years ago
Improvement download operation for priority and some protect (#2208)

* Add a cache check for 304 response when using NSURLCache

* Remove the extra cost to nil the...

2646b3a1f257b9408fc77c0087372807361031db authored about 7 years ago
Change the context arg to init method because it should be readonly after created

d6a3e2c1aecb6fa8609ecd1bbceb9e77a4f683e4 authored about 7 years ago
Use property instead of method for UIButton/NSButton current url.

e5cb977bc8b042e5a8f005b019d147ec5d731484 authored about 7 years ago
Merge branch 'refactor_indicator' into 5.x

* refactor_indicator:
Update to support gray & grayLarge on iOS & tvOS

46b62cfb70338229c0c5224dfaeeb6197c2f9dd2 authored about 7 years ago
Update to support gray & grayLarge on iOS & tvOS

e873255b160346309ee0a938da61d5161526d2c7 authored about 7 years ago
Merge pull request #2185 from dreampiggy/refactor_indicator

Refactor the image indicator usage for UIView category

7f2ba8cded050ec93742fffd851a9446156e5b8a authored about 7 years ago
Remove SDWebImageProgressIndicator protocol. Add this as an optional method in SDWebImageIndicator

89babbbfbe09fda697b566624c31162380dfe884 authored about 7 years ago
Remove the indicatorWidth property. Use can use the indicatorView to directly modify the frame or constraint

d28870cd5202ce54eb4508e16decfb709a7d0ca3 authored about 7 years ago
Rename to updateIndicatorProgress. Change the order for progress update and indicator to allow `observedProgress` works.

529f6fe4bfb18d2782bd3992feb7e1c88b026a3d authored about 7 years ago
Refactor the image indicator usage for UIView category. Use two protocol `SDWebImageIndicator` & `SDWebImageProgressIndicator` to make this more customizable. Implement two class about activity indicator and progress indicator for both UIKit/AppKit

e012b36679ac4a664b04508218458b30a8c681d8 authored about 7 years ago
Use the API_UNAVAILABLE macro from Xcode 8 instead of the old style

1ebac224db47e2202d2cd37e82d9c1a0e428a573 authored about 7 years ago
Merge pull request #2206 from dreampiggy/fix_macOS_deployment_version

Fix the macOS wrong minimum deployment target version to 10.9

bd22ad8725d68a07ac751401d0cf630d88159ab9 authored about 7 years ago
Update the readme about macOS minimum deployment target version

3ba496c81172bf1ac94745f74b80b43eb430c038 authored about 7 years ago
Fix the macOS wrong minimum deployment target version to 10.9. And also fix the warning on Xcode 9 by enable more warning options

aacca305c0a8681f3c72816eac44568b843ffa7d authored about 7 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

* 'master' of https://github.com/rs/SDWebImage:
Bumped version to 4.3.0
update CHANGELOG
U...

af282c1d5ef853ca8976488e4222fd610c2761a1 authored about 7 years ago
Bumped version to 4.3.0

updated CHANGELOG

406220bb526e321fdcbefbf11c7d32dfdd532750 authored about 7 years ago
update CHANGELOG

Update the changes for 4.3.0

3c80b0e2af18514784c3d3d527807900f03cd767 authored about 7 years ago
Merge pull request #2204 from dreampiggy/fix_downloader_headers_thread_safe

Use a lock to ensure headers mutable dictionary thread-safe

f1d46a03855d4d86215a8f474f7c5b88995be015 authored about 7 years ago
Update the readme

Move the Common Problems to wiki page and reorder the Get Started section

0065f886962ed7a40c993df960215c115653d814 authored about 7 years ago
Update the readme and issue template

Provide the wiki page and make issue template up to date

79ae7be7194818bfe3066f7fdb37762740106efc authored about 7 years ago
Use a lock to ensure headers mutable dictionary thread-safe

7f6dbd4e34610d53e6c8357e34747cf45ed90d06 authored about 7 years ago
Do not hard-code cache policy. Use SDWebImageDownloaderUseNSURLCache to check

5b7f669bc14c3627b90f9f37edfb17e2b33e38e5 authored about 7 years ago
Merge pull request #2197 from dreampiggy/fix_urlcache_behavior_and_leak

Ensure all the session delegate completionHandler called

37a062adc24fd1e859eda5e39c673ab49bc7d9d9 authored about 7 years ago
Ensure all the session delegate completionHandler called. Fix the leak when response error code below iOS 10

dd68f2f2d48b84b6c8bbc3f43d0bc209ea5b1c71 authored about 7 years ago
Use the correct way to specify cancel if the response status code is invalid.

9080afdbacab897465d682c11e33e0357f5c5923 authored about 7 years ago
Merge pull request #2196 from dreampiggy/fix_prefetcher_recursion_stackoverflow

Fix the issue that prefetcher will cause stack overflow is the input urls list is huge because o...

a9a123fc74453788cdbfbb584bad34b5fddb77d3 authored about 7 years ago
Fix the issue that prefetcher will cause stack overflow is the input urls list is huge because of recursion function call

7e96b776ca62aada629650b0db98fb36117779bb authored about 7 years ago
Update the comments for image transition

2052557e83a3f9dd48c289d2565b28f821a2a7eb authored about 7 years ago
Expose the associate FLAnimatedImage to user for advanced usage. Update the comments

14d83fff5bbfd510a2b4f4f19ae1161aaae45ce4 authored about 7 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

* 'master' of https://github.com/rs/SDWebImage:
Revert that SDImageCacheQueryMemoryOnly becaus...

299073782188a447c256efb9ceaa4bdeafc2a936 authored about 7 years ago
Revert that SDImageCacheQueryMemoryOnly because it's misunderstanding. Use `imageFromMemoryCacheForKey` instead

1749666720401ff129212631886c4af7531e6584 authored about 7 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

* 'master' of https://github.com/rs/SDWebImage:
Update the comments and a little enhancement f...

f05a1bf96f09979787f9cbb363ed445158450b83 authored about 7 years ago
Update the comments and a little enhancement for FLAnimatedImageView Category

5308754e172ba7bf523484035776ab2a92315b82 authored about 7 years ago
Use a dispatch semaphore to keep thread safe for downloader because it need the hold cancel and add procedure be thread-safe

311c9e1a5ef95b6b51ca0467962f4f4cf059ecbf authored about 7 years ago
Merge pull request #2190 from dreampiggy/fix_check_io_queue

Add sync version API diskImageDataExistsWithKey and keep thread-safe. Add diskCacheWritingOptions

f2d9abbc4a2dfd10731cf45444774ee64f11b089 authored about 7 years ago
Merge pull request #2183 from dreampiggy/feature_nsbutton_webcache

Feature nsbutton webcache

3a63a68c9d395385c1f072d03429e326196bea2a authored about 7 years ago
Add the current image/alternateImage url for NSButton category. A little code refactoring

bccdd2a76609058a31ab11e91579d56e9675922d authored about 7 years ago
Fix the test for CustomDownloaderOperation

5000e8095b7de713b6d6ba19d8894cf1caaa5154 authored about 7 years ago
Update macOS demo to add a clear cache button using NSButton category

7996b0dac86b31da8458cb654fbaa1b649392e61 authored about 7 years ago
Add WebCache category for NSButton on macOS

8590388a6ecdf8b9927b5af4731a0f3c36e6f51f authored about 7 years ago
Fix that reset alternateImage cancel the image load operation for NSButton+WebCache

634e4f4522554071946690d542dc7a561ced2568 authored about 7 years ago
A little enhancement to avoid block capture the heap object

9be6ba496e8236cb7cdb064cd63d7634af8eebec authored about 7 years ago
Merge pull request #2182 from dreampiggy/feature_image_transition

Feature image transition

496dad02c1a009380d994f27aa122764393dc933 authored about 7 years ago
Use a internal method to avoid thread-safe issue for file manager. Remove that checkIOQueue and add sync version exist API

fbcfa2808dcb1294026945b4f40878e162ebfe59 authored about 7 years ago
Fix line-break

1c0a13fb977cfaffe357bdd2062e63e2aabaa292 authored about 7 years ago
Merge pull request #2189 from dreampiggy/refactor_context_option

Pass the context arg from the top level to the bottom level to allow specify logic in the future

8ea2322a00e82d39d76194ad7ebe1fd0d9ff9337 authored about 7 years ago
Pass the context arg from the top level to the bottom level to allow specify logic in the future

a2f760c7bebbec253bf7a921715c2d270307d57e authored about 7 years ago
Merge pull request #2188 from dreampiggy/refactor_context_option

Move the context option to a separate header to allow to be included without dependency

6d64f740bba572bce996dbb9c976b49853e6c6c0 authored about 7 years ago
Move the context option to a separate header to allow to be included without dependency, use String Enum to bridge for Swift

eedc0ad20c4b8e4ea2a9abc35e3f02bf7e1e89b2 authored about 7 years ago
Add the image transition argument for all UIView+WebCache, make this easy for user to do some fade transition. It also reuse the current setImageBlock and make it easy to customize

829d54ff036f287da919bb5463076942cf5b8dc9 authored about 7 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

* 'master' of https://github.com/rs/SDWebImage:
Add protect to some Core Graphics methods
Ch...

edd26fc1e6dfb529b9011fd66a56c087a9cb3e23 authored about 7 years ago
Merge pull request #2186 from dreampiggy/feature_image_from_cache_only

Add a option SDWebImageFromCacheOnly to load the image from cache only and prevent network

0faf0db5b0e77d4a957c492af8102517c434aadd authored about 7 years ago
Merge pull request #2152 from dreampiggy/little_refactor_and_deprecate

Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods

f4b61b909c436f349e6f099fd4db2a410d5fe06f authored about 7 years ago
Rename `NSImage+WebCache` to `NSImage+Addtions`. Add helper methods, use property based API, which more suitable for Swift

b6e108a5b18bc877bee0b01eabb270505f7e2554 authored about 7 years ago
Update and remove the deprecated method. Add some documents for un-documented methods

9e48da8a8a747ab24b162d0361bad422b63c27f0 authored about 7 years ago
Change our SDScaledImageForKey to use scale on macOS

d4daca3c1271b768c2dd4b4a212872f10711a407 authored about 7 years ago
Mark one function which return value should follow the GET rule

6f6f54e6c55154ae69e8d835ff2eba1ba590b2d4 authored about 7 years ago
Update the test

82c44e275a6d33010ca0a87dd3c867e749e91e0a authored about 7 years ago
Rename UIImage+ForceDecode method with sd prefix to avoid name conflict

dc5d7d189d44c57c929cb878129943dddb3dbd8a authored about 7 years ago
Add protect to some Core Graphics methods

8a034a403b2f117b5ad5e7f149b2b25f3abe313f authored about 7 years ago
Change all UIImage init method to alloc instead of autorelease to immediately release it after usage

2e4266b7dbff8295fddebb79afae91be701810fe authored about 7 years ago
Add a option SDWebImageFromCacheOnly to load the image from cache only and prevent network

c95e139c7b5b453f734e89803580b2922c082fd5 authored about 7 years ago
Merge pull request #2184 from dreampiggy/fix_downloader_blocking_main_queue

Use a lock instead of barrier queue to avoid dispatch_sync blocking the main queue on race condi...

b758c97df4316d746597d554225295dbe8844f59 authored about 7 years ago
Update the test for custom operation interface

aac654b069a1ecd331ffaf129756649be4c580fa authored about 7 years ago
Update the SD_MAC define

6797ed8be63e17d6e715d2630c718648516cab8f authored about 7 years ago
Add missing nullability annotations

c90e100d55f37f4531df522055104fa12e0a6cbe authored about 7 years ago
Remove one deprecated property `shouldUseCredentialStorage` which not used for a long time

c3a35ea247d97eb139fd8c3e1fb0c9333b1e6600 authored about 7 years ago
Move the imageLoopCount and isAnimated into UIImage+WebCache file, removed the outdated methods

9c124435b69c0b384aa1ad6f780d32cb7173196f authored about 7 years ago
Use synchronized instead of semaphore in SDWebImageDownloader to make it more easy to understand :)

1d7238c671c231e383cdee4037002faaf2c8bb40 authored about 7 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

* 'master' of https://github.com/rs/SDWebImage:
Remove the extra __block mark and the early we...

55d0822d20bcc56b754271b426943cec656c6d28 authored about 7 years ago
Use a lock instead of barrier queue to avoid dispatch_sync blocking the main queue on race condition

1d82b12ba2c6e5885e28f8a59bc400524c13278c authored about 7 years ago
Merge pull request #2177 from dreampiggy/fix_running_operation_leak

Use the weak-strong dancing and the weak reference to manager instance to avoid the leak of runn...

5946727d9495436eb87370c57a8789f39dac83fc authored about 7 years ago
Remove the extra __block mark and the early weakOperation define

4e5af52fd0e0febb22c76110ed6222ed5c4f7878 authored about 7 years ago
Add a convenience method to allow cancel on downloadToken

3b4dd0b184edb67201b4695b3348cf7c496b690a authored about 7 years ago
Use the weak-strong dancing and the weak reference to manager instance to avoid the leak of runningOperations

9c7224fd50859040b38b47302b760b55845b3c78 authored about 7 years ago
Merge pull request #2181 from dreampiggy/trick_code_fix_FLAnimatedImageView_fade

Use the associate object to store the FLAnimatedImage into memory cache, avoid blinking or UIVie...

0ad1ffa0120734da8178a368153f944c759291b7 authored about 7 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

* 'master' of https://github.com/rs/SDWebImage:
Fix the getSize method which use the default f...

e4c1ab86e70ab448ce6fee514ab59b0f397a1b5b authored about 7 years ago
Merge pull request #2174 from dreampiggy/fix_shared_url_cache_thread_safe

Use the @synchronized to access NSURLCache and try fix the potential thread-safe problem

c79155e4426e9b5c314f52526f3b6135922b918b authored about 7 years ago
Merge pull request #2180 from dreampiggy/fix_cache_get_size_file_manager

Fix the getSize method which use the default file manager instead of current file manager

ccca6184d34b259a4bb6894c3a5d7aae623a8e73 authored about 7 years ago
Merge pull request #2175 from dreampiggy/deprecated_setImageWithPreviousCachedImageWithURL

Deprecate the sd_setImageWithPreviousCachedImageWithURL with the specify options to achieve this...

75ced4a907a7d02fd02b8fea5369539ee1cf5e97 authored about 7 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x

* 'master' of https://github.com/rs/SDWebImage:
Update the test and description to make it mor...

46a55ba6c75340259dac0f5004634f7b154f9ec9 authored about 7 years ago
Merge pull request #2178 from dreampiggy/fix_setAnimationImagesWithURLs_dealloc

Fix the issue that `setAnimationImagesWithURLs` weak reference may dealloc before the animated i...

6717be1346c009e6c49676e0464e13edb5616f7e authored about 7 years ago
Use the associate object to store the FLAnimatedImage into memory cache, avoid blinking or UIView transaction. Tricky but may work

61670d3530736b9027c77471fbc82a3a25d7adc1 authored about 7 years ago
Fix the getSize method which use the default file manager instead of current file manager

e9412791bd53560143bd1e346a27016a75034c07 authored about 7 years ago
Merge pull request #2172 from dreampiggy/feature_add_nsprogress

Add a NSProgress property represent the image loading progress, this allow user add KVO on it fo...

9048f3ba728c3a373181282afc72aa0fe5a07d32 authored about 7 years ago
Update the test and description to make it more clear

3f3a309fb4968ae0f98cbdc51ed13d235b28c5d5 authored about 7 years ago
Fix the issue that `setAnimationImagesWithURLs` weak reference may dealloc before the animated images was set

3d1d9f2506b4f67315d0fc9eeadf66ae0f9ee325 authored about 7 years ago
Fix the strange file permissions issue

08bc07f82f050930b61321dfd13e05c9891547b5 authored about 7 years ago
Deprecate the sd_setImageWithPreviousCachedImageWithURL with the specify options to achieve this usage

6c32cc48c8297fd5684777606e685c65963b269e authored about 7 years ago
Add the SDImageCacheQueryMemoryOnly to specify query memory only

44cddbfdbf9c2de0f085c873209f73b34daad96f authored about 7 years ago
Update the cache options name to make it more clear

df1bb98ad69c098372b8346c417cf8443b793e4c authored about 7 years ago
Merge pull request #2173 from imryan/patch-1

Added missing param in storeImage examples

44aa6d513f3af0ed3e810227fbde41ea2aefbe25 authored about 7 years ago
Use the @synchronized to access NSURLCache to fix the potential thread-safe problem, also fix that we always use shared cache but not follow session's configuration

86d056f3c9601929536a248baca6cfcafea45af0 authored about 7 years ago
Merge pull request #2151 from dreampiggy/improve_disk_cache

Move that `maxMemoryCost` and `maxMemoryCountLimit` to config property. Add sync version API `di...

80372a07d8cc8a6a3fbc4a4c333943f1376d73e6 authored about 7 years ago
Added missing param in storeImage examples

9256b51cd879a14e7059e4c5bbf27fb00fc0ef95 authored about 7 years ago