Ecosyste.ms: OpenCollective

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

SDWebImage

Asynchronous image downloader with cache support as a UIImageView category
Collective - Host: opensource - https://opencollective.com/sdwebimage - Website: https://sdwebimage.github.io/ - Code: https://github.com/sdwebimage

Merge pull request #1977 from skyline75489/fix/use-foundation-export

Use FOUNDATION_EXPORT over extern

github.com/SDWebImage/SDWebImage - cd84881ff8dea1ca201d4571665755ac1ec0d7a9 authored over 7 years ago
Merge pull request #1978 from dreampiggy/fix_CFRelease_crash

Fix CFRelease on NULL if CGImageSourceRef create failed

github.com/SDWebImage/SDWebImage - ff3b4ac9fdaaa801c7fdeb2e8241476ecddddddd authored over 7 years ago
Merge pull request #1976 from dreampiggy/fix_CGBitmapContextCreate_memory_leak

Fix CGBitmapContextCreate bitmap memory leak issue

github.com/SDWebImage/SDWebImage - a4a5e018c45cedd73c9373b16fbab04e39f12ff7 authored over 7 years ago
Fix CFRelease on NULL if CGImageSourceRef create failed

Fix CFRelease on NULL if CGImageSourceRef create failed, this may happen on progressive download...

github.com/SDWebImage/SDWebImage - c7a444f4a7f1f03c99feda48b81ada08027a00ef authored over 7 years ago
Use FOUNDATION_EXPORT over extern

github.com/SDWebImage/SDWebImage - 0f387c669449505323c9e2fccfb0d880aa8de235 authored over 7 years ago
Fix CGBitmapContextCreate bitmap memory leak issue

Pass NULL to CGBitmapContextCreate whenever the data param is not used later to reduce memory le...

github.com/SDWebImage/SDWebImage - 5e367af7b53b95bf084ded361dfe431c66572150 authored over 7 years ago
Updated Readme.md added dreampiggy to the team

github.com/SDWebImage/SDWebImage - 49772b3bc97e86bcca9f4d2f067db5fba30f5591 authored over 7 years ago
Bumped libwebp submodule reference to version 0.6.0

github.com/SDWebImage/SDWebImage - 1f4f371a7af4a32c7f4ba1a5bada0e1bed980644 authored over 7 years ago
Bumped version to 4.1.0, updated changeling

github.com/SDWebImage/SDWebImage - 2d9c81295fb990dfe7c3d0b5f56cf9ad06c77144 authored over 7 years ago
Merge pull request #1952 from dreampiggy/master

#1951: Fix animated WebP decoding issue, including canvas size, the support for dispose method a...

github.com/SDWebImage/SDWebImage - f6cca301d5807dc1776e1f43e7e1d450cd79c577 authored over 7 years ago
Merge pull request #1452 from sean9keenan/fixedOutOfOrderImages

Fixed issue where animated image arrays could be populated out of order

github.com/SDWebImage/SDWebImage - b0cf9d6c576bf299782b8ad21ccc3851e635eea4 authored over 7 years ago
Merge pull request #1975 from dreampiggy/mac_animate_gif

support animated GIF on macOS

github.com/SDWebImage/SDWebImage - 3d7b6c1bf6fbd7efb9ef8873abdd0d5e14588c60 authored over 7 years ago
Fixed #1776 Umbrella header warning for the FLAnimatedImage (while using Carthage) - replaces #1781

github.com/SDWebImage/SDWebImage - d9f7cf417b636e79d29b87dcd881566a5fd6707c authored over 7 years ago
Removed unreliable check from Downloader tests - sometimes there is more than 1 download in the queue which makes the tests fail

github.com/SDWebImage/SDWebImage - 637c41813965f969f22c818baf74a18ff1eeaa0b authored over 7 years ago
Merge branch 'master' of https://github.com/rs/SDWebImage

# Conflicts:
# SDWebImage/SDWebImageCompat.m

github.com/SDWebImage/SDWebImage - 886b857e8a9f85d45074fdf8e414ea34ec51bb6f authored over 7 years ago
Improve Animated WebP decoder robustness and fix warning

Only decode the first frame on macOS
Fix CGBitmapContextCreate failed issue
Duration set to 100m...

github.com/SDWebImage/SDWebImage - bd7886388807b38de213a5ce204104ca4ed64649 authored over 7 years ago
support animated GIF on macOS

use NSImage built-in method to maintain GIF on macOS
update README

github.com/SDWebImage/SDWebImage - fecf4d28fdd65ad326756f5aa1d9c5bac1af5ce4 authored over 7 years ago
Merge pull request #1971 from kekeYezi/master

