-
…e samples to a dedicated file (HowToUse.md) to lighten up the Readme.
-
…s examples and include the diagram
-
…tead of WebImage. Updated the Tests Podfile + project. Renamed the WebImage.h to SDWebImage.h to match the framework naming
-
…define empty WebP methods (see #416), will re-add it if needed, right now it prevents the dynamic framework to build. Sample app links the libSDWebImage.a
-
- SDWebImage target that build as a static library (all subspecs included) -> libSDWebImage.a - in the next step I will create "SDWebImageiOS" and "SDWebImagetvOS" targets that build as dynamic frameworks -> SDWebImageiOS.framework and SDWebImagetvOS.framework
-
…`loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed Conflicts: SDWebImage/UIImageView+WebCache.m
-
…eed the backwards compatible methods Conflicts: SDWebImage/UIImageView+WebCache.h SDWebImage/UIImageView+WebCache.m
-
…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
-
Remove XML special characters from LICENSE