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

Update the readme about the CocoaPods modular headers usage for Swift project

b01bbbc5e62d02609da0993fb7a5a8cdddb12a50 authored about 6 years ago
Revert the `DEFINES_MODULE` of framework. Let the user to specify `modular_headers` instead, to solve some user's build issue. See #2601

c08489b16fb2c0b6890d0badb2495a28575d9b41 authored about 6 years ago
Update the test case to ensure the encoding options work

e303b7aed6dc48edcda016135132a3d7bfcb62dd authored about 6 years ago
Fix the silly bug that coders manager ignore all encoding options. Which cause many features during encoding does not works

df28feb99c17f58aa29491edd6c804e9f6b17073 authored about 6 years ago
Bumped version to 5.0.0-beta4

2864fe36193c1ca4e8b85ba48fcdbb358e65e43e authored about 6 years ago
Update the CHANGELOG and API diff

bb00bf1b7335f37cd537736639a4fc9ad54e9fcc authored about 6 years ago
Merge pull request #2569 from dreampiggy/rename_cache_memory_disk

Rename cache memory disk

557b6985a853f0da617728b6f2eb0e2523109bf0 authored about 6 years ago
Update the test cases

2bfdac1f60aa7b89f61c01bdcded56b9b1b23acd authored about 6 years ago
Update some comments related to naming changes

2489913e950601bd7da1bb576f93b4c3f111c790 authored about 6 years ago
Renaming the disk cache size/cache age method and property with disk keyword, clarify the meaning

b3a3a26a043858bdfee13b169d106669916728af authored about 6 years ago
Revert the changes due to merge conflict.

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

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

4bb93d293f390c7fa25ddced50542023ded95e9f authored about 6 years ago
Bumped version to 4.4.4

update CHANGELOG

0e8dc828918f41c8a1df547bb4e68d5edd437058 authored about 6 years ago
Merge pull request #2588 from dreampiggy/bugfix_fl_placeholder_another_taste

Fix the FLAnimatedImage compatible code issue by introduce a private API

c09bd8b42a2b93328313b762d097b90ed843e02e authored about 6 years ago
Merge pull request #2558 from dreampiggy/bugfix_memory_cost_animating

Fix the current image cost (pixels) for FLAnimatedImage

35763e337630e273090100df443a6fabecb13d5e authored about 6 years ago
Merge pull request #2575 from zhongwuzw/prioritize_operation

Prioritize SDWebImageDownloaderHighPriority if operation already exists

2493071987fdec6a259c693ab2513b1708ff5220 authored about 6 years ago
Merge pull request #2576 from zhongwuzw/fix-notification-retain-self

Retain operation when post download related notifications

ca1d692efecd6073ac38b9e0e71eb4b4f951deda authored about 6 years ago
Merge pull request #2592 from dreampiggy/bugfix_webp_force_decode

Fix that WebP decoder in master branch, does not consider the global `shouldDecompressImages` co...

5f6c2b907e33478fcb024022b25caa640affbf10 authored about 6 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage into bugfix_webp_force_decode

# Conflicts:
# SDWebImage/SDWebImageWebPCoder.m

7bfc950b98f534095afb44f9479676e7f4288473 authored about 6 years ago
Merge pull request #2596 from zhongwuzw/fix_ICCP

Fix potential memory leaks for ICCP && optimize ICCP handler

3cb42b2987c9af743838c8c65c5c84a606c932c4 authored about 6 years ago
update

c3b0f64017e7ad19cdb835edb4a831e4efe777dd authored about 6 years ago
Revert the colorSpace naming

5b1ad458893b0eb2b174f0f27bf94f7a9be1b540 authored about 6 years ago
Fix the hardcode to filter WebP for force decoding

f9fe2bb7b625635da96da673caa4a58202221997 authored about 6 years ago
Fix that WebP decoder in master branch, does not consider the global `shouldDecompressImages` config and always do pre-draw for static WebP images.

c804ba7ea8e7b0b1722fa75c78ed42bd928fffca authored about 6 years ago
Adjust indention, seems come from buggy Xcode

4c006ad573cd700c2a37f2ed0961e9536b1a0933 authored about 6 years ago
Fix potential memory leaks for ICCP && optimize ICCP handler

fac703140c73a7769305fafdbafb3a5b62f6629d authored about 6 years ago
Merge pull request #2585 from dreampiggy/bugfix_webp_icc_profile

