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

Add support for downloading image behind a redirect

github.com/SDWebImage/SDWebImage - 71da8bad7d392af909db2b3e745b7f9a9932b93f authored over 8 years ago
Merge pull request #1595 from rs/all_platforms

watchOS and OSX support (One platform to rule them all)

github.com/SDWebImage/SDWebImage - 54adffa63679a54a72b38017cd5536812b857f50 authored over 8 years ago
Updated the CHANGELOG so it's easier when 4.0 is actually released

github.com/SDWebImage/SDWebImage - 203c3712b2b7f894c71ef1295aa008854228a337 authored over 8 years ago
Set 4.0.0-beta as the version from the podspec and the Info.plist file

github.com/SDWebImage/SDWebImage - 823b615281662b93e5a8f0339fd4afd89d139b26 authored over 8 years ago
Updated the Readme with the supported platforms

github.com/SDWebImage/SDWebImage - b360cbdc8031e9f1bef377f839a1d4183ff07aba authored over 8 years ago
Added the `WEBP_USE_INTRINSICS` flag per https://github.com/rs/SDWebImage/pull/1595#issuecomment-225984546

github.com/SDWebImage/SDWebImage - 1a2f81a5d5cf3371aa66a38735603fef9f694e4b authored over 8 years ago
Added logos and included in the readme

github.com/SDWebImage/SDWebImage - 6de3e4c3bf77272141b974e8948d8ff0b7770768 authored over 8 years ago
Allow to specify NSURLSessionConfiguration for SDWebImageDownloader

github.com/SDWebImage/SDWebImage - 1ac8c23723a1b2eac13562fbedcdbf3cac77d014 authored over 8 years ago
Fixed issue "The value of CFBundleVersion in your WatchKit app's Info.plist (1) does not match the value in your companion app's Info.plist (1.0). There values are required to match"

github.com/SDWebImage/SDWebImage - 5851f78aee7104a595cb3aee14a261c10c6a7418 authored over 8 years ago
Last commit missed to add 2 alpha_processing files.

github.com/SDWebImage/SDWebImage - 0bcb35d6977609d4032466137a39456ad0aa32ac authored over 8 years ago
Started using libwep 0.5.0 (changed the submodule hash, updated the files added to our project). To fix "gnu-style inline assembly is disabled" issues, explicitly set WEBP_USE_INTRINSICS for the watchOS targets

github.com/SDWebImage/SDWebImage - ccacfc768d82c662c7dd30f0a9284025df2b995d authored over 8 years ago
Attempt to fix the tests as they were 2 tests trying to get the same image

github.com/SDWebImage/SDWebImage - 179362f55df39f5e80bdb9ac173109adf998b477 authored over 8 years ago
Added the osx platform to the podspec and set the osx deployment target to 10.8 because of some compiler issues (pod lib lint)

github.com/SDWebImage/SDWebImage - 8e81f4273f7f646f943ddb2b3c509b5cdbad9357 authored over 8 years ago
Proper file header copyright

github.com/SDWebImage/SDWebImage - 13cfa24cfe08c632bb456072ddbc9ef6bd39c75e authored over 8 years ago
Updated the Travis CI script so it doesn't fail - both the "SDWebImage iOS Demo" and "SDWebImage Watch Demo" have dependencies with other platforms, so removing the -sdk option and added destination to make sure it builds for simulator

github.com/SDWebImage/SDWebImage - 98fd09ffaeafe7e1f3de85b304b1fabfbd7d9b72 authored over 8 years ago
Updated deployment targets for the Demo project (no longer project level iOS target, set watch to 2.0 and appletv to 9.0)

github.com/SDWebImage/SDWebImage - a4da728a08d31a2bfda995e98a61508db5cb9712 authored over 8 years ago
Let's try the build with Xcode 7.3

github.com/SDWebImage/SDWebImage - 67ef868d37a00cbd8fc005f5f9592085869cef49 authored over 8 years ago
Updated the Travis CI script

github.com/SDWebImage/SDWebImage - a6dcf79e3bf09541c03a2efaa7602a6974ad70f4 authored over 8 years ago
Correct import of MapKit

github.com/SDWebImage/SDWebImage - 9523b0543a4cec93bef7fff0fcbca706f53ad919 authored over 8 years ago
Update on the libSDWebImage.a rename to libSDWebImage iOS static.a

github.com/SDWebImage/SDWebImage - ac36b84463042799607a854a4078bbfdd7a36435 authored over 8 years ago
Travis CI update

