-
- the background task had no effect, since cleanDisk returns immediately and thereby cancels the background task - adding cleanDiskWithCompletionBlock: and modifying backgroundCleanDisk to use this method resolves the issue
-
- more appropriate than dispatch_main_sync_safe, since we’ll always be on the ioQueue when calling - prevents deadlock situation described in #625
-
Typo in README.md
-
Call endBackgroundTask at the end of start method
-
…d so that beginBackgroundTaskWithExpirationHandler and endBackgroundTask are balanced
-
add support for high priority download
-
Add typedef for cache operation complete block
-
Makes it cleaner when users want to define the block independantly
-
Prefetcher: check progressBlock is not nil before executing.
-
added clearDiskOnCompletion
-
Missing method definition in header file
-
Update SDWebImagePrefetecher.m
-
I added "+ self.skippedCount" because it never completes if there are skipped operations.
-
Update SDWebImagePrefetecher.m
-
I added progress block that I need.
-
SDWebImageDownloaderOperation: pass orientation to initWithCGImage during progressive rendering
-
refs #620 move NSData+ImageContenttype to the SDWebImage subdirectory
-
fix demo
-
Code standardization
-
…t notation is preferred in all other instances
-
use a NSInteger as size (was NSUInteger, was long long) cause we are using -1 (NSURLResponseUnknownLength) in progress callback