Small change - coding style

github.com/SDWebImage/SDWebImage - 3c64b81ac10f75a610b95ed919d2fa139fce3ae5 authored over 7 years ago
Small change

Small change

github.com/SDWebImage/SDWebImage - a4751a652f6dc47419651c560f8e724fc87ab91d authored over 7 years ago
Merge pull request #1891 from Westacular/1870_Change_NSURLSessionConfiguration

Add ability to change NSURLSessionConfiguration used by SDWebImageDownloader

github.com/SDWebImage/SDWebImage - 4da40ac8536c0b4497ee28dd079151e0923f140f authored over 7 years ago
Merge pull request #1797 from skyline75489/quick-fix-for-swift3

Fix #1764 Swift naming collision

github.com/SDWebImage/SDWebImage - 8ac72a2bdb16282feebb5b8143eccf140c15d2e1 authored over 7 years ago
Merge pull request #1940 from joshuafeldman/master

#1807 - #1821 - Fixing incorrectly retained pointer to self which app…

github.com/SDWebImage/SDWebImage - dbb2dcd2b5506c823487ed7964f04b6b5e013745 authored over 7 years ago
Merge pull request #1966 from github641/patch-1

spelling correction

github.com/SDWebImage/SDWebImage - 83528027a75c9cf00f713f9a99bce08c1613cd23 authored over 7 years ago
Merge pull request #1911 from disaabler/master

#1909: Crash on multiple concurrent downloads when accessing self.URLOperations dictionary

github.com/SDWebImage/SDWebImage - add6fc8fa3cf15f821e338c280dcbb77ea1ac408 authored over 7 years ago
Merge pull request #1946 from rafaelks/chore/update_cocoapods_script

Update CocoaPods script to use latest version of the lib (4.0 instead of 3.8)

github.com/SDWebImage/SDWebImage - a02d51cf808824c5efc16d6673d36314b2b8c1f7 authored over 7 years ago
spelling correction

spelling correction

github.com/SDWebImage/SDWebImage - 56325ab26831b46ce79fd9b41f5f5c9c9207a69c authored over 7 years ago
Add animated WebP loop count and fix duration zero issue

Animated WebP image support loop count. Set this value to UIImage decoded with WebP data.
Frame ...

github.com/SDWebImage/SDWebImage - e3ed82fdda10eec68c6fced5da8cca3f79f71984 authored over 7 years ago
Add test for animated WebP image array

The image array used for +[UIImage animatedImageWithImages:] should share the same size.

github.com/SDWebImage/SDWebImage - f3cffd0aca2271660363abb12de1d8b4d44dc680 authored over 7 years ago
Fixed animated webp decoder issue when image has different duration per frame

Animated webp can set duration per frame but the UIImage animate array just use the average dura...

github.com/SDWebImage/SDWebImage - a907114b19adadbca745ab9f2400064bec9dcaa2 authored over 7 years ago
Add support to animted WebP dispose method

dispose method is widely used in animated WebP images and should add support

github.com/SDWebImage/SDWebImage - bb0c8823921cc6245b0a0fd663a0e69fcb62f4b0 authored over 7 years ago
Fixed CGContextBitmapCreate bitmapInfo and fix typo

Fixed CGContextBitmapCreate with wrong bitmapInfo if has no alpha channel
Rename sd_rawWepImageW...

github.com/SDWebImage/SDWebImage - f3bd1071f5f2c960f4e1ee2239ef79057a71298a authored over 7 years ago
Fixed animated WebP image frame size wrong

Fix animated WebP image decoder bug causing rendering canvas in current canvas size context but ...

github.com/SDWebImage/SDWebImage - 1018953b994bb1765bd0e4d2dcb89d8292a71e44 authored over 7 years ago
Update CocoaPods script to use latest version

github.com/SDWebImage/SDWebImage - fa30b4bda3d18680b2f9b65bcdfebf11e74ff0c8 authored over 7 years ago
#1807 - #1821 - Fixing incorrectly retained pointer to self which appears to create a dangled pointer

github.com/SDWebImage/SDWebImage - 1f33e95aa61da6c1021031d1e6057160c6c836f2 authored over 7 years ago
#1909: Crash on multiple concurrent downloads when accessing self.URLOperations dictionary.

github.com/SDWebImage/SDWebImage - cf963c06c388fb93ec99c6b0b7af09ea8658bc15 authored over 7 years ago
Fixing warnings.

