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

Add WebP format support (fix #410)

How awesome is that?! =)

04fa4c97b5adad8f1fefb0e4be52053c8a0f93c4 authored over 11 years ago
Refactor GIF support

Remove GIF specific code from main source, isolate it in a UIImage category to ease future addit...

1dbb79f903b44c4330a4ee17123540ad6f322ae8 authored over 11 years ago
Custom image cache search paths

This is particularly useful if you are bundling images with your app that have been cached by SD...

447f1ccc2378ac10d73b4625dabe0533a85c6e26 authored over 11 years ago
Merge pull request #408 from dlbuckley/issue-406-Failed-URL-Problem

#406 - Fixed failed URL problem

d38e13c58d742bfe7a583ffccc6309b24f878dd1 authored over 11 years ago
#406 - Fixed a problem where hitting a failed URL more than once wouldn't call the completion block

7d9c93fb515b4ac9b52240c2de10b14ed8cf3fdd authored over 11 years ago
Fix typo in download page URL

d04fd47f5bcc463a96e1c79952e50ff3db1cb310 authored over 11 years ago
Merge pull request #401 from docallag/master

Prevent warnings on iOS

4ab6d18900a15f3d54fc17cb4461df9ede1a8912 authored over 11 years ago
Update SDWebImageCompat.h

Undefine macros before define to prevent warning on iOS

1b7305c8a7d3dfdf172551438ebc97f2b0a2075f authored over 11 years ago
Merge pull request #400 from BB9z/fix/document-parameter

Some document improves.

e8c5ed17c01de9bcfe330b974561f0ec94b49286 authored over 11 years ago
Format code in document.

51bdfdf0b2ad2143f11edad68da30328ea644847 authored over 11 years ago
Adjust indenting.

5b6e84a953d8f35be91e040f9bc9179c344bbdda authored over 11 years ago
Fix a mismatch description.

1f31915e5920b9d4cb7430452a2d7bd19c320e11 authored over 11 years ago
Fix some document error.

124a87b85fc59ba7f5fc022dfba709a1f70179ae authored over 11 years ago
Merge pull request #383 from garthex/white_png_issue

fix alpha pngs turning into white pngs

ff2b30e26329c72dc25a99b24a9ce446b4e7566a authored over 11 years ago
Merge pull request #389 from lavoy/master

Calls progress block regardless of completion block and options

b8ab9d77b5dc18203d8a75990133b72cd3556cc1 authored over 11 years ago
call progress block regardless of completion block, options

827fcac89bc308a7b54355a056e869626e8d99fb authored over 11 years ago
Merge pull request #388 from cfis/synchronize_failed_urls

Synchronize self.failedURLs

899d67ba549f5a1797ff76ebfae6675e9a392cd1 authored over 11 years ago
Images can be downloaded in multiple threads. Therefore the call to self.failedURLs containsObject:url must be synchronized to avoid a collection mutation error.

0426f0735512e8ae95a32c38088a8437f88f8f9b authored over 11 years ago
Update README.md

990df9f82868bc45ec13437d574ebd0001f3eb5a authored over 11 years ago
fix alpha pngs turning into white pngs when caching when you have a method that transforms the image but doesn't touch the pngs

e3b15e3dbe89d99ef7c3775e46159d52e3289b46 authored over 11 years ago
Add prefix to GIF support category's methods

4137bce30dd59d361fa020dff805770d156ef316 authored over 11 years ago
Merge pull request #379 from lavoy/master

Moved scaling to earlier in the process

65807f262e5a1c384fb34f794f9c17eb05b8f20a authored over 11 years ago
Merge pull request #380 from stylight/master

Fixed Podspec by including NS* files into source files

eaf6cd26e12abc7c3a468d40d017e0562bbab276 authored over 11 years ago
Include NS* files in source files of Podspec

952eeec05a7e655f5309b67aa587964d70c113f3 authored over 11 years ago
moved scaling up the process

f58c2ebb43129337ffd6135cadc06bc9ad9804eb authored over 11 years ago
Scale GIF images

ad4babd25df00af0c8d19e50429a6747d881b7c6 authored over 11 years ago
Merge pull request #375 from lavoy/master

Animated GIF Support

5db0d00ef389eb51fb3dcdf9529bf5743ed2bb81 authored over 11 years ago
change var name

