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

Merge pull request #1297 from mythodeia/master

cleaner implementation of failedUrl error handling

7e6bd601768d099262aefdbb50eb7f665465cea3 authored over 9 years ago
Merge pull request #1310 from xzenon/patch

Added support for SDWebImageAvoidAutoSetImage option to UIButton and highlighted UIImageView cat...

b185621812f90a4eb4f7f44e0f547014da4d1958 authored over 9 years ago
Added support for SDWebImageAvoidAutoSetImage option to UIButton and highlighted UIImageView

05ce156764c2b458306ea35d52247753528a5ade authored over 9 years ago
Add Swift installation tips

Refs #993

4786e9860512dc6e687f4972851ae80d8dbcbe4e authored over 9 years ago
cleaner implementation of failedUrl error handling

60cab8b74cb59a79c69957368628c48a3f82a454 authored over 9 years ago
Merge pull request #1290 from adrianmacneil/patch-1

Fix typo

14842f65f79226f239e6236ecc622b0d496fc5b8 authored over 9 years ago
Fix typo

4d1abffb320790197a9fd3d960d7b1074ce3a60a authored over 9 years ago
Fix sd_animatedImageByScalingAndCroppingToSize:

46c59183aa51331a808e51f89c7b269bbd0e49d0 authored over 9 years ago
SDWebImagePrefetcher: remove logging

Remove macro that checks for DEBUG, SD_VERBOSE, and SD_LOG_NONE
Remove calls to NSLog

6814af4adee26de8b754c218fda80016af375e6c authored over 9 years ago
Merge pull request #1268 from izackp/patch-1

Fix unsupported colorspace issue.

5a5c65d7996c09931a3384e86a8b96ff8f4ac5e7 authored over 9 years ago
Fix unsupported colorspace issue.

Without this fix, this url: https://abs.twimg.com/sticky/default_profile_images/default_profile_...

d00d368cdb32cb484a6e42cfef2d3da544b8044f authored over 9 years ago
Merge pull request #1257 from Coeur/spelling

spelling

49f6e532b520840bc8531688efbbee02c29ac636 authored over 9 years ago
Merge pull request #1256 from esteluk/patch-1

Fix typo "timeElasped" -> "timeElapsed"

5f6287e5355b516bd7febd4744e3975c3f9762f8 authored over 9 years ago
spelling

c011d1a88bc95263af179ec7429a9fa8ca43e78e authored over 9 years ago
Fix typo "timeElasped" -> "timeElapsed"

6edface2c38e6c5740d176aee8e0d185bca10aee authored over 9 years ago
Merge pull request #1236 from mythodeia/master

better handling of colorspace models

0df58e4995eb1537c19122dade7e06ea9b294b90 authored over 9 years ago
better handling of colorspace models

fb62c3fde1bb604cc92541a398573aaac67009eb authored over 9 years ago
Merge pull request #1218 from mythodeia/master

progress callbacks now report on main thread

a45c722fc8b863cd2b168c7d0bb642737d9ab8ff authored over 9 years ago
progress reports on main thread

25b4c178d945cb32dfcff5b07907e047d2d601e5 authored over 9 years ago
Merge pull request #1217 from mythodeia/master

Import fixes from @mythodeia 's fork

be560a409023ed7c8e4984106facfa9403caa7d9 authored over 9 years ago
added option to disable memory cache

use this:
```shouldDisableMemoryCache``` to toggle memory cache

df751e737b0236c942a3f9e10f63c968b2d54fdd authored over 9 years ago
disable iCloud backup

a9ea132874e11dd5165db9858fad1729c272de0c authored over 9 years ago
activity indicator added