github.com/SDWebImage/SDWebImage - 03b6d1b7f782a59495c3512975782abc3de906de authored over 7 years ago
Handle storeImageDataToDisk error.

github.com/SDWebImage/SDWebImage - a581ab1991d49939cbf01e59a5a2c4da131ce044 authored over 7 years ago
Add ability to change NSURLSessionConfiguration used by SDWebImageDownloader

Solves issue #1870

github.com/SDWebImage/SDWebImage - 395a400c4228ac8df97012870f7d54a9349a8a1a authored almost 8 years ago
Merge pull request #1879 from hbhpeng/master

on a 32bit machine,long long type transfer to NSInteger may become ne…

github.com/SDWebImage/SDWebImage - 041842bf085cbb711f0d9e099e6acbf6fd533b0c authored almost 8 years ago
Fixed the README.md installation section - replaces #1828

github.com/SDWebImage/SDWebImage - 5eb83c38a79e49f99909359496b7b879ab5fadca authored almost 8 years ago
Merge pull request #1849 from GibaPadavan/fix_autorelease_pool

[bugfix] Added @autoreleasepool to SDImageCache.storeImage

github.com/SDWebImage/SDWebImage - 9231d6d50067cb3b9d2050cd0f3b8b084efd1a0c authored almost 8 years ago
Merge pull request #1847 from zssr/master

Update README.md

github.com/SDWebImage/SDWebImage - ed81cfd6590270fec2b019c2e723cf924510e0fa authored almost 8 years ago
on a 32bit machine,long long type transfer to NSInteger may become negative. e.g. (NSInteger)9223372036854775807

github.com/SDWebImage/SDWebImage - f258e9be42bf5dd949eaed3b13c2583b35762576 authored almost 8 years ago
[bugfix] Add @autoreleasepool to SDImageCache.storeImage to prevent huge memory consumption when store a lot of images in series

github.com/SDWebImage/SDWebImage - e6536d2b94a8191865bf2474b6eb910b7fbf0701 authored almost 8 years ago
Update README.md

github.com/SDWebImage/SDWebImage - ba3a5b5983e29201a015927475d5fb507c46ccaf authored almost 8 years ago
Merge pull request #1737 from zaczh/master

Making image downloading cache policy more clearer

github.com/SDWebImage/SDWebImage - ad9f1a24360b2c7581f136e3bd987ff700862ce7 authored almost 8 years ago
Code review and cleanup for #1737

github.com/SDWebImage/SDWebImage - d02c58f1f71d1a5caf91c4ba3eb79a4ecaaf45f0 authored almost 8 years ago
Fixed issue where animated image arrays could be populated out of order

github.com/SDWebImage/SDWebImage - 9e3e566cfd0401839b121a91b76bf926353f9712 authored almost 8 years ago
Updated Readme.md - collaborators

github.com/SDWebImage/SDWebImage - 0df32ea232aca587d5b67760b7f877079c51966c authored almost 8 years ago
Merge pull request #1805 from nemissm/SDImageCacheConfig-forward-declaration-fix

SDImageCacheConfig forward declaration changed to import

github.com/SDWebImage/SDWebImage - 4e342f6e51aeff95acef9593db21c2f569856fe2 authored almost 8 years ago
Updated copyright info - replaces #1806

github.com/SDWebImage/SDWebImage - b1c3bb7e64c4feb54dca4ca1b6af1b410dd4fa30 authored almost 8 years ago
Update for #1802 - made sure we don’t get into problems when checking for self.activityIndicator on one thread and allocating on another. Also, made sure `sd_removeActivityIndicator` executes on the main queue

github.com/SDWebImage/SDWebImage - a6af214ee843b7a5a3493e111884e19122711c60 authored almost 8 years ago
Merge pull request #1802 from jimmaye/uiactivity-indicator-background-access-bug

#1801: Makes sure UIActivityIndicator view is always initialized on main thread

github.com/SDWebImage/SDWebImage - 7bf69862aa9878395dd81d3d23440810e0dd05d7 authored almost 8 years ago
Update to #1784 - Set CFBundleVersion to 4.0.0 (to match CFBundleShortVersionString - same as for AFNetworking)

github.com/SDWebImage/SDWebImage - 23a8be8800599e35410b63260b1d36c05d162707 authored almost 8 years ago
Merge pull request #1784 from ivan-konov/bundle-version

CFBundleVersion fix for 4.0.0 release

github.com/SDWebImage/SDWebImage - cab3930d9aad0d01d08b7f52237ff34e60b54ece authored almost 8 years ago
SDImageCacheConfig forward declaration changed to import