d789fd92e8580474bf250289e841dfac647c8d9b authored over 11 years ago
documented workaround for frameworks that extend optional libraries

0e7d3cde68a9d60e5db9b1189a9ee1ceda37251a authored over 11 years ago
updated formatting for project

2a370b062b090092463f58fdfb87c20934f06ae1 authored over 11 years ago
cache the GIF data instead of the jpeg representation

5bf37d5472adfda6319af096a0eb36c3a2e1ea81 authored over 11 years ago
support GIFs

3f980957043050a0fa6091da451f0e0e2f09126a authored over 11 years ago
Merge pull request #366 from bm-i/master

Fix and make SDScaledImageForPath extensible

17d04b70e578d145f4cf9b275196b47cd577331c authored over 11 years ago
Fix and make SDScaledImageForPath extensible

55ebe66b4c3b4f2fad0d7f597832b620cfbfad18 authored over 11 years ago
Make SDWebImageManager cache creation extensible

9eff469cb65be5814cd5043303228999f738c9ab authored over 11 years ago
Merge pull request #340 from odanu/master

Add SDWebImageCompact.m to Compile sources of the SDWebImage+MKAnnotation target

ae1476b3f2966acbea3a62a140cf2b3115a6b89f authored almost 12 years ago
Merge pull request #373 from cfis/download_cleanup

More SDWebImageDownloader Cleanup

4965c7d09fd74d3bd05c428b8dae44876a8f4e2e authored almost 12 years ago
Remove async calls from SDWebImageDownloader. The operation is already run in a background thread also the async calls are unnecessary.

d53a47e982acbcfc2483bf2dcf8aa87517da7ea4 authored almost 12 years ago
This is an attempt to avoid the crashes in #341.

It won't fix the underlying issue but I hope it will avoid it in most cases.
The various crash r...

b85556fa86e8a8d14ead4225646959ee6b0d86da authored almost 12 years ago
Merge pull request #353 from jparise/max-cache-size

Support a maximum disk cache size in -cleanDisk.

116258502b4be65c6b92db251482288477989eb6 authored almost 12 years ago
Merge pull request #362 from 0xced/patch-1

Fix completionBlock setter semantics

308570af2b87686c49a29b045d83988231a532b2 authored almost 12 years ago
Fix completionBlock setter semantics

Using `SDDispatchQueueSetterSementics`, which might be `assign` for a block is a terrible idea.

0b5291517f07ad4b7528aa8141b257343221471b authored almost 12 years ago
Added auto release pool to keep memory foot print down when retrieving image from disk in queryDiskCacheForKey

9f4e6915c7625bb94041a6cfef0817aaa361c5b3 authored almost 12 years ago
Merge pull request #355 from u16suzu/fix_double_import

Remove double import for SDWebImageDecoder.h

7d6e17c43c2ae2a56fcad380a482923c1e80890d authored almost 12 years ago
Remove double import for SDWebImageDecoder.h

7d12c3e9fc24f7945aa0306c8382bbd5ec5fd3da authored almost 12 years ago
Support a maximum disk cache size in -cleanDisk.

Previously, -cleanDisk would only remove cache files that were older
than the configured expirat...

32f011185af835063af3d7f9b6823687da21d798 authored almost 12 years ago
Merge pull request #352 from jparise/getSize-return-type

-getSize now returns an `unsigned long long`.

1655803bc7d0136f244501017b33d11c9c6614ab authored almost 12 years ago
-getSize now returns an `unsigned long long`.

This type now matches the type and width of the value returned by the
`fileSize` accessor of the...

1e37b716c7676f0e2180a0d28055d0afaec0b513 authored almost 12 years ago
Merge pull request #351 from Vyazovoy/master

New name for SDWebImageDownloaderQueueMode type, typo fixing, strong cycle fixing.

eda987815b6c6940ddbecad1692a6de6d651d243 authored almost 12 years ago
Merge branch 'develop'

* develop:
Potential strong cycle fixed.
SDWebImageDownloaderQueueMode type renamed. Fixed t...

c3968b30cef98cb40ed11a0c487fd080fedc6339 authored almost 12 years ago
Potential strong cycle fixed.

