-
…k` to `deleteOldFiles`. No longer expose the sync `clearDisk` and `deleteOldFiles`, just the async ones
-
…ot called because of the old mechanism rellying on the `thread` property - probably because that thread did not have a runloop. Removed that and now cancelInternal is called as expected
-
…orURL:` from `SDWebImageManager`
-
…so we can get all the files
-
…he. Easier to read code
-
…ache. Only if the data provided is nil and we have an image, we will recaculate. Moved the NSData calculation in the UIImage MultiFormat categ, plus instead of another variant to check for PNG, relly on `sd_imageFormatForImageData`
-
…e as a string, the new added method `sd_imageFormatForImageData` will return a `SDImageFormat` enum value
-
# Conflicts: # CHANGELOG.md # Examples/SDWebImage Demo/MasterViewController.m # SDWebImage.podspec # SDWebImage/SDWebImageDownloader.m # SDWebImage/SDWebImageDownloaderOperation.m # WebImage/Info.plist
-
…parently there is a race condition on NSURLCache and we avoid making those checks unless necesarry (basically we will query the NSURLCache only when `SDWebImageRefreshCached` is used and the image cannot be cached by the system when it's too big or behind authentication)
-
…e `_request` ivar and made sure we strip request of mutability
-
watchOS and OSX support (One platform to rule them all)
-
…595#issuecomment-225984546
-
…does not match the value in your companion app's Info.plist (1.0). There values are required to match"
-
…to our project). To fix "gnu-style inline assembly is disabled" issues, explicitly set WEBP_USE_INTRINSICS for the watchOS targets
-
…because of some compiler issues (pod lib lint)
-
… and "SDWebImage Watch Demo" have dependencies with other platforms, so removing the -sdk option and added destination to make sure it builds for simulator
-
…get, set watch to 2.0 and appletv to 9.0)
-
…"SDWebImage iOS static", added the webp files to all targets (as libwebp is compatible with all 4 platforms). Updated Travis CI