-
# Conflicts: # SDWebImage.xcodeproj/project.pbxproj
-
+ 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
-
… the library version to 3.8.0
-
…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
-
…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
-
…f this change to simplify it
-
…he specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.)
-
Fix multiple requests for same image and then canceling one
-
…tead of WebImage. Updated the Tests Podfile + project. Renamed the WebImage.h to SDWebImage.h to match the framework naming
-
…`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
-
- also added new line at the end of SDImageCacheTests.m file
-
- 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
-
Cache tests
-
Unable to test sync call to diskImageExistsWithKey, hoped due to problems with the file manager and the test bundle being different from the main bundle