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

SDWebImageManager uses the shared instance of SDWebImageDownloader. This was requested by several developers for easier setup of their downloads. Replaces #486

github.com/SDWebImage/SDWebImage - 0772019e4d933998216d0aa5bed1c01824677205 authored over 10 years ago
Updated README.md

github.com/SDWebImage/SDWebImage - 22782052a1e38403ea47c57e32688e0ae457006e authored over 10 years ago
Merge pull request #376 from ivanoblomov/master

Added alternate compiler flag for frameworks that extend optional libraries, like Parse and RestKit

github.com/SDWebImage/SDWebImage - 6759e5982e60ea1cacfb62c84da5771a955fd16d authored over 10 years ago
Merge pull request #763 from dchohfi/master

#761 fixing potential bug when sending a nil url for UIButton+WebCache

github.com/SDWebImage/SDWebImage - d6a7e1a8c3e6e36637cf88c1ec02ea15798f08a1 authored over 10 years ago
#761 fixing potential bug when sending a nil url for UIButton+WebCache

github.com/SDWebImage/SDWebImage - f5d0ddc2706f86561e726610823533de0a6ca45d authored over 10 years ago
Merge pull request #687 from rokemoon/master

Create NSOperation when start operation.

github.com/SDWebImage/SDWebImage - 689586f73a052b7bf2ac593816e692ac52bc5028 authored over 10 years ago
Exposed cache paths - fixes #339

github.com/SDWebImage/SDWebImage - e6c0f56d1f001253fa70e10c226b7effb07e6bc6 authored over 10 years ago
Merge pull request #644 from kencoken/master

Added method to SDWebImageManager to check if an image exists in either ...

github.com/SDWebImage/SDWebImage - a0bc09df7d303e78cbbcc4a455b50174bd0aa19a authored over 10 years ago
Exposed SDWebImageManager cacheKeyForURL

github.com/SDWebImage/SDWebImage - 5fd21e5ce1a53cc59d013772eaed5753e6a27f05 authored over 10 years ago
Since we use tag 3.6, the podspec file must match that. Fixes #757

github.com/SDWebImage/SDWebImage - 5b1451e11cd38373d63a65579e7e13a5ad29f08f authored over 10 years ago
Merge pull request #714 from derpoliuk/master

Saves image to cache without downloading it.

github.com/SDWebImage/SDWebImage - b29850b61bc249e2e00439f53fb9ccf675e65b6f authored over 10 years ago
Merge pull request #560 from klaaspieter/imageURL-property

Keep a reference to the image URL

github.com/SDWebImage/SDWebImage - 7abff886ae9590e7cc1e3517c8be5fa532a5c4f7 authored over 10 years ago
Store image URLs by state in the UIButton category

github.com/SDWebImage/SDWebImage - b9389350cb6cc21e54b00ec73c38ae3c58b3c90c authored over 10 years ago
Conform to coding style

github.com/SDWebImage/SDWebImage - 1ac6b92d9d68a560f80e3797e04edab1024caf08 authored over 10 years ago
Add imageURL property to remaining categories

github.com/SDWebImage/SDWebImage - 825207d1d099d08d0353c53d63adb8a280335c0e authored over 10 years ago
Scratch that, this won't work on UIButton

github.com/SDWebImage/SDWebImage - 67ed774c0cdbbfda6f64e70112b27e1bcd435a01 authored over 10 years ago
Add documentation to imageURL property

github.com/SDWebImage/SDWebImage - 77be243598990976a4b78f5e9549bd9c29bf61f2 authored over 10 years ago
Keep a reference to the image URL

github.com/SDWebImage/SDWebImage - 074ce1f4cf4e5ad552fd62fcf958d60f15391515 authored over 10 years ago
Merge pull request #701 from billburgess/delayplaceholder

Delay the loading of the placeholder image until after load

github.com/SDWebImage/SDWebImage - f5bd783b5ed0c9cb1d782ac89a72f910de6a9a5f authored over 10 years ago
Documented SDWebImageDownloaderOperation initWithRequest:options:progress:completed:cancelled: method. Fixes #526

github.com/SDWebImage/SDWebImage - 3284e157ffe961eabc747f5b891e20ad22568b04 authored over 10 years ago
Added SDWebImageCompat.m to SDWebImage+MKAnnotation target

