SDWebImage/SDWebImage
DreamPiggy 3cd71e09ce Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
# Conflicts:
#	SDWebImage/NSData+ImageContentType.h
#	SDWebImage/SDWebImageDownloader.m
#	SDWebImage/SDWebImageImageIOCoder.m
2018-08-10 15:20:55 +08:00
..
MapKit Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
WebP Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-19 00:56:43 +08:00
NSButton+WebCache.h Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
NSButton+WebCache.m Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
NSData+ImageContentType.h Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-08-10 15:20:55 +08:00
NSData+ImageContentType.m Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-08-10 15:20:55 +08:00
NSImage+Compatibility.h Renaming UIImage+WebCache to the correct naming UIImage+Metadata, make clear of the category usage 2018-06-25 13:52:46 +08:00
NSImage+Compatibility.m Fix the progressive decoding bug on macOS. Including image orientation & SDAnimatedimageView 2018-05-21 15:50:06 +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 Instead of defining `LOCK` and `UNLOCK` macros in each file, moved them to the `SDWebImageCompat.h`. Also, split into `LOCK` and `LOCKBLOCK` 2018-07-12 21:10:28 +03: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 Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
SDAnimatedImageView+WebCache.m Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
SDAnimatedImageView.h update available macro 2018-07-04 14:57:20 +08:00
SDAnimatedImageView.m Instead of defining `LOCK` and `UNLOCK` macros in each file, moved them to the `SDWebImageCompat.h`. Also, split into `LOCK` and `LOCKBLOCK` 2018-07-12 21:10:28 +03:00
SDDiskCache.h Add the feature, to migrate the disk cache from 4.x version to the new location of cache path. 2018-08-03 17:32:04 +08:00
SDDiskCache.m Improve the code robustness of disk cache migrate 2018-08-03 22:06:19 +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 `sd_UTTypeFromSDImageFormat` to `sd_UTTypeFromImageFormat` 2018-07-19 01:44:48 +08:00
SDImageCache.h Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-19 00:56:43 +08:00
SDImageCache.m Improve the code robustness of disk cache migrate 2018-08-03 22:06:19 +08:00
SDImageCacheConfig.h Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-12 19:33:18 +08:00
SDImageCacheConfig.m Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-12 19:33:18 +08:00
SDImageCacheDefine.h Fix all cache test 2018-04-18 19:24:23 +08:00
SDImageCacheDefine.m Fix that downloader options about image decoding is not correctly set 2018-08-02 11:07:53 +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 Fix that using `NS_TYPED_ENUM` on `SDImageFormat` cause the existing Swift API naming changed 2018-08-01 20:52:50 +08:00
SDImageCoder.m Add SDImageCoderWebImageContext coder option, which allow custom coder plugin, to receive the context option from top-level API (Cache/Downloader/View Category) 2018-07-26 16:44:40 +08:00
SDImageCoderHelper.h Renaming `SDWebImageFrame` -> `SDImageFrame`. `SDWebImageCoderHelper` -> `SDImageCoderHelper` 2018-04-26 23:04:20 +08:00
SDImageCoderHelper.m Rename `sd_UTTypeFromSDImageFormat` to `sd_UTTypeFromImageFormat` 2018-07-19 01:44:48 +08:00
SDImageCodersManager.h Remove all FLAnimatedImage from the Core SDWebImage repo. Move the code to SDWebImageFLPlugin repo 2018-07-13 22:17:02 +08:00
SDImageCodersManager.m Instead of defining `LOCK` and `UNLOCK` macros in each file, moved them to the `SDWebImageCompat.h`. Also, split into `LOCK` and `LOCKBLOCK` 2018-07-12 21:10:28 +03:00
SDImageFrame.h Renaming UIImage+WebCache to the correct naming UIImage+Metadata, make clear of the category usage 2018-06-25 13:52:46 +08:00
SDImageFrame.m Renaming `SDWebImageFrame` -> `SDImageFrame`. `SDWebImageCoderHelper` -> `SDImageCoderHelper` 2018-04-26 23:04:20 +08:00
SDImageGIFCoder.h Update the test for image coder renaming 2018-04-26 23:21:26 +08:00
SDImageGIFCoder.m Rename `sd_UTTypeFromSDImageFormat` to `sd_UTTypeFromImageFormat` 2018-07-19 01:44:48 +08:00
SDImageIOCoder.h Remove all FLAnimatedImage from the Core SDWebImage repo. Move the code to SDWebImageFLPlugin repo 2018-07-13 22:17:02 +08:00
SDImageIOCoder.m Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-08-10 15:20:55 +08:00
SDImageLoader.h Renaming all `SDWebImageLoader` -> `SDImageLoader` 2018-06-06 14:41:44 +08:00
SDImageLoader.m Fix that downloader options about image decoding is not correctly set 2018-08-02 11:07:53 +08:00
SDImageLoadersManager.h Renaming all `SDWebImageLoader` -> `SDImageLoader` 2018-06-06 14:41:44 +08:00
SDImageLoadersManager.m Instead of defining `LOCK` and `UNLOCK` macros in each file, moved them to the `SDWebImageCompat.h`. Also, split into `LOCK` and `LOCKBLOCK` 2018-07-12 21:10:28 +03:00
SDImageTransformer.h Rename all `SDWebImageTransformer` to `SDImageTransformer` 2018-04-26 23:03:44 +08:00
SDImageTransformer.m Rename all `SDWebImageTransformer` to `SDImageTransformer` 2018-04-26 23:03:44 +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 Fix that `shouldUseWeakMemoryCache` code was lost during merge conflict 2018-08-06 11:18:00 +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
SDWebImageCompat.h Instead of defining `LOCK` and `UNLOCK` macros in each file, moved them to the `SDWebImageCompat.h`. Also, split into `LOCK` and `LOCKBLOCK` 2018-07-12 21:10:28 +03:00
SDWebImageCompat.m Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic 2018-07-18 12:57:36 +08:00
SDWebImageDefine.h Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-19 00:56:43 +08:00
SDWebImageDefine.m Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-19 00:56:43 +08:00
SDWebImageDownloader.h Put download token init internal 2018-08-09 17:21:24 +08:00
SDWebImageDownloader.m Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-08-10 15:20:55 +08:00
SDWebImageDownloaderConfig.h Add one feature, to allow user to limit the progress interval and reduce the frequency of progress callback 2018-08-02 13:18:04 +08:00
SDWebImageDownloaderConfig.m Add one feature, to allow user to limit the progress interval and reduce the frequency of progress callback 2018-08-02 13:18:04 +08:00
SDWebImageDownloaderOperation.h Add one feature, to allow user to limit the progress interval and reduce the frequency of progress callback 2018-08-02 13:18:04 +08:00
SDWebImageDownloaderOperation.m Add one feature, to allow user to limit the progress interval and reduce the frequency of progress callback 2018-08-02 13:18:04 +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
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 Fix typo 2018-07-05 22:24:25 +08:00
SDWebImageManager.m Merge branch 'master' into 5.x 2018-07-17 11:10:12 +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 Fix typo 2018-07-04 15:49:39 +08:00
SDWebImagePrefetcher.m Fix image prefetcher completion logical handler 2018-07-08 14:26:38 +08:00
SDWebImageTransition.h Follow App Store submit rule, upgrade the min Xcode version to Xcode 9.0 2018-07-06 12:57:43 +08:00
SDWebImageTransition.m Add `UIViewAnimationOptionAllowUserInteraction` as default options for convenient image transition 2018-05-04 16:48:52 +08:00
UIButton+WebCache.h Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
UIButton+WebCache.m Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +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 Renaming `SDWebImageFrame` -> `SDImageFrame`. `SDWebImageCoderHelper` -> `SDImageCoderHelper` 2018-04-26 23:04:20 +08:00
UIImage+GIF.h Refactor the UIImage+MultiFormat and GIF/WebP category. Simplify the usage and remove the extra method which is not used so common. 2018-06-16 20:05:54 +08:00
UIImage+GIF.m Refactor the UIImage+MultiFormat and GIF/WebP category. Simplify the usage and remove the extra method which is not used so common. 2018-06-16 20:05:54 +08:00
UIImage+Metadata.h Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-19 00:56:43 +08:00
UIImage+Metadata.m Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-19 00:56:43 +08:00
UIImage+MultiFormat.h Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic 2018-07-18 12:57:36 +08:00
UIImage+MultiFormat.m Keep the information about image's original compressed format, for API which only contains image but not image data to process extra logic 2018-07-18 12:57:36 +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 Renaming UIImage+WebCache to the correct naming UIImage+Metadata, make clear of the category usage 2018-06-25 13:52:46 +08:00
UIImageView+HighlightedWebCache.h Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
UIImageView+HighlightedWebCache.m Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
UIImageView+WebCache.h Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x 2018-07-19 00:56:43 +08:00
UIImageView+WebCache.m Add one convenient method to pass context arg without completed block for all View Category 2018-06-23 15:04:12 +08:00
UIView+WebCache.h Fix that FLAnimatedImageView+WebCache display behavior for GIF images and other images format 2018-07-18 17:42:16 +08:00
UIView+WebCache.m Replace SDWebImageDownloaderOperation with NSOperation<SDWebImageDownloaderOperationInterface> to make generic 2018-07-20 22:08:06 +08:00
UIView+WebCacheOperation.h Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage 2018-05-31 11:32:52 +08:00
UIView+WebCacheOperation.m Make download receive response notification only dispatch to specific observer 2018-08-08 15:36:57 +08:00