.. |
NSButton+WebCache.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
NSButton+WebCache.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
NSData+ImageContentType.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
NSData+ImageContentType.m
|
Add support for SDAnimatedImageRep for HEIC sequence
|
2019-09-22 16:02:38 +08:00 |
NSImage+Compatibility.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
NSImage+Compatibility.m
|
Update NSImage+Compatibility.m
|
2019-08-01 20:12:32 +02:00 |
SDAnimatedImage.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDAnimatedImage.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDAnimatedImageRep.h
|
Fix the macOS SDAnimatedImageRep to match Netscape standard of GIF loop count, which should use 1 when there are no loop count information
|
2019-09-20 18:59:14 +08:00 |
SDAnimatedImageRep.m
|
Add support for SDAnimatedImageRep for HEIC sequence
|
2019-09-22 16:02:38 +08:00 |
SDAnimatedImageView+WebCache.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDAnimatedImageView+WebCache.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDAnimatedImageView.h
|
Add new properties `clearBufferWhenStopped` and `resetFrameIndexWhenStopped`
|
2019-08-27 17:40:05 +08:00 |
SDAnimatedImageView.m
|
A little renaming of CVDisplayLink callback method
|
2019-10-02 15:27:45 +08:00 |
SDDiskCache.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDDiskCache.m
|
Ignore the warning which can not been solved by code changes, like MD5
|
2019-10-02 14:56:16 +08:00 |
SDImageAPNGCoder.h
|
Refactory current GIF/APNG coder, use abstract base class `SDImageIOAnimatedCoder` for subclass to implements the required method.
|
2019-09-20 14:32:35 +08:00 |
SDImageAPNGCoder.m
|
Revert the change for APNG constants fix for iOS 8 devices which cause crash, use previous deployment target macro check instead of runtime firmware version check
|
2019-10-09 16:09:59 +08:00 |
SDImageCache.h
|
Add a new option `SDWebImageMatchAnimatedImageClass`, to ensure we always match the custom image class instead of UIImage/NSImage class. This may help for some rare case that user always need the specify image subclass (SDAnimatedImage) for their imageView (SDAnimatedImageView) instead of the built in one.
|
2019-08-01 19:54:52 +08:00 |
SDImageCache.m
|
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into bugfix_user_cancel_guarantee_callback
|
2019-08-02 17:41:32 +08:00 |
SDImageCacheConfig.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageCacheConfig.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageCacheDefine.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageCacheDefine.m
|
Merge pull request #2819 from dreampiggy/bugfix_options_mask_check_32bit
|
2019-09-04 20:13:01 +08:00 |
SDImageCachesManager.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageCachesManager.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageCoder.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageCoder.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageCoderHelper.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageCoderHelper.m
|
Refactory current GIF/APNG coder, use abstract base class `SDImageIOAnimatedCoder` for subclass to implements the required method.
|
2019-09-20 14:32:35 +08:00 |
SDImageCodersManager.h
|
Remove the HEIC coder from default coder list. Since it contains performance issue and may block main thread. Needs to check in the future iOS release
|
2019-09-27 11:41:00 +08:00 |
SDImageCodersManager.m
|
Remove the HEIC coder from default coder list. Since it contains performance issue and may block main thread. Needs to check in the future iOS release
|
2019-09-27 11:41:00 +08:00 |
SDImageFrame.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageFrame.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageGIFCoder.h
|
Refactory current GIF/APNG coder, use abstract base class `SDImageIOAnimatedCoder` for subclass to implements the required method.
|
2019-09-20 14:32:35 +08:00 |
SDImageGIFCoder.m
|
Refactory current GIF/APNG coder, use abstract base class `SDImageIOAnimatedCoder` for subclass to implements the required method.
|
2019-09-20 14:32:35 +08:00 |
SDImageGraphics.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageGraphics.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageHEICCoder.h
|
Remove the HEIC coder from default coder list. Since it contains performance issue and may block main thread. Needs to check in the future iOS release
|
2019-09-27 11:41:00 +08:00 |
SDImageHEICCoder.m
|
Use the NSString static variable to avoid bridge twice. For HEIC and APNG constants
|
2019-09-24 16:05:53 +08:00 |
SDImageIOAnimatedCoder.h
|
Add HEICCoder (HEIF naming is taken by SDWebImageHEIFCoder repo), supports animated HEICS format as well
|
2019-09-22 15:05:30 +08:00 |
SDImageIOAnimatedCoder.m
|
Add HEICCoder (HEIF naming is taken by SDWebImageHEIFCoder repo), supports animated HEICS format as well
|
2019-09-22 15:05:30 +08:00 |
SDImageIOCoder.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageIOCoder.m
|
Add HEICCoder (HEIF naming is taken by SDWebImageHEIFCoder repo), supports animated HEICS format as well
|
2019-09-22 15:05:30 +08:00 |
SDImageLoader.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageLoader.m
|
Merge pull request #2819 from dreampiggy/bugfix_options_mask_check_32bit
|
2019-09-04 20:13:01 +08:00 |
SDImageLoadersManager.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageLoadersManager.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageTransformer.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDImageTransformer.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDMemoryCache.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDMemoryCache.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageCacheKeyFilter.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageCacheKeyFilter.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageCacheSerializer.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageCacheSerializer.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageCompat.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageCompat.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageDefine.h
|
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
2019-10-15 20:16:52 +08:00 |
SDWebImageDefine.m
|
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
2019-10-15 20:16:52 +08:00 |
SDWebImageDownloader.h
|
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
2019-10-15 20:16:52 +08:00 |
SDWebImageDownloader.m
|
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
2019-10-15 20:16:52 +08:00 |
SDWebImageDownloaderConfig.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageDownloaderConfig.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageDownloaderDecryptor.h
|
Fix the test case naming and documentation
|
2019-10-16 17:04:03 +08:00 |
SDWebImageDownloaderDecryptor.m
|
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
2019-10-15 20:16:52 +08:00 |
SDWebImageDownloaderOperation.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageDownloaderOperation.m
|
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
2019-10-15 20:16:52 +08:00 |
SDWebImageDownloaderRequestModifier.h
|
Update the documentation for request/response modifier
|
2019-10-15 16:56:04 +08:00 |
SDWebImageDownloaderRequestModifier.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageDownloaderResponseModifier.h
|
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
2019-10-15 20:16:52 +08:00 |
SDWebImageDownloaderResponseModifier.m
|
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
2019-10-15 20:16:52 +08:00 |
SDWebImageError.h
|
Fix the issue of response modifier, including Public header, initialize, etc
|
2019-10-15 16:40:59 +08:00 |
SDWebImageError.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageIndicator.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageIndicator.m
|
Ignore the warning which can not been solved by code changes, like MD5
|
2019-10-02 14:56:16 +08:00 |
SDWebImageManager.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageManager.m
|
Change the token implementation to not retain the cancel token and completion block, which may it possible for user to retain the token in completion block without weak-strong dance.
|
2019-09-30 13:41:11 +08:00 |
SDWebImageOperation.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageOptionsProcessor.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageOptionsProcessor.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImagePrefetcher.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImagePrefetcher.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageTransition.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
SDWebImageTransition.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIButton+WebCache.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIButton+WebCache.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+ForceDecode.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+ForceDecode.m
|
Update UIImage+ForceDecode.m
|
2019-08-01 20:05:54 +02:00 |
UIImage+GIF.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+GIF.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+MemoryCacheCost.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+MemoryCacheCost.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+Metadata.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+Metadata.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+MultiFormat.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+MultiFormat.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+Transform.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImage+Transform.m
|
Update UIImage+Transform.m
|
2019-08-02 00:03:20 +02:00 |
UIImageView+HighlightedWebCache.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImageView+HighlightedWebCache.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImageView+WebCache.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIImageView+WebCache.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIView+WebCache.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIView+WebCache.m
|
Merge pull request #2819 from dreampiggy/bugfix_options_mask_check_32bit
|
2019-09-04 20:13:01 +08:00 |
UIView+WebCacheOperation.h
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |
UIView+WebCacheOperation.m
|
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
2019-07-25 18:42:05 +08:00 |