```
[cell.imageView setShowActivityIndicatorView:YES];
[cell.imageView setIndicatorStyle:UIActiv...

c68d585e4957175402c521c52fc72fc932fec86d authored over 9 years ago
fix unsupported parameter combination issues

when CGBitmapContextCreate is called

4cfb12c01cef5e4f45aa1215d38afcbb2381b594 authored over 9 years ago
set as default the device's screen scale

dcde40fc01d2815070a2b4b496234aeb1b6d038e authored over 9 years ago
Update README.md

ae11cf7e434d3e5cc0c26a63b8697c649d46e34e authored over 9 years ago
Merge pull request #1125 from pauruiz/CacheTests

Cache tests

0373b97f71fcbd5ee4d4ebeb8bf1c4e6c2214a33 authored over 9 years ago
Bumped podspec version

5c7dc8c2e5f64438e781cc494cced3b81604042a authored over 9 years ago
Merge pull request #1153 from LukeDurrant/CustomDiskCachePath

Custom disk cache path

ba335fc7d596597234a456fa337cd40ec5eb5009 authored over 9 years ago
Coding style updates

33c13e79ca53e823b0b0474435206a63932ee2cc authored over 9 years ago
Merge pull request #1188 from bill350/master

Add an option called "SDWebImageAvoidAutoImageFill" to avoid automati…

f611d5e52b22e9b603421e1b2cb37fc6843bf094 authored over 9 years ago
Rename SDWebImageAvoidAutoImageFill option to SDWebImageAvoidAutoSetImage

4d6693c81339b452e3edb611cbbe42593d7c838a authored over 9 years ago
Merge pull request #1199 from keslcod/master

A minor thing: Avoid compiler warning about the missing new line at the end of the file

ef578240b3141d1385264ee7b14e49e6a09be234 authored over 9 years ago
Add newline to avoid compiler warning

d107a8018961f51600004d6f8b27628d60998ad6 authored over 9 years ago
Revert "Fixing casing for #import "webp/decode.h" (#import "WebP/decode.h") not"

This reverts commit 48d4adc2105c6b05c8a33ac3975534a66ead6491.

b111d6246a8806fd3f07aac4efd6e50084b2e440 authored over 9 years ago
Merge pull request #1196 from unlucio/webp-case

Fixing casing for #import "webp/decode.h"

511ce9992ee69de4d658d69ffa94758f3d215957 authored over 9 years ago
Fixing casing for #import "webp/decode.h" (#import "WebP/decode.h") not

working on case sensitive HDs

48d4adc2105c6b05c8a33ac3975534a66ead6491 authored over 9 years ago
Merge pull request #1158 from akmarinov/master

Fixed an issue that causes URLs with trailing parameters to be assign…

7e160e34a2cfc3548705634914ed073320272f0c authored over 9 years ago
Merge pull request #1138 from KoCMoHaBTa/KoCMoHaBTa-patch-1074

Applied patch for issue #1074

466e4011d0a9f8e36a2b7a4d9d290d57fcff29bc authored over 9 years ago
Merge pull request #1167 from jiangmingz/patch-2

fix ImageIO: CGImageSourceCreateWithData data parameter is nil

08e9962b5e17be9513847d75a513e8472d4b4059 authored over 9 years ago
Merge pull request #1178 from marciomeschini/marco/fix_accept_header

add webp accepted content type only if WebP enabled

7692bd26101222676d73e7b94c061bb7dd33ef03 authored over 9 years ago
Merge pull request #1159 from stephanecopin/errorCodeFailedURLs

Add handling for additional error codes that shouldn't be considered a permanent failure

2ee4bfe24b0a50a15b342f2132232cddb366dc52 authored over 9 years ago
Merge pull request #1121 from archfear/transparancy_fix

Fix for transparency being lost in transformed images.

8021ddd3132d705355df0c5c99ef25d207c86b71 authored over 9 years ago
fix(): simplify logic for failed URLs error code on iOS6/7

db4f3fc9b653f2c6fd79bc21acc14c620d4ea6af authored over 9 years ago
feat(failedURLs): add additional error codes that shouldn't be considered as a permanent failure

449944166131a007511f57a357ec36bbd4b345b6 authored over 9 years ago
fix directive

apologies. yeah, #elseif was quite inappropriate for this case

e622b290c93935fd6107dac784fe7bdd9d9711a1 authored over 9 years ago
404 image url was causing the test to fail

0e761f4aa7fbc90b27f87ee55d58dcf41876423c authored over 9 years ago
Merge pull request #1177 from aschuch/master

libwebp submodule moved to another location

43115af1474afc1ad2b345ed220a87b880dbf640 authored over 9 years ago
Merge pull request #1193 from rs/revert-1175-master

Revert "Fixes http://git.chromium.org/webm/libwebp.git/info/refs not …

01a5cfb86b35dcc2140d8811934675de024899c4 authored over 9 years ago
Revert "Fixes http://git.chromium.org/webm/libwebp.git/info/refs not valid"

ef1a1c3c47a1f7017d8348524bbd0bb8eac98a3c authored over 9 years ago
Add an option called "SDWebImageAvoidAutoImageFill" to avoid automatic image addition in UIImageView and let developer to do it himself

5d2963ac73d5fc823abda5d3a8785e04c11372b7 authored over 9 years ago
add webp accepted content type only if WebP enabled

Send WebP as accepted content type only if it is enabled. In case it's not, stick with the stand...

26698f9da0e09216b305f3d990e02f60dc9c4727 authored over 9 years ago
Merge pull request #1175 from joelchen/master

Fixes http://git.chromium.org/webm/libwebp.git/info/refs not valid

48d10c1773ed3e4bcdbc58519d48f43263f37d34 authored over 9 years ago
Update .gitmodules

1f65ca773fe719057f0a016e8f69980067a1aad3 authored over 9 years ago
Fix http://git.chromium.org/webm/libwebp.git/info/refs not valid

dfc57ac94c224aa03120e7d8cd5e3e90500cb3d9 authored over 9 years ago
fixed typ in method description

should say asynchronously in methods ```removeImageForKey...```

8f3b5e9330b263629b4d5608aba0fd4200003607 authored over 9 years ago
Update UIImage+MultiFormat.m

fix <Error>: ImageIO: CGImageSourceCreateWithData data parameter is nil bug

be0791233c60ef27917cd0e6bd51136fa17bf04f authored over 9 years ago
Fixed an issue that causes URLs with trailing parameters to be assigned an incorrect image scale value

8f309e194e375acbb3a589e2050fbdf6a02a1874 authored over 9 years ago
Improved by using makeDiskCachePath

d7bc2c00367d5dba4ba3d4fff47e82dde279443a authored over 9 years ago
Added support for custom disk cache folder with fall back for caches directory

737140d4cb718b1d6b8f2330f4e86e9943c5ec4f authored over 9 years ago
Merge pull request #1085 from flovilmart/AppExtensionSafe

Determines at runtime is UIApplication is available as per #1082

91b425111518b3a818fcea5a775b8fc6e606cee9 authored over 9 years ago
Merge pull request #1143 from rromanchuk/feature/auto-purge-on-memory-event

Purge nscache on system memory notifications

393d4f16011c20508304c3c76eedf68749ecef51 authored over 9 years ago
Use subclassed NSCache

78be42ee3bfbc2f12816bb1fc58330e0b3d512c9 authored over 9 years ago
Purge nscache on system memory notifications

4756d5dcbe8ee9d109b9c1203a79fe37cad853ac authored over 9 years ago
Merge pull request #1111 from molon/master

failedURLs can be removed at the appropriate time.

a51688168de484512ab6f75f313d619ba0631d83 authored over 9 years ago
Merge pull request #1140 from rromanchuk/feature/add-count-limits

Add NSCache countLimit property

98989d9524392e101ad04af492d4f1207158ce00 authored over 9 years ago
Add NSCache countLimit property in attempts to get better control of cache eviction.

f72f4c183d5ce0d7c4a558c1f09ae9ed81f782f9 authored over 9 years ago
Applied patch for issue #1074

When the code is copied within a swift module, or when a target is linked against the static lib...

9f719ca2f90f5e5413e9c27a5bf9f15bbdd30a03 authored over 9 years ago
Added all methods of the cache module, almost all directly and some of them indirectly used

Unable to test sync call to diskImageExistsWithKey, hoped due to problems with the file manager a...

79eb6e77c59d83a372a05ccf258dccca58634405 authored almost 10 years ago
Added image for testing cache

66ddb2359341e6d0cefa2534a1b72a8f8fa154a6 authored almost 10 years ago
failedURLs can be removed at the appropriate time.

9ae8f974253f7d91f236cdfaf9657b4ad08c3c56 authored almost 10 years ago
Only store an image with unknown format as PNG if it has an alpha channel.

38a6edb02a3a836db71af96a9ae80f5a5b1f3591 authored almost 10 years ago
Don’t pass the original image data to be cached if the image has been transformed as transparency may have been added

7e50d78c8094ef5d319e5c17a88d765fb36b32d1 authored almost 10 years ago
Merge pull request #1104 from pollarm/master

Fix parenthesis to avoid crashes

704c630567577690fb8745b22e6179990fc461f8 authored almost 10 years ago
Fix parenthesis to avoid crashes

4dd5a6681a489d802c3bafbd61059e8df0e41611 authored almost 10 years ago
Merge pull request #1101 from samritchie/master

Carthage build fails in Xcode 6.2

6690de8ccfff99505742fe46d7c9866251e3e746 authored almost 10 years ago
Changed deployment target to 8.0

9c00f5cd7b5d7c5cd746d2e86247122035db29c7 authored almost 10 years ago
Lowers deployment target to 8.0

a897811eb5e37da5914eeef5d413143c21fb73a6 authored almost 10 years ago
Replaces direct calls to UIApplication by peformSelector

a66a790eb2002f3b67be6d6f6ac751e422e08e9c authored almost 10 years ago
Determines at runtime is UIApplication is available as per #1082

17a48036610895931767b98497ec2f154053c0ce authored almost 10 years ago
Merge pull request #1081 from flovilmart/Carthage

Adds shared scheme for WebImage in SDWebImage.xcodeproj

70dfe151443bf49ed4e3ebd54cf7973d540d51b8 authored almost 10 years ago
Adds shared scheme for WebImage in SDWebImage.xcodeproj

f2252b34997ac2b93f0f38029ab9759d9591679c authored almost 10 years ago
@3x support - replaced #1005

9620fffa64381fd8b2f76ffdb09a314a75aec2cb authored almost 10 years ago
Merge pull request #1045 from mariusschulz/patch-1

Updates Podfile entry to v3.7

4f97897a415009553cc0907171f72ee2b290ffed authored almost 10 years ago
Merge pull request #1071 from flovilmart/Carthage

Adds support for iOS 8+ Framework and Carthage

cd0c57f43e91d77726f7a82cfc7500964efc6648 authored almost 10 years ago
Adds Carthage WebImage scheme to workspace

c0c5e0d71471148363445b59de5218a7544e0dbe authored almost 10 years ago
Merge pull request #1075 from ikesyo/refactor-image-cache-cost

[Refactor] Implement cache cost calculation as a inline function

2b68869927efca4e25ae8b330d88008a8c9f4fb4 authored almost 10 years ago
Merge pull request #1054 from heistings/develop

Use __typeof(self) when assigning weak reference for block.

d56c4f3d22851e069f5492037ea8e01195575b82 authored almost 10 years ago
Merge pull request #1041 from john-07/master

allow override diskCachePath

eac0b816f84aa889e5411675094fa51f155d7b57 authored almost 10 years ago
Merge pull request #1038 from rounak/patch-1

fixed typo

85dde5217390711acc925eef1cd15f16efa7f1a3 authored almost 10 years ago
Replacing #1018 - avoid warning "<Error>: ImageIO: CGImageSourceCreateWithData data parameter is nil" if imageData is nil

88ee3c6774f9a1f06f14daca24a7dffd1c522bf8 authored almost 10 years ago
Merge pull request #1017 from warld-limited/prefetcher_patch

[Memory Issue] Clear SDWebImagePrefetcher progressBlock when it has completed

6e947240a0cf851d355248af9667a26a561fb859 authored almost 10 years ago
Replaces #1016

7f99c018043db37287a1550b9fa74e09d6dd3723 authored almost 10 years ago
Formatting in the readme.md

72ed897c53029b48959f3a1a04de97c366e6d881 authored almost 10 years ago
Added some files to the workspace so they are easier to edit

843148139b1bac130b9608feca5df954ad8786c9 authored almost 10 years ago
Merge pull request #985 from songfrank/master

Bug fix:Collection <__NSArrayM: > was mutated while being enumerated

fb2063086d13ba56db161e2b2ce9ad387c8d3ffa authored almost 10 years ago
Merge pull request #988 from wantedly/improve-operation-behavior

Improve operation behavior

beabb1842bbde9e9c9078145e4007a17b7817739 authored almost 10 years ago
Merge pull request #1011 from mattjgalloway/error_domain

Make a constant for the error domain

0ef0e07f77db484e7116c0d2550aef1a2bac25d8 authored almost 10 years ago
Merge pull request #1076 from ikesyo/faild-urls-nsset

[Refactor] Use NSMutableSet for failed URLs' storage instead of array

27e3038ec32b6d5bab8299f5c2817c541de9c9c1 authored almost 10 years ago
[Refactor] Use NSMutableSet for failed URLs' storage instead of array

210c13d124968de71cb2c1d1069a13d5892fa81c authored almost 10 years ago