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

Added CONTRIBUTING, ISSUE and PULL_REQUEST TEMPLATE

github.com/SDWebImage/SDWebImage - 1f165b48ee6a4411841383391a89cfcb90da4669 authored over 8 years ago
Modern Objective-C syntax

github.com/SDWebImage/SDWebImage - 64382b91009d71534af5e7e402cdd614a0c955f1 authored over 8 years ago
Update to <Fix multiple requests for same image and then canceling one> feature - exposed the SDWebImageDownloadToken class

github.com/SDWebImage/SDWebImage - 8a78586d4e35c91519e83dfa3b9cd25d05bced00 authored over 8 years ago
Merge pull request #883 from mattjgalloway/fix_multiple_downloads

Fix multiple requests for same image and then canceling one

github.com/SDWebImage/SDWebImage - 13cfc5b89a749ffcb150bb3aa21b4de980a3fe7d authored over 8 years ago
Updated the diagrams + new sequence diagram

github.com/SDWebImage/SDWebImage - 162174ccc19b45407ebbf086a59fd2da82681aad authored over 8 years ago
Created a Docs folder with md files and the diagrams. Moved all the HowToUse code samples to a dedicated file (HowToUse.md) to lighten up the Readme.

github.com/SDWebImage/SDWebImage - aa1d2905c95283c3f5f739e47463a5f3147d608f authored over 8 years ago
Updated docs - tried to cleanup the readme, reorder based on other great projects examples and include the diagram

github.com/SDWebImage/SDWebImage - 123f2fd2e674ca82389b7bff7b4324a35d053917 authored over 8 years ago
Schemes update (naming)

github.com/SDWebImage/SDWebImage - 503d3aed2782fe3be2db44794bd22e53b8b70dd3 authored over 8 years ago
Updated the diagrams

github.com/SDWebImage/SDWebImage - 572f26af27fbcdc6d4ea082a9fc8fcf57400ff14 authored over 8 years ago
Added 1st version of design (StarUML)

github.com/SDWebImage/SDWebImage - 6279424b1c40f5620e9f1b9065a1b4bfc6919b08 authored over 8 years ago
The tests target should also use xcpretty

github.com/SDWebImage/SDWebImage - 718cbcad3e74dbe441318796e1e553ed9e7a00e0 authored over 8 years ago
Fixed the build (the test target cannot do clean)

github.com/SDWebImage/SDWebImage - 3902ed7dec7abe4905ce4cbce95fce58ae84b873 authored over 8 years ago
Added the missing Tests scheme

github.com/SDWebImage/SDWebImage - 7913b45fae2d7bf6956dbacc52b23656b6318c27 authored over 8 years ago
Cleanup for the Travis CI config file

github.com/SDWebImage/SDWebImage - 56c1ba63add3d9ede66b30e0abe240b3a4fa6dae authored over 8 years ago
Renamed the schemes for consistency, dynamic frameworks are named SDWebImage instead of WebImage. Updated the Tests Podfile + project. Renamed the WebImage.h to SDWebImage.h to match the framework naming

