-
…he disk cache in SDWebImageManager
-
Enable CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF
-
Clarify the block comment in SDWebImageManager
-
This enables the CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warning on all targets. #2225 fixed a number of these, but a new one crept back in so this fixes that issue as well.
-
update CHANGELOG
-
Follow Apple's doc, add NSOperation only after all configuration done.
-
Fix that iOS 8 NSURLSessionTaskPriorityHigh symbol not defined in Foundation framework and cause crash
-
…mework and cause crash
-
Update the changes for 4.3.1
-
Create a subclass of NSCache using a weak cache.
-
…ry warning and sync back the alive instance from weak cache into cache.
-
Decode the image in the operation level's queue instead of URLSession delegate queue
-
Fix CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warning
-
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
-
Expose the read write to FLAnimatedImage associate to the UIImage to allow advanced feature like placeholder
-
…ueue. Because URLSession delegate queue is a barrier queue and shared between different operations
-
…ced feature like placeholder
-
…ache when the in-memory cache hit (#2218)
-
Update `HowToUse` section to indicate the usage for SDWebImageQueryDataWhenInMemory
-
* Add a cache check for 304 response when using NSURLCache * Remove the extra cost to nil the imageData because at this time operation is already been cancelled or done * Fix download operation may not marked as finished when data task create failed * A little code reorder * Adopt the priority options to change URLSessionTask's priority
-
Fix the macOS wrong minimum deployment target version to 10.9
-
…warning on Xcode 9 by enable more warning options
-
updated CHANGELOG
-
Update the changes for 4.3.0
-
Use a lock to ensure headers mutable dictionary thread-safe
-
Move the Common Problems to wiki page and reorder the Get Started section
-
Provide the wiki page and make issue template up to date