.. |
FLAnimatedImage
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
MapKit
|
Add modulemap files for SDWebImage to support modular framework, move the WebP & GIF into subdirectory to make Podspec works
|
2018-04-19 17:25:39 +08:00 |
WebP
|
Add modulemap files for SDWebImage to support modular framework, move the WebP & GIF into subdirectory to make Podspec works
|
2018-04-19 17:25:39 +08:00 |
NSButton+WebCache.h
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
NSButton+WebCache.m
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
NSData+ImageContentType.h
|
Mark one function which return value should follow the GET rule
|
2018-01-22 21:54:12 +08:00 |
NSData+ImageContentType.m
|
Add all 4 standard HEIC brand file signature, ftypheic & ftypheix is for single image, ftyphevc & ftyphevx is for sequence image
|
2017-10-27 17:13:42 +08:00 |
NSImage+Compatibility.h
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
NSImage+Compatibility.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
SDAnimatedImage.h
|
Add support for SDAnimatedImage imageNamed:bundle: for macOS, enable SDAnimatedImageTest for macOS
|
2018-04-17 12:03:24 +08:00 |
SDAnimatedImage.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
SDAnimatedImageRep.h
|
Update the comments and demo for macOS
|
2018-03-29 19:43:34 +08:00 |
SDAnimatedImageRep.m
|
Add shouldIncrementalLoad in SDAnimatedImageView to choose the animation behavior for progressive looading
|
2018-04-05 22:10:40 +08:00 |
SDAnimatedImageView+WebCache.h
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
SDAnimatedImageView+WebCache.m
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
SDAnimatedImageView.h
|
Add shouldIncrementalLoad in SDAnimatedImageView to choose the animation behavior for progressive looading
|
2018-04-05 22:10:40 +08:00 |
SDAnimatedImageView.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
SDDiskCache.h
|
Add memory cache and disk cache protocol, make our image cache just like a wrapper to call the disk cache implementation
|
2018-04-17 11:09:56 +08:00 |
SDDiskCache.m
|
Add memory cache and disk cache protocol, make our image cache just like a wrapper to call the disk cache implementation
|
2018-04-17 11:09:56 +08:00 |
SDImageCache.h
|
Fix all cache test
|
2018-04-18 19:24:23 +08:00 |
SDImageCache.m
|
Merge pull request #2292 from dreampiggy/refactor_cache_webcache_protocol
|
2018-04-19 10:39:39 +03:00 |
SDImageCacheConfig.h
|
Fix the default download config & cache config to readonly. You can modify the property of config, but not the override the default config instance itself.
|
2018-04-17 19:28:41 +08:00 |
SDImageCacheConfig.m
|
Fix the default download config & cache config to readonly. You can modify the property of config, but not the override the default config instance itself.
|
2018-04-17 19:28:41 +08:00 |
SDImageCacheDefine.h
|
Fix all cache test
|
2018-04-18 19:24:23 +08:00 |
SDImageCacheDefine.m
|
Fix all cache test
|
2018-04-18 19:24:23 +08:00 |
SDImageCachesManager.h
|
Rename the cache protocol to `SDImageCache` protocol
|
2018-04-18 19:24:23 +08:00 |
SDImageCachesManager.m
|
Fix all cache test
|
2018-04-18 19:24:23 +08:00 |
SDMemoryCache.h
|
Add memory cache and disk cache protocol, make our image cache just like a wrapper to call the disk cache implementation
|
2018-04-17 11:09:56 +08:00 |
SDMemoryCache.m
|
Add memory cache and disk cache protocol, make our image cache just like a wrapper to call the disk cache implementation
|
2018-04-17 11:09:56 +08:00 |
SDWebImageAPNGCoder.h
|
Add APNG coder to support static PNG & APNG rendering. Also update macOS's SDAnimatedImageRep
|
2018-03-29 17:45:56 +08:00 |
SDWebImageAPNGCoder.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
SDWebImageCacheKeyFilter.h
|
Adopt the current cache key filter and cache serializer to support using in context options. Using a protocol based object store block instead block itself.
|
2018-04-14 18:18:45 +08:00 |
SDWebImageCacheKeyFilter.m
|
Adopt the current cache key filter and cache serializer to support using in context options. Using a protocol based object store block instead block itself.
|
2018-04-14 18:18:45 +08:00 |
SDWebImageCacheSerializer.h
|
Adopt the current cache key filter and cache serializer to support using in context options. Using a protocol based object store block instead block itself.
|
2018-04-14 18:18:45 +08:00 |
SDWebImageCacheSerializer.m
|
Adopt the current cache key filter and cache serializer to support using in context options. Using a protocol based object store block instead block itself.
|
2018-04-14 18:18:45 +08:00 |
SDWebImageCoder.h
|
Refactor API. Change that `imageRef` arg description to `CGImage` to match the common design pattern and make it clear to Swift user
|
2018-04-11 11:32:43 +08:00 |
SDWebImageCoder.m
|
Update the progressive coder/ animated coder init API, which pass the options to support extensibility
|
2018-04-09 13:42:52 +08:00 |
SDWebImageCoderHelper.h
|
Refactor API. Change that `imageRef` arg description to `CGImage` to match the common design pattern and make it clear to Swift user
|
2018-04-11 11:32:43 +08:00 |
SDWebImageCoderHelper.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
SDWebImageCodersManager.h
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-04-19 17:04:23 +08:00 |
SDWebImageCodersManager.m
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-04-19 17:04:23 +08:00 |
SDWebImageCompat.h
|
Refactor all current custom error in SDWebImageErrorDomain with error code. Also using NS_ERROR_ENUM to provide better Swift API
|
2018-04-18 13:26:20 +08:00 |
SDWebImageCompat.m
|
Refactor all current custom error in SDWebImageErrorDomain with error code. Also using NS_ERROR_ENUM to provide better Swift API
|
2018-04-18 13:26:20 +08:00 |
SDWebImageDefine.h
|
Refactor current manager's internal implementation for that `loadImageWithURL:`. Separate to 3 parts (context preprocess, cache process, download process). Also introduce `SDWebImageFromLoaderOnly` feature to ignore cache at all
|
2018-04-21 15:12:17 +08:00 |
SDWebImageDefine.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
SDWebImageDownloader.h
|
Refactor current manager's internal implementation for that `loadImageWithURL:`. Separate to 3 parts (context preprocess, cache process, download process). Also introduce `SDWebImageFromLoaderOnly` feature to ignore cache at all
|
2018-04-21 15:12:17 +08:00 |
SDWebImageDownloader.m
|
Update the loader protocol to refactor the common image decoding process.
|
2018-04-18 20:26:14 +08:00 |
SDWebImageDownloaderConfig.h
|
Fix the default download config & cache config to readonly. You can modify the property of config, but not the override the default config instance itself.
|
2018-04-17 19:28:41 +08:00 |
SDWebImageDownloaderConfig.m
|
Fix the default download config & cache config to readonly. You can modify the property of config, but not the override the default config instance itself.
|
2018-04-17 19:28:41 +08:00 |
SDWebImageDownloaderOperation.h
|
Use `SDWebImageAvoidDecodeImage` to allow user to control force decode feature for individual image request. Replace all the central control for `decompressImages`
|
2018-04-16 01:12:09 +08:00 |
SDWebImageDownloaderOperation.m
|
Refactor current manager's internal implementation for that `loadImageWithURL:`. Separate to 3 parts (context preprocess, cache process, download process). Also introduce `SDWebImageFromLoaderOnly` feature to ignore cache at all
|
2018-04-21 15:12:17 +08:00 |
SDWebImageDownloaderRequestModifier.h
|
Adopt the current cache key filter and cache serializer to support using in context options. Using a protocol based object store block instead block itself.
|
2018-04-14 18:18:45 +08:00 |
SDWebImageDownloaderRequestModifier.m
|
Use a protocol instance instead of block for request modifier. This can solve the problem that Swift user is hard to grab the block back stored in dictionary.
|
2018-04-07 15:56:34 +08:00 |
SDWebImageError.h
|
Refactor current manager's internal implementation for that `loadImageWithURL:`. Separate to 3 parts (context preprocess, cache process, download process). Also introduce `SDWebImageFromLoaderOnly` feature to ignore cache at all
|
2018-04-21 15:12:17 +08:00 |
SDWebImageError.m
|
Refactor current manager's internal implementation for that `loadImageWithURL:`. Separate to 3 parts (context preprocess, cache process, download process). Also introduce `SDWebImageFromLoaderOnly` feature to ignore cache at all
|
2018-04-21 15:12:17 +08:00 |
SDWebImageFrame.h
|
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
2018-02-21 18:59:03 +08:00 |
SDWebImageFrame.m
|
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
2017-10-31 20:34:05 +02:00 |
SDWebImageGIFCoder.h
|
Support progressive decoding for animated image. A little refactory to make coder protocol more readable
|
2018-03-25 17:32:19 +08:00 |
SDWebImageGIFCoder.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
SDWebImageImageIOCoder.h
|
Change all sharedInstance from method to class property
|
2018-03-11 16:08:33 +08:00 |
SDWebImageImageIOCoder.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
SDWebImageIndicator.h
|
Update to support gray & grayLarge on iOS & tvOS
|
2018-02-04 16:40:22 +08:00 |
SDWebImageIndicator.m
|
Ignore the unguarded availability warning for indicator
|
2018-02-21 19:06:24 +08:00 |
SDWebImageLoader.h
|
Remove the unused header files in download operation
|
2018-04-21 14:33:02 +08:00 |
SDWebImageLoader.m
|
Rename the progressive download helper function to using `operation` instead of pass a progressive coder to make the logic more suitable for the caller
|
2018-04-21 10:53:23 +08:00 |
SDWebImageLoadersManager.h
|
Add tests for custom loader protocol, using a test loader to specify loader function
|
2018-04-18 20:46:00 +08:00 |
SDWebImageLoadersManager.m
|
Add tests for custom loader protocol, using a test loader to specify loader function
|
2018-04-18 20:46:00 +08:00 |
SDWebImageManager.h
|
Merge pull request #2292 from dreampiggy/refactor_cache_webcache_protocol
|
2018-04-19 10:39:39 +03:00 |
SDWebImageManager.m
|
Refactor current manager's internal implementation for that `loadImageWithURL:`. Separate to 3 parts (context preprocess, cache process, download process). Also introduce `SDWebImageFromLoaderOnly` feature to ignore cache at all
|
2018-04-21 15:12:17 +08:00 |
SDWebImageOperation.h
|
Update the test about download operation, which using protocol instead of class
|
2018-04-05 15:25:14 +08:00 |
SDWebImagePrefetcher.h
|
Remove the `maxConcurrentDownloads`, which can be set from downloader configuration. Rename the `prefetcherQueue` to `delegateQueue` to match the correct description.
|
2018-03-31 17:47:55 +08:00 |
SDWebImagePrefetcher.m
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
SDWebImageTransformer.h
|
Update the transformer to use as immutable class. Move the tests into SDWebImageTransformerTests
|
2018-03-23 15:48:58 +08:00 |
SDWebImageTransformer.m
|
Update the transformer to use as immutable class. Move the tests into SDWebImageTransformerTests
|
2018-03-23 15:48:58 +08:00 |
SDWebImageTransition.h
|
Use property instead of method for UIButton/NSButton current url.
|
2018-02-04 17:01:26 +08:00 |
SDWebImageTransition.m
|
Add the image transition argument for all UIView+WebCache, make this easy for user to do some fade transition. It also reuse the current setImageBlock and make it easy to customize
|
2018-01-23 11:58:22 +08:00 |
UIButton+WebCache.h
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
UIButton+WebCache.m
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
UIImage+ForceDecode.h
|
Use `SDWebImageAvoidDecodeImage` to allow user to control force decode feature for individual image request. Replace all the central control for `decompressImages`
|
2018-04-16 01:12:09 +08:00 |
UIImage+ForceDecode.m
|
Add limitBytes arg for UIImage+ForceDecode category
|
2018-04-14 22:33:19 +08:00 |
UIImage+GIF.h
|
Use the context arg to pass the SDAnimatedImage class to create the instance by image cache and downloader.
|
2018-03-25 17:29:11 +08:00 |
UIImage+GIF.m
|
Use the context arg to pass the SDAnimatedImage class to create the instance by image cache and downloader.
|
2018-03-25 17:29:11 +08:00 |
UIImage+MultiFormat.h
|
Update to use scale factor instead of that firstFrameOnly, since it's not used frequently as scale
|
2018-04-13 02:34:52 +08:00 |
UIImage+MultiFormat.m
|
Update to use scale factor instead of that firstFrameOnly, since it's not used frequently as scale
|
2018-04-13 02:34:52 +08:00 |
UIImage+Transform.h
|
Update the transformer to use as immutable class. Move the tests into SDWebImageTransformerTests
|
2018-03-23 15:48:58 +08:00 |
UIImage+Transform.m
|
Fix the warning of high version API on macOS
|
2018-04-19 17:51:55 +08:00 |
UIImage+WebCache.h
|
Update to import sd_isDecoded to avoid extra decode. And change exif orientation to CGImagePropertyOrientation define
|
2018-04-09 14:22:47 +08:00 |
UIImage+WebCache.m
|
Renaming the NSImage category naming to `NSImage+Compatibility`, because it's only used for Cross-platform compatibility code. `Additions` is too wide
|
2018-04-18 21:14:34 +08:00 |
UIImageView+HighlightedWebCache.h
|
Fix #1764 Swift naming collision
|
2017-02-10 21:02:32 +08:00 |
UIImageView+HighlightedWebCache.m
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
UIImageView+WebCache.h
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
UIImageView+WebCache.m
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
UIView+WebCache.h
|
Move the context arg after the `options` arg to make Swift ABI clear. Also update all view category to support context arg.
|
2018-04-02 03:24:23 +08:00 |
UIView+WebCache.m
|
Refactor all current custom error in SDWebImageErrorDomain with error code. Also using NS_ERROR_ENUM to provide better Swift API
|
2018-04-18 13:26:20 +08:00 |
UIView+WebCacheOperation.h
|
Add downloader request modifier to allow modify final HTTP request. Also open the API to allow advanced user to check cache & downloader operation.
|
2018-04-07 15:52:39 +08:00 |
UIView+WebCacheOperation.m
|
Add downloader request modifier to allow modify final HTTP request. Also open the API to allow advanced user to check cache & downloader operation.
|
2018-04-07 15:52:39 +08:00 |