SDWebImage/SDWebImage
Bogdan Poplauschi 10a86a7b0e Merge pull request #1696 from skyline75489/master
Fix FLAnimatedImage import when using CocoaPods
2017-01-28 19:54:52 +02:00
..
FLAnimatedImage Utilize __has_include to fix framework import 2016-10-13 21:25:47 +08:00
MKAnnotationView+WebCache.h 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
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 Made sure SDWebImageCompat.h is imported in all the headers 2016-10-04 16:13:08 +03:00
NSData+ImageContentType.m Refactored NSData ImageContentType category, instead of returning the contentType as a string, the new added method `sd_imageFormatForImageData` will return a `SDImageFormat` enum value 2016-09-23 20:20:24 +03: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 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
SDImageCache.h Fixed documentation warning, param name is `completionBlock` 2016-10-04 16:11:35 +03:00
SDImageCache.m Fix #1619 iOS10 Crash issue 2016-10-01 12:13:31 +03:00
SDImageCacheConfig.h Made sure SDWebImageCompat.h is imported in all the headers 2016-10-04 16:13:08 +03:00
SDImageCacheConfig.m Created a new class SDImageCacheConfig holding the configuration of the ImageCache. Easier to read code 2016-09-23 20:35:25 +03:00
SDWebImageCompat.h Merge pull request #1459 from mime29:macrowarning 2016-10-01 09:52:40 +03:00
SDWebImageCompat.m OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility 2016-06-12 23:23:53 +03:00
SDWebImageDecoder.h Merge pull request #787 from gsempe:master 2016-10-06 13:28:55 +03:00
SDWebImageDecoder.m Fixed #1668 CGContextDrawImage: invalid context 0x0 2016-10-06 16:54:17 +03:00
SDWebImageDownloader.h Merge pull request #787 from gsempe:master 2016-10-06 13:28:55 +03:00
SDWebImageDownloader.m Merge pull request #1654 from Wondermall/session-configuration 2016-10-01 09:37:11 +03:00
SDWebImageDownloaderOperation.h Created `SDWebImageDownloaderOperationInterface` to describe the behavior of a downloader operation. Any custom operation must conform to this protocol. 2016-09-23 21:11:34 +03:00
SDWebImageDownloaderOperation.m Merge pull request #787 from gsempe:master 2016-10-06 13:28:55 +03:00
SDWebImageManager.h Marked the `SDWebImageManager` `initWithCache:downloader:` as designated initializer. 2016-10-07 12:54:20 +03:00
SDWebImageManager.m Word corrections 2016-12-06 13:06:18 +08:00
SDWebImageOperation.h Fix source file headers 2012-11-05 18:21:19 +01:00
SDWebImagePrefetcher.h Update Prefetch Docs 2016-11-02 11:51:52 -05:00
SDWebImagePrefetcher.m The shared objects (not really singletons) should allow subclassing, therefore the return type should be instancetype and not a fixed type. 2016-10-01 09:28:21 +03:00
UIButton+WebCache.h 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
UIButton+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
UIImage+GIF.h OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility 2016-06-12 23:23:53 +03:00
UIImage+GIF.m OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility 2016-06-12 23:23:53 +03:00
UIImage+MultiFormat.h Preparing to remove the need for the `recalculateFromImage` param for store in cache. Only if the data provided is nil and we have an image, we will recaculate. Moved the NSData calculation in the UIImage MultiFormat categ, plus instead of another variant to check for PNG, relly on `sd_imageFormatForImageData` 2016-09-23 20:26:46 +03:00
UIImage+MultiFormat.m Preparing to remove the need for the `recalculateFromImage` param for store in cache. Only if the data provided is nil and we have an image, we will recaculate. Moved the NSData calculation in the UIImage MultiFormat categ, plus instead of another variant to check for PNG, relly on `sd_imageFormatForImageData` 2016-09-23 20:26:46 +03:00
UIImage+WebP.h OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility 2016-06-12 23:23:53 +03:00
UIImage+WebP.m 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
UIImageView+HighlightedWebCache.h #1089 properly stated on all API docs that the progressBlock is called on a background queue 2016-10-01 12:29:12 +03: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 #1089 properly stated on all API docs that the progressBlock is called on a background queue 2016-10-01 12:29:12 +03:00
UIImageView+WebCache.m Replacing #781 - replaced all the remaining `dispatch_main_sync_safe` with `dispatch_main_async_safe`, so we no longer `dispatch_sync` on the main queue that can create issues. 2016-09-30 13:22:56 +03:00
UIView+WebCache.h #1089 properly stated on all API docs that the progressBlock is called on a background queue 2016-10-01 12:29:12 +03:00
UIView+WebCache.m Replaced #1640 - Added `sd_` prefix to the activity indicator related methods (`setShowActivityIndicatorView:`, `setIndicatorStyle:`, `showActivityIndicatorView`, `addActivityIndicator`, `removeActivityIndicator`) 2016-09-30 21:36:34 +03:00
UIView+WebCacheOperation.h OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility 2016-06-12 23:23:53 +03:00
UIView+WebCacheOperation.m Made sure we don't crash here if the operation is nil at some point 2016-09-30 15:27:31 +03:00