-
# Conflicts: # SDWebImage/SDWebImageManager.m
-
+ SDWebImageDownloader downloadImageWithURL:... properly use the weakself-strongself pattern # Conflicts: # .travis.yml # Examples/SDWebImage Demo.xcodeproj/project.pbxproj # README.md # SDWebImage.xcodeproj/project.pbxproj # SDWebImage/SDWebImageDownloader.m # SDWebImage/SDWebImageDownloaderOperation.h # SDWebImage/SDWebImageDownloaderOperation.m # SDWebImage/SDWebImageManager.m # Tests/Podfile # Tests/SDWebImage Tests.xcodeproj/project.pbxproj
-
Updated image downloader with a single session that manages all tasks
-
We need different ownership for both because we need to invalidate the owned session upon completion. The unowned session is wet to avoid cyclical references.
-
- the URL session is created and maintained y the image downloader - the session will be injected to each operation and it will use it to create the data task - when delegate callbacks are called, the downloader will call the same delegate methods on the appropriate operation - if no session is injected upon creating a operation, it will create its own session for backwards compatibility.
-
fixed crash on ios7 user device
-
fixed that string property of NSURLComponents can`t use on iOS7
-
… the library version to 3.8.0
-
Replace deprecated NSURLConnection with NSURLSession
-
- one session per operation to preserve the ordering and priority functionalities - removed all the runloop code that was only used to keep the operation running. I am relying on non-setting the isFinished property to keep the operation running - todo: check deallocation, test background tasks
-
… issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).
-
… SDWebImageManager - added a new initializer (`initWithCache:downloader:`)
-
… above, remove the query from the url (prior to iOS 7 the behavior remains the same).
-
… issue - for iOS 7 and above, remove the query from the url (prior to iOS 7 the behavior remains the same).
-
… SDWebImageManager - added a new initializer (`initWithCache:downloader:`)
-
… above, remove the query from the url (prior to iOS 7 the behavior remains the same).
-
…nvalid. 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
-
… to "This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log."
-
…nvalid. 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
-
… to "This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log."
-
…f this change to simplify it
-
…commit/5034c334be50765dfe4e97c48bcb74ef64175188
-
…commit/5034c334be50765dfe4e97c48bcb74ef64175188
-
…he specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.)