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

Creating the CGBitmapContext with the right bytes per pixel and bitmap info depending on the original image.

This removes an error that was making CGBitmapContext return NULL with some images:
<Error>: CGBi...

487db1b3855614ffd59910b5cbbfdfa723ac9b04 authored over 12 years ago
Merge pull request #194 from NachoSoto/patch-1

Keeping original image alpha info when decoding

6818520744282e9580f6aec4781649e3d5c63038 authored over 12 years ago
Keeping original image alpha info when decoding

This fixes issue #26 and #55, after the change introduced in commit c32f9c03f816dac58a8cac25d618...

1bf9668d975279d808959b804307a2ffba268d24 authored over 12 years ago
Merge pull request #189 from kurige/master

Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category

3c4c61f54c1a7db7f80ca6a8943dd8fc52b97dc6 authored over 12 years ago
Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category

c5b712d09ad86de6b72291d2dcf5612c6e4afa1e authored over 12 years ago
Add ImageIO dep

cac29dc753f54dc9f995e7172f7003760a4d4554 authored over 12 years ago
Remove alpha channel (may break some PNG/GIF with alpha, pull request welcome)

c32f9c03f816dac58a8cac25d6189310272ca9c1 authored over 12 years ago
Update podspec for 2.7

324aae620e7712056b90c34a16f30474cc230936 authored over 12 years ago
Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181

b734f289d03ab5b66ebae7616166949adea34456 authored over 12 years ago
Merge pull request #149 from acoomans/master

Added build directory to gitignore

3cdbb9b96615731fbf27fdd5728ea4e5dd30ef80 authored over 12 years ago
Add and update podspec

4ea95b1342fe22379cc92cf8d13f78eaa77d2f87 authored over 12 years ago
Add the ability to set max cache age.

0e075907a4a1e97698bfb9dc77ba1e944a995d77 authored over 12 years ago
Non ARC fix

7b941a0cb2951d731794ba9e259897ecb077cd72 authored over 12 years ago
Add some security around wrongly typed URL argument

40524876e9a66fa6dbf0eb6980cd98071a9d7923 authored over 12 years ago
Merge pull request #176 from jianlin/master

needed to quote <Multiple values>

5f27d2d20d0f8e3e60bcd1285f9d81819cf94ffb authored over 12 years ago
needed to quote the <Multiple values>

c1b22e83e5b985b1dc93769e53712144756c44fd authored over 12 years ago
Merge pull request #175 from jianlin/master

add instructions

eaca9576ba8ccb56af21225911f7461a852c280f authored over 12 years ago
more readable

e728b291705bf3b2688d61b6481e44f6e7f4d609 authored over 12 years ago
HeaderFile.h confusing

users may copy and paste it to source code (HeaderFile.h)

38f5acdb6988e1cb08c94c41fda7ab6a304d3c7a authored over 12 years ago
quote the string to add

for the search paths

633a86805fedf9a86402bf5bebf3470bd0462d25 authored over 12 years ago
add instructions on how to pop out the box for header search paths

097276c0bb46709537b2dc29ec09d5e235de6fe6 authored over 12 years ago
Merge pull request #174 from jianlin/master

add explanation of where to find the link flag and the header search paths

05574623d67d9d4ef053beac1f96d2da1c71f7dd authored over 12 years ago
add further explanation for Build Settings info

e89f27bebfa51a3761e68417cecb647cc4c838b9 authored over 12 years ago
Merge pull request #167 from ltbl/master

Fix SDWebImageDecoder to obey the orientation tag

ef8bced49d437b4b4a088f2919bd0849bfaaf33b authored over 12 years ago
Fix SDWebImageDecoder to obey the orientation tag

0d14e54214bb0181341fd3939035d36d0a41cecc authored over 12 years ago
Updated gitignore to include build

377eca03eabe56e6ac917e705c52f92d15996808 authored over 12 years ago
Fix the no image issue when no placeholder image is used with UITableViewCell default templates