github.com/SDWebImage/SDWebImage - d760b43b6673adabc49b78973d2ea74e49b55534 authored over 8 years ago
watchOS Demo, created a static watchos lib target, renamed static SDWebImage to "SDWebImage iOS static", added the webp files to all targets (as libwebp is compatible with all 4 platforms). Updated Travis CI

github.com/SDWebImage/SDWebImage - 683c7edce5dfe8f44b3c48249454c674c74b44d0 authored over 8 years ago
OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility

Clarified and simplified the usage of TARGET_OS_* macros. Added SD_MAC, SD_UIKIT, SD_IOS, SD_TV, ...

github.com/SDWebImage/SDWebImage - 4c6eb5e72e79c58d46ad5b0bdf9b4386ebf1736b authored over 8 years ago
Added the watch framework build to the Travis CI script

github.com/SDWebImage/SDWebImage - b8e210dae9cf02f81f082fa76f0657b9985f97f6 authored over 8 years ago
Projects cleanup, properly set targeted device family, sdkroot and supported platforms. Tried not to set things on the project level that need redefinition at the target level

github.com/SDWebImage/SDWebImage - cc7fa8fd93975069acc927829ec32f48619f73f0 authored over 8 years ago
Adds automatic building with carthage to CI

github.com/SDWebImage/SDWebImage - f63a23654699bc519dacc7bf93670a42dfc1580f authored over 8 years ago
Enables BITCODE for tvOS builds

github.com/SDWebImage/SDWebImage - f4875b0efbb11339bb522dbeaceae74706683e04 authored over 8 years ago
WatchOS support - just added a target and the conditional compiling - seems to work (pod lib lint works).

There is an issue, the SDWebImage watchOS target doesn't show the simulator, only Generic Device....

github.com/SDWebImage/SDWebImage - 3d122e550b906aebb690a57f97fa3b211ed4ccf8 authored over 8 years ago
Added short description about how to use GIFs

github.com/SDWebImage/SDWebImage - 546a579c62510b745d68ab430cfe2a3d86e47722 authored over 8 years ago
Merge pull request #1575 from rs/gif

GIF support using FLAnimatedImage

github.com/SDWebImage/SDWebImage - 4e2a4f091a5c64cc89899eb65907661a87d4723c authored over 8 years ago
Merge branch '4.x' into gif

# Conflicts:
# SDWebImage/MKAnnotationView+WebCache.h
# SDWebImage/MKAnnotationView+WebCache.m
#...

github.com/SDWebImage/SDWebImage - 17d8690127fa7cfeac5f19ae6573b0ae6eb01db5 authored over 8 years ago
Merge pull request #1581 from rs/Xcode_7_ObjC_updates

Xcode 7 ObjC updates

github.com/SDWebImage/SDWebImage - 42abd089353534ecdad29b54ea4a58b26afacd39 authored over 8 years ago
Merge branch 'master' into 4.x

# Conflicts:
# SDWebImage/SDWebImageManager.m

github.com/SDWebImage/SDWebImage - bb0b84342f3c51b43bcb333e69f89a74ce686ad2 authored over 8 years ago
Updated the changelog

github.com/SDWebImage/SDWebImage - c012fc9bb2e5b1775a8a4a847938352187496a05 authored over 8 years ago
Bumped the version

github.com/SDWebImage/SDWebImage - 67329ac512c10ea5d137e48d6a5522b578325350 authored over 8 years ago
Reverted all the changes for "Removed the URL query params from the filename (key)" fb0cdb6d 1bf62d4 #1584 - fixes #1433 #1553 #1583 #1585

This is a deal breaker for people. The solution for those issues (i.e. very long urls) is to set ...

github.com/SDWebImage/SDWebImage - de149aedaa8915463900f427e0c9fc9a12e2ca26 authored over 8 years ago
Implemented Nullability according to https://developer.apple.com/swift/blog/?id=25. Decided to make explicit nullable and nonnull and not use NS_ASSUME_NONNULL_BEGIN so everything is clearer when read. Done so in the implementation files as well

github.com/SDWebImage/SDWebImage - 2064f28d2f0442357ea401e8fcd017b074a6e087 authored over 8 years ago
Enabled CLANG_ANALYZER_NONNULL per http://indiestack.com/2016/06/nullable-edge-cases/. Small fix for a case where trying to get from a set using a nil key

github.com/SDWebImage/SDWebImage - 0df12218b7b9a4c633d057158272a33df388ff58 authored over 8 years ago
Implemented Lightweight Generics - both for Swift interoperability and for easier to read code

github.com/SDWebImage/SDWebImage - 67f943b0faec54ccbe0ef446ea45f5ac0fbf17a1 authored over 8 years ago
Opening bracket styling