Fix that WebP image with ICC Profile does not show color correctly, should use the profile color...

bc50621670091a6f7afbcde75727ebf4159aa5a1 authored about 6 years ago
Fix the FLAnimatedImage compatible code issue by introduce a private API to check for the special cases

605caa409d8265b8236dcef545cc397c0649acf0 authored about 6 years ago
Add test case for this special case of FLAnimatedImage loading

759e02eb30d13d06778722d3e2a144061a6c5012 authored about 6 years ago
Using __block instead

3a470fc8b0f64659cb7b2dede449273489bcdec6 authored about 6 years ago
Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace

73b7a26ccc2a694e038f8a7d7929ad8b0b4ef52e authored about 6 years ago
Merge pull request #2580 from zhongwuzw/fix_fail_url_block_logical

Revert failed block processing logic

45b4d64bdadf992ae36a62722fb5a4c02e7d09c4 authored about 6 years ago
Revert failed block processing logic

e71e58ea6d935ee9326deacc7ab75c0f2a92d192 authored about 6 years ago
Merge pull request #2578 from dreampiggy/refactory_manager_logic

Refactory manager logic, move code for readability and future maintain

4a52cce18a54f32be9a7d2e1e71d91a8e94b387f authored about 6 years ago
Merge pull request #2574 from zhongwuzw/fix-operation-creation-race-condition

Fix race condition for creation of download operation when isCancelled is YES but isFinished is NO

60f43654209b1497d3063cbe17021dbf0f6c6358 authored about 6 years ago
Move the block failed url logic into a separate method, filter the error codes not inside NSURLErrorDomain

a1106d51f0f38a962a5153d8e5f4097aa78b0b54 authored about 6 years ago
Move the cache storage logic after download, into a single function to enhance the readability

cf1d993b97fb9b5141d82faae121fa60370074e0 authored about 6 years ago
Merge pull request #2577 from zhongwuzw/fix_memory_cost

Fix memory cost override for SDAnimatedImage

ac1dd066cbcef156a661b2562d5ea739e8e4498f authored about 6 years ago
Fix memory cost override for SDAnimatedImage

ccf5541a7d77b0318674bde503e4c95d42b61213 authored about 6 years ago
Merge pull request #2568 from dreampiggy/refactory_memory_cache_cost

Use the memory bytes size, instead of pixel size to calculate the memory cost function

6542eb36f7dc076f5cf1f3fcd42ce13d27fb2e72 authored about 6 years ago
Retain operation when post download related notifications

c547adc2a9887e32657c25721141c1b348f6d507 authored about 6 years ago
Prioritize SDWebImageDownloaderHighPriority if operation already exists

8a743950e26af56f13c7662b0b6a68f19385c136 authored about 6 years ago
Fix race condition for creation of download operation when isCancelled is YES but isFinished is NO

Fix race condition for creation of download operation when isCancelled is YES but isFinished is ...

6becff0f0645c6a3b2047d77c8a0c6721398cf1e authored about 6 years ago
Use the memory bytes size, instead of pixel size to calculate the memory cost function

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

# Conflicts:
# CHANGELOG.md
# SDWebImage.podspec
# SDWebImage.xcodeproj/project.pbxproj
# SDWebI...

b866c6aa9749a70ea30618d26e27f16ee7d703b7 authored about 6 years ago
Update the code for UIAnimatedImage associated with FLAnimatedImage case...This can happen when enable `GIF coder` as well as using FLAnimatedImageView

3b19e76c6ff323ae07775196946b1b6524b69fa3 authored about 6 years ago
Fix the current image cost (pixels) for FLAnimatedImage, with a more correct value for memory cost function

c3815069327ef45782a366b4669398ef7575b1bc authored about 6 years ago
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation

c95be0994e3b46ee1a8c8227b83c3f5dad4a5ea2 authored about 6 years ago
Revert the changes for unused public API, polish comments

e6a4e74ed57234701267909151783a5422f355b8 authored about 6 years ago
Merge pull request #2486 from zhongwuzw/fix-cache-cost-miscalculation-for-master

Fix memory cache image cost miscalculation for animated images. Introduce the customized cost fu...

1700f9726db8a7a8fa5ca798c183b525688af0bf authored about 6 years ago
Merge pull request #2570 from dreampiggy/fix-background-download-4.x

