SDWebImage/SDWebImage
DreamPiggy 6e5a0ea5f0 Rename Image/IO GIF APNG WebP coders to without `Web` prefix.
Rename `SDWebImageCodersManager` to `SDImageCodersManager`
2018-04-26 23:12:54 +08:00
..
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 Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +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 Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDAnimatedImage.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDAnimatedImageRep.h Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDAnimatedImageRep.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +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 Rename `SDWebImageCoder` to `SDImageCoder`. 2018-04-26 23:05:13 +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
SDImageAPNGCoder.h Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageAPNGCoder.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageCache.h Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-04-25 10:56:51 +08:00
SDImageCache.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageCacheConfig.h Add the ability to custom the cache namespace prefix. Which allow user to specify the correct namespace prefix by their own 2018-04-21 14:00:46 +08:00
SDImageCacheConfig.m Add the ability to custom the cache namespace prefix. Which allow user to specify the correct namespace prefix by their own 2018-04-21 14:00:46 +08:00
SDImageCacheDefine.h Fix all cache test 2018-04-18 19:24:23 +08:00
SDImageCacheDefine.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +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
SDImageCoder.h Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageCoder.m Rename `SDWebImageCoder` to `SDImageCoder`. 2018-04-26 23:05:13 +08:00
SDImageCodersManager.h Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageCodersManager.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageGIFCoder.h Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageGIFCoder.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageIOCoder.h Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +08:00
SDImageIOCoder.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +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
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
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
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 Remove the check for URLProtocol in custom loader to avoid crash on iOS 8. Let URLSession itself or download operation to parse the result. 2018-04-25 14:21:38 +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 Fix the issue for progressive decoding that do not parse the correct animated image scale. Update all coders 2018-04-25 12:59:44 +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
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 Rename `SDWebImageCoder` to `SDImageCoder`. 2018-04-26 23:05:13 +08:00
SDWebImageLoader.m Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +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 Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +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 Rename Image/IO GIF APNG WebP coders to without `Web` prefix. 2018-04-26 23:12:54 +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