c474512548e4da7703cf588e9693a1fd0a6149d5 authored over 12 years ago
Fix README type (fix #146)

46cc079069412639357e9698eac2a769ab224c6b authored over 12 years ago
Add a dedicated target with MKAnnotation category

This free other targets from unwanted MapKit framework requirement

34f18e012f3b1b0f449656a7637f268ba09ecb89 authored over 12 years ago
Use NSCache instead of a dictionary for the memory cache.

502f74042f10aa3a34d95a5e3f3e9a6500471554 authored over 12 years ago
Add a dedicated target with MKAnnotation category

This free other targets from unwanted MapKit framework requirement

b357e8210c2a1c96ea768b16fd0c003baef77a04 authored over 12 years ago
Memory cache reserves 12MB free RAM to prevent watchdog from killing the app before memory warning is sent

0bce0b99bc6dac2199d314b5b5b067555e81c00f authored over 12 years ago
Fix blocks not called when same URL requested for download several times simultanously (fix #137)

248fbc2148fe1ea01c128a45fd05f354f61c0944 authored over 12 years ago
Fix an implicit conversion error (fix #129)

b78238802d12678d19999ad1932f76882dbc895b authored over 12 years ago
Fix README for static library instruction with archiving

aa64d201289f8590c5f097c6a0b9bb1411ed5413 authored over 12 years ago
Fix typo (fix #123)

960674fce1ed262841aac63e626c95cd5bc9db62 authored over 12 years ago
Fix a crash with progressive download activated in non-ARC env

ea5b82d9637e239efca44c4bf773700eaaa7f63a authored over 12 years ago
Fix ARC target not activating ARC correctly

76132c3e84cc2562a3979a13ff4b9e83c6ef86a0 authored over 12 years ago
Add support for setBackgroundImage:* in UIButton category (fix #121)

874f944d8ee8a2405add7e977bc7298f9025d4c5 authored over 12 years ago
Set placeholder on all UIButton stats (fix #120)

eff6cac284f1a71f408f688ee53910c2a865797a authored over 12 years ago
Fix some typos/misses (fix #119)

b6e0630b1708ad0ac6ab087a00518798874d4412 authored over 12 years ago
Merge pull request #118 from jcole/master

Allows you to set SDWebImageOptions for SDWebImageOptions. Defaults to SDWebImageLowPriority.

5aa5b46952f991110798bb928749d650f600ea92 authored over 12 years ago
Allows SDWebImagePrefetcher options to be set set. Defaults to SDWebImageLowPriority.

35b6553eaccb311d1508aa963356b8a502597469 authored over 12 years ago
Enable more useful warnings

aa25f3a67bbbaf8683aa20c6f81eef9fcdfcf325 authored over 12 years ago
Merge branch 'rebasedMaster' of https://github.com/cbowns/SDWebImage into cbowns-rebasedMaster

b52f85b31f0139a58cfd2f9823ca31e408604642 authored over 12 years ago
Fix ARC warning (fix #116)

fc246421494125650cbc43ad32287896b926370e authored over 12 years ago
Merge pull request #115 from jcole/master

Added a few methods to SDImageCache to get number of items in file cache and memory cache, and s...

af3924c4475ef3cde576349f78af353de0aba636 authored over 12 years ago
Fix the description for getMemorySize

102d7bd48410603b14607e0c250a5e83ac784e03 authored over 12 years ago
Add getDiskCount, getMemorySize, and getMemoryCount methods to SDImageCache for diagnostic purposes

d6534c7fbcc4afcade0dd6702f2e86b033349f24 authored over 12 years ago
Add URL to the API documentation to the README

f94ecf0600f7da1eb4edb1d7dceca86ec8e2ba9c authored over 12 years ago
Add appledoc comments

110799614f351ba51fec1ae962757d5c9a7216f1 authored over 12 years ago
Add image decoder and retina support to partial images when progressive download is used

6574083a9533025467d920a132e3e3f47b29f839 authored over 12 years ago
Rework static library settings and documentation and add an example project

Inspired by http://www.blog.montgomerie.net/easy-xcode-static-library-subprojects-and-submodules

ea819b2a45cd4b9b663c549db94fb4c48dc3e747 authored over 12 years ago
Add support for optional progressive downloading using ImageIO (fix #114)

Thanks to @Xenofex for his idea and implementation example

ba71333e17e18ecdef26574963150e3bd3591fca authored over 12 years ago
Update README.md with syntax color.

16d661488a1e4d01c5e9f94d5b0b0c0f937afaea authored over 12 years ago
Move all source to a subdirectory to comply with XCode 4 standards

dd5f15055debe814517760165b7aa2ec9e61bf01 authored over 12 years ago
Add cache key filter support to SDWebManager in order to allow custom cache key generation

10aff8e1f0433dd4bb094a34c27db1f418888e51 authored over 12 years ago
Do not check request response status code when the protocol isn't HTTP (fix #110)

6aee6411f957be5cafb94aa311eb7a22c4b77c68 authored over 12 years ago
Add SDImageCache removeImageForKey:fromDisk: to allow cache item removal from memory only (fix #111)

dd6d8dba6e2cc566a22427f278840560b610587d authored over 12 years ago
Remove spaces to match code style

0237551b8f9bfd1ecdb4ca3d2f8c701c18abcb41 authored over 12 years ago
Update README.md

89b8cf5cb06b99fefb7343660addb3a8a9de9009 authored almost 13 years ago
Brace-wraps inline struct initializer

2aeed9830ed1be7d3f4c8e8ffa1792aa44633432 authored almost 13 years ago
Adds newlines to ends of files

cdb651b6a3aa90e1eb1412c810edd98b913c9ce1 authored almost 13 years ago
Converts ints to NSUInts to avoid signed-comparison warnings

5b0a45e6ecd5cf5840234a82729abf7dd215b925 authored almost 13 years ago
Merge pull request #106 from athasach/patch-1

Added missing newline at end of file to fix a compilation error

ffc247f479109e3e2f374eb003cea962dabb9e9d authored almost 13 years ago
Added missing newline at end of file to fix a compilation error where warnings are stricter [-Werror,-pedantic,-Wnewline-eof].

16cae985fc4f7bdd18feb4839be174eaca79b77b authored almost 13 years ago
Merge pull request #97 from muhku/master

UIButton+WebCache: set the cached image in the UIControlStateSelected and UIControlStateHighligh...

973591d433302cbc527dae2974044f9e90940688 authored almost 13 years ago
Merge pull request #105 from rickygu/patch-1

Update static library instruction to be more comprehensive.

a677421ad309a497c31c2f43c7ea48d6b69b728e authored almost 13 years ago
Update static library instruction to be more comprehensive.

7030a8f802027467a3096de716b65f1797b769fe authored almost 13 years ago
Merge pull request #104 from piotrb/master

Updated README to match the header location changes from #101

8e270868026f79862607f550311cd89f3dbdbeba authored almost 13 years ago
Merge pull request #103 from fannheyward/master

Fix warning: "performSelector may cause a leak because its selector is unknown."

c145057d117040d45b97e638a4507ca76c5d4aab authored almost 13 years ago
Updated README to match the header location changes from #101

6c402c1cc621220801d06f425467736d346bbe12 authored almost 13 years ago
fix warning: performSelector may cause a leak because its selector is unknown.

d0ca6dec2cba7d7f436d2b5c0b8f30800bd4e9fc authored almost 13 years ago
Merge pull request #102 from piotrb/master

Updated the project to use RestKit style ../../Headers/$(TARGET_NAME) Headers path

3f28c9e6eae5c961d91cbe61c7cde6e2e58c3df5 authored almost 13 years ago
Updated the project to use RestKit style ../../Headers/$(TARGET_NAME) Headers path to avoid issues in Archive builds

2125d13252d78e7b31d3c05c0f335950d91b2f96 authored almost 13 years ago
Set the cached image in UIControlStateSelected and UIControlStateHighlighted.

This is required that the UIViewContentModeScaleAspectFit contentMode works
correctly for UIButton.

7283ce7bb086125b52975dc54385bf95ac7a282a authored almost 13 years ago
Merge pull request #92 from andybee/master

Fix for SDWebImageManger block issue (84)

f89508d6f77e5cc2c9c0ed20c1b1bf381a33493b authored almost 13 years ago
Tweaked the safe release methodology for the copied blocks to remove un-necessary autorelease.

5cacab1b303f60e07625754a9f5d6e2455891819 authored almost 13 years ago
Made fix ARC-safe

f87c057cb88f2b9c08ff512fcc153338c15b022e authored almost 13 years ago
Attempting to fix rs/SDWebImage#84 by passing success/failure blocks in user info dictionary. This avoids holding success and failure block in manager object which is used as a singleton by the UIImageView and UIButton additions classes, thus repeatedly calling the same block multiple times when making multiple requests.

ba818f0d65fe927b819aa43923e1b74148689afe authored almost 13 years ago
Merge pull request #91 from andybee/master

@2x retina support is broken when images pass through UIImage (ForceDecode) addition

e63e92582175ad6d8c965a36957595da917f085c authored almost 13 years ago
Allowed original image scale to be preserved.

0cd7f6953b6da8add0b8a8856fb146d37212dea7 authored almost 13 years ago
Fix placeholder not passed to the designated follow up method (fix #87)

61df06926a567902550cf2134cddddac41f9131a authored almost 13 years ago
Merge pull request #86 from tvon/patch-1

SDWebImageDownloader adds excessive observers when SDNetworkActivityIndicator is used

2283e2e458510ab5c422d22182416663460a84cd authored almost 13 years ago
Two observers get added every time downloaderWithURL is called, which is unnecessary and seems to result in an imbalance in SDNetworkActivityIndicator between startActivity and stopActivity calls (which leads to the indicator not showing when it should during any initial app activity).

This fix is possibly not ideal, but it does the trick.

6ca759f18292a87df84ed6c1fcda3f65006450f3 authored almost 13 years ago
Fix a mem leak in SDWebImageDownloader (fix #83)

dfa03af19f38c74160fc9d5abbcf2d20d1de1f18 authored almost 13 years ago
Fix a bug in SDImageCache making first request to disk cache to always return nil (fix #81)

a8d5b3ec72a94fa9a9e632dbdbf8463e8bec923d authored almost 13 years ago
Add some common problem tips

14b79734d26f73df6a22ee1b769a82486dadb805 authored almost 13 years ago
Treat image URL with response status code >= 400 as errors (fix #79)

24f0842ea087838c0de33059d2eee83baa2af928 authored almost 13 years ago
Add MKAnnotationView+WebCache category (fix #78)

1cf1703ec173d901b7f40401a548d50cc3f793bd authored almost 13 years ago
Better ARC support

580a90d6a0610a2aa1f7417d96699dc6073b1dee authored almost 13 years ago
Add macro for ARC conditional call to [super dealloc]

ab97899a23ba7ac7119ee7697a35750e0a87db76 authored almost 13 years ago
Fix an EXC_BAD_ACCESS introduced by aa6956e9fc (fix #77)

dcc6673bf1dc8d58f91101d84adb5baa98f88f73 authored almost 13 years ago
Add some backward compatible block support (fix #64)

6781045698690a3f557520dff334c7d262ab2bc8 authored almost 13 years ago
Add some callback methods to SDWebImageManager protocol with requested URL appended (fix #67)

30b9534294d427b17d4e4e2d149827fe71b690ae authored almost 13 years ago
Fix a conditing preventing from disk caching when data is not provided (fix #69)

3074f55de2894c0c90ee70bfacee9e32062550c4 authored almost 13 years ago
Add ARC info in README

8357f64a68b16e7b949babc69b713cad5530e800 authored almost 13 years ago
Remove conditional activation of the new decoder optimization (now it's always activated)

c327ee373793629606e4e439abc25e174e04844f authored almost 13 years ago
Make SDWebImage ARC friendly by detecting if project is using ARC or not and do the right thing with retain and release

40bcaa1181ff4b2d6cd72a64f5a6a4b1854d2b55 authored almost 13 years ago
checking if uiimage supports the scale parameter for retina display phones (only supported form ios 4 onwards)

3ef0f609fd42281c2adc86592932a53d0cd39f84 authored almost 13 years ago