.. |
MapKit
|
Replace the weak-strong dance code with weakify && strongify depend on #2647 retry for travis failed
|
2019-03-26 01:11:01 +08:00 |
Private
|
Fix caches manager operation thread safe issue
|
2019-04-02 16:59:57 +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
|
Replace the weak-strong dance code with weakify && strongify depend on #2647 retry for travis failed
|
2019-03-26 01:11:01 +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
|
Simplify the code of `animationRepeatCount`, since there are no override logic
|
2019-03-31 13:46:26 +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
|
Guarantee caches of CachesManager thread-safe
|
2019-04-01 16:00:13 +08:00 |
SDImageCachesManager.m
|
Thread-safe for CodersManager and LoadersManager
|
2019-04-01 17:19:11 +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
|
Thread-safe for CodersManager and LoadersManager
|
2019-04-01 17:19:11 +08:00 |
SDImageCodersManager.m
|
Thread-safe for CodersManager and LoadersManager
|
2019-04-01 17:19:11 +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
|
Rename the SDImageLoaderProtocol method naming to avoid the Selector conflict with SDWebImageManager and cause misunderstanding usage
|
2019-03-25 18:44:41 +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
|
Thread-safe for CodersManager and LoadersManager
|
2019-04-01 17:19:11 +08:00 |
SDImageLoadersManager.m
|
Thread-safe for CodersManager and LoadersManager
|
2019-04-01 17:19:11 +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
|
Using pch for the internal macros, to avoid each implementation files import this macro
|
2019-03-21 19:38:09 +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
|
Revert "Move the dispatch_main_async_safe into internal macros, since it's used in implementation files but not headers"
|
2019-03-22 10:57:23 +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
|
Move the declare and the define into the downloader, make the import success. Update to NSNotificationName
|
2019-03-31 23:07:20 +08:00 |
SDWebImageDownloader.m
|
Move the declare and the define into the downloader, make the import success. Update to NSNotificationName
|
2019-03-31 23:07:20 +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
|
Move the declare and the define into the downloader, make the import success. Update to NSNotificationName
|
2019-03-31 23:07:20 +08:00 |
SDWebImageDownloaderOperation.m
|
Move the declare and the define into the downloader, make the import success. Update to NSNotificationName
|
2019-03-31 23:07: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 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
|
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
|
2019-03-31 19:41: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
|
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
|
Update SDWebImagePrefetcher weak-strong dance code into weakify && strongify
|
2019-03-21 19:46:25 +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
|
Replace the weak-strong dance code with weakify && strongify depend on #2647 retry for travis failed
|
2019-03-26 01:11:01 +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
|
Replace the weak-strong dance code with weakify && strongify depend on #2647 retry for travis failed
|
2019-03-26 01:11:01 +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
|
Using pch for the internal macros, to avoid each implementation files import this macro
|
2019-03-21 19:38:09 +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 |