-
…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
-
Correct the spelling of CocoaPods in README
-
- Fixed grammar issues in the first sentence. - Removed the second sentence since it is redundant. Moving to the front of the queue implies that they will be loaded first. Also doesn't seem necessary to inform the user that the queued images might take a while to download.
-
- also added new line at the end of SDImageCacheTests.m file
-
Added API to save image NSData to disk cache
-
- exposing new `- (void)storeImageDataToDisk:(NSData *)imageData forKey:(NSString *)key` function on SDImageCache - added unit tests for this new API - added file extension to kImageTestKey to ensure cache path is valid for creating NSData