github.com/SDWebImage/SDWebImage - add652e156eb5b7377d527cdbd9082d46d5d458c authored almost 8 years ago
#1801: Makes sure UIActivityIndicator view is always initialized on the main thread

github.com/SDWebImage/SDWebImage - 25e19a2c75c4a4d16fc96be0358b6a2e94dd57ac authored almost 8 years ago
merge of upstream

github.com/SDWebImage/SDWebImage - b232de666c11bc437b5bf7e1fc4e12e99fc08a2e authored almost 8 years ago
#1801: Makes sure UIActivityIndicator view is always initialized on the main thread

github.com/SDWebImage/SDWebImage - e132300a0f569b0120aa6d858152901fa13d29ad authored almost 8 years ago
Merge pull request #1799 from JEKos/master

For those who using cocoapods and gifs.

github.com/SDWebImage/SDWebImage - 1e53e6c71b20ecd2254692ca6c92cd3fa85766f5 authored almost 8 years ago
For those who using cocoapods and gifs.

github.com/SDWebImage/SDWebImage - c4c85a550cf7130f0e83b9f3c98dcd7eb2d8c53b authored almost 8 years ago
Fix #1764 Swift naming collision

github.com/SDWebImage/SDWebImage - cf0ec1a05a45016cbcfb8ee03a80bd5455caa304 authored almost 8 years ago
Merge pull request #1788 from vincent-peng/master

Correct available subspecs in README

github.com/SDWebImage/SDWebImage - 74ee9c08ef3fac7d2acfc1d49a576bd94565f9b3 authored almost 8 years ago
Correct available subspecs in README

github.com/SDWebImage/SDWebImage - 7d0779e840aa699ac4e7a4b7026890fd24a23ecb authored almost 8 years ago
Current Project Version set to 1 in order to have a default value for CFBundleVersion if set as in Info.plist files. In WebImage/Info.plist is set explicitly to 400.

github.com/SDWebImage/SDWebImage - 941fde3279be748ad668dbbb22bbc5abc70a4072 authored almost 8 years ago
Merge pull request #1779 from slxl/master

- Fixed SDImageCacheConfig class name in Changelog.md

github.com/SDWebImage/SDWebImage - f89e788696b2e3e29c7de6b34b40181784262bfb authored about 8 years ago
Merge pull request #1778 from Wenzhi/patch-1

Small README Update For 4.0.0

github.com/SDWebImage/SDWebImage - a393f994489839b47448ec71e072eef4abebb9f7 authored about 8 years ago
- Fixed SDImageCacheConfig class name in Changelog.md

github.com/SDWebImage/SDWebImage - a00fd76711bfcceed71533e91385fa8cf438c0b5 authored about 8 years ago
Small README Update For 4.0.0

Update the method name in the README to match the method name in 4.0.0.

github.com/SDWebImage/SDWebImage - 7751b35eecdcfe928feabb9b1f1d8feed43d6ce9 authored about 8 years ago
Merge pull request #1767 from sunXiChun/master

add a network error situation

github.com/SDWebImage/SDWebImage - 1f52288a8bdcb7be53fcbe42e1a82a219f7cf206 authored about 8 years ago
Set version to 4.0.0 and updated CHANGELOG

github.com/SDWebImage/SDWebImage - 1777032d03de73a87f10e17ed7939a06af05a48b authored about 8 years ago
Updated the migration guide

github.com/SDWebImage/SDWebImage - de63b0730d14f2e6489f84cf24ec9b6d3f6c181f authored about 8 years ago
Merge pull request #1696 from skyline75489/master

Fix FLAnimatedImage import when using CocoaPods

github.com/SDWebImage/SDWebImage - 10a86a7b0e938b691cbf057daf69eb91032b1c97 authored about 8 years ago
Updated Swift example

github.com/SDWebImage/SDWebImage - 93d259cbdef3ab7730a9caabbe99143eacc9dc70 authored about 8 years ago
Merge pull request #1741 from Baichenghui/master

Word corrections

github.com/SDWebImage/SDWebImage - 8a9ae3db32c2233d1ed991201eade9513a75fd99 authored about 8 years ago
Merge pull request #1735 from tiagomartinho/patch-1

Update README.md

github.com/SDWebImage/SDWebImage - ccf7620b3ffd5cfedee500beb304869d25f08dbe authored about 8 years ago
Merge pull request #1714 from cdunkel/master

Update Prefetch Docs

github.com/SDWebImage/SDWebImage - 51ba3623afa38c58d10a33b82865cffa1a0c4d3a authored about 8 years ago
Merge pull request #1713 from timbroder/timbroder-patch-2