github.com/SDWebImage/SDWebImage - fe48ee54f39d98c2cba41d6d0ca8c4fe48b93279 authored over 10 years ago
Fixed #384 (documentation wrognly stated a return type was NSOperation)

github.com/SDWebImage/SDWebImage - 5b59677437ee31e5db2804aed1d7db1567a6caf4 authored over 10 years ago
Updated README.md to fix #476

github.com/SDWebImage/SDWebImage - 12ee2d114bf1ff48f9ab992e77834ccf6044252e authored over 10 years ago
Adjusted completion logic in prefetcher, as the old implementation would finish prematurely if any requests were skipped.

Also adjusted documentation in headers to make it clear that the `finishedCount` includes both s...

github.com/SDWebImage/SDWebImage - f63a45add6a4c365fdfad68ff2bef5c5bd5d15a7 authored over 10 years ago
Resolve race condition.

While exceedingly unlikely, the old construct introduced potential race condition where it check...

github.com/SDWebImage/SDWebImage - a46f6149e502862ef8b8b02a39a8df118dea3f3c authored over 10 years ago
Merge pull request #732 from dchohfi/master

#725 adding completition block when removing image from cache

github.com/SDWebImage/SDWebImage - 257da39e4d528bda29d305e8a9f7e76e01d015c0 authored over 10 years ago
Merge pull request #744 from Pei116/master

fixed SDWebImageRefreshCached bug for large images

github.com/SDWebImage/SDWebImage - caf3299c270b5792962f7fed80dafa8037a47f37 authored over 10 years ago
Merge pull request #741 from martinblech/master

Synthesize `executing` and `finished` properties.

github.com/SDWebImage/SDWebImage - 3b32f1dd9df5c7eba813d7a955577ae9b2d578a0 authored over 10 years ago
fixed SDWebImageRefreshCached bug for large images

github.com/SDWebImage/SDWebImage - f43dd896fa2cc6410ca02f94f928a9fb7f2b2ee3 authored over 10 years ago
Merge pull request #742 from openresearch/master

Fix getter names. Fixes commit: 097b502eae

github.com/SDWebImage/SDWebImage - 542d930f109d7de7e5d14ef1710f85ffa87e4ff8 authored over 10 years ago
Fix getter names. Fixes commit: 097b502eae

The getters of the properties “executing” and
“finished” both use custom getter names.

097b502e...

github.com/SDWebImage/SDWebImage - 5f239c07b8f488721abe3a025a72a8baa9854cce authored over 10 years ago
Synthesize `executing` and `finished` properties.

It wouldn't build on Xcode 6 otherwise.

github.com/SDWebImage/SDWebImage - 241dafdd57eef9694f753be3fd50b46ee846ad87 authored over 10 years ago
Merge pull request #737 from openresearch/master

Fix build on Xcode6

github.com/SDWebImage/SDWebImage - a83f44026946ba44525f7243bf1c73d5f22817f0 authored over 10 years ago
Fix build on Xcode6

github.com/SDWebImage/SDWebImage - 097b502eae36fdb552580e100427ebe604b03973 authored over 10 years ago
Merge pull request #735 from nickhingston/pullRequestBranch

If NSURLConnection response statusCode not valid (e.g. 404) , downloader...

github.com/SDWebImage/SDWebImage - 4566b67f983bf1f5f2a21c8acb2348cea7ea4f8b authored over 10 years ago
If NSURLConnection response statusCode not valid (e.g. 404) , downloader never stops its runloop and hangs the operation queue

github.com/SDWebImage/SDWebImage - db614bc53e17553a3720a1af3569a2145435c357 authored over 10 years ago
Merge pull request #734 from soundcloud/master

add a suspension method to image downloaders

github.com/SDWebImage/SDWebImage - 5b3c54ba163d2949b4712120e79882beb8ca2f54 authored over 10 years ago
add a suspension method to image downloaders

github.com/SDWebImage/SDWebImage - 2c5ee720ba44da43615de9c0f9ecf2634f6de213 authored over 10 years ago
#725 adding completition block when removing image from cache, added an extra method so we don't break compatibility with older versions

github.com/SDWebImage/SDWebImage - 2ca5eab0e53f4cbbb0638281e7bdbc03c9d39d69 authored over 10 years ago
Updated README.md with CocoaPods install

github.com/SDWebImage/SDWebImage - 7edeef9f1a564d6157f8d501f8b8cdf09ec08b02 authored over 10 years ago
Merge pull request #728 from kejinlu/master

