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

Fix typo in license URL

github.com/SDWebImage/SDWebImage - 9a283273f10e534bdba4180d19a51107d5e6079b authored about 12 years ago by Olivier Poitrey <[email protected]>
Add Licenses section

github.com/SDWebImage/SDWebImage - 4f2b5bf674134f8c3055855de6ff0dd7473d3c00 authored about 12 years ago by Olivier Poitrey <[email protected]>
Add "How is SDWebImage better than X?" wiki link

github.com/SDWebImage/SDWebImage - 64a745f2fc18de7535c8618d15590fb63b43e6ea authored about 12 years ago by Olivier Poitrey <[email protected]>
Remove outdated motivation section

github.com/SDWebImage/SDWebImage - f8798294ab0a846e18ea58512d1b06edcc3702d6 authored about 12 years ago by Olivier Poitrey <[email protected]>
Add who use it section

github.com/SDWebImage/SDWebImage - 535203d90ca6355d5428cf6a467c8f99c9c69fde authored about 12 years ago by Olivier Poitrey <[email protected]>
First beta of SDWebImage 3.0

This version is a rewrite of the lib using iOS 5.0 as minimum target.
The lib as thus been refac...

github.com/SDWebImage/SDWebImage - 2227266c41c65f55d1e7f9a37ca2a30325689658 authored about 12 years ago by Olivier Poitrey <[email protected]>
Add cancelAll method (fix #168)

github.com/SDWebImage/SDWebImage - 8963f996e9db7162fc9ff70c2389ab190fa2e506 authored about 12 years ago by Olivier Poitrey <[email protected]>
Merge pull request #205 from triposo/send-downloader-with-notification

Send downloader as part of notification.

github.com/SDWebImage/SDWebImage - 55fd4a1d77f471e1ba3711a703daae567abbc334 authored about 12 years ago by Olivier Poitrey <[email protected]>
Fix alpha handling in image decoder (fix #204)

github.com/SDWebImage/SDWebImage - 048bdbb751ed19a357d58438ce1f2e15ae7dc4b1 authored about 12 years ago by Olivier Poitrey <[email protected]>
Fixed Alpha chanel detection when decoding images.

github.com/SDWebImage/SDWebImage - c609027314be09f598d2a2a75192b10f89bf1e95 authored about 12 years ago by Jure Žove <[email protected]>
Revert "Fixed Alpha chanel detection when decoding images."

This reverts commit e6ede1104cea39f2034ec5a1644e2d2082cc57bd.

github.com/SDWebImage/SDWebImage - 1a360b6faf022c98bb8139b31e434360fe788208 authored about 12 years ago by Olivier Poitrey <[email protected]>
Change deployement target to 4.x as NSCache wasn't available in 3.0

github.com/SDWebImage/SDWebImage - ead67a6c9c1e122f2700bedae2abdafe8191918a authored about 12 years ago by Olivier Poitrey <[email protected]>
Fix example app

github.com/SDWebImage/SDWebImage - 9df9bf84989a822bdcb222e41d4097c96fe1ec87 authored about 12 years ago by Olivier Poitrey <[email protected]>
Add NSCache's cost argument

github.com/SDWebImage/SDWebImage - 497207466f248875142f693c961ba45c4414e9e2 authored about 12 years ago by Olivier Poitrey <[email protected]>
Merge pull request #183 from gotosleep/502f74042f10aa3a34d95a5e3f3e9a6500471554

Use NSCache instead of a dictionary for the memory cache.

github.com/SDWebImage/SDWebImage - 16595c950d419dbdb16d8474667e67d09505dbe1 authored about 12 years ago by Olivier Poitrey <[email protected]>
Send downloader as part of notification.

github.com/SDWebImage/SDWebImage - fbad0138007afbf53600dc607c45b4f717986dbb authored about 12 years ago by Jon Tirsen <[email protected]>
Merge pull request #203 from Stigec/master

Fixed Alpha detection when decoding images.

github.com/SDWebImage/SDWebImage - 520124114fddcb73fc75ec543b2ac9993896331e authored about 12 years ago by Olivier Poitrey <[email protected]>
Fixed Alpha chanel detection when decoding images.

github.com/SDWebImage/SDWebImage - e6ede1104cea39f2034ec5a1644e2d2082cc57bd authored about 12 years ago by Jure Žove <[email protected]>
Fix #200 crash on archived builds

github.com/SDWebImage/SDWebImage - ab07f23fbc6cf92793742ea89cbe00fed500a9e9 authored about 12 years ago by Olivier Poitrey <[email protected]>
Add missing installation instruction about linker flag

github.com/SDWebImage/SDWebImage - ccd3b025f0051d7fe631e6945f48d8241dfae897 authored about 12 years ago by Olivier Poitrey <[email protected]>
Switch to framework distribution

github.com/SDWebImage/SDWebImage - 62a61ab2499be321ce2082fab0c956c3498b9631 authored about 12 years ago by Olivier Poitrey <[email protected]>
Merge pull request #195 from JaviSoto/bitmap-info-error

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

github.com/SDWebImage/SDWebImage - 0102bdf7b76cc732ee73e4c766f64f8cdbb4aed9 authored about 12 years ago by Olivier Poitrey <[email protected]>
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...

github.com/SDWebImage/SDWebImage - 487db1b3855614ffd59910b5cbbfdfa723ac9b04 authored about 12 years ago by Javier Soto <[email protected]>
Merge pull request #194 from NachoSoto/patch-1

Keeping original image alpha info when decoding

github.com/SDWebImage/SDWebImage - 6818520744282e9580f6aec4781649e3d5c63038 authored about 12 years ago by Olivier Poitrey <[email protected]>
Keeping original image alpha info when decoding

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

github.com/SDWebImage/SDWebImage - 1bf9668d975279d808959b804307a2ffba268d24 authored about 12 years ago by Nacho Soto <[email protected]>
Merge pull request #189 from kurige/master

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

github.com/SDWebImage/SDWebImage - 3c4c61f54c1a7db7f80ca6a8943dd8fc52b97dc6 authored over 12 years ago by Olivier Poitrey <[email protected]>
Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category

github.com/SDWebImage/SDWebImage - c5b712d09ad86de6b72291d2dcf5612c6e4afa1e authored over 12 years ago by Christopher Gateley <[email protected]>
Add ImageIO dep

github.com/SDWebImage/SDWebImage - cac29dc753f54dc9f995e7172f7003760a4d4554 authored over 12 years ago by Olivier Poitrey <[email protected]>
Remove alpha channel (may break some PNG/GIF with alpha, pull request welcome)

github.com/SDWebImage/SDWebImage - c32f9c03f816dac58a8cac25d6189310272ca9c1 authored over 12 years ago by Olivier Poitrey <[email protected]>
Update podspec for 2.7

github.com/SDWebImage/SDWebImage - 324aae620e7712056b90c34a16f30474cc230936 authored over 12 years ago by Olivier Poitrey <[email protected]>
Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181

github.com/SDWebImage/SDWebImage - b734f289d03ab5b66ebae7616166949adea34456 authored over 12 years ago by Olivier Poitrey <[email protected]>
Merge pull request #149 from acoomans/master

Added build directory to gitignore

github.com/SDWebImage/SDWebImage - 3cdbb9b96615731fbf27fdd5728ea4e5dd30ef80 authored over 12 years ago by Olivier Poitrey <[email protected]>
Add and update podspec

github.com/SDWebImage/SDWebImage - 4ea95b1342fe22379cc92cf8d13f78eaa77d2f87 authored over 12 years ago by Kevin Monahan <[email protected]>
Add the ability to set max cache age.

github.com/SDWebImage/SDWebImage - 0e075907a4a1e97698bfb9dc77ba1e944a995d77 authored over 12 years ago by Kevin Monahan <[email protected]>
Non ARC fix

github.com/SDWebImage/SDWebImage - 7b941a0cb2951d731794ba9e259897ecb077cd72 authored over 12 years ago by Sema Belokovsky <[email protected]>
Add some security around wrongly typed URL argument

github.com/SDWebImage/SDWebImage - 40524876e9a66fa6dbf0eb6980cd98071a9d7923 authored over 12 years ago by Olivier Poitrey <[email protected]>
Merge pull request #176 from jianlin/master

needed to quote <Multiple values>

github.com/SDWebImage/SDWebImage - 5f27d2d20d0f8e3e60bcd1285f9d81819cf94ffb authored over 12 years ago by Olivier Poitrey <[email protected]>
needed to quote the <Multiple values>

github.com/SDWebImage/SDWebImage - c1b22e83e5b985b1dc93769e53712144756c44fd authored over 12 years ago by jianlin <[email protected]>
Merge pull request #175 from jianlin/master

add instructions

github.com/SDWebImage/SDWebImage - eaca9576ba8ccb56af21225911f7461a852c280f authored over 12 years ago by Olivier Poitrey <[email protected]>
more readable

github.com/SDWebImage/SDWebImage - e728b291705bf3b2688d61b6481e44f6e7f4d609 authored over 12 years ago by jianlin <[email protected]>
HeaderFile.h confusing

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

github.com/SDWebImage/SDWebImage - 38f5acdb6988e1cb08c94c41fda7ab6a304d3c7a authored over 12 years ago by jianlin <[email protected]>
quote the string to add

for the search paths

github.com/SDWebImage/SDWebImage - 633a86805fedf9a86402bf5bebf3470bd0462d25 authored over 12 years ago by jianlin <[email protected]>
add instructions on how to pop out the box for header search paths

github.com/SDWebImage/SDWebImage - 097276c0bb46709537b2dc29ec09d5e235de6fe6 authored over 12 years ago by jianlin <[email protected]>
Merge pull request #174 from jianlin/master

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

github.com/SDWebImage/SDWebImage - 05574623d67d9d4ef053beac1f96d2da1c71f7dd authored over 12 years ago by Olivier Poitrey <[email protected]>
add further explanation for Build Settings info

github.com/SDWebImage/SDWebImage - e89f27bebfa51a3761e68417cecb647cc4c838b9 authored over 12 years ago by jianlin <[email protected]>
Merge pull request #167 from ltbl/master

Fix SDWebImageDecoder to obey the orientation tag

github.com/SDWebImage/SDWebImage - ef8bced49d437b4b4a088f2919bd0849bfaaf33b authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix SDWebImageDecoder to obey the orientation tag

github.com/SDWebImage/SDWebImage - 0d14e54214bb0181341fd3939035d36d0a41cecc authored over 12 years ago by Taeho Kim <[email protected]>
Updated gitignore to include build

github.com/SDWebImage/SDWebImage - 377eca03eabe56e6ac917e705c52f92d15996808 authored over 12 years ago by Arnaud Coomans <[email protected]>
Fix the no image issue when no placeholder image is used with UITableViewCell default templates

github.com/SDWebImage/SDWebImage - c474512548e4da7703cf588e9693a1fd0a6149d5 authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix README type (fix #146)

github.com/SDWebImage/SDWebImage - 46cc079069412639357e9698eac2a769ab224c6b authored over 12 years ago by Olivier Poitrey <[email protected]>
Add a dedicated target with MKAnnotation category

This free other targets from unwanted MapKit framework requirement

github.com/SDWebImage/SDWebImage - 34f18e012f3b1b0f449656a7637f268ba09ecb89 authored over 12 years ago by Olivier Poitrey <[email protected]>
Use NSCache instead of a dictionary for the memory cache.

github.com/SDWebImage/SDWebImage - 502f74042f10aa3a34d95a5e3f3e9a6500471554 authored over 12 years ago by Jesse Andersen <[email protected]>
Add a dedicated target with MKAnnotation category

This free other targets from unwanted MapKit framework requirement

github.com/SDWebImage/SDWebImage - b357e8210c2a1c96ea768b16fd0c003baef77a04 authored over 12 years ago by Olivier Poitrey <[email protected]>
Memory cache reserves 12MB free RAM to prevent watchdog from killing the app before memory warning is sent

github.com/SDWebImage/SDWebImage - 0bce0b99bc6dac2199d314b5b5b067555e81c00f authored over 12 years ago by clowwindy <[email protected]>
Fix blocks not called when same URL requested for download several times simultanously (fix #137)

github.com/SDWebImage/SDWebImage - 248fbc2148fe1ea01c128a45fd05f354f61c0944 authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix an implicit conversion error (fix #129)

github.com/SDWebImage/SDWebImage - b78238802d12678d19999ad1932f76882dbc895b authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix README for static library instruction with archiving

github.com/SDWebImage/SDWebImage - aa64d201289f8590c5f097c6a0b9bb1411ed5413 authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix typo (fix #123)

github.com/SDWebImage/SDWebImage - 960674fce1ed262841aac63e626c95cd5bc9db62 authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix a crash with progressive download activated in non-ARC env

github.com/SDWebImage/SDWebImage - ea5b82d9637e239efca44c4bf773700eaaa7f63a authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix ARC target not activating ARC correctly

github.com/SDWebImage/SDWebImage - 76132c3e84cc2562a3979a13ff4b9e83c6ef86a0 authored over 12 years ago by Olivier Poitrey <[email protected]>
Add support for setBackgroundImage:* in UIButton category (fix #121)

github.com/SDWebImage/SDWebImage - 874f944d8ee8a2405add7e977bc7298f9025d4c5 authored over 12 years ago by Olivier Poitrey <[email protected]>
Set placeholder on all UIButton stats (fix #120)

github.com/SDWebImage/SDWebImage - eff6cac284f1a71f408f688ee53910c2a865797a authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix some typos/misses (fix #119)

github.com/SDWebImage/SDWebImage - b6e0630b1708ad0ac6ab087a00518798874d4412 authored over 12 years ago by Olivier Poitrey <[email protected]>
Merge pull request #118 from jcole/master

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

github.com/SDWebImage/SDWebImage - 5aa5b46952f991110798bb928749d650f600ea92 authored over 12 years ago by Olivier Poitrey <[email protected]>
Allows SDWebImagePrefetcher options to be set set. Defaults to SDWebImageLowPriority.

github.com/SDWebImage/SDWebImage - 35b6553eaccb311d1508aa963356b8a502597469 authored over 12 years ago by Jeff Cole <[email protected]>
Enable more useful warnings

github.com/SDWebImage/SDWebImage - aa25f3a67bbbaf8683aa20c6f81eef9fcdfcf325 authored over 12 years ago by Olivier Poitrey <[email protected]>
Merge branch 'rebasedMaster' of https://github.com/cbowns/SDWebImage into cbowns-rebasedMaster

github.com/SDWebImage/SDWebImage - b52f85b31f0139a58cfd2f9823ca31e408604642 authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix ARC warning (fix #116)

github.com/SDWebImage/SDWebImage - fc246421494125650cbc43ad32287896b926370e authored over 12 years ago by Olivier Poitrey <[email protected]>
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...

github.com/SDWebImage/SDWebImage - af3924c4475ef3cde576349f78af353de0aba636 authored over 12 years ago by Olivier Poitrey <[email protected]>
Fix the description for getMemorySize

github.com/SDWebImage/SDWebImage - 102d7bd48410603b14607e0c250a5e83ac784e03 authored over 12 years ago by Jeff Cole <[email protected]>
Add getDiskCount, getMemorySize, and getMemoryCount methods to SDImageCache for diagnostic purposes

github.com/SDWebImage/SDWebImage - d6534c7fbcc4afcade0dd6702f2e86b033349f24 authored over 12 years ago by Jeff Cole <[email protected]>
Add URL to the API documentation to the README

github.com/SDWebImage/SDWebImage - f94ecf0600f7da1eb4edb1d7dceca86ec8e2ba9c authored over 12 years ago by Olivier Poitrey <[email protected]>
Add appledoc comments

github.com/SDWebImage/SDWebImage - 110799614f351ba51fec1ae962757d5c9a7216f1 authored over 12 years ago by Olivier Poitrey <[email protected]>
Add image decoder and retina support to partial images when progressive download is used

github.com/SDWebImage/SDWebImage - 6574083a9533025467d920a132e3e3f47b29f839 authored over 12 years ago by Olivier Poitrey <[email protected]>
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

github.com/SDWebImage/SDWebImage - ea819b2a45cd4b9b663c549db94fb4c48dc3e747 authored over 12 years ago by Olivier Poitrey <[email protected]>
Add support for optional progressive downloading using ImageIO (fix #114)

Thanks to @Xenofex for his idea and implementation example

github.com/SDWebImage/SDWebImage - ba71333e17e18ecdef26574963150e3bd3591fca authored over 12 years ago by Olivier Poitrey <[email protected]>
Update README.md with syntax color.

github.com/SDWebImage/SDWebImage - 16d661488a1e4d01c5e9f94d5b0b0c0f937afaea authored over 12 years ago by Eli Wang <[email protected]>
Move all source to a subdirectory to comply with XCode 4 standards

github.com/SDWebImage/SDWebImage - dd5f15055debe814517760165b7aa2ec9e61bf01 authored over 12 years ago by Olivier Poitrey <[email protected]>
Add cache key filter support to SDWebManager in order to allow custom cache key generation

github.com/SDWebImage/SDWebImage - 10aff8e1f0433dd4bb094a34c27db1f418888e51 authored over 12 years ago by Olivier Poitrey <[email protected]>
Do not check request response status code when the protocol isn't HTTP (fix #110)

github.com/SDWebImage/SDWebImage - 6aee6411f957be5cafb94aa311eb7a22c4b77c68 authored over 12 years ago by Olivier Poitrey <[email protected]>
Add SDImageCache removeImageForKey:fromDisk: to allow cache item removal from memory only (fix #111)

github.com/SDWebImage/SDWebImage - dd6d8dba6e2cc566a22427f278840560b610587d authored over 12 years ago by Olivier Poitrey <[email protected]>
Remove spaces to match code style

github.com/SDWebImage/SDWebImage - 0237551b8f9bfd1ecdb4ca3d2f8c701c18abcb41 authored over 12 years ago by Christopher Bowns <[email protected]>
Update README.md

github.com/SDWebImage/SDWebImage - 89b8cf5cb06b99fefb7343660addb3a8a9de9009 authored over 12 years ago by Christopher Bowns <[email protected]>
Brace-wraps inline struct initializer

github.com/SDWebImage/SDWebImage - 2aeed9830ed1be7d3f4c8e8ffa1792aa44633432 authored over 12 years ago by Christopher Bowns <[email protected]>
Adds newlines to ends of files

github.com/SDWebImage/SDWebImage - cdb651b6a3aa90e1eb1412c810edd98b913c9ce1 authored over 12 years ago by Christopher Bowns <[email protected]>
Converts ints to NSUInts to avoid signed-comparison warnings

github.com/SDWebImage/SDWebImage - 5b0a45e6ecd5cf5840234a82729abf7dd215b925 authored over 12 years ago by Christopher Bowns <[email protected]>
Merge pull request #106 from athasach/patch-1

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

github.com/SDWebImage/SDWebImage - ffc247f479109e3e2f374eb003cea962dabb9e9d authored over 12 years ago by Olivier Poitrey <[email protected]>
Added missing newline at end of file to fix a compilation error where warnings are stricter [-Werror,-pedantic,-Wnewline-eof].

github.com/SDWebImage/SDWebImage - 16cae985fc4f7bdd18feb4839be174eaca79b77b authored over 12 years ago by Kent Wong <[email protected]>
Merge pull request #97 from muhku/master

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

github.com/SDWebImage/SDWebImage - 973591d433302cbc527dae2974044f9e90940688 authored over 12 years ago by Olivier Poitrey <[email protected]>
Merge pull request #105 from rickygu/patch-1

Update static library instruction to be more comprehensive.

github.com/SDWebImage/SDWebImage - a677421ad309a497c31c2f43c7ea48d6b69b728e authored over 12 years ago by Olivier Poitrey <[email protected]>
Update static library instruction to be more comprehensive.

github.com/SDWebImage/SDWebImage - 7030a8f802027467a3096de716b65f1797b769fe authored over 12 years ago by Ricky Gu <[email protected]>
Merge pull request #104 from piotrb/master

Updated README to match the header location changes from #101

github.com/SDWebImage/SDWebImage - 8e270868026f79862607f550311cd89f3dbdbeba authored over 12 years ago by Olivier Poitrey <[email protected]>
Merge pull request #103 from fannheyward/master

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

github.com/SDWebImage/SDWebImage - c145057d117040d45b97e638a4507ca76c5d4aab authored over 12 years ago by Olivier Poitrey <[email protected]>
Updated README to match the header location changes from #101

github.com/SDWebImage/SDWebImage - 6c402c1cc621220801d06f425467736d346bbe12 authored over 12 years ago by Piotr Banasik <[email protected]>
fix warning: performSelector may cause a leak because its selector is unknown.

github.com/SDWebImage/SDWebImage - d0ca6dec2cba7d7f436d2b5c0b8f30800bd4e9fc authored over 12 years ago by Heyward Fann <[email protected]>
Merge pull request #102 from piotrb/master

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

github.com/SDWebImage/SDWebImage - 3f28c9e6eae5c961d91cbe61c7cde6e2e58c3df5 authored over 12 years ago by Olivier Poitrey <[email protected]>
Updated the project to use RestKit style ../../Headers/$(TARGET_NAME) Headers path to avoid issues in Archive builds

github.com/SDWebImage/SDWebImage - 2125d13252d78e7b31d3c05c0f335950d91b2f96 authored over 12 years ago by Piotr Banasik <[email protected]>
Set the cached image in UIControlStateSelected and UIControlStateHighlighted.

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

github.com/SDWebImage/SDWebImage - 7283ce7bb086125b52975dc54385bf95ac7a282a authored over 12 years ago by Matias Muhonen <[email protected]>
Merge pull request #92 from andybee/master

Fix for SDWebImageManger block issue (84)

github.com/SDWebImage/SDWebImage - f89508d6f77e5cc2c9c0ed20c1b1bf381a33493b authored over 12 years ago by Olivier Poitrey <[email protected]>
Tweaked the safe release methodology for the copied blocks to remove un-necessary autorelease.

github.com/SDWebImage/SDWebImage - 5cacab1b303f60e07625754a9f5d6e2455891819 authored almost 13 years ago by andybee <[email protected]>