-
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).
-
…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
-
…he specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.)
-
…dded `sd_setImageWithPreviousCachedImageWithURL:andPlaceholderImage:options:progress:completed:` and deprecated it. Will remove it in 4.0.0
-
Added API to save image NSData to disk cache.
-
Improve documentation for SDWebImageHighPriority
-
Added "cancelAllDownloads" method to SDWebImageDownloader.
-
Repair memory release in the iPad environment
-
In the iPad environment, NSCache lead to anonymous VM very high, if reaches a certain value, app will be crash. Because of SDImageCache don't clear memory when receive memory warning notification, modify define TARGET_OS_IPHONE to TARGET_OS_IOS can resolve this issue.
-
Fixed completion logic in MKAnnotationView+WebCache
-
Fixed changed image size (#1437)
-
fixes #1437
-
Update README.md
-
Minor grammar fix
-
Fix #1524
-
typo fix
-
[fix] Issue #1423
-
Update .gitmodules
-
fixes CGContextDrawImage: invalid context 0x0 https://github.com/rs/SDWebImage/issues/1401 https://github.com/rs/SDWebImage/issues/1454 https://github.com/rs/SDWebImage/issues/1457