github.com/SDWebImage/SDWebImage - c4dd0eee49ca0282f413be1fcca1c57f5376d0b4 authored over 8 years ago
Merge branch '4.x' into gif

# Conflicts:
# SDWebImage.xcodeproj/project.pbxproj

github.com/SDWebImage/SDWebImage - 7684fbd9a7aaa9671699250046ca1ca8f5cd5ca9 authored over 8 years ago
Merge branch 'master' into 4.x

+ SDWebImageDownloader downloadImageWithURL:... properly use the weakself-strongself pattern

# C...

github.com/SDWebImage/SDWebImage - 3364a981d59d204309a4c66b6159a34ca42e54eb authored over 8 years ago
Readded `shouldUseCredentialStorage` to preserve backwards compatibility

github.com/SDWebImage/SDWebImage - fc0de57066092f38b88b8e08f2f781a53e995f6c authored over 8 years ago
Updated the changelog

github.com/SDWebImage/SDWebImage - 473054879c02235aa0074a4fac010467de61ae61 authored over 8 years ago
Merge pull request #1586 from oanapopescu/nsurlsession

Updated image downloader with a single session that manages all tasks

github.com/SDWebImage/SDWebImage - 5d42a2ac5ed68c7dbc7cf7bca7e2316a4ee07186 authored over 8 years ago
Keeping both owned and unowned sessions around as part of the operation.

We need different ownership for both because we need to invalidate the owned session upon complet...

github.com/SDWebImage/SDWebImage - 1e412927cc94f5b63c00680a1af73efaeb09f137 authored over 8 years ago
Updated image downloader with a single session that manages all tasks

- the URL session is created and maintained y the image downloader
- the session will be injected...

github.com/SDWebImage/SDWebImage - eab427914046f56775bcab9e731d647536611fb8 authored over 8 years ago
Fixed #1583 crash in `SDWebImageManager cacheKeyForURL:` when url is nil - replaced #1585

github.com/SDWebImage/SDWebImage - 1bf62d475a94015b383eddf5e7567c0747eb601d authored over 8 years ago
Merge pull request #1584 from minsOne/master

fixed crash on ios7 user device

github.com/SDWebImage/SDWebImage - d8dc6a25aa2c0d78dc3f7b2fa37a606641455ae8 authored over 8 years ago
fixed crash on ios7 user device

