SDWebImage/SDWebImage
Bogdan Poplauschi 00f9f3a597
Merge pull request #2290 from dreampiggy/refactor_error_code
Refactor error code
2018-04-18 10:44:07 +03: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
MKAnnotationView+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
MKAnnotationView+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
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+Additions.h Fix the issue about scale factor using `initWithCGImage:size` macOS, we should always use `NSBitmapImageRep` to keep cross-platform compatible 2018-04-15 13:49:42 +08:00
NSImage+Additions.m Fix the issue about scale factor using `initWithCGImage:size` macOS, we should always use `NSBitmapImageRep` to keep cross-platform compatible 2018-04-15 13:49:42 +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 Add support for SDAnimatedImage imageNamed:bundle: for macOS, enable SDAnimatedImageTest for macOS 2018-04-17 12:03:24 +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 Add shouldIncrementalLoad in SDAnimatedImageView to choose the animation behavior for progressive looading 2018-04-05 22:10:40 +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 Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-04-18 14:37:15 +08:00
SDImageCache.m Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-04-18 14:37:15 +08: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
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 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
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 Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-04-12 01:16:34 +08:00
SDWebImageCodersManager.h Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-03-24 20:40:55 +08:00
SDWebImageCodersManager.m Fix the scale factor issue on macOS using helper methods to match the behavior of UIKit. Also remove the unused API on NSImage category 2018-04-08 19:54:39 +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 Merge pull request #2280 from dreampiggy/refactor_custom_cache_serializer_headers_filter 2018-04-17 11:45:38 +03:00
SDWebImageDefine.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
SDWebImageDownloader.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
SDWebImageDownloader.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
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 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
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 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
SDWebImageError.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
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 Use the scale category from `NSImage+Addtions` instead of manual created property for `SDAnimatedImage` on macOS 2018-04-15 13:13:51 +08:00
SDWebImageImageIOCoder.h Change all sharedInstance from method to class property 2018-03-11 16:08:33 +08:00
SDWebImageImageIOCoder.m Fix that force decode not works for alpha-channel images. This should only exclude animated images. All other images should use the display alpha info based on whether contains alpha or not to force decode 2018-04-11 14:15:27 +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
SDWebImageManager.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
SDWebImageManager.m Merge pull request #2290 from dreampiggy/refactor_error_code 2018-04-18 10:44:07 +03: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
SDWebImageWebPCoder.h Introduce SDAnimatedImage and SDAnimatedImageView for high performance animated image rendering on iOS & macOS 2018-03-25 17:23:12 +08:00
SDWebImageWebPCoder.m Update the NSImage+Addtions to allow specify a image orientation when using `CGImage`. Update all the place we use 2018-04-10 22:51:28 +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 SDGetColorFromPixel ignore kCGImageAlphaOnly case 2018-04-13 02:15:18 +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 Fix the scale factor issue on macOS using helper methods to match the behavior of UIKit. Also remove the unused API on NSImage category 2018-04-08 19:54:39 +08:00
UIImage+WebP.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+WebP.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
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