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
- `imageManager:shouldDownloadImageForURL:` let delegate to conditionaly block cache-in (fix #13...
github.com/SDWebImage/SDWebImage - ebd63a88c116ac7acfbeded5c84d0fffa2443438 authored almost 12 years agogithub.com/SDWebImage/SDWebImage - 6f198abd1b2c129ae104b70cea485a495fc773f7 authored almost 12 years ago
Fix "Alpha on JPEG with no alpha" when decoding
github.com/SDWebImage/SDWebImage - 5f535602f1496bd68197e2bd851e0857f1117f4c authored almost 12 years agogithub.com/SDWebImage/SDWebImage - b27d5719c23cb1840601c8b38ac036706d7e6ef0 authored almost 12 years ago
github.com/SDWebImage/SDWebImage - de19c24241628c79235e6938e485b1f4c70673d9 authored almost 12 years ago
Add synchronous disk-cache loading method.
github.com/SDWebImage/SDWebImage - a8a398386b668ccd2b156ed52dfcc6697f9b0b59 authored almost 12 years agogithub.com/SDWebImage/SDWebImage - 17cc72d5ab62615ae8d1a6fcd8198d5b6e28a2fc authored almost 12 years ago
github.com/SDWebImage/SDWebImage - de485a8618a445a92364b44ae40e67d3a813c699 authored almost 12 years ago
This reverts commit 12196f4de69268dc994ba3d5bc04a11568177520.
It adds alpha on JPEG with no alpha.
Check SDWebImageCacheMemoryOnly for disk caching
github.com/SDWebImage/SDWebImage - 87568ce1416171b38aaec216281226f2be230666 authored almost 12 years agogithub.com/SDWebImage/SDWebImage - 42c74557769863b7f840801214a9aeb5b4e139bc authored almost 12 years ago
github.com/SDWebImage/SDWebImage - e7c02bb910a828d97be0814b25e09d3428757e90 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 3016754250a6b8076bf293c1c5bab7d064621842 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 85dacacb23bc54baad6164c99345dcf52bc3ecbe authored about 12 years ago
Fixed CGBitmapContextCreate warnings for invalid alpha properties
github.com/SDWebImage/SDWebImage - 0ee103263ccfac7350d22c35f84b2f02df17afbf authored about 12 years agoInvalid cost calculation when saving image to memory cache
github.com/SDWebImage/SDWebImage - 788ff6759f309d3d8beba4518bb5440be709aa7a authored about 12 years agogithub.com/SDWebImage/SDWebImage - 73884be3673b6addde054ec1916e24c02718b6db authored about 12 years ago
github.com/SDWebImage/SDWebImage - 12196f4de69268dc994ba3d5bc04a11568177520 authored about 12 years ago
NSInvalidArgumentException is thrown if a nil NSURL is downloaded.
github.com/SDWebImage/SDWebImage - 815d1c5eae0c6c1c7698c11a2a6f004de0b54d0a authored about 12 years agogithub.com/SDWebImage/SDWebImage - 599636fa58d64f515fd4316e4f5026a5d4a74cbd authored about 12 years ago
github.com/SDWebImage/SDWebImage - b59b42e6b5047091766bc4470f9a6b38c93ee6bf authored about 12 years ago
github.com/SDWebImage/SDWebImage - bc29d0a7aee8cfed0457640f88fc27767f07060c authored about 12 years ago
github.com/SDWebImage/SDWebImage - 1e53e91513dca56c3ac10f8595399e8bac806a26 authored about 12 years ago
isRunning method added at SDWebImageManager
github.com/SDWebImage/SDWebImage - 555a320b9ede5336fe83cca5bb285c5686b792d9 authored about 12 years agoDon't dispatch cancelAll calls.
github.com/SDWebImage/SDWebImage - a755f647527b7f2ef4be4cf0e490dc23132110ae authored about 12 years ago
- should fix pre-fetcher problems #247
- cancelAll should be always called using the main thread
github.com/SDWebImage/SDWebImage - b398208bebb086543e2437ab69223f4db29e321f authored about 12 years ago
Change SDWebImageManager to use shared image cache
github.com/SDWebImage/SDWebImage - 75cf6a09aec1a732853ffbc6bcfa9c84002eb65e authored about 12 years agogithub.com/SDWebImage/SDWebImage - cfb65f2d751d81b7a57a1818c0a907d028b7535c authored about 12 years ago
github.com/SDWebImage/SDWebImage - e8b1532cbaeb7c5f2c37eaddf0a5dffcb4cb8927 authored about 12 years ago
github.com/SDWebImage/SDWebImage - c876cafa7a1d54ad7ce58a77960d5f545071419f authored about 12 years ago
github.com/SDWebImage/SDWebImage - 043eb14273de2058f20378e2b26084bc5bdd637a authored about 12 years ago
decodedImageWithImage: ignores scale and orientation
github.com/SDWebImage/SDWebImage - 5f7d288645be8b0f8f9d9c624abdc1c90e9d709a authored about 12 years agogithub.com/SDWebImage/SDWebImage - f800a52f1c6eb409760bf14a5af5a636f3391100 authored about 12 years ago
Early progress callback
github.com/SDWebImage/SDWebImage - 7cd4d8e155059e1fe9b2676da139c2c2c4d278c8 authored about 12 years ago- also configured the Xcode project to use spaces instead of tabs by default
github.com/SDWebImage/SDWebImage - 7ba77023c7fb96b732e8d2dbbc26c1437c4be124 authored about 12 years ago- simplifies callback code by removing possible division by 0 issues during progress computation
github.com/SDWebImage/SDWebImage - 85759911b7f6bf6413d5cbb58a3687fe867204aa authored about 12 years ago
- as soon as the NSURLConnection gets initialized
- helps to allocate and show progress indicati...
Should fix most system warnings regarding invalid context configurations
github.com/SDWebImage/SDWebImage - 37f71de26c8fc6c817b40ca371044e571cf07d1b authored about 12 years agogithub.com/SDWebImage/SDWebImage - a94b3eca7cce47eb8cc395f5c712ca524d4a6c27 authored about 12 years ago
github.com/SDWebImage/SDWebImage - d3b5fd2bd2211bb54a237d58d9156d887e50d6ea authored about 12 years ago
github.com/SDWebImage/SDWebImage - e3d8bc8daf537a7b23f67f25dacac876aa18bdc7 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 84fe4a666958f53c177c7e245e1f0c059c020b5b authored about 12 years ago
github.com/SDWebImage/SDWebImage - 616d824dc7b5614c61e4b4a9f10dc35d2d333931 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 21ff7bd6ff6e66f6135f0337f72f3f89f9babac0 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 43e94e7380609ced7e595ff2eb439e51996a8fbe authored about 12 years ago
github.com/SDWebImage/SDWebImage - 12ab710ebcf88cea4fc96265d493bf3e68a709d0 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 0691f7cd97869f508f0a77271ad648ea63424ddc authored about 12 years ago
github.com/SDWebImage/SDWebImage - 4284b5797efdc445208e318bca67c9cd12986515 authored about 12 years ago
github.com/SDWebImage/SDWebImage - ddd03f7d2cbd72880809eed36482aa188086df22 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 82faab82d3b09fa6e051a95c44d8141dc768aa20 authored about 12 years ago
github.com/SDWebImage/SDWebImage - d487bccf5e5f51e5fab8c2cda92273320f730b22 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 10c44577f606c357efde5f379ae33e307550738b authored about 12 years ago
github.com/SDWebImage/SDWebImage - 44c6224763635a74747bd38759e24ab565f05830 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 1ec36c7c9902c793d5608f2595e7aaa0c8e6889f authored about 12 years ago
github.com/SDWebImage/SDWebImage - a7af2a19e48ec99f0ef66ea8b4a6f6b4beacadd1 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 6e99059007ab67a0b22c2340b73fd4bb9c9c89b8 authored about 12 years ago
- queryDiskCacheForKey:done: now always invokes the callback in the main thread
- removed the no...
- callbacks could be released between the callback existence if check and invocation
- could be ...
- made sure this is true even if the downloader is used on its own
- SDWebImageManager doesn't n...
Even if using the downloader directly without SDWebImageManager.
github.com/SDWebImage/SDWebImage - 9a3aff485191471e16d36303c8dbe917fda4e7ec authored about 12 years agogithub.com/SDWebImage/SDWebImage - ab185ea6e8e42a0f69f719ce5c9cb368276b5476 authored about 12 years ago
- none, disk and memory
- can still be used as a bool (if true there was a cache hit)
This preserves the image quality and retains some image attributes, such as the alpha channel (f...
github.com/SDWebImage/SDWebImage - 5c94f17a17c1bf6fb557393486bb3875c5320949 authored about 12 years agoTests on large images indicate an up to 4x improvement with regard to the time spent in decodedI...
github.com/SDWebImage/SDWebImage - d30c2ae2095fdb6826d7c25351e2be0e25ef1940 authored about 12 years agogithub.com/SDWebImage/SDWebImage - 022aa2146e960c6f4bc192dac723d34863a3b159 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 0920e7a001547fdea2440d4c9ae00454d2d22627 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 0c1dd3c857fcf4d704baaed0d0619c0ea3dd07ac authored about 12 years ago
Fix documentation directive
github.com/SDWebImage/SDWebImage - 152c75f4372255a6e35873f40c5d4b65f97cb0de authored about 12 years agogithub.com/SDWebImage/SDWebImage - bd72fe1034757eb23f36a19bd50ea89e5c7f4d08 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 7b947163dad3153a50953deecbaa119f504c7883 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 8f50bf6322d30929e3cff4ee532493d805aef535 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 3109110dc0bc9b4315332d03108dec89b903d439 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 2eee0093929e211e611bf22ebd20f534a0a0ed1e authored about 12 years ago
github.com/SDWebImage/SDWebImage - e343bdfb420de28d5bd8b365c8c14fb38c7901e5 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 95be2aad358015c5bf9f3391c89baa9374f69eae authored about 12 years ago
github.com/SDWebImage/SDWebImage - b29bb2e2e1a3fe4642d1f7c123b1191c328bd285 authored about 12 years ago
github.com/SDWebImage/SDWebImage - e5b0d22e645cba193747c50b887b6b2dc09b8444 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 2904559f544bc0ad0e45b923edb572a27d125230 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 1f0a8f4b13f92093a3ee59525b4f87b93be0d55f authored about 12 years ago
github.com/SDWebImage/SDWebImage - 541f3a12847e4fad93003a24b1d3217c36a19f4b authored about 12 years ago
github.com/SDWebImage/SDWebImage - cceb56353c593104320bb45eaa35176394e49f65 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 651d8ff58347abf531f1ebb4d75abfae5c00ca0b authored about 12 years ago
github.com/SDWebImage/SDWebImage - 326890b476cd3d2a4b3388b794d991db5acf9c9e authored about 12 years ago
github.com/SDWebImage/SDWebImage - b5bb74bf96ca501a10465b2477e345cad5a492b1 authored about 12 years ago
github.com/SDWebImage/SDWebImage - bf1b946b9a6762679ad3be860fc349df21279d2e authored about 12 years ago
github.com/SDWebImage/SDWebImage - ed690465d85f5759b77d68617f11f15a9023da78 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 570965f6cff9346a370039266f8a45d8fe15b950 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 13210a692594fd9aa715b3a99541fa561db82443 authored about 12 years ago
Either it's buggy under iOS or I didn't use it the right way...
github.com/SDWebImage/SDWebImage - a8a9b128963b7e73e95471d04b064c74517d06ad authored about 12 years agogithub.com/SDWebImage/SDWebImage - 73df9d7281b313c88a249187871a04318a9fb59c authored about 12 years ago
github.com/SDWebImage/SDWebImage - 78a4df12c6a771fa405d7d3ceaeaca6e47ccbc85 authored about 12 years ago
github.com/SDWebImage/SDWebImage - 149afed476bebf536061008bb10455151cbf95f9 authored about 12 years ago
github.com/SDWebImage/SDWebImage - f7d0f1d12f7caa000b9acc9a40d02c2b0ab90a3f authored about 12 years ago
github.com/SDWebImage/SDWebImage - d85d5833af1961fb05053514a7356a827eae2a7d authored about 12 years ago
github.com/SDWebImage/SDWebImage - 8a55d97fc9c7b6ece4056d5543b41d1c609ec2b0 authored about 12 years ago
github.com/SDWebImage/SDWebImage - df89ee44cdc171c895c2fc0b40711e73a82121fb authored about 12 years ago
github.com/SDWebImage/SDWebImage - efe65bfd3beb65c9333f363e98858f926474fcd7 authored about 12 years ago
- Activate pipelineing
- Disable cookie support
- Add image/* Accept header to force image on se...
github.com/SDWebImage/SDWebImage - e91cbcf0aa15c3637698f61c2e54b411778b4122 authored about 12 years ago