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

Add user-agent for tv-os

36cd96acce16ad6983946f3dfbe0b4dc5e87538d authored over 6 years ago
Merge pull request #2421 from dreampiggy/bugfix_should_use_weak_memory_cache

Fix that `shouldUseWeakMemoryCache` code was lost during merge conflict

3b1219cdfd3ef744e8216eada263007ce19fc732 authored over 6 years ago
Fix that `shouldUseWeakMemoryCache` code was lost during merge conflict

42caecf27ba8e999e1b3f15da27cf46e732ae9af authored over 6 years ago
Merge pull request #2415 from dreampiggy/feature_minimum_progress_interval

Feature minimum progress interval

1d4823eb4822fd92a75f62af29b9b8bd405a6ff0 authored over 6 years ago
Improve the code robustness of disk cache migrate

3863264a13567303c8e8d53c140aca986a9ce5c2 authored over 6 years ago
Add the feature, to migrate the disk cache from 4.x version to the new location of cache path.

d9d0b7d4bf26b29501ffec5eef858f959ebf3967 authored over 6 years ago
Added a bit more description to the way to contribute to this project.

475e9a5b116904ca9c5b6a3dbf8d00251bfde2d4 authored over 6 years ago
Update the test from merge conflict

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

# Conflicts:
# SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.m
# SDWebImage/SDWebImage...

8b7e88de500dd9c755a2954a930806e1961035d7 authored over 6 years ago
Merge pull request #2336 from gukemanbu/xucg

remove addProgressCallback, add createDownloaderOperationWithUrl

676a4b53b78bea161573a61b53e9aa7e752e71e0 authored over 6 years ago
Merge pull request #2414 from dreampiggy/bugfix_downloader_options

Fix that downloader options about image decoding is not correctly set

d1d43aad5b2ce7cbbfd61ea00160f4ace964fe0e authored over 6 years ago
Update the test to ensure minimumProgressInterval works

6a3aa484108970460c907ca9af825fb794ae990c authored over 6 years ago
Add one feature, to allow user to limit the progress interval and reduce the frequency of progress callback

Also fix that progressive decoding should stop when all image data is downloaded

67e0df75c6be7a71afc6f9d4aa60a2a930cfb900 authored over 6 years ago
Fix that downloader options about image decoding is not correctly set

892267af74bd2e04edd451d218b56ae4b880486a authored over 6 years ago
Merge pull request #2413 from dreampiggy/bugfix_swift_api_name

Fix that using `NS_TYPED_ENUM` on `SDImageFormat` cause the existing Swift API naming changed

1c89282b0896085a711766c36b6441aceb24dee5 authored over 6 years ago
Fix that using `NS_TYPED_ENUM` on `SDImageFormat` cause the existing Swift API naming changed

cb8879f56ae161dd7049b1c83b107ece0fb6b884 authored over 6 years ago
Updated the diagrams: added to the Coders detail diagram the coders available in dedicated projects at github.com/SDWebImage: SDWebImageFLCoder, SDWebImagePhotosLoader, SDWebImageHEIFCoder, SDWebImageBPGCoder

03434c5a47c86b401d1f856f6e62f774ec9db63f authored over 6 years ago
Bumped version to 5.0.0-beta2

217510e3469c46eca483a988a7d6a1a68128d0f8 authored over 6 years ago
Merge pull request #2407 from bpoplauschi/diagrams

5.0 Diagrams update

3e11107e8814b6b2e0a20839c9c437e31dbb2e82 authored over 6 years ago
Updated the StarUML diagrams (actually smaller detailed diagrams) for 5.0 version + added a High Level Diagram (thanks to @dreampiggy)

45324efdc8da5c2f136153dce543075bbd7b36fe authored over 6 years ago
Add default HTTP User-Agent for specific system

c77310bb5d6212f18addf72481d05353aadd3448 authored over 6 years ago
Merge pull request #2405 from dreampiggy/feature_pass_context_to_coder

Add SDImageCoderWebImageContext coder option, which allow custom coder plugin, to receive the co...

aff324b0d09ab4a1736807ca1abc549032b9238a authored over 6 years ago
Merge pull request #2406 from dreampiggy/fix_gif_rotation_after_exif_image

Fix the bug when FLAnimatedImageView firstly show one EXIF rotation JPEG `UIImage`, later animat...

8f187477c60166ec61ecd90ecb772e599248e83f authored over 6 years ago
Fix the bug when FLAnimatedImageView firstly show one EXIF rotation JPEG `UIImage`, later animated GIF `FLAnimatedImage` will also be rotated

We help FLAnimatedImage framework to fix their issue :)