fixed that string property of NSURLComponents can`t use on iOS7

github.com/SDWebImage/SDWebImage - 335a437b2e70cf3f3cd41452d217098bad5acc10 authored over 8 years ago
Updated the changelog

github.com/SDWebImage/SDWebImage - cb7a3db23c5eb785dd31e83f28a5d30ee2f3440c authored over 8 years ago
Bumped the deployment target to iOS 7 (due to NSURLSession) and also incremented the library version to 3.8.0

github.com/SDWebImage/SDWebImage - 6545a3aba1a8488153dd77079402ee3c3b89f539 authored over 8 years ago
Merge pull request #1578 from oanapopescu/nsurlsession

Replace deprecated NSURLConnection with NSURLSession

github.com/SDWebImage/SDWebImage - 9137b65d3b406e4ad4fe42fbd42d18b53e2ea1e6 authored over 8 years ago
Removed dealloc method and added comment regarding sending nil for delegateQueue

github.com/SDWebImage/SDWebImage - 09a9e74eae4ae0bd9e910849827fd282a8ef6a81 authored over 8 years ago
Replace deprecated NSURLConnection with NSURLSession. See #1291 #1318 #823 #1566

- one session per operation to preserve the ordering and priority functionalities
- removed all t...

github.com/SDWebImage/SDWebImage - 5580c78282910716f63210b700c83d3415bdfc08 authored over 8 years ago
Revisited all copyright comments and decided for just one format

github.com/SDWebImage/SDWebImage - 94c1ec3ed078824071b222a87e7e42dc23b71960 authored over 8 years ago
Trying to fix the random build failures (probably timeout due to this image url)

github.com/SDWebImage/SDWebImage - 7761afca9279e6cbbd0f82b98b2db0b8d2d78af3 authored over 8 years ago
Updated the tests

github.com/SDWebImage/SDWebImage - b059b04fd21f666ad4137d6a1de0eac1c94a6fc9 authored over 8 years ago
Trying to fix the build, seems like Travis cannot work with ssh urls

github.com/SDWebImage/SDWebImage - d1f76940044edf53267d3e84fafd5bb4d5b38463 authored over 8 years ago
Successfull attempt to override the UIImageView(WebCache) methods in the FLAnimatedImageView(WebCache) category. This should make the integration easier. Not sure if it will always work

github.com/SDWebImage/SDWebImage - 44cb993ee9af59aad1b282c5fa414aac511cd265 authored over 8 years ago
Updated the podspec so the GIF+FLAnimatedImage is a separate subspec

github.com/SDWebImage/SDWebImage - d75bc2765d3dec1b54f4640bb89ed17cab1e6a9d authored over 8 years ago
Updated the example project so it supports the animated images as well.

github.com/SDWebImage/SDWebImage - 8a488d377b9a92edfa655ba3ac3d1c32f8c247a6 authored over 8 years ago
Added the FLAnimatedImageView category to the project and made the FLAnimatedImage headers public

github.com/SDWebImage/SDWebImage - 4df3934954cf34945f41d2f8fe8c779bafdc86db authored over 8 years ago
Converted our example xibs to the new Xcode format

github.com/SDWebImage/SDWebImage - f6cd50bb653e5964ca7badd10669bc27bb44f369 authored over 8 years ago
Built a FLAnimatedImageView category that hooks this class to the SDWebImage system. It's very similar to UIImageView (WebCache). There are explicit methods for loading an animated image.

github.com/SDWebImage/SDWebImage - c1451f28af5fffbf383fe610a4c7b1a83fd9d70a authored over 8 years ago
Corrected comment (was changed unintentionally).

github.com/SDWebImage/SDWebImage - 881da8fbe06760203c569631c5ff6aa848bb0c5f authored over 8 years ago
Updated the doc with the new completion type (SDWebImageManager loadImageWithURL)

github.com/SDWebImage/SDWebImage - 32f4e4d234e84ecf06cff18454f70093401fa650 authored over 8 years ago
Based on the previous change, we now can avoid the memory cache for GIFs, as the memory cache only holds UIImage instances and we need the NSData. Forced to load from disk if the image is a GIF

github.com/SDWebImage/SDWebImage - ada86ab9396e678e66f71b395ca0c91ccd700790 authored over 8 years ago
Changed the current internal GIF implementation. We will only return an UIImage with a single animated frame (basically a static image). We do set it in the images array so we can distinguish between those and real static images. Dropped all other GIF code.

github.com/SDWebImage/SDWebImage - 9ea1602157a6719dd2ea71172a48628eb9f7e5c3 authored over 8 years ago
Exposed the activity indicator methods from UIImageView+WebView so we can use them in a future category

github.com/SDWebImage/SDWebImage - debc0d482763f4a48f896a16cec10fc2d90231c0 authored over 8 years ago
For consistency with the previous change, also renamed `SDWebImageCompletionBlock` to `SDExternalCompletionBlock`

github.com/SDWebImage/SDWebImage - 8f4a9dae2de0e803b53c8419bc6a739b7e2b9bb3 authored over 8 years ago
Extended the SDWebImageManager `loadImageWithURL:options:progress:completed:` so it also returns the NSData (we will need it later for the GIF images).

- had to add an NSData param to `SDWebImageCompletionWithFinishedBlock `, so to make it simpler s...

github.com/SDWebImage/SDWebImage - aecb13d4210f5a91669fa5003e538f47dd8f05cb authored over 8 years ago
Extended the SDImageCache `queryDiskCacheForKey:done:` so it also returns the NSData (we will need it later for the GIF images).

- had to add an NSData param to `SDWebImageQueryCompletedBlock`, so to make it simpler see this c...

github.com/SDWebImage/SDWebImage - e775b444ef82f47a13ec456616f2cc078e6ac9c5 authored over 8 years ago
Added FLAnimatedImage to the project. Had to bump the deployment target to 6.0 since FLAnimatedImage only supports iOS 6 and later.

github.com/SDWebImage/SDWebImage - b4659f764842063809819ce45091d2f31d3213f7 authored over 8 years ago
Added FLAnimatedImage as submodule

github.com/SDWebImage/SDWebImage - 81df4611a1fdcdadf8a696727ec999eec72bc4f5 authored over 8 years ago
Fixed #1573 - Update to cc510a6 - Cached file name with path extension UIWebView issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).

github.com/SDWebImage/SDWebImage - 22fded56cf832543f39283962d089d3f4d7d0f61 authored over 8 years ago
Replaces #1398 Allow to customise cache and image downloader instances used with SDWebImageManager - added a new initializer (`initWithCache:downloader:`)

github.com/SDWebImage/SDWebImage - 9112170ea3f4084564c100a97fe828f654f2750c authored over 8 years ago
Fixed #1415 documentation was not updated when `removeImageForKey:` became async

github.com/SDWebImage/SDWebImage - 795832aadc9bbe5833fb2ae4ed612d8312fdd7a4 authored over 8 years ago
Fixed #1553 Cached file name with path extension UIWebView issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).

github.com/SDWebImage/SDWebImage - fb0cdb6dc423b62894dd7624eefda04ae612c90d authored over 8 years ago
Fixed #1573 - Update to cc510a6 - Cached file name with path extension UIWebView issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).

github.com/SDWebImage/SDWebImage - af7b587936b5f839ce961ef539c7bea0e1bee791 authored over 8 years ago
Replaces #1398 Allow to customise cache and image downloader instances used with SDWebImageManager - added a new initializer (`initWithCache:downloader:`)

github.com/SDWebImage/SDWebImage - 86fc47bf7b80bdfea49d39d9ad4d719bba90015c authored over 8 years ago
Fixed #1415 documentation was not updated when `removeImageForKey:` became async

github.com/SDWebImage/SDWebImage - e6e5c5156b7b95249f44ea74dd318022aeebc520 authored over 8 years ago
Fixed #1553 Cached file name with path extension UIWebView issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).

github.com/SDWebImage/SDWebImage - cc510a6a4ea43786032e38b5c125aa4b70b3fca9 authored over 8 years ago
Trying to get around this last build error "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “www.google.gr” which could put your confidential information at risk." by using a different image

github.com/SDWebImage/SDWebImage - b5a504f32608b9293caaf44143a97566c395a88b authored over 8 years ago
The pod setup output is huge with CocoaPods 1.0.0 (10.000+ lines), causes Travis to "This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log."

github.com/SDWebImage/SDWebImage - 512c536fcff8283ec0a1dc358abff2838dcc146a authored over 8 years ago
Trying to get around this last build error "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “www.google.gr” which could put your confidential information at risk." by using a different image

github.com/SDWebImage/SDWebImage - 0dc2c41112017693c9b4eccfc64bf5c05f0deb60 authored over 8 years ago
The pod setup output is huge with CocoaPods 1.0.0 (10.000+ lines), causes Travis to "This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log."

github.com/SDWebImage/SDWebImage - f8a7b6bac78e44d62399281cd49bf688398d4caf authored over 8 years ago
Need to clean the SDWebImage scheme to allow the tests to rebuild it using their required platform.

github.com/SDWebImage/SDWebImage - d625be8d98afac39d2d730253dce8fc2b38c3aa2 authored over 8 years ago
Need to clean the SDWebImage scheme to allow the tests to rebuild it using their required platform.

github.com/SDWebImage/SDWebImage - 8e300c92a40b83e84971b82d6b1182a8d684d7dd authored over 8 years ago
Another attempt at the build

github.com/SDWebImage/SDWebImage - 44eac986bb0c097fd2f362fe66d7855f3bda35c4 authored over 8 years ago
This should fix the build (the tests project)

github.com/SDWebImage/SDWebImage - afaf306222f46f557283f2de5fa57e69bbe713f1 authored over 8 years ago
Fixed the Tests/Podfile, the Target ios was not to be found, so took advantage of this change to simplify it

github.com/SDWebImage/SDWebImage - 5ac4e308c7bacd2f424c911db380d6b6f95d7663 authored over 8 years ago
Fixed #1444 and the master build thanks to https://github.com/kenmaz/SDWebImage/commit/5034c334be50765dfe4e97c48bcb74ef64175188

github.com/SDWebImage/SDWebImage - e9e7edffdefac6430c9260cf47fb9d6d10e73bba authored over 8 years ago
Fixed #1444 and the master build thanks to https://github.com/kenmaz/SDWebImage/commit/5034c334be50765dfe4e97c48bcb74ef64175188

github.com/SDWebImage/SDWebImage - f1a471e93fe2f2658b4cf5e75964cfd404e4ddb3 authored over 8 years ago
Improved the formatting of the Readme/Communication section

github.com/SDWebImage/SDWebImage - 4d295fdaf0d40dd392a1c26b88f6af5f27a06c49 authored over 8 years ago
Attempt to fix the latest build (failed because of Invalid `Podfile` file: [!] The specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.)

github.com/SDWebImage/SDWebImage - 11840d131390f3895b9b7875b84d95b04189543e authored over 8 years ago
Added Communication section to the readme

github.com/SDWebImage/SDWebImage - 9aa95e83b915be41ab3e40bb00e456df2462ee99 authored over 8 years ago
Added CONTRIBUTING, ISSUE and PULL_REQUEST TEMPLATE

github.com/SDWebImage/SDWebImage - 842d6aac7b4cf8221495eb9d4d65d7faa69987c1 authored over 8 years ago