Fix background download 4.x

6026cade7b2e1132aa2ed989727d27ff94106fd3 authored about 6 years ago
Remove edge case check

9725c8da7284ccc87a0e79bd0007a8ce66afae16 authored about 6 years ago
Fix background download operation

FIx background download

Add task check when operation will deallocated && tidy code

181d367215aedf6e0ed423215682c4f7ea9af573 authored about 6 years ago
put FLAnimatedImage fix into another PR

c58642976f9cb955d07398367cc6ac4c3d08984e authored about 6 years ago
Merge pull request #2500 from zhongwuzw/fix-background-download

Fix background download

38a922240183e23147925187cfeebc48f89dcb98 authored about 6 years ago
Remove edge case check

de74bdca80679a2316befd4f0a377ab9f10cae2f authored about 6 years ago
Fix background download operation

FIx background download

Add task check when operation will deallocated && tidy code

Tidy code ...

9617a344082b67b760ef1e97abc0668a342d11dd authored about 6 years ago
Merge pull request #2535 from dreampiggy/refactory_cache_path

Refactory cache path about namespace && final cache directory

e6f7cb72cc596dc51c175afd6131e08bc8734d94 authored about 6 years ago
Fix the typo in the 5.0 migration guide

1d540d3cb7c3f368bdde6db308914b3d19aff923 authored about 6 years ago
Merge pull request #2556 from zhongwuzw/fix_nsmaptable_crash

Fix crash when NSMapTable empty keys

87f5f8b42fd2df8b83144cef47a5ad28b01340f6 authored about 6 years ago
Update the migration guide for cache path about 5.0.0-beta version

95dba7307d20708cc2745e43e7f172fff85a5f5c authored about 6 years ago
Fix crash when NSMapTable empty keys

216ba9c7e18ba4d261d39f4df38ff7f33e74f015 authored about 6 years ago
Update the migration guide for cache path

1fc1de5da93e88f061c5c3f60b278048ff789152 authored about 6 years ago
Use the more intuitive and suitable cache path for SDImageCache. Defaults now to `~Library/Caches/com.hackemist.SDImageCache/default/`, namespace controls the sub-directory name.

Remove the namespacePrefix property because now it's not follows what it says

b68730bedfe16fa56ed5f6fe8a1d6ee6da51dbc7 authored about 6 years ago
Add update image memory cost method

cff0f33430eafa17d917b8d6001ae0c0580b53e6 authored about 6 years ago
Merge branch 'remote-master' into fix-cache-cost-miscalculation-for-master

45427b1eed7029cd3667fc1c73b4cc7f45c2aabc authored about 6 years ago
Merge pull request #2549 from zhongwuzw/add_define_module

Let SD can be imported using static library by CocoaPods

9c527f0ebe330cd393d7b686936ea563497f3f14 authored about 6 years ago
Merge pull request #2555 from dreampiggy/bugfix_macOS_xcconfig_bitcode

Fix that macOS does not support bitcode, current xcconfig cause build issue on Legacy Build System

b15abdd7923b5e1059646760e0fa704ef189efcf authored about 6 years ago
Fix that macOS does not support bitcode, this cause build issue on Legacy Build System

b0c84e8aec1ef450633bd9f1aa5b654c3e2003af authored about 6 years ago
updated CHANGELOG

2cebcb7419fc175a7c979b84cbd70484ecc25ca0 authored about 6 years ago
Merge pull request #2548 from SDWebImage/revert-2531-fix_reuse_wrong_image

Revert "Add image url check when set image"

32d096a478e0dde2b530bad7246c8ebea6d83ae7 authored about 6 years ago
Let SD can be imported using static library by CocoaPods

72a34cf2cf0a42009676018e75b6657e00dd271c authored about 6 years ago
Revert "Add image url check when set image"

1b1cf603ed2012fd64fa272e26f342749c6c5d91 authored about 6 years ago
Merge pull request #2543 from langyanduan/master

fix: FLAnimatedImage custom property

2bdc51e65c742e7df07f900ef9c171a1acb5682e authored about 6 years ago
fix: FLAnimatedImage custom property

f47d60a80257fe959d61e11aae6d9b7167b8bd61 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/FLAnimatedImage/FLAnim...

f663cab2c9aa3ae095eb254a82bfbc9b3745cf70 authored about 6 years ago
Merge pull request #2531 from zhongwuzw/fix_reuse_wrong_image