31896ff0864471b2fbf82d1cb34494a85098f49d authored over 6 years ago
Add SDImageCoderWebImageContext coder option, which allow custom coder plugin, to receive the context option from top-level API (Cache/Downloader/View Category)

ef3123984f011b21b11196af9f399013ff195b93 authored over 6 years ago
Change SDImageFormat to use `NS_TYPED_EXTENSIBLE_ENUM` instead of fixed enum, to allow custom coder plugin extern the define (#2400)

* Change SDImageFormat to use `NS_TYPED_EXTENSIBLE_ENUM` instead of fixed enum, to allow custom ...

919751f2de55ccc4f3d5361d7d78d7a4d10ff4a8 authored over 6 years ago
Use NSDictionary syntatic sugar

2b7b5f5fa2fe3f7966b527ff60cd5cc6ef0efa41 authored over 6 years ago
Replace setValue:forKey with syntactic sugar

532a4d82294b2317fb947f7fe2b03acbaf22f8f3 authored over 6 years ago
Merge pull request #2397 from zhongwuzw/fix-downloader-operation

Replace SDWebImageDownloaderOperation with NSOperation<SDWebImageDownloaderOperationInterface> t...

9d1d38b1988c4aecf22bce249a29c75d703df1e6 authored over 6 years ago
Replace valueForKey with objectForKey when access NSDictionary

05889b6b9cd2ffd019dbe4ed912d2fecb58dc5be authored over 6 years ago
Remove redundancy protocol declaration

16a1960018e5c1e56fb288a4b78d4107b6d09616 authored over 6 years ago
Replace SDWebImageDownloaderOperation with NSOperation<SDWebImageDownloaderOperationInterface> to make generic

43edf04ba01a36ca73f210db0b05acbdb6305a37 authored over 6 years ago
Merge pull request #2395 from dreampiggy/renaming_image_format

Rename `sd_UTTypeFromSDImageFormat` to `sd_UTTypeFromImageFormat`

fe2fede60f9c6efcadfac8b90e8cae579656fffb authored over 6 years ago
Rename `sd_UTTypeFromSDImageFormat` to `sd_UTTypeFromImageFormat`

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

# Conflicts:
# CHANGELOG.md
# SDWebImage.podspec
# SDWebImage/FLAnimatedImage/FLAnimatedImageVie...

d5b60c6b39fdcd5d640ebf5c88b1279515291540 authored over 6 years ago
4.4.2 release - version bump + CHANGELOG update

0ab6bc7b6d055d9d2d19cafe2f4291edbb02ef86 authored over 6 years ago
Merge pull request #2394 from zhongwuzw/fix-cfstringref-ownership-for-master

Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString

d7c665068c94062e263693204a8cba6f064a0df8 authored over 6 years ago
Merge pull request #2386 from zhongwuzw/fix-nullable

Fix nullable key when cancel image load operation

dbbfbd715a8e03334d8701ed450517eb8b0593e1 authored over 6 years ago
Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString

61800a8e31de87659bd6163b21d97f6bf803fbed authored over 6 years ago
Revert operation remove logic

593feb664c6dc58514df2b9a409aadac65c8bee4 authored over 6 years ago
Merge commit '98a2d9a3b4dd7ec47072e726a5d848b7a3bcc2f1' into fix-nullable

7f1440bc96b061c3681f859640da47e55a21f8f3 authored over 6 years ago
Merge pull request #2393 from dreampiggy/bugfix_FLAnimatedImage_display_issue

Fix that FLAnimatedImageView+WebCache display behavior for GIF images and other images format

98a2d9a3b4dd7ec47072e726a5d848b7a3bcc2f1 authored over 6 years ago
Merge pull request #2392 from zhongwuzw/fix-cfstring-ownership

Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString

cfb830d5825700f226817adc7fc0938a91ff0ca9 authored over 6 years ago
Fix that FLAnimatedImageView+WebCache display behavior for GIF images and other images format

Fix FLAnimatedImageView will dispatch the completion block into next runloop even for non-GIF im...

3863052094e82d41997cf6a6420d6cbf62ca8631 authored over 6 years ago
Replace __bridge_transfer with __bridge when convert from CFStringRef to NSString

b291351754141f5f125377c6349ef814170f9373 authored over 6 years ago
Merge pull request #2391 from dreampiggy/feature_disk_cache_data

Add one sync API for SDImageCache to directly get the image data from disk instead of image inst...

f0f4b7d190f848f0c83baf830362d0e848365a91 authored over 6 years ago
Merge pull request #2390 from dreampiggy/feature_image_format

Keep the information about image's original compressed format, for API which only contains image...

68c58992d73dd0ac3950d761c7aad21798aa5001 authored over 6 years ago
Add one sync API for SDImageCache to directly get the image data from disk instead of image instance

5e5258594404c8b1b92fda051f43e79677f65b9b authored over 6 years ago
Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic

bb41dbc046eed4c122b8d137aa0a6946656f39d2 authored over 6 years ago
Merge pull request #2389 from zhongwuzw/fix-nullable-5.x

Fix nullable key when get image load operation

56a8684e6440543cbea7cd1fc66898fd967c45b7 authored over 6 years ago
Fix nullable key when get image load operation

820f13ec935ae6510cbb5471dd621ea5fe931ca8 authored over 6 years ago
Merge branch 'master' into 5.x

957de6d70fb19cab97e0020d534513d1db65186b authored over 6 years ago
Updated README and CHANGELOG

c90c13e43397a8b36553c141224b8295d879bf59 authored over 6 years ago
Bumped Copyright to cover 2018

13f293d951f4f6c3636d7fadfbe290ff3641c424 authored over 6 years ago
CocoaPods 1.5.0 for the Tests project

49cd121b05a7598a75326f09c7d33dd3bf6b768a authored over 6 years ago
Merge pull request #2275 from bpoplauschi/5.x.changelog

5.x CHANGELOG + Migration guide + version update

af0200fbff9c804061814595db6576ec2048ddce authored over 6 years ago
Merge pull request #2385 from dreampiggy/project_move_FLAnimatedImage

Remove all FLAnimatedImage from the Core SDWebImage repo. Move the code to SDWebImageFLPlugin repo

025af81bdfc862823a967aaad7392b847b266d87 authored over 6 years ago
Accidentally removed `endif` - added back

c797279e70282ae2ee33b8fab934018e9996f731 authored over 6 years ago
Trying to make some descriptions more clear

a42577ce5d82b6a07644b56b141f797661979b10 authored over 6 years ago
Another update per @dreampiggy

2299d9ab6ab7ac9bf7c40c6c06f389e0b2e8dfac authored over 6 years ago
Fix nullable key when cancel image load operation

9ec7aa421998733221b080983a2e08cd717b1325 authored over 6 years ago
Remove all FLAnimatedImage from the Core SDWebImage repo. Move the code to SDWebImageFLPlugin repo

982ade8824adbd5a2ea39bd5f27cd4809400b612 authored over 6 years ago
Merge pull request #2382 from zhongwuzw/replace-runningOperations-to-set

Replace runningOperations of SDWebImageManager from Array to Set

39a28791fde988822c820de9126ac4e5396cb07a authored over 6 years ago
Instead of defining `LOCK` and `UNLOCK` macros in each file, moved them to the `SDWebImageCompat.h`. Also, split into `LOCK` and `LOCKBLOCK`

f8fe88633495f9a95560ed9160d0634f04c071ae authored over 6 years ago
Reviewed version of the migration guide - with @dreampiggy + added the API-Diff generated by @dreampiggy using objc-diff

bc44c5e438c53d38c79f11023c32b9cb9f6e3360 authored over 6 years ago
Replace runningOperations of SDWebImageManager from Array to Set

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

# Conflicts:
# SDWebImage/SDImageCache.m
# SDWebImage/SDImageCacheConfig.h
# SDWebImage/SDImageC...

01084755783dcd7b51d8e709c7a897393e53fa58 authored over 6 years ago
Merge pull request #2378 from dreampiggy/enhancement_FLAnimatedImage_cache

Add cache control for FLAnimatedImage, this allow user to disable memory cache for associated FL...

53ef5e539497b89d9c8b90eca30f151612ef7b2f authored over 6 years ago
Updates

99b96e4be14a1b7b5e364a20259df8ed1cca5f7c authored over 6 years ago
Update the comments and fix typo

98c28a4419aba39d50d9c99088bbb6dd0f85b38b authored over 6 years ago
Add cache control for FLAniamtedImage, this allow user to disable memory cache for associated FLAnimatedImage instance

233caefec829027b6f073fb5255e9fe66b24f4cb authored over 6 years ago
Added Wu Zhong to the list of collaborators

2f665fd71f9028f783fb0f9ccf2754dc1791b9df authored over 6 years ago
Set version to 5.0.0-beta, Xcode 8 required, updated the CHANGELOG and added 5.0 Migration Guide

153af72369dca6411a4658e22bf5bdb531437746 authored over 6 years ago
Merge pull request #2379 from dreampiggy/feature_weak_cache_option

Add option to enable or disable weak memory cache for SDImageCache

f28796de62bc8ffd33f874c0f52578b4bcea094c authored over 6 years ago
Merge pull request #2376 from zhongwuzw/fix-race-condition

76215d7717e8621f2ec64c42a525a56c9d1a0275 authored over 6 years ago
Merge pull request #2381 from zhongwuzw/fix-download-token-crash

Fix crash when assign request property of SDWebImageDownloadToken

d7e5d6df4942a9ff5e6517b1775dd1f947c2d3d8 authored over 6 years ago
Fix crash when assign request property of SDWebImageDownloadToken

28eb1b4b5cad170c96c1bd8ec7a492a9edab2b73 authored over 6 years ago
Merge branch 'master' into xucg

23388717bcd146c88bd8c2c45b9050a91450d233 authored over 6 years ago
Merge pull request #2371 from zhongwuzw/remove-unnecessary-copy

Remove unnecessary copy

8dc39b17fe90305d03ab9347e5dcd260da44e35b authored over 6 years ago
Fix image prefetcher completion logical handler

ab86065f38e5960a8dd4da136de9dd9af33883cf authored over 6 years ago
Add option to enable or disable weak memory cache for SDImageCache

bfa940352f43e66ae917b3828ff4c14962d3adb3 authored over 6 years ago
Merge pull request #2372 from dreampiggy/project_upgrade_xcode_9

Follow App Store submit rule, upgrade the min Xcode version to Xcode 9.0. Using `@available` and...

2b4687cccbc6a119cd965fc072cdada03911fc94 authored over 6 years ago
Follow App Store submit rule, upgrade the min Xcode version to Xcode 9.0

Using `@available` and `API_AVAILABLE` to check API availability

dd6e4a1d2e3cae2ed6e089a02a3bfae9449fe8fa authored over 6 years ago
Merge pull request #2370 from zhongwuzw/fix_nullable

Fix HTTP Header key field nullable

3dad5501803914a86a05736f0c4e652271ccf720 authored over 6 years ago
Fix typo

bb55b6eb728a0ea5d96e429a20451777cc6d49a6 authored over 6 years ago
Fix race condition of SDWebImagePrefetcher's completion handler

a2d65b61e15c893869ed2a52042cc9b2be650df5 authored over 6 years ago
Merge pull request #2373 from zhongwuzw/fix-loder-manager

Fix SDImageLoaderManager that only load image when loader can handle url

35e31c9fc5710ac6683d1f2e2eabb48b99612543 authored over 6 years ago
Fix typo

6d295c2a830fd87c37329e1a055d89e3e57364c2 authored over 6 years ago
Fix SDImageLoaderManager that only load image when loader can handle url

572a07416184c52d1a64b0926296fae07736a693 authored over 6 years ago
update available macro

c294bebec1d899f6f4607a1179c7d1ad3dae49fa authored over 6 years ago
Remove unnecessary copy

d84e656d05198b025f8d74878929b952419c10e5 authored over 6 years ago
Fix HTTP Header key field nullable

6674b9f711ff23d8cc3715fee0859922a09b7fd3 authored over 6 years ago
Merge pull request #2364 from dreampiggy/renaming_uiimage_webcache

Renaming UIImage+WebCache to the correct naming UIImage+Metadata, make clear of the category usage

5fc84dbbbabe792fae2077c60ea77fb9a5aee278 authored over 6 years ago
Renaming UIImage+WebCache to the correct naming UIImage+Metadata, make clear of the category usage

a82a4e15b2f49b3d5488fc4f871c5324743774f1 authored over 6 years ago
Merge pull request #2363 from dreampiggy/fix_macOS_transform_alphainfo

Fix that UIImage+Transform on macOS to use BGRA8888 instead of ARGB8888, as Apple's doc

9452012ea21d719296b49799ee60363e80f25f25 authored over 6 years ago
Fix that UIImage+Transform on macOS to use BGRA8888 instead of ARGB8888, as Apple's doc

4dbb15712b820e918206f8eeaf0a830894b404ca authored over 6 years ago
Merge pull request #2362 from dreampiggy/improvement_view_category_context_arg

Add one convenient method to pass context arg without completed block for all View Category

24861d29829c58275fb0a2513c58fcb785408d18 authored over 6 years ago
Merge pull request #2357 from paulosaure/master

Enable to change clear cache option

e98a9415c6351d882127433ba701a0e2ec2fde75 authored over 6 years ago
Add one convenient method to pass context arg without completed block for all View Category

e5716db4d0b91e28940e854d5274af74685bf4f5 authored over 6 years ago
Refactor cacheClearBy property name

268d6d607aa7ec9ab65fb6df55e1ce4cb3d67493 authored over 6 years ago