fix typo in PULL_REQUEST_TEMPLATE.md

github.com/SDWebImage/SDWebImage - 729d489f0f15a90b1d8dddfd007d77094059480b authored about 8 years ago
Merge pull request #1712 from timbroder/timbroder-patch-1

Update readme for 1st party progress indicator support

github.com/SDWebImage/SDWebImage - c8b8ad04d60246542a91a826bffb0bba0a30abf1 authored about 8 years ago
Fixed broken doc link

github.com/SDWebImage/SDWebImage - 79683baa3a53aeb0d25e30aa806ceaaabdd815c8 authored about 8 years ago
add a network error situation

github.com/SDWebImage/SDWebImage - 57502a9d1d3044a2c2f7969e5241619a697625fb authored about 8 years ago
Word corrections

github.com/SDWebImage/SDWebImage - dedbf3088b9fba3051dcaa1b49dc25a793a2b96e authored about 8 years ago
Merge pull request #1739 from irosenb/patch-1

Word corrections

github.com/SDWebImage/SDWebImage - 5ea33a709579a28437176faf3b62e91d7532ebbc authored about 8 years ago
Word corrections

github.com/SDWebImage/SDWebImage - 3b8f70af8d816e61f2416ca93616e68ca81da48e authored about 8 years ago
restore a if statement checking

github.com/SDWebImage/SDWebImage - d40012491c0bb2a6405155bffdc19fd7abec06c6 authored about 8 years ago
clear image downloading cache policy to fix issue #1623

github.com/SDWebImage/SDWebImage - 1b954b010bc5db24466c5ab91706e33f4bed4513 authored about 8 years ago
Update README.md

updates swift example to Swift 3.0 syntax

github.com/SDWebImage/SDWebImage - 113cccc25d92e3333028db45115e28d600bd9156 authored about 8 years ago
Update Prefetch Docs

Updated prefetchUrls: and prefetchUrls:progress:completed: documentation to mention that any alr...

github.com/SDWebImage/SDWebImage - 45c0387f9815f9d3c386eed881b6d38d8efe4982 authored over 8 years ago
fix typo in PULL_REQUEST_TEMPLATE.md

github.com/SDWebImage/SDWebImage - 154144a8347a9be03c65e0992729a014e05b86af authored over 8 years ago
Update readme for 1st party progress indicator support

From [this merge](https://github.com/rs/SDWebImage/pull/1217/files#diff-2cc725cd4b29e8acd64b4b01...

github.com/SDWebImage/SDWebImage - 73847d1818511be4e1372bfdd8430aa0d911270e authored over 8 years ago
Utilize __has_include to fix framework import

github.com/SDWebImage/SDWebImage - 8c3c06c342cee23be7b16a1851bd4abf70931532 authored over 8 years ago
Fix FLAnimatedImage import when using CocoaPods

github.com/SDWebImage/SDWebImage - 7dbf15bb0d18d604122dc0773d4b94d48b1aab51 authored over 8 years ago
Fixed #1693 Same URLs didn't cancel download

github.com/SDWebImage/SDWebImage - 032ab1dd6d633ed30b8850eddc27f7073191f317 authored over 8 years ago
Updated links for documentation

github.com/SDWebImage/SDWebImage - bb640f1ca4c0d617cadca73bc1e1f6dbd42fef44 authored over 8 years ago
1st draft for the 4.0 Migration Guide. Described the changes per component. Now we need to add examples for the most common cases.

github.com/SDWebImage/SDWebImage - bd14ef3ac7a06e05ae74f6051f7b2a2034b26417 authored over 8 years ago
Marked the `SDWebImageManager` `initWithCache:downloader:` as designated initializer.

github.com/SDWebImage/SDWebImage - beb1717a4f201d18c2b838819a78748dd2a9336c authored over 8 years ago
Updated diagrams according to current 4.0.0 status

github.com/SDWebImage/SDWebImage - d2f041b777caeb85a3856ff36f35d09cb78bc38c authored over 8 years ago
Updated CHANGELOG (date)

github.com/SDWebImage/SDWebImage - 41eb02715c188e8487fb07bc1251c44e6e64aa61 authored over 8 years ago
Bumped version to 4.0.0-beta2

github.com/SDWebImage/SDWebImage - 5cccc2177bb9e334891a216fb9f885a5cadf600a authored over 8 years ago
Updated CHANGELOG

github.com/SDWebImage/SDWebImage - aa3cd28401af44afcad01ebc27f3f29fa4bcc64f authored over 8 years ago