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 #616 from akhenakh/fix_demo

fix demo

github.com/SDWebImage/SDWebImage - 4589e4a7447bdcf1e8a2bcbe78f78a9bae7527f3 authored almost 11 years ago by Olivier Poitrey <[email protected]>
fix demo

github.com/SDWebImage/SDWebImage - 8b16de257576b991c77cfaa471c5dbd527d42b7c authored almost 11 years ago by Fabrice Aneche <[email protected]>
Merge pull request #607 from akhenakh/reformat_code

Code standardization

github.com/SDWebImage/SDWebImage - 42f97369726f1ee282b40b63616e339adfcb2c8a authored about 11 years ago by Olivier Poitrey <[email protected]>
reformat a long method call

github.com/SDWebImage/SDWebImage - 03eeb5842f08514bf5ce50cea501f39fcde6c857 authored about 11 years ago by Fabrice Aneche <[email protected]>
Dot-notation should always be used for accessing and mutating properties. Bracket notation is preferred in all other instances

github.com/SDWebImage/SDWebImage - bdea43aec17ec4f61002cfc0008a66b5c2eedddc authored about 11 years ago by Fabrice Aneche <[email protected]>
NS_ENUM & NS_OPTIONS

github.com/SDWebImage/SDWebImage - 6d8133557c5eb63017420e5b04678e788d8e1d3c authored about 11 years ago by Fabrice Aneche <[email protected]>
reformat code (appcode)

github.com/SDWebImage/SDWebImage - 6dc02bd8f7c0b1b9dc6b0ef38556095babcc03a2 authored about 11 years ago by Fabrice Aneche <[email protected]>
Merge pull request #606 from akhenakh/64bits_support