The ioQueue is "SERIAL" ,so "dispatch_barrier_async" is not needed.

github.com/SDWebImage/SDWebImage - fca411224b9604fa6f80e8b77a7418c14f912cc0 authored over 10 years ago
The ioQueue is "SERIAL" ,so "dispatch_barrier_async" is not needed.

github.com/SDWebImage/SDWebImage - dab65ae8f5883d0bef61a092bf89bf505df85f61 authored over 10 years ago
Merge pull request #727 from kejinlu/master

It's generally a bad idea to remove items from a container while iterating through it.

github.com/SDWebImage/SDWebImage - 7764e47a36e7f1db785673c7ba7d58e6a606f53a authored over 10 years ago
It's generally a bad idea to remove items from a container while iterating through it. And fix the thread safe issue.

github.com/SDWebImage/SDWebImage - b1203d4a9e4ba69e1b0da90e009517fa0734c67a authored over 10 years ago
fix UIImageView+HighlightedWebCache call error method

github.com/SDWebImage/SDWebImage - acac18d6a271b709431358ccf485c3126a8bcdce authored over 10 years ago
Merge pull request #721 from rivera-ernesto/improve_logging

Improve logging and fix arm64 warnings when printing integers with %d

github.com/SDWebImage/SDWebImage - 1c5060369e2db2a72b218ba245ca615bc30e3569 authored over 10 years ago
Merge pull request #720 from rivera-ernesto/update_projects

Update projects to Xcode recommended settings

github.com/SDWebImage/SDWebImage - 36d5069b66714042de4fc9172305a396607d7372 authored over 10 years ago
Improve logging and fix arm64 warnings when printing integers with %d

github.com/SDWebImage/SDWebImage - 29302f49b344c1a5b37b9b0925e5f452c7ce54cb authored over 10 years ago
Update projects to recommended settings

github.com/SDWebImage/SDWebImage - 6c79daad001851da55b50a214913e4e14ad5078e authored over 10 years ago
Merge pull request #646 from Whirlwind/master

add category for imageView's highlighted state

github.com/SDWebImage/SDWebImage - 6f02d77add2750dfb2fba5f7cb0d2842c8198098 authored over 10 years ago
fix duplicate symbols when using with webp via pods

github.com/SDWebImage/SDWebImage - c335e1f597d550cca37dbc4a96618b88981461c8 authored over 10 years ago
Adds -[SDWebImageManager saveImageToCache:forURL:] method

github.com/SDWebImage/SDWebImage - 78a50d39296b2e04cb9ca6c59ee9c694dcd2669c authored over 10 years ago
Wrapped placeholder check in parens to work with bitwise

github.com/SDWebImage/SDWebImage - 9a45faac3f9169bd78fff9a63175eeec3c410657 authored over 10 years ago
Updated bitwise operator to correctly find option if more than 1 are included

github.com/SDWebImage/SDWebImage - 7ca81d0e36612a7df27fcdace61aca157963cc83 authored over 10 years ago
Moved the delay placeholder flag to SDWebImageOptions

github.com/SDWebImage/SDWebImage - f7ee9d337513fdb181543f9b7ad80e38f7fcb3ec authored over 10 years ago
Overload -setImageWithURL to delay setting of placeholder image until after loading

github.com/SDWebImage/SDWebImage - 12715da31b591ae888c05f5307e6a8997af03e2d authored over 10 years ago
Merge pull request #700 from herrernst/master

Save image in cache before calling completion block

github.com/SDWebImage/SDWebImage - 8fe72023dc7f0c097aabb4397d5f8690ce8a6b0e authored over 10 years ago
Save image in cache before calling completion block

github.com/SDWebImage/SDWebImage - 83843a493a7b785d3c83eba82ecec3d527168df3 authored almost 11 years ago
Merge pull request #698 from salling/master

Fixing race in SDWebImageDownloaderOperation leading to erroneous timeout.

github.com/SDWebImage/SDWebImage - c9a24e294aa8bd464cd8d34962399a44b2469758 authored almost 11 years ago
Update SDWebImageDownloaderOperation.m

Fixing race condition that causes cancellation of one download operation to stop a run loop that...

github.com/SDWebImage/SDWebImage - bdef7651f02e3e725a46b1d30045d0ebf96ef4a3 authored almost 11 years ago
Merge pull request #694 from shifu/master