c77652755a347aca3bb55be29687239a40c461d4 authored almost 12 years ago
SDWebImageDownloaderQueueMode type renamed. Fixed typo. Added description for renamed type. Type renamed because "queue" notion is a FIFO only, but LIFO is a stack, and if we give the type a neutral name, we can avoid logical inconsistencies.

ee9af6406cc52fccaac75fd760d28ca6ee7fb86a authored almost 12 years ago
Fixed typo.

6284e4070d97109cce1b8a3e9779bc007725ec4b authored almost 12 years ago
Inline the SDScaledImageForPath function so it doesn't polute the stack traces

c50be7055811f3855c8e993c1ef4f6b113693686 authored almost 12 years ago
Merge pull request #344 from Kapin/master

Fixing comments to better reflect how methods work and some typo fixes

4c51485e2282d6c0984ee3f4a8368d659fb35514 authored almost 12 years ago
Updating comments to be more accurate and fix typos

777989616357b4c6e9b8fd4df6de5e7e7cfa49fa authored almost 12 years ago
Added SDWebImageCompact.m to Compile sources of the SDWebImage+MKAnnotation target

474b0d949647f158d6b8cc3af8f65c615efaee4f authored almost 12 years ago
Fix OS_OBJECT_USE_OBJC handling (fix #329)

f04b4a07317dcdf979fd0ca7da0f0677b0d0f644 authored almost 12 years ago
Add some words about SDWebImageRefreshCached in README

f74780484330c3f41893185112d2cd915521fc07 authored almost 12 years ago
Bump version 3.2

b1f1c08be65a6c7444652866df4c7033eb077bbd authored almost 12 years ago
Merge pull request #327 from bm-i/patch-1

Fix SDWebImageManager transformDownloadedImage

fb28dfeb753d438fd771b02eb0d345a9e2d94999 authored almost 12 years ago
Fix SDWebImageManager transformDownloadedImage

storing data of transformed image instead of downloaded one
(passing nil to storeImage will gen...

55096d8b91565460106d2ea4513fb5a155be1b44 authored almost 12 years ago
Disable duplicate disk cache prevention with SDWebImageRefreshCached to handle 302 caching correctly

See https://github.com/rs/SDWebImage/pull/326#issuecomment-14791505 for more info

8cfd26f78b30de78726291de367fc52907b848ca authored almost 12 years ago
Fix typo

9a29af466b1f60e85e2f0c159d2f2e8063dc69cd authored almost 12 years ago
Ensure image isn't decoded twice if not necessary when SDWebImageRefreshCached flag is used #326

eed78e37e8664ded1047b1261244cf30a67356e5 authored almost 12 years ago
Prevent double disk caching when `SDWebImageRefreshCached` option is used #326

a3e3c61d463f09692632fe9cc592b2acc692cdd6 authored almost 12 years ago
Force progressive download off when force refresh is on #326

9b574e58bf9b14b663ef09f869efd940a8eddb7e authored almost 12 years ago
Fix NSURLResponse not cached when `SDWebImageDownloaderEnableNSURLCache` is passed #326

f097ef7558f46617a4fffe3a67134b6da16c3054 authored almost 12 years ago
Fix condition logic issue in #326

5cd7c0db46381d18e812eaa93314712fdb2595be authored almost 12 years ago
New option SDWebImageRefreshCached

Even if the image is cached, fetch the URL again anyway. When set,
NSURLCache is enabled in the ...

bbad1bcfcc7c1a419f5920bfa049a7700c077cb3 authored almost 12 years ago
Merge pull request #311 from sebreh/master

Detect cancelled parent operation in download operation callback

95337c47e91c40bb2db808e1b0ffc03a9312bd83 authored almost 12 years ago
Detect parent operation cancellation in download operation completion block

d57b92cd0e856551488eac2403ca52c9af75bf2a authored almost 12 years ago
Merge pull request #307 from nebillo/master

Optimizing enumeration of files while cleaning the disk cache

05dd3f48154bdcfbb9605769b33808e00cb30cdd authored almost 12 years ago
Prefetching file properties in the disk cleaning enumerator

fbf14d2e163eb9a8c27bdc8983ae51a2514db977 authored almost 12 years ago
Merge pull request #302 from n-miyo/fix_cache_policy

Wrong cache policy value.

ae57215c2904ed2a8f5d2753243e131b0fefce15 authored almost 12 years ago
correct cachePolicy constants.

NSMutableURLRequest accepts NSURLRequestCachePolicy as cachePolicy,
not NSURLCacheStoragePolicy.

15c578532077eaf45daa1357fab77f48e8fb7d06 authored almost 12 years ago
Add (kinda) LIFO queue mode support for image downloading (fix #294)

f024890ba7461d2a868c67c80e97b586efcaca3f authored almost 12 years ago
Add completion block support to `SDWebImagePrefetcher` (fix #127)

350c0bea9af7af68ea7ef8bde58e40d6aa8b033a authored almost 12 years ago
Add `SDWebImageManager` delegate allowing fine control of manager's cache-in

- `imageManager:shouldDownloadImageForURL:` let delegate to conditionaly block cache-in (fix #13...

ebd63a88c116ac7acfbeded5c84d0fffa2443438 authored almost 12 years ago
Add ability to set custom downloader HTTP headers (fix #171)

6f198abd1b2c129ae104b70cea485a495fc773f7 authored almost 12 years ago
Merge pull request #299 from Reflejo/master

Fix "Alpha on JPEG with no alpha" when decoding

5f535602f1496bd68197e2bd851e0857f1117f4c authored almost 12 years ago
Synchronize access to SDWebImageManager's mutable structures (fix #301)

b27d5719c23cb1840601c8b38ac036706d7e6ef0 authored almost 12 years ago
[BUG] Fix invalid alpha on JPEG files

de19c24241628c79235e6938e485b1f4c70673d9 authored almost 12 years ago
Merge pull request #297 from inamiy/disk-cache

Add synchronous disk-cache loading method.

a8a398386b668ccd2b156ed52dfcc6697f9b0b59 authored almost 12 years ago
Add synchronous disk-cache loading method.

17cc72d5ab62615ae8d1a6fcd8198d5b6e28a2fc authored almost 12 years ago
Fix downloader queue using assign instead of strong under iOS 6

de485a8618a445a92364b44ae40e67d3a813c699 authored almost 12 years ago
Revert "Fixed CGBitmapContextCreate warnings for invalid alpha properties"

This reverts commit 12196f4de69268dc994ba3d5bc04a11568177520.
It adds alpha on JPEG with no alpha.

63178bde3cbbd959f688074575b90a4475b42b0f authored almost 12 years ago
Merge pull request #287 from NachoSoto/disk-cache

Check SDWebImageCacheMemoryOnly for disk caching

87568ce1416171b38aaec216281226f2be230666 authored almost 12 years ago
Check SDWebImageCacheMemoryOnly for disk caching

42c74557769863b7f840801214a9aeb5b4e139bc authored almost 12 years ago
Migrate the no longer github supported download page to a wiki page

e7c02bb910a828d97be0814b25e09d3428757e90 authored about 12 years ago
Share framework target

3016754250a6b8076bf293c1c5bab7d064621842 authored about 12 years ago
Bump version to 3.1

85dacacb23bc54baad6164c99345dcf52bc3ecbe authored about 12 years ago
Merge pull request #277 from Reflejo/upstream

Fixed CGBitmapContextCreate warnings for invalid alpha properties

0ee103263ccfac7350d22c35f84b2f02df17afbf authored about 12 years ago
Merge pull request #278 from Reflejo/invalidcost

Invalid cost calculation when saving image to memory cache

788ff6759f309d3d8beba4518bb5440be709aa7a authored about 12 years ago
Invalid cost calculation when saving image to memory cache

73884be3673b6addde054ec1916e24c02718b6db authored about 12 years ago
Fixed CGBitmapContextCreate warnings for invalid alpha properties

12196f4de69268dc994ba3d5bc04a11568177520 authored about 12 years ago
Merge pull request #274 from reidmain/master

NSInvalidArgumentException is thrown if a nil NSURL is downloaded.

815d1c5eae0c6c1c7698c11a2a6f004de0b54d0a authored about 12 years ago
Removed creation of NSError when a nil URL is downloaded.

599636fa58d64f515fd4316e4f5026a5d4a74cbd authored about 12 years ago
Fixed bug where NSInvalidArgumentException was thrown if an image with a nil URL was downloaded.

b59b42e6b5047091766bc4470f9a6b38c93ee6bf authored about 12 years ago
Fix podspec (fix #253)

bc29d0a7aee8cfed0457640f88fc27767f07060c authored about 12 years ago