github.com/SDWebImage/SDWebImage - e3ba4110a9ffe09aede3b1e47339ca1315c6f3ce authored over 8 years ago
Added the WebP files to the WebImage.framework target. Removed some old hack to define empty WebP methods (see #416), will re-add it if needed, right now it prevents the dynamic framework to build.

Sample app links the libSDWebImage.a

github.com/SDWebImage/SDWebImage - 2a29f4a0b7be9dc475c1f49f16c6be74a20cd318 authored over 8 years ago
Cleaning up the targets so they are easier to maintain. Right now the plan is to have:

- SDWebImage target that build as a static library (all subspecs included) -> libSDWebImage.a
- i...

github.com/SDWebImage/SDWebImage - 260a6f5234077051fccec7fc38ec4ffd7253d7d3 authored over 8 years ago
Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed

Conflicts:
SDWebImage/UIImageView+WebCache.m

github.com/SDWebImage/SDWebImage - a32a1775c2e23c5ec0a36d45ec1b24fd79a59fdd authored over 8 years ago
Fixed #774 - remove deprecated methods. Since 4.0 is a major release, we don't need the backwards compatible methods

Conflicts:
SDWebImage/UIImageView+WebCache.h
SDWebImage/UIImageView+WebCache.m

github.com/SDWebImage/SDWebImage - 0384a059c4bc23e69907edae19ab1f666e04d25b authored over 8 years ago
Updated the changelog

github.com/SDWebImage/SDWebImage - edb4bc3554a8587d84d10ca930ba70166da430fa authored over 8 years ago
Bumped version to 3.7.6

github.com/SDWebImage/SDWebImage - 990f85bce25634732e99b7fff43af0e481576945 authored over 8 years ago
Fixed #1449: Version 3.7.5 breaks semantic versioning (removes public API). Re-added `sd_setImageWithPreviousCachedImageWithURL:andPlaceholderImage:options:progress:completed:` and deprecated it. Will remove it in 4.0.0

github.com/SDWebImage/SDWebImage - b40124c95de25332956aabdbed4b0324e6b784d6 authored over 8 years ago
Merge pull request #1453 from Mutix/master

Added API to save image NSData to disk cache.

github.com/SDWebImage/SDWebImage - 371533549cdb719e47a6ca5dc1baa97762ce0691 authored over 8 years ago
Merge pull request #1461 from jawwad/patch-1

Improve documentation for SDWebImageHighPriority

github.com/SDWebImage/SDWebImage - d4d11ef0b09a453943b90ad8c84fd18f291843e1 authored over 8 years ago
Merge pull request #1504 from siburb/master

Added "cancelAllDownloads" method to SDWebImageDownloader.

github.com/SDWebImage/SDWebImage - d6d9a5c233fe8376b1d9b548cd68de971cd03ba2 authored over 8 years ago
Merge pull request #1549 from iOSPandaLee/master

Repair memory release in the iPad environment

github.com/SDWebImage/SDWebImage - 1fba8d99f377d6e068736c2a77950d32e980c3a9 authored over 8 years ago
Repair memory release in the iPad environment

In the iPad environment, NSCache lead to anonymous VM very high, if reaches a certain value, app...

github.com/SDWebImage/SDWebImage - 5cc5abae03f30bc34abd4f095b7093f333cdf726 authored almost 9 years ago
Merge pull request #1547 from maxoly/master

Fixed completion logic in MKAnnotationView+WebCache

github.com/SDWebImage/SDWebImage - 19041b44c2e393cd15ba596d0e36ef2a6d32a7ab authored almost 9 years ago
Fixed completion logic in MKAnnotationView+WebCache

github.com/SDWebImage/SDWebImage - d2b648e8ffd5433eb97ae64daeceeaa0813af915 authored almost 9 years ago
Merge pull request #1540 from futuretap/fix-1437

Fixed changed image size (#1437)

github.com/SDWebImage/SDWebImage - 29c9c5d68ace94c646292d2a647a558b5f87fbff authored almost 9 years ago
Revert dcde40fc01d2815070a2b4b496234aeb1b6d038e

fixes #1437

github.com/SDWebImage/SDWebImage - 4709774dc23d5f7e58a1108df4d490a708a6a8b8 authored almost 9 years ago
Merge pull request #1532 from Sethathi/patch-1

Update README.md

github.com/SDWebImage/SDWebImage - 0979d5b5f7d072d63300a1223c5ff55c532d6492 authored almost 9 years ago
Update README.md

Minor grammar fix

github.com/SDWebImage/SDWebImage - 11521aa040f3b7ee48e18bf7b2039e88c6028e1c authored almost 9 years ago
Merge pull request #1527 from yebw/master

Fix #1524

github.com/SDWebImage/SDWebImage - 83240bd781e67685cd5e4b33524a38537d38dd0d authored almost 9 years ago
Optimize the decoder to avoid of unwanted blended layer

github.com/SDWebImage/SDWebImage - 32787175ac6e4344cf1478f2a4fd18ea11a03042 authored almost 9 years ago
Merge pull request #1486 from bestswifter/master

typo fix

github.com/SDWebImage/SDWebImage - 0da78a4ce6485d8d4c23d348d355fabad7c227f3 authored almost 9 years ago
Merge pull request #1464 from Brain89/fixDecodedImageWithImage(1423)

[fix] Issue #1423

github.com/SDWebImage/SDWebImage - 09556f2d212d13e202cdb35d79bf1ca5002864a8 authored almost 9 years ago
Added "cancelAllDownloads" method to SDWebImageDownloader.

github.com/SDWebImage/SDWebImage - ed7df926eaa266a67817bfea63752373d3791730 authored almost 9 years ago
Merge pull request #1390 from ttgb/patch-1

Update .gitmodules

github.com/SDWebImage/SDWebImage - 16e1862afccb0849721235989edb79cbeda6d304 authored almost 9 years ago
Merge pull request #1496 from yamasakitomohiro/master

fixes CGContextDrawImage: invalid context 0x0
https://github.com/rs/SDWebImage/issues/1401
ht...

github.com/SDWebImage/SDWebImage - 1ef791bad93fe7dea2828124419843d7652e338c authored almost 9 years ago
To and modify the "Downloaded image has 0 pixels" error exits bug download a file of the png format

github.com/SDWebImage/SDWebImage - 32ca18b5232a471936508ff3068d16b65ee42dee authored almost 9 years ago
Merge pull request #1466 from toshi0383/fix-license

Remove XML special characters from LICENSE

github.com/SDWebImage/SDWebImage - 469d8bbfd8b32ee5aba09d618fe2e6444fadb217 authored almost 9 years ago
Also update copyright year

github.com/SDWebImage/SDWebImage - 24890744171a1b18b63a714c7b3cfc6dc0ce876e authored almost 9 years ago
Remove XML special characters from LICENSE

github.com/SDWebImage/SDWebImage - b39fab31801d06cda270d4367f442a93e5969508 authored almost 9 years ago
[fix] Issue #1423

github.com/SDWebImage/SDWebImage - 974141f5a279151f2016ccc9269b7f2918223375 authored almost 9 years ago
Merge pull request #1462 from ReadmeCritic/master

Correct the spelling of CocoaPods in README

github.com/SDWebImage/SDWebImage - e7fa11058bbc0d0ccd093bbbd2f8bd95c931e7f4 authored almost 9 years ago
Correct the spelling of CocoaPods in README

github.com/SDWebImage/SDWebImage - 8fe7ed5ca779d4e0ea8bad1c284edb346cad0eb5 authored almost 9 years ago
Improve documentation for SDWebImageHighPriority

- Fixed grammar issues in the first sentence.
- Removed the second sentence since it is redunda...

github.com/SDWebImage/SDWebImage - cbb50e986ec50cb6a94fae8faad259e87e829307 authored almost 9 years ago
Updated dispatch_ macro in order to avoid redefinition when included as Pod

github.com/SDWebImage/SDWebImage - 8826031a9145cc94f66e433ea0c4e7681054e972 authored about 9 years ago
Adhering to coding style

- also added new line at the end of SDImageCacheTests.m file

github.com/SDWebImage/SDWebImage - 68ae50279784609002cd10bee6cf4af3aa528572 authored about 9 years ago
Merge pull request #1 from Mutix/feature/store-NSData

Added API to save image NSData to disk cache

github.com/SDWebImage/SDWebImage - 6e1b2aa8f0c11ac0eebe02b29d4a2c97eccbc386 authored about 9 years ago
Added API to save image NSData to disk cache

- exposing new `- (void)storeImageDataToDisk:(NSData *)imageData
forKey:(NSString *)key` functio...

github.com/SDWebImage/SDWebImage - 9c4fcfa844181d94a6f1bb916038e67f90f8be2a authored about 9 years ago
Merge pull request #1447 from slackhq/master

Protect against malformed frame

github.com/SDWebImage/SDWebImage - e41af47e2f5de9317d55083e23168e076b550e34 authored about 9 years ago
Protect against malformed image

Don’t add nil to the array, just skip the frame.

github.com/SDWebImage/SDWebImage - 3b039d5910df77722eab6e44c2a2e7fd8f81f0b2 authored about 9 years ago
Bumped version to 3.7.5 and added to changelog

github.com/SDWebImage/SDWebImage - 64f621081c028a26f256a8972210802a49662404 authored about 9 years ago
Replaced the demo images from static2.dmcdn.net that were no longer working with the demo images from FastImageCache

github.com/SDWebImage/SDWebImage - b426975b9f3db7d7b11affcdff26e2ecbf15042f authored about 9 years ago
Fixed #1422 - Added a fallback for #976 so that if there are images saved with the old format (no extension), they can still be loaded. Not the greatest way to fix it, but the simplest one.

github.com/SDWebImage/SDWebImage - fca618fb61d3ebdcef5623b9b9279e3e841a33fe authored about 9 years ago
Merge pull request #1439 from Moral-Piggy/master

Without creating a NSError instance when completedBlock is nil

github.com/SDWebImage/SDWebImage - 9ecf488aff7b11dfc2414b2bf48b90e9209452f3 authored about 9 years ago
Continuation of Fix #1366, addresses #1350 and reverts a part of #1221 - from commit 6406d8e, the wrong usage of dispatch_apply

This one fixes: #1425 and #1426

github.com/SDWebImage/SDWebImage - a8fca6584feabd625abdcbc0da921cbfc689fa3e authored about 9 years ago
If the sd_imageURL of the UIImageView or UIButton is nil, won't create a NSError Instance

github.com/SDWebImage/SDWebImage - 47115e2593e5596abd7a9c9831474458a99abe2a authored about 9 years ago
add example for animated webP

github.com/SDWebImage/SDWebImage - 1aefd45a6b5d07935935fdc0778d1cfdc59f4919 authored about 9 years ago
add animated webP support

github.com/SDWebImage/SDWebImage - c2173c1e759d8bb5a70f88f13f48d64fcd5f1534 authored about 9 years ago
Switch to Xcode 6 async tests

github.com/SDWebImage/SDWebImage - a02aa422560b97d5222a8a5a4b43ea3b8ca257c9 authored about 9 years ago
Add back some required locking

github.com/SDWebImage/SDWebImage - f773870d2cc859b114e4f4fa278e154d6f0ecb56 authored about 9 years ago
Don't create a new image for each completion block

github.com/SDWebImage/SDWebImage - ae91053a80811ee585c68d4def0ffb76368495f7 authored about 9 years ago
Fix issue where progress block is [NSNull null] and that tries to be executed

github.com/SDWebImage/SDWebImage - 91fcbb635c08d293fe0f01069401daa9b85e1533 authored about 9 years ago
Move progress / completion handler logic to the operation

github.com/SDWebImage/SDWebImage - b00b09e70627a78e2af31c937356cb9136993bc3 authored about 9 years ago
Cancel the download operation if it's the last token to be canceled

github.com/SDWebImage/SDWebImage - 52f7204c3482139d9a328bb162e185dd4bf0f3c3 authored about 9 years ago
Fix multiple requests for same image and then canceling one

github.com/SDWebImage/SDWebImage - 917c3d479dd67de8ad73bf5f3f9149c5af7c60cc authored about 9 years ago
Updated Changelog and added Changelod to workspace

github.com/SDWebImage/SDWebImage - 6a623cd58f1b62b5af5da0a23fa16501f83db2f1 authored about 9 years ago
Bump version to 3.7.4

github.com/SDWebImage/SDWebImage - a45b222e7043bf1aa247aab8d1133a36781e21f3 authored about 9 years ago
Merge pull request #1348 from yirenjun/master

Create a strong ref of weakOperation in the entry of The image downlo…

github.com/SDWebImage/SDWebImage - aa3598f3e0ee8f939bfb5cc8f890d0a7f3ded38d authored about 9 years ago
Fix #1366, addresses #1350 and reverts a part of #1221 - from commit 6406d8e, the wrong usage of dispatch_apply

github.com/SDWebImage/SDWebImage - cac21e106de23d25988905d6e5f293069d1d069a authored about 9 years ago
Merge pull request #1363 from muer2000/patch-3

Fixed #1361 sd_cancelBackgroundImageLoadForState

github.com/SDWebImage/SDWebImage - 8aca4ca1b32df6460450929f18db0e81d6b8de3a authored about 9 years ago
Bumped the libwebp reference to 0.4.4

github.com/SDWebImage/SDWebImage - ee49d49d35879848cd381f595806affb86add302 authored about 9 years ago
Merge pull request #1412 from valeriomazzeo/1382-CMYK-ColorSpace

added CMYK unsupported color space model

github.com/SDWebImage/SDWebImage - 6c650f910ef0624e39986075e12b06260d880d40 authored about 9 years ago
added CMYK unsupported color space model

github.com/SDWebImage/SDWebImage - e709a04e89754429e1437da3bdbdb201266b5a5b authored about 9 years ago
Update .gitmodules

Modify the libwebp url to github mirror

github.com/SDWebImage/SDWebImage - ee50027b8849a33e8fb04b91f4bd9eb74f8efeb8 authored about 9 years ago
Merge pull request #1367 from Shayanzadeh/master

Fixes a bug where image scale & orientation are ignored when decoding / decompressing an image.

github.com/SDWebImage/SDWebImage - 740cd7f0902b5e9eddf4a52ff76ec630fdf753bc authored about 9 years ago
Fixes a bug where image scale & orientation are ignored when decoding / decompressing an image.

github.com/SDWebImage/SDWebImage - 95468315fc2892e3878a08c8f130276b47b2d408 authored about 9 years ago
Fixed #1361 sd_cancelBackgroundImageLoadForState

Fixed sd_cancelBackgroundImageLoadForState in sd_setBackgroundImageWithURL method

github.com/SDWebImage/SDWebImage - 40ad58571b5abf74f39b1aff470da6865a236848 authored about 9 years ago
Merge pull request #1358 from hoseking/master

Add CocoaPods support for tvOS

github.com/SDWebImage/SDWebImage - 30e9e0b516cca03d9f2abe75a91512d75b846406 authored over 9 years ago
Add CocoaPods support for tvOS

github.com/SDWebImage/SDWebImage - 11c7efb6e130ee68dae3bc9ca965d31f07356bde authored over 9 years ago
Merge pull request #1350 from eikemeier/master

Fix compilation error introduced in commit 6406d8e

github.com/SDWebImage/SDWebImage - f9abff8988e1839a55284f89bc3469921567cb07 authored over 9 years ago
Fix compilation error introduced in commit 6406d8e526c3c19878a490aac3056dad5b5faf74

github.com/SDWebImage/SDWebImage - 92e38160d60f704a137dfd72c7bea0ea0474e26b authored over 9 years ago
Updated Readme - fixed type

github.com/SDWebImage/SDWebImage - 8dcc5b5ae76122502e804fb6f809138353246e16 authored over 9 years ago
Create a strong ref of weakOperation in the entry of The image download subOperation, use the strong ref instead weakOperation

github.com/SDWebImage/SDWebImage - 2b57abd44a1a65a1b3e25eff93cbad133c218842 authored over 9 years ago
Updated .gitignore

github.com/SDWebImage/SDWebImage - 6b5f3236a831be6d0729f6ad6eca89154455eed2 authored over 9 years ago
Merge pull request #1221 from harishkashyap/master

github.com/SDWebImage/SDWebImage - c8c00810dd6c8c0a7dfef6b6bcdfea330855606a authored over 9 years ago
Making sure all access to self.runningOperations is synchronized

github.com/SDWebImage/SDWebImage - 04a0431ae914fd5ea871725edc5af4e0b981ae24 authored over 9 years ago
Modifies SDWebImagePrefetcher prefetching logic.

- Removes recursive calls to startPrefetchingAtIndex.
- Uses dispatch_apply with striding to opti...

github.com/SDWebImage/SDWebImage - 6406d8e526c3c19878a490aac3056dad5b5faf74 authored over 9 years ago
Replaced #1258 - Removing "and" from method names per https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingMethods.html

github.com/SDWebImage/SDWebImage - 5b05d6c3cc37df4b87d202a1b6ad6ee1f4d5c64c authored over 9 years ago
Merge pull request #1340 from lagapollo/lagapollo-patch-1

Memory usage upgrade

github.com/SDWebImage/SDWebImage - 53ef2dc3c3cab9912e1f39774661c2278d2d7e73 authored over 9 years ago
Merge pull request #1327 from hoseking/tvOS

Add support for tvOS

github.com/SDWebImage/SDWebImage - 0e4dbe1f24602b6fffa7844dca3e24328eba1447 authored over 9 years ago
Xcode 7.1 updates

github.com/SDWebImage/SDWebImage - 32923fa2e81a36513b2a0cd52e9bc615b08d2fb9 authored over 9 years ago