..
FLAnimatedImage
Check the group instance before calling group leave
2017-12-15 22:28:41 +08:00
MKAnnotationView+WebCache.h
Fix #1764 Swift naming collision
2017-02-10 21:02:32 +08:00
MKAnnotationView+WebCache.m
Refactored all the duplicate code from our WebCache categories into a UIView+WebCache category. All the other categories will make calls to this one. Customization of setting the image is done via the setImageBlock and the operationKey
2016-09-25 19:44:52 +03:00
NSData+ImageContentType.h
Add image format detect of HEIC (One type of HEIF which use HEVC codec). This is supported natively in iOS 11 & macOS 10.13
2017-10-26 22:33:24 +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+WebCache.h
Fixed build due to latest animated WebP support that was not properly adapted for OSX. For OSX, this will not work because the `animatedImageWithImages:duration:` API does not have an equivalent there.
2016-09-30 09:32:34 +03:00
NSImage+WebCache.m
Feature refactor built-in coders and support animated webp on macOS ( #2082 )
2017-10-31 20:34:05 +02:00
SDImageCache.h
Fixes fail condition in storeImageDataToDisk. Removes extra spaces.
2017-10-17 22:49:30 +03:00
SDImageCache.m
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
2017-12-22 21:06:48 +08:00
SDImageCacheConfig.h
Allow user to provide reading options such as mapped file to improve performance in SDImageCache disk cache
2017-10-14 13:54:21 +08:00
SDImageCacheConfig.m
Explicitly set `diskCacheReadingOptions` to its default value 0
2017-10-18 19:21:15 +03:00
SDWebImageCoder.h
Add some more comments about coder method
2017-10-27 00:22:58 +08:00
SDWebImageCoder.m
Feature: refactor decoding code and provide decoding plugin
2017-10-16 19:52:18 +03:00
SDWebImageCoderHelper.h
Feature refactor built-in coders and support animated webp on macOS ( #2082 )
2017-10-31 20:34:05 +02:00
SDWebImageCoderHelper.m
Feature refactor built-in coders and support animated webp on macOS ( #2082 )
2017-10-31 20:34:05 +02:00
SDWebImageCodersManager.h
Creating FLAnimatedImage in global queue to improve displaying gif performance ( #2047 )
2017-10-25 09:05:46 +03:00
SDWebImageCodersManager.m
Remove the out-dated compatible code for non-ARC
2017-12-15 20:11:42 +08:00
SDWebImageCompat.h
Remove the out-dated compatible code for non-ARC
2017-12-15 20:11:42 +08:00
SDWebImageCompat.m
Remove the out-dated compatible code for non-ARC
2017-12-15 20:11:42 +08:00
SDWebImageDownloader.h
Update the documents
2017-11-27 00:50:29 +08:00
SDWebImageDownloader.m
Merge pull request #2106 from dreampiggy/fix_FLAnimatedImageView_blink_when_reload
2017-12-15 23:14:05 +08:00
SDWebImageDownloaderOperation.h
Use FOUNDATION_EXPORT over extern
2017-08-01 07:14:48 +08:00
SDWebImageDownloaderOperation.m
Remove the out-dated compatible code for non-ARC
2017-12-15 20:11:42 +08:00
SDWebImageFrame.h
Feature refactor built-in coders and support animated webp on macOS ( #2082 )
2017-10-31 20:34:05 +02: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
Creating FLAnimatedImage in global queue to improve displaying gif performance ( #2047 )
2017-10-25 09:05:46 +03:00
SDWebImageGIFCoder.m
Fix Clang Static Analyzer warning for number nil check from Xcode 9.2
2017-12-29 12:52:29 +08:00
SDWebImageImageIOCoder.h
Adopt the current requirement, change ImageIO coder's canDeocdeFromHEIC to actual implementation
2017-12-29 19:19:50 +08:00
SDWebImageImageIOCoder.m
Adopt the current requirement, change ImageIO coder's canDeocdeFromHEIC to actual implementation
2017-12-29 19:19:50 +08:00
SDWebImageManager.h
Marked the `SDWebImageManager` `initWithCache:downloader:` as designated initializer.
2016-10-07 12:54:20 +03:00
SDWebImageManager.m
Add a SDWebImageExternalCustomManagerKey context arguments to allow user to custom image manager for UIView category to avoid build from scratch
2017-12-15 23:25:17 +08:00
SDWebImageOperation.h
Fix source file headers
2012-11-05 18:21:19 +01:00
SDWebImagePrefetcher.h
Remove the out-dated compatible code for non-ARC
2017-12-15 20:11:42 +08:00
SDWebImagePrefetcher.m
Fix potential thread-safe problem in SDWebImagePrefetcher by keeping all access through prefetcher queue and retain the local URLs firstly
2017-12-07 15:18:10 +08:00
SDWebImageWebPCoder.h
Feature: refactor decoding code and provide decoding plugin
2017-10-16 19:52:18 +03:00
SDWebImageWebPCoder.m
Fix progressive WebP decoding by creating data provider with actual data size
2017-12-16 00:29:48 +08:00
UIButton+WebCache.h
Fix issue #2001 , add sd_currentBackgroundImageURL and sd_backgroundImageURLForState: for UIButton
2017-08-18 12:02:06 +08:00
UIButton+WebCache.m
Remove some unused code, fix typo, update the comments
2017-12-17 19:45:51 +08:00
UIImage+ForceDecode.h
Feature: refactor decoding code and provide decoding plugin
2017-10-16 19:52:18 +03:00
UIImage+ForceDecode.m
Feature: refactor decoding code and provide decoding plugin
2017-10-16 19:52:18 +03:00
UIImage+GIF.h
Give back our GIF category animation support since we now use plugin coders. This will not affect FLAnimatedImageView which just create the first frame.
2017-10-18 02:25:05 +08:00
UIImage+GIF.m
Feature: refactor decoding code and provide decoding plugin
2017-10-16 19:52:18 +03:00
UIImage+MultiFormat.h
Feature refactor built-in coders and support animated webp on macOS ( #2082 )
2017-10-31 20:34:05 +02:00
UIImage+MultiFormat.m
Feature refactor built-in coders and support animated webp on macOS ( #2082 )
2017-10-31 20:34:05 +02:00
UIImage+WebP.h
Feature: refactor decoding code and provide decoding plugin
2017-10-16 19:52:18 +03:00
UIImage+WebP.m
Feature: refactor decoding code and provide decoding plugin
2017-10-16 19:52:18 +03:00
UIImageView+HighlightedWebCache.h
Fix #1764 Swift naming collision
2017-02-10 21:02:32 +08:00
UIImageView+HighlightedWebCache.m
Refactored all the duplicate code from our WebCache categories into a UIView+WebCache category. All the other categories will make calls to this one. Customization of setting the image is done via the setImageBlock and the operationKey
2016-09-25 19:44:52 +03:00
UIImageView+WebCache.h
Fix #1764 Swift naming collision
2017-02-10 21:02:32 +08:00
UIImageView+WebCache.m
Fix the way remove all elements from pointer array
2017-12-19 13:11:51 +08:00
UIView+WebCache.h
Add a SDWebImageExternalCustomManagerKey context arguments to allow user to custom image manager for UIView category to avoid build from scratch
2017-12-15 23:25:17 +08:00
UIView+WebCache.m
Add a SDWebImageExternalCustomManagerKey context arguments to allow user to custom image manager for UIView category to avoid build from scratch
2017-12-15 23:25:17 +08:00
UIView+WebCacheOperation.h
Remove some unused code, fix typo, update the comments
2017-12-17 19:45:51 +08:00
UIView+WebCacheOperation.m
Remove some unused code, fix typo, update the comments
2017-12-17 19:45:51 +08:00