SDWebImage/SDWebImage
zhongwuzw 9c3b7a84b7 Break strong retain cycle for prefetch block 2019-03-15 23:51:18 +08:00
..
MapKit Change the View Category setImageBlock with all args like View Transition or CompletedBlock, to make it useful for advanced usage 2018-08-16 11:32:12 +08:00
Private Change the naming of private headers of internal methods, from `+Private.h` naming into `Internal.h` naming, follow other popular framework's naming rules 2019-03-10 10:53:46 +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 Change the View Category setImageBlock with all args like View Transition or CompletedBlock, to make it useful for advanced usage 2018-08-16 11:32: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 Add one initializer with extra arg for custom animated image class to use possible coder options, to make it extensible 2018-08-28 15:09:32 +08:00
SDAnimatedImage.m Move some internal classes into private header files, make it easy to maintain the code 2019-03-09 15:25:44 +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 Change the naming of private headers of internal methods, from `+Private.h` naming into `Internal.h` naming, follow other popular framework's naming rules 2019-03-10 10:53:46 +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 Add one initializer with extra arg for custom animated image class to use possible coder options, to make it extensible 2018-08-28 15:09:32 +08:00
SDAnimatedImageView.m Move some internal classes into private header files, make it easy to maintain the code 2019-03-09 15:25:44 +08:00
SDDiskCache.h Update some comments related to naming changes 2019-01-26 17:43:30 +08:00
SDDiskCache.m Update some comments related to naming changes 2019-01-26 17:43:30 +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 Remove unnecessary CGImage check when encode first frame 2019-01-29 22:07:43 +08:00
SDImageCache.h Update some comments related to naming changes 2019-01-26 17:43:30 +08:00
SDImageCache.m Renaming the disk cache size/cache age method and property with disk keyword, clarify the meaning 2019-01-26 17:43:30 +08:00
SDImageCacheConfig.h Renaming the disk cache size/cache age method and property with disk keyword, clarify the meaning 2019-01-26 17:43:30 +08:00
SDImageCacheConfig.m Update some comments related to naming changes 2019-01-26 17:43:30 +08:00
SDImageCacheDefine.h Fix all cache test 2018-04-18 19:24:23 +08:00
SDImageCacheDefine.m Add one initializer with extra arg for custom animated image class to use possible coder options, to make it extensible 2018-08-28 15:09:32 +08:00
SDImageCachesManager.h Rename the cache protocol to `SDImageCache` protocol 2018-04-18 19:24:23 +08:00
SDImageCachesManager.m Move some internal classes into private header files, make it easy to maintain the code 2019-03-09 15:25:44 +08:00
SDImageCoder.h Fix comments in code 2018-11-15 21:13:27 +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 Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x 2019-01-31 19:10:15 +08:00
SDImageCodersManager.h Fix comments in code 2018-11-15 21:13:27 +08:00
SDImageCodersManager.m Fix the silly bug that coders manager ignore all encoding options. Which cause many features during encoding does not works 2019-01-28 13:17:46 +08: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 Remove unnecessary CGImage check when encode first frame 2019-01-29 22:07:43 +08:00
SDImageGraphics.h Expose the all image graphics methods to public method, make it easy for coder plugin user to reuse it instead of duplicate code 2018-10-31 15:25:52 +08:00
SDImageGraphics.m Fix the `SDGraphicsBeginImageContext` method recursive call issue 2018-11-01 11:18:14 +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 pull request #2399 from zhongwuzw/replace-valueforkey 2018-08-10 18:19:59 +03:00
SDImageLoader.h Renaming all `SDWebImageLoader` -> `SDImageLoader` 2018-06-06 14:41:44 +08:00
SDImageLoader.m Add one initializer with extra arg for custom animated image class to use possible coder options, to make it extensible 2018-08-28 15:09:32 +08:00
SDImageLoadersManager.h Renaming all `SDWebImageLoader` -> `SDImageLoader` 2018-06-06 14:41:44 +08:00
SDImageLoadersManager.m Renaming the `LOCK`, `UNLOCK` with SD prefix to avoid overriding user-defined macro. Remove `LOCKBLOCK` with paired macro instead to make it easy to debug 2018-09-18 23:17:43 +08:00
SDImageTransformer.h Adopt all the protocol APIs which contains getter value to use property instead, to make the API easy to use or Swift user 2018-08-19 12:10:26 +08:00
SDImageTransformer.m Merge pull request #2635 from dreampiggy/bugfix_transformer_cache_key 2019-03-12 20:42:23 +08:00
SDMemoryCache.h Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x 2019-01-03 14:54:37 +08:00
SDMemoryCache.m Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x 2019-01-03 14:54:37 +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 Renaming the `LOCK`, `UNLOCK` with SD prefix to avoid overriding user-defined macro. Remove `LOCKBLOCK` with paired macro instead to make it easy to debug 2018-09-18 23:17:43 +08:00
SDWebImageCompat.m Update SDWebImage/SDWebImageCompat.m 2018-10-30 15:00:25 +08:00
SDWebImageDefine.h Add one initializer with extra arg for custom animated image class to use possible coder options, to make it extensible 2018-08-28 15:09:32 +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 Replace atomic property with SD_LOCK 2018-10-27 21:11:40 +08:00
SDWebImageDownloader.m simplify assign downloaderOperation's minimumProgressInterval code 2019-03-14 15:27:29 +08:00
SDWebImageDownloaderConfig.h Fix that the minimumProgressInterval should always callback the final finished progress but not ignore it 2018-08-10 22:41:22 +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 Adopt all the protocol APIs which contains getter value to use property instead, to make the API easy to use or Swift user 2018-08-19 12:10:26 +08:00
SDWebImageDownloaderOperation.m Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x 2019-03-14 21:50:09 +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 Adopt all the protocol APIs which contains getter value to use property instead, to make the API easy to use or Swift user 2018-08-19 12:10:26 +08:00
SDWebImageIndicator.m Fix the mistake cause a bug that progress indicator on macOS stop at 1% but not 100% when download finished... 2018-08-10 22:05:35 +08:00
SDWebImageManager.h Fix typo 2018-07-05 22:24:25 +08:00
SDWebImageManager.m Revert failed block processing logic 2019-01-09 22:03:06 +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 Fix the issue that SDWebImagePrefetch in 5.x, will submit all prefetch URLs to manager without any limit, which cause the disk cache query pending until all finished 2019-03-03 16:52:44 +08:00
SDWebImagePrefetcher.m Break strong retain cycle for prefetch block 2019-03-15 23:51:18 +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 Change the View Category setImageBlock with all args like View Transition or CompletedBlock, to make it useful for advanced usage 2018-08-16 11:32: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+MemoryCacheCost.h Fix memory cost override for SDAnimatedImage 2019-01-07 22:59:46 +08:00
UIImage+MemoryCacheCost.m Use the memory bytes size, instead of pixel size to calculate the memory cost function 2019-01-03 15:59:22 +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 Fix the accident changes of Swift API naming for `sd_imageDataAsFormat:`. We should keep previous naming `sd_imageData(as:)` 2018-10-29 12:52:17 +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 Move some internal classes into private header files, make it easy to maintain the code 2019-03-09 15:25:44 +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 Change the View Category setImageBlock with all args like View Transition or CompletedBlock, to make it useful for advanced usage 2018-08-16 11:32:12 +08:00
UIImageView+WebCache.h update 2018-11-15 21:32:05 +08:00
UIImageView+WebCache.m Remove `sd_setAnimationImagesWithURLs` API, because its cause ambiguity, behave not consistently and have rare use case. 2018-08-23 15:35:38 +08:00
UIView+WebCache.h Fix the FLAnimatedImage compatible code issue by introduce a private API to check for the special cases 2019-01-14 13:07:45 +08:00
UIView+WebCache.m Fix the FLAnimatedImage compatible code issue by introduce a private API to check for the special cases 2019-01-14 13:07:45 +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