forked from SDWebImage/SDWebImage
-
Notifications
You must be signed in to change notification settings - Fork 1
Base/head Fork; eddydas-9gag.open.source/SDWebimage #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nbaulesglobalsolutions
wants to merge
229
commits into
eddydas:2.0-compat
Choose a base branch
from
9gag-open-source:master
base: 2.0-compat
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Base/head Fork; eddydas-9gag.open.source/SDWebimage #1
nbaulesglobalsolutions
wants to merge
229
commits into
eddydas:2.0-compat
from
9gag-open-source:master
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This version is a rewrite of the lib using iOS 5.0 as minimum target. The lib as thus been refactored to use blocks/GCD from the ground up. As a consequence, all delegate code style has been removed. The result is a lot less lines of code and more flexibility.
- Activate pipelineing - Disable cookie support - Add image/* Accept header to force image on servers handling content negociation
Either it's buggy under iOS or I didn't use it the right way...
…stead of main thread dispatching
… are handled in the global background queue
…ageWithImage never fail
… gringoireDM-master
This is not a good practice but doing otherwise leads to a lot of mistakes
… cache query operation.
…ied array. This should fix the crash in multithread environment such as: Collection <__NSArrayM: 0x226d9310> was mutated while being enumerated.
…ration_fix The callbacksForURL: method in SDWebImageDownloader should return a copy of the mutable array!
This removes unnecessary dependency to 'libwebp' for users who don't need WebP support.
Use 'default_subspec' and separate the WebP support to its sub-spec
Fix long running requests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.