Add image url check when set image

4fd0e835212dcadb7ff43cfd6583cca629e35cdc authored about 6 years ago
Merge pull request #2532 from zhongwuzw/fix_comments

Fix comments in code

e7c29639cbfc9cefbbecfcad969576feab8683a5 authored about 6 years ago
update

9dacf99738b02245ffe2e26b92010fded5cfae13 authored about 6 years ago
Fix comments in code

8c7764e122d32d199a6b40db26bb62e4ad1e9688 authored about 6 years ago
Add image url check when set image

c95c35d6dbac7b7568245e711200230eb1627a73 authored about 6 years ago
Merge pull request #2530 from zhongwuzw/fix_flanimatedImage_step_2

Fix FLAnimatedImageView reuse wrong image && remove GCD strong retained

944c57eaa9e9a6030f6a8018f5060fecab260b72 authored about 6 years ago
Merge pull request #2529 from zhongwuzw/fix_cacheType

Fix wrong image cache type when disk and memory cache missed

226f92f3442d538a8bd929cb0d21134d9c29df0a authored about 6 years ago
Fix FLAnimatedImageView reuse wrong image && remove GCD strong retained

7e7a33227863f5995a4d3b8db9b85efc67eeec76 authored about 6 years ago
Fix wrong image cache type when disk and memory cache missed

5611863f6acbecd70f600e60db4bc8b30ac29971 authored about 6 years ago
Merge pull request #2494 from bpoplauschi/xcode_10

Xcode 10 + using xcconfig for project settings

772b79c8247518ae9c1e26d34bbb25f5a863dda5 authored about 6 years ago
Fixed some warnings in the tests

d89b735708e265cf3879f5afb1e0c15c40e8861c authored over 6 years ago
Merge pull request #2524 from dreampiggy/fix_graphics_helper_bug

Fix the `SDGraphicsBeginImageContext` method recursive call issue

205ce2af9a4b7f9b7b08ccbbaca113bfeb5228e6 authored over 6 years ago
iPhone 8 sim doesn't exist on Xcode10 (when targetting watch simulator). Use iPhone XS

f7a37ce72c105405c77f0e9cc9f2494c30e901e9 authored over 6 years ago
Fixes (use xcode10 image, no need for inputFileListPaths or outputFileListPaths)

887eeb4bc3cb60fcb373b91933845fccf272439f authored over 6 years ago
Bumped version to 4.4.3 + updated CHANGELOG

e056218bbfd9cb5be8e5f43249aa188e9a08501e authored over 6 years ago
Merge pull request #2441 from dreampiggy/performance_FLAnimatedImage_compatible_code

Revert the hack code for FLAnimatedImage compatible, because of the FLAnimatedImage initializer ...

0e77a30000bf1cf708798c897dc703e60676afb8 authored over 6 years ago
Merge pull request #2511 from tshirt101/master

Tidy up spacing

f7cd511941d12c197d1e45ac4f2c3194d037be06 authored over 6 years ago
Xcode 10 - upgraded schemes, using xcode10 Travis image, removed some deprecated methods from our demos + formatting

Using xcconfig files - easier to maintain all the settings appart from target files, less conflic...

edb9c45859698edb91ea399a1ab576ecff2b9e05 authored over 6 years ago
Fix macos build failed

62ce1d3b5e34552f18d3b4ecf67381aae100bc14 authored over 6 years ago
Transform protocol to category

3fbb7856e5facb550b89398aa31364ce187557cd authored over 6 years ago
Fix the `SDGraphicsBeginImageContext` method recursive call issue

5d097bbc8d9ea5b9b972510831a253c99da5731e authored over 6 years ago
Merge pull request #2523 from dreampiggy/feature_sd_graphics_helper_method

Expose the graphics helper method for coder plugin author and fix scale issue

93af30e39bf2f33f41911bfb68a26c6a0e50d76e authored over 6 years ago
Expose the all image graphics methods to public method, make it easy for coder plugin user to reuse it instead of duplicate code

025c5f833b7a73076562df9c839333c0cdb2d1ee authored over 6 years ago
Fix that the graphics helper method will return nil when scale = 0, match the UIKit behavior

ee6f99f204d878b01be5b17fd0d3a0f47c69d005 authored over 6 years ago