use a NSInteger as size (was NSUInteger, was long long) cause we are using -1 (NSURLResponseUnkn...

github.com/SDWebImage/SDWebImage - c00c2e0ed4d56218bf6f80bf1185c3dca64d4e32 authored about 11 years ago by Olivier Poitrey <[email protected]>
more details about delegate call with -1 NSURLResponseUnknownLength

github.com/SDWebImage/SDWebImage - 765a89712062c62c759e0931a2e9c977ed912588 authored about 11 years ago by Fabrice Aneche <[email protected]>
use a NSInteger as size (cause we are using -1 as start indicator)

github.com/SDWebImage/SDWebImage - 056e1e65620b6dfc633977ab12a92515f16a5fcd authored about 11 years ago by Fabrice Aneche <[email protected]>
Merge pull request #605 from akhenakh/upgrade_webp

upgrade libwebp to 0.4.0

github.com/SDWebImage/SDWebImage - 1e0af36f3f262786ff2d6694b89dcd5d8c682ec5 authored about 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #604 from akhenakh/webp_detect

Webp detect

github.com/SDWebImage/SDWebImage - 6aca6a2100fef451745685a3b2ef871a140d09ca authored about 11 years ago by Olivier Poitrey <[email protected]>
upgrade libwebp to 0.4.0

github.com/SDWebImage/SDWebImage - 5e3384e77bc309fd06ae7f36cf16ed67eea42158 authored about 11 years ago by Fabrice Aneche <[email protected]>
reformat code

github.com/SDWebImage/SDWebImage - adffebc8fb6d348658ba55f31ba58199284bf999 authored about 11 years ago by Fabrice Aneche <[email protected]>
fixed code format

github.com/SDWebImage/SDWebImage - 20bada38a0483468c3f58d0678751e5e068309a9 authored about 11 years ago by Fabrice Aneche <[email protected]>
explicit webp detection

github.com/SDWebImage/SDWebImage - 6d6796c31a9303e3759e46caa50268d8bb38adf4 authored about 11 years ago by Fabrice Aneche <[email protected]>
Merge pull request #603 from akhenakh/64bits_support

64bits support (fix #572, fix #504, fix #494)

github.com/SDWebImage/SDWebImage - 853ad83647441d2a081c05f1e05da0e004dc3fbf authored about 11 years ago by Olivier Poitrey <[email protected]>
changed sizes to NSUInteger

github.com/SDWebImage/SDWebImage - 77fad5cdf1ab531b9aa58f3808e0b426675fa5fa authored about 11 years ago by Fabrice Aneche <[email protected]>
update documentation

github.com/SDWebImage/SDWebImage - 21842747aa91039c18d75dc39a3edf4a77eb3d1b authored about 11 years ago by Fabrice Aneche <[email protected]>
support arm64

github.com/SDWebImage/SDWebImage - d3a9a57a0d56c7a1f034d3cda263931e15ac530b authored about 11 years ago by Fabrice Aneche <[email protected]>
Bump version to 3.5.2

github.com/SDWebImage/SDWebImage - 8f8228e2a63af86ba441e49770f444919d4a6902 authored about 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #591 from hsoi/downloader-timeout

Expose timeout property for the downloader.

github.com/SDWebImage/SDWebImage - 48846851ee2ed1b8fc1bc561880fe66f3a031fca authored about 11 years ago by Olivier Poitrey <[email protected]>
Expose timeout property for the downloader.

github.com/SDWebImage/SDWebImage - f66b8b807ee442345d425a5a1446a58f37f8268b authored about 11 years ago by John C. Daub <[email protected]>
Merge pull request #588 from wishabi/master

Assign thread for downloada cancellation + minor doc fix

github.com/SDWebImage/SDWebImage - 639aa643eb37f402c9f7b2c0b110b6085f6ce202 authored about 11 years ago by Olivier Poitrey <[email protected]>
Fix documentation param name mismatch

github.com/SDWebImage/SDWebImage - 00918d09087af06a056de54c58bbc20d99925d4e authored about 11 years ago by Erik Charlebois <[email protected]>
Track current thread in downloader operation

github.com/SDWebImage/SDWebImage - f8d26f517246885f884bcca32fea579cc7161128 authored about 11 years ago by Erik Charlebois <[email protected]>
Merge branch 'master' of git://github.com/vincentjames501/SDWebImage into vincentjames501-master

github.com/SDWebImage/SDWebImage - 7ace0684f26c8220adcd2cd79e652eefa820e98b authored about 11 years ago by Olivier Poitrey <[email protected]>
Merge branch 'master' of git://github.com/wishabi/SDWebImage into wishabi-master

github.com/SDWebImage/SDWebImage - 25007e0b06be6b8024fbbee978d985307ff5b467 authored about 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #587 from JaviSoto/master

Removing warnings in Xcode 5.1DP2

github.com/SDWebImage/SDWebImage - 616828b19bbee171e8790ef173e3b87c2c49f2fe authored about 11 years ago by Olivier Poitrey <[email protected]>
Removing warning in 5.1DP2 by marking variable as unused

github.com/SDWebImage/SDWebImage - 2cbc5d71e084752a7736541545ac8e93af3cb78a authored about 11 years ago by Javier Soto <[email protected]>
Removing warning in 5.1DP2 by removing “extern inline” (this doesn’t really make sense)

github.com/SDWebImage/SDWebImage - be4a9e0ac8a1be3cb5d27bc0cbe1ace785cc6568 authored about 11 years ago by Javier Soto <[email protected]>
Merge pull request #582 from jenshandersson/master

Added new option to allow invalid SSL Certificates. Useful for testing

github.com/SDWebImage/SDWebImage - 4382672c4acbebab0fbbb061d26df5a78575fc62 authored about 11 years ago by Olivier Poitrey <[email protected]>
Cleaned up code to follow project code style

github.com/SDWebImage/SDWebImage - 706c57308e6d3af422dd375cc35bd058be7dbc34 authored about 11 years ago by Jens Andersson <[email protected]>
Added new option to allow invalid SSL Certificates. Useful for testing

github.com/SDWebImage/SDWebImage - fbe3b95e8cdec7d3ee27a30035315c80a2c08109 authored about 11 years ago by Jens Andersson <[email protected]>
Added PNG detection to be able to determine at runtime if a downloaded image should be saved as PNG or as JPEG

github.com/SDWebImage/SDWebImage - b201e137d8a3d5568b57a78f8568f60384b613e4 authored about 11 years ago by Bogdan Poplauschi <[email protected]>
Fix race condition in image download cancellation

There are many race conditions around cancelling
SDWebImageDownloaderOperation instances from ot...

github.com/SDWebImage/SDWebImage - 3f20a101c59ea86d9e0b96e133c193c292926185 authored about 11 years ago by Erik Charlebois <[email protected]>
Updating podspec

github.com/SDWebImage/SDWebImage - 716fc38c93c615baaa168c6ad35416d307e28637 authored about 11 years ago by Vincent Pizzo <[email protected]>
Using webkit's method for determing frame durations of various gif images

github.com/SDWebImage/SDWebImage - 4335fb7e41c5c85c75939920a9723185387ea11a authored about 11 years ago by Vincent Pizzo <[email protected]>
Merge pull request #577 from pieterclaerhout/master

Added a delegate for the web image prefetched.

github.com/SDWebImage/SDWebImage - 3380e56a7dc3b859acb8b877e5d359876bcea66d authored about 11 years ago by Olivier Poitrey <[email protected]>
Code cleanup.

github.com/SDWebImage/SDWebImage - 51be4e298cdf7a2a98e070fe2b70328c5b47e206 authored about 11 years ago by Pieter Claerhout <[email protected]>
Added a delegate for the web image prefetched.

github.com/SDWebImage/SDWebImage - 1a917d8239cf4d6bf37e9be4e173418d0404b936 authored about 11 years ago by Pieter Claerhout <[email protected]>
Bump version to 3.5.1 (fix #568)

github.com/SDWebImage/SDWebImage - 6878fba9265c0c5db6849f9c7c784d5dd76a3b3a authored about 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #562 from mknippen/master

added currentDownload Count, to allow someone to see how many operations are left.

github.com/SDWebImage/SDWebImage - 1872fed8f02b40f077c2538b98f3736490aa0636 authored about 11 years ago by Olivier Poitrey <[email protected]>
matched coding conventions

github.com/SDWebImage/SDWebImage - d0f8571dd216cc39b14612c12b88fbcaef5a2825 authored about 11 years ago by Matthew Knippen <[email protected]>
added currentDownload Count, to allow someone to see how many operations are left.

github.com/SDWebImage/SDWebImage - d020aea02fb808ee13e3dccbd910046f48bafe7b authored about 11 years ago by Matthew Knippen <[email protected]>
Merge pull request #514 from crazytonyli/header-picking

Add HTTP header passing test to pick header for downloading request

github.com/SDWebImage/SDWebImage - 75a76d983a36d4f171bebfe2f576a9f416c0ce4d authored about 11 years ago by Olivier Poitrey <[email protected]>
Add HTTP header filter to pick headers for downloading request

github.com/SDWebImage/SDWebImage - 597a70a8b667307d7bd2722c639bf5cd672a7260 authored about 11 years ago by Tony Li <[email protected]>
Merge pull request #558 from shifu/master

up version 3.5 in podspec to be consistent with latest

github.com/SDWebImage/SDWebImage - 1e20c3bd0717abe89a87ff84427a599d2f7eb62c authored about 11 years ago by Olivier Poitrey <[email protected]>
up version 3.5 in podspec to be consistent with latest

github.com/SDWebImage/SDWebImage - d6d4a3c3dbd4c51610c7a1dc3ff8550e13ac5535 authored about 11 years ago by Chang Luo <[email protected]>
Merge pull request #556 from JoshuaGross/master

Allow setting a custom memory cost limit for the in-memory NSCache.

github.com/SDWebImage/SDWebImage - 2043094ab546c0153921cef4203b5e68c8567a6a authored about 11 years ago by Olivier Poitrey <[email protected]>
NSInteger -> NSUInteger, add getter method

github.com/SDWebImage/SDWebImage - c3ee5896816ad92580e831c624786d912a4500c5 authored about 11 years ago by Joshua Gross <[email protected]>
Allow setting a custom memory cost limit for the in-memory NSCache. This can help to keep memory down before memory warnings are sent by the device.

github.com/SDWebImage/SDWebImage - c7f2665d05b93d2162ee35bc17f9fa2fccd2b80b authored about 11 years ago by Joshua Gross <[email protected]>
Merge pull request #553 from danpe/master

Added SDWebImageOption to enable Cookies Handling.

github.com/SDWebImage/SDWebImage - 417feed2ca658b137d31b3d71210af80fb9dde78 authored about 11 years ago by Olivier Poitrey <[email protected]>
Added SDWebImageOption to enable Cookies Handling.

github.com/SDWebImage/SDWebImage - d08d63fadd7db748e0473661a509bf6f48d32735 authored about 11 years ago by Dan Peleg <[email protected]>
Merge pull request #552 from garnett/master

Use UIImagePNGRepresentation to preserve transparency (fix for #545)

github.com/SDWebImage/SDWebImage - 8b63e9ac06f103585cbba27efd648ce7a26aae9b authored about 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #551 from robertmryan/master

SDWebImagePrefetcher should only perform `NSLog` statements if `SD_VERBOSE` is defined

github.com/SDWebImage/SDWebImage - 2184e301c8684f43539eda1ef43a160053529b88 authored about 11 years ago by Olivier Poitrey <[email protected]>
Only perform `NSLog` statements if `SD_VERBOSE` is defined

github.com/SDWebImage/SDWebImage - 8b0bd16f18cde60dfd055c695ccc0c71d870dbcc authored about 11 years ago by robertmryan <[email protected]>
Use UIImagePNGRepresentation to preserve transparency

github.com/SDWebImage/SDWebImage - ae4ecb16f6ecc278d480e642c8d8cd79fcc3f73f authored about 11 years ago by Denis Lebedev <[email protected]>
Merge pull request #539 from sibljon/patch-1

Update argument list for example in README

github.com/SDWebImage/SDWebImage - e5b05c3109354add02a1a37bf14b7dfb226b409a authored about 11 years ago by Olivier Poitrey <[email protected]>
Update argument list for example in README

github.com/SDWebImage/SDWebImage - 00c200b8c152d4b90401be7ef889d1eb9907b761 authored about 11 years ago by Jonathan Sibley <[email protected]>
Merge pull request #537 from raylillywhite/patch-1

Fix link to "Who Uses SDWebImage" wiki page

github.com/SDWebImage/SDWebImage - 3645b6f41b12ce72f79d98a3195ef84cf5cfcb5b authored about 11 years ago by Olivier Poitrey <[email protected]>
Fix link to "Who Uses SDWebImage" wiki page

github.com/SDWebImage/SDWebImage - 1d6ace18861061490519dc37f9946154171fbe96 authored about 11 years ago by Ray Lillywhite <[email protected]>
Merge pull request #534 from pixable/ios-background

iOS Background: Provide background option through the manager

github.com/SDWebImage/SDWebImage - 8830781f8fab38867bd4e31ec76185083258ae3c authored about 11 years ago by Olivier Poitrey <[email protected]>
Provide background option through the manager

github.com/SDWebImage/SDWebImage - 81d6bf91a9ab5dde39ad8f39138c64ccd551e562 authored about 11 years ago by Luis Solano Bonet <[email protected]>
Add option to continue download in background

github.com/SDWebImage/SDWebImage - c79e6ffe0466d551635623ddddf967f5b8035045 authored about 11 years ago by Luis Solano Bonet <[email protected]>
Fix WebP target

github.com/SDWebImage/SDWebImage - 5df0eafc92cb13bead88d0906cfed6b3fc403f0a authored over 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #522 from redhand/master

Removed strong reference to UIImageView in nested block

github.com/SDWebImage/SDWebImage - 94f51343b833f6ed756c03b5958d6cf03d34919b authored over 11 years ago by Olivier Poitrey <[email protected]>
Merge branch '63d60d9'

github.com/SDWebImage/SDWebImage - 83f476ba8f169502a9b1d2198c2f018943ae6c30 authored over 11 years ago by Pete Koat <[email protected]>
Removed strong reference to UIImageView which was causing a crash in the nested block.

github.com/SDWebImage/SDWebImage - 63d60d982601a3377fc0f3b8a15b3e7ea3f3bf08 authored over 11 years ago by Pete Koat <[email protected]>
Merge pull request #498 from donholly/master

Added and exposed some methods that allow to check if an image exists on...

github.com/SDWebImage/SDWebImage - 9820cafe9b69a3e4f020becca0cce376abcee43b authored over 11 years ago by Olivier Poitrey <[email protected]>
Remove WebP support from default target and add a dedicated target

Too many people have issue with WebP library dependancy.

github.com/SDWebImage/SDWebImage - 340db263fa6ac541af4f3cb18ff440bf7599737d authored over 11 years ago by Olivier Poitrey <[email protected]>
Only use the runloop with timeout on iOS 5 (fix #497)

github.com/SDWebImage/SDWebImage - 03d28fee03dbcb0e0d0f0d0851158b77a10ea6cb authored over 11 years ago by Olivier Poitrey <[email protected]>
Share schema so it can be used by Xcode bots

github.com/SDWebImage/SDWebImage - 0076bb9a551320357a847fb33671c88b1ea72e91 authored over 11 years ago by Olivier Poitrey <[email protected]>
Fixed styling to match rs/SDWebImage repo

github.com/SDWebImage/SDWebImage - 8a2ae7e5475640bbf36ae8d0944eb621811619f2 authored over 11 years ago by Don <[email protected]>
Added and exposed some methods that allow to check if an image exists on disk without taking it off disk and decompressing it first. Makes for a nice performance boost when checking if many files exist in the disk cache already

github.com/SDWebImage/SDWebImage - 547345c7f5372d29172630c4df8d743491fe45ba authored over 11 years ago by Don <[email protected]>
Merge pull request #487 from Gabro/patch-1

Enforced presence of a completedBlock in downloadWithURL:options:progress:completed

github.com/SDWebImage/SDWebImage - 2bded3821690f756c5c3866abb41bedff4590193 authored over 11 years ago by Olivier Poitrey <[email protected]>
Updated doc marking the completedBlock parameter of downloadWithURL:options:progress:completed as required

github.com/SDWebImage/SDWebImage - 5bbddae80dda51dd2b0bbee9660fca0572d3f0d5 authored over 11 years ago by Gabriele Petronella <[email protected]>
Enforced presence of a completedBlock in downloadWithURL:options:progress:completed:

This method bails out in case of a missing `completedBlock`. While this makes sense (downloading...

github.com/SDWebImage/SDWebImage - f37474d5c8be8872a3e64292df0fdc93f2a1a751 authored over 11 years ago by Gabriele Petronella <[email protected]>
Fix xcode project settings

github.com/SDWebImage/SDWebImage - 22cd4e49c470693e1cbd5d388fedb0eac759bc57 authored over 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #479 from longlongjump/master

Fix long running requests

github.com/SDWebImage/SDWebImage - 7e2763a500852e6f7da978428522895786b6c5f7 authored over 11 years ago by Olivier Poitrey <[email protected]>
Fix long running requests

github.com/SDWebImage/SDWebImage - 16e1a1fff6bea95ad87d53dc6c4120c21638c2f5 authored over 11 years ago by Eugene <[email protected]>
Update project to comply with Xcode 5

github.com/SDWebImage/SDWebImage - 76d2fc8d0edcacbea04be9503eb65c840b2c9677 authored over 11 years ago by Olivier Poitrey <[email protected]>
Update webp to upstream head

github.com/SDWebImage/SDWebImage - 8c295cfe803cb152562abb872b5d7c880fb631e1 authored over 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #472 from ikesyo/webp-subspec

Use 'default_subspec' and separate the WebP support to its sub-spec

github.com/SDWebImage/SDWebImage - a0df1a0dc25766ae39936d8ddb47b9e8cf22c988 authored over 11 years ago by Olivier Poitrey <[email protected]>
Fix sub-spec dependency

github.com/SDWebImage/SDWebImage - 6f3debd7a2fbf8709a1de98773dc76f68ae48f91 authored over 11 years ago by Syo Ikeda <[email protected]>
Use 'default_subspec' and separate the WebP support to its sub-spec

This removes unnecessary dependency to 'libwebp' for users who don't need WebP support.

github.com/SDWebImage/SDWebImage - bbf0b5c0e635029f46240b4ee8d39a712c12cbab authored over 11 years ago by Syo Ikeda <[email protected]>
Change version to 3.4

github.com/SDWebImage/SDWebImage - 67a28d90ef833a7ea15a2bbc92171e5a467bc028 authored over 11 years ago by Olivier Poitrey <[email protected]>
Merge pull request #471 from PinchProject/hotfix/fast_enumeration_fix

The callbacksForURL: method in SDWebImageDownloader should return a copy of the mutable array!

github.com/SDWebImage/SDWebImage - 9f1ac247e7fc4486bd34faf2b86deb0f20992455 authored over 11 years ago by Olivier Poitrey <[email protected]>
The callbacksForURL: method of SDWebImageDownloader now returns a copied array. This should fix the crash in multithread environment such as:

Collection <__NSArrayM: 0x226d9310> was mutated while being enumerated.

github.com/SDWebImage/SDWebImage - f356b86c2942eaf01e3808dbd40b9d77a0bde3ac authored over 11 years ago by Kevin Cador <[email protected]>
Canceling the SDWebImageOperation will also cancel the expensive disk cache query operation.

github.com/SDWebImage/SDWebImage - fa987a18182a22d68da182505ce7d96034e8dd93 authored over 11 years ago by Matt Pennig <[email protected]>
Update README.md

github.com/SDWebImage/SDWebImage - ffd9e02e1e3a7b7dd9a4436d3fb9854f97c8622c authored over 11 years ago by Olivier Poitrey <[email protected]>
Fix the dead thread bug on iOS 5 (fix #466)

github.com/SDWebImage/SDWebImage - 454074538253cfccd936286adca97c1e5635c16c authored over 11 years ago by Olivier Poitrey <[email protected]>
Fix unreleased operation (fix #466, fix #444)

github.com/SDWebImage/SDWebImage - 5f12cabdacb844ba48ffc19929795c62eacc5665 authored over 11 years ago by Olivier Poitrey <[email protected]>
Try to fix the thread block (#399)

github.com/SDWebImage/SDWebImage - 5dd219ffa73f42205e1ac3474be85a933be82de2 authored over 11 years ago by Olivier Poitrey <[email protected]>
Always call the completedBlock from main thread (fix #397)

This is not a good practice but doing otherwise leads to a lot of mistakes

github.com/SDWebImage/SDWebImage - 1e63f33a854f61371a7f3bf543ad283b2324711f authored over 11 years ago by Olivier Poitrey <[email protected]>
Call handlers on the main thread synchronously to enhance responsivity (fix #462)

github.com/SDWebImage/SDWebImage - 3a6d9481c9dd5a0e6a8c586cf6fb7f21127cbe65 authored over 11 years ago by Olivier Poitrey <[email protected]>
Fix downloadImageWithURL:options:progress:completed returning nil (fix #464)

github.com/SDWebImage/SDWebImage - f07a34da59b35c7169b1c15b9d3f27cd32ff2d8f authored over 11 years ago by Olivier Poitrey <[email protected]>
Merge branch 'master' of git://github.com/gringoireDM/SDWebImage into gringoireDM-master

github.com/SDWebImage/SDWebImage - 8b37b16f4583bc8b8c5e12b68f1eb10d198528a2 authored over 11 years ago by Olivier Poitrey <[email protected]>
Added background clean disk to UIApplicationDidEnterBackgroundNotification #306

github.com/SDWebImage/SDWebImage - fb196ead9bd29341bb37d04e77b508d2e7bf90a6 authored over 11 years ago by Chang Luo <[email protected]>