Port Max's crash fix to my 3.6 fork

github.com/SDWebImage/SDWebImage - 88e6ca3e497c6d42f70a9d24261a428d54437923 authored almost 11 years ago
Port Max's crash fix to my 3.6 fork

github.com/SDWebImage/SDWebImage - 1f202ed7a39f2f203ae2f50bcae7561f22bbcd0b authored almost 11 years ago
Create NSOperation when start operation.

Method getDiskCount returns NSUInteger.

github.com/SDWebImage/SDWebImage - c28507432144cfe7673402bae62812bf8c501edf authored almost 11 years ago
Merge pull request #685 from jeffleeismyhero/patch-1

Updates progress callback to use NSInteger

github.com/SDWebImage/SDWebImage - db86161132e6e7742a084879ec9f54467a1b5435 authored almost 11 years ago
Updates progress callback to use NSInteger

Pull Request #606 resolves this issue in the code but not in the Documentation.

github.com/SDWebImage/SDWebImage - 065db6db0c47668735d36ec7eedcf2e26b071b64 authored almost 11 years ago
Fixed issue where cancelled operations aren't removed from runningOperations

github.com/SDWebImage/SDWebImage - ec5369db135b9f0a2f4ab3e70b583697dc95b1f1 authored almost 11 years ago
Bump version to 3.6.0

github.com/SDWebImage/SDWebImage - b49243d147b2abd5c1604c498c60aad5366dfb7b authored almost 11 years ago
Merge pull request #676 from matej/cache-gcd-fixes

Various GCD related fixes for SDImageCache

github.com/SDWebImage/SDWebImage - 710908ed917c500cfc89f5a9b52ead1453fdd114 authored almost 11 years ago
Exposed cleanDiskWithCompletionBlock:, added some additional documentation and fixed a typo.

github.com/SDWebImage/SDWebImage - 556665d8a79714d73eaffad864ecfccecbca2680 authored almost 11 years ago
Fixed the background task handled in backgroundCleanDisk.

- the background task had no effect, since cleanDisk returns immediately and thereby cancels th...

github.com/SDWebImage/SDWebImage - 87aed007335603587d0c7d0fb09a9dc9235a67a1 authored almost 11 years ago
Performing getSize and getDiskCount on the ioQueue.

github.com/SDWebImage/SDWebImage - 63f5c9706e244f40af1003edbc176ee53562a54d authored almost 11 years ago
Using the private fileManager instance when on the ioQueue.

github.com/SDWebImage/SDWebImage - 1c463ad46b3aac9213ad7de9a9acdd64bf580bce authored almost 11 years ago
Performing cache callbacks from the ioQueue asynchronously.

- more appropriate than dispatch_main_sync_safe, since we’ll always be on the ioQueue when calli...

github.com/SDWebImage/SDWebImage - dd682c92b59f556d548031dbaaf3ea0ea5a6f269 authored almost 11 years ago
Merge pull request #671 from T-Pham/patch-1

Typo in README.md

github.com/SDWebImage/SDWebImage - 4b26a89ac42337e0ed16dc7d727755b248800484 authored almost 11 years ago
Typo in README.md

github.com/SDWebImage/SDWebImage - 65163ea1ac1e36691ac16acbeac0247dd8ae746c authored almost 11 years ago
Merge pull request #665 from taichino/fix_backgrounding_task

Call endBackgroundTask at the end of start method

github.com/SDWebImage/SDWebImage - 71de51d65874c36f23594bd76d05d24d620cb418 authored almost 11 years ago
SDWebImageDownloaderOperation: call endBackgroundTask after operation is finished so that beginBackgroundTaskWithExpirationHandler and endBackgroundTask are balanced

github.com/SDWebImage/SDWebImage - efb0b359bf2d09700c0fa20709355047837ad33e authored almost 11 years ago
Fix some indentation issues

github.com/SDWebImage/SDWebImage - 938c2e0f3f90847b5da09bdfbc69c9f09c7bd094 authored almost 11 years ago
Merge pull request #664 from xuki/master

add support for high priority download

github.com/SDWebImage/SDWebImage - a883c63e9c81efcaca60c2754f41c5122dd949b4 authored almost 11 years ago
add support for high priority download

github.com/SDWebImage/SDWebImage - 8b315a35859a1abb0cc8ebd35d96a439dd030f5c authored almost 11 years ago
Merge pull request #649 from finik/patch-1

Add typedef for cache operation complete block

github.com/SDWebImage/SDWebImage - 4e4ecd6d028de22dd3b1c08130bbdf72f62abce4 authored almost 11 years ago
Add typedef for cache operation complete block

Makes it cleaner when users want to define the block independantly

github.com/SDWebImage/SDWebImage - b9bb5558e4521ac63f5dd2b886a01382b1043b42 authored almost 11 years ago
Merge pull request #647 from musaicapp/bug

Prefetcher: check progressBlock is not nil before executing.

github.com/SDWebImage/SDWebImage - 129358204705b2695d5ef20ebb335cdbe375a381 authored almost 11 years ago
Check progressBlock is not nil before executing.

github.com/SDWebImage/SDWebImage - f2546c733328b57d459ae6754f0bda99ef0012b8 authored almost 11 years ago
add category for imageView's highlighted state

github.com/SDWebImage/SDWebImage - 986794012d39ed1844a5a11d5e9e810d0984c0a7 authored almost 11 years ago
Added method to SDWebImageManager to check if an image exists in either the disk OR the memory cache

github.com/SDWebImage/SDWebImage - 25d20ead49f8992e001c262ee2c0d2ec0b1e3f4b authored almost 11 years ago
Fix deployement target for arm64

github.com/SDWebImage/SDWebImage - 5f3e9272c8061fcd056904aa9a32cb19d3121448 authored almost 11 years ago
Bump version to 3.5.4

github.com/SDWebImage/SDWebImage - e34e8e6c65c4402d3d26af234ee7691efdaa22bc authored almost 11 years ago
Merge pull request #638 from limbo-lab/master

added clearDiskOnCompletion

github.com/SDWebImage/SDWebImage - 657bd816587b894aa83a72f9bc678ac26b6e421d authored almost 11 years ago
added clearDiskOnCompletion

github.com/SDWebImage/SDWebImage - 1d8bfa6064fe05f2435c5d7b2593f566c11be7c6 authored almost 11 years ago
Merge pull request #637 from runmad/master

Missing method definition in header file

github.com/SDWebImage/SDWebImage - 1b394c14b6389ed2ff529ea93a9fb69dfe7be5cd authored almost 11 years ago
Missing method definition in header file

github.com/SDWebImage/SDWebImage - f717d507a5bca54bad37e01a780706ddd3942c85 authored almost 11 years ago
Merge pull request #635 from burakkilic/patch-1

Update SDWebImagePrefetecher.m

github.com/SDWebImage/SDWebImage - 65acbec16d39a6252975de2c03e4ee895a079347 authored almost 11 years ago
Update SDWebImagePrefetecher.m

I added "+ self.skippedCount" because it never completes if there are skipped operations.

github.com/SDWebImage/SDWebImage - c04e4efbf128f34f3f0f98279beda1b3928136e0 authored almost 11 years ago
Merge pull request #634 from burakkilic/patch-1

Update SDWebImagePrefetecher.m

github.com/SDWebImage/SDWebImage - 2ad8d81768f2b8bf18d02b20e37145464d0f5cf1 authored almost 11 years ago
Update SDWebImagePrefetecher.m

I added progress block that I need.

github.com/SDWebImage/SDWebImage - 159f08279af01deb77233545f29e5c29adafce77 authored almost 11 years ago
Merge pull request #633 from hlian/progressive-orientation

SDWebImageDownloaderOperation: pass orientation to initWithCGImage during progressive rendering

github.com/SDWebImage/SDWebImage - 895249b3125ac42bcffb1343588f70238cdb3cf6 authored almost 11 years ago
SDWebImageDownloaderOperation: pass orientation to initWithCGImage during progressive rendering

github.com/SDWebImage/SDWebImage - c13ec87b152033f38c19755203e2cac1d725871d authored almost 11 years ago
Merge pull request #624 from akhenakh/620_move_categories

refs #620 move NSData+ImageContenttype to the SDWebImage subdirectory

github.com/SDWebImage/SDWebImage - 10ff1892b43b5a7cbd69ad5727b062c0a461a802 authored about 11 years ago
refs #620 move NSData+ImageContenttype to the SDWebImage subdirectory

github.com/SDWebImage/SDWebImage - edc1d882e8920e2a0ffd8ca4c597b8173b0f3484 authored about 11 years ago