| .. |
|
MKAnnotationView+WebCache.h
|
For consistency with the previous change, also renamed `SDWebImageCompletionBlock` to `SDExternalCompletionBlock`
|
2016-06-01 09:41:44 +03:00 |
|
MKAnnotationView+WebCache.m
|
For consistency with the previous change, also renamed `SDWebImageCompletionBlock` to `SDExternalCompletionBlock`
|
2016-06-01 09:41:44 +03:00 |
|
NSData+ImageContentType.h
|
Fixed #774 - remove deprecated methods. Since 4.0 is a major release, we don't need the backwards compatible methods
|
2016-05-08 21:13:52 +03:00 |
|
NSData+ImageContentType.m
|
Modern Objective-C syntax
|
2016-05-23 07:58:02 +03:00 |
|
SDImageCache.h
|
Extended the SDImageCache `queryDiskCacheForKey:done:` so it also returns the NSData (we will need it later for the GIF images).
|
2016-06-01 09:35:36 +03:00 |
|
SDImageCache.m
|
Based on the previous change, we now can avoid the memory cache for GIFs, as the memory cache only holds UIImage instances and we need the NSData. Forced to load from disk if the image is a GIF
|
2016-06-01 09:45:13 +03:00 |
|
SDWebImageCompat.h
|
spelling
|
2015-08-16 22:09:08 +08:00 |
|
SDWebImageCompat.m
|
Modern Objective-C syntax
|
2016-05-23 07:58:02 +03:00 |
|
SDWebImageDecoder.h
|
First beta of SDWebImage 3.0
|
2012-11-04 10:09:10 +01:00 |
|
SDWebImageDecoder.m
|
Optimize the decoder to avoid of unwanted blended layer
|
2016-04-12 17:27:33 +08:00 |
|
SDWebImageDownloader.h
|
Update to <Fix multiple requests for same image and then canceling one> feature - exposed the SDWebImageDownloadToken class
|
2016-05-23 07:38:48 +03:00 |
|
SDWebImageDownloader.m
|
Modern Objective-C syntax
|
2016-05-23 07:58:02 +03:00 |
|
SDWebImageDownloaderOperation.h
|
Modern Objective-C syntax
|
2016-05-23 07:58:02 +03:00 |
|
SDWebImageDownloaderOperation.m
|
Modern Objective-C syntax
|
2016-05-23 07:58:02 +03:00 |
|
SDWebImageManager.h
|
Updated the doc with the new completion type (SDWebImageManager loadImageWithURL)
|
2016-06-01 10:02:20 +03:00 |
|
SDWebImageManager.m
|
Extended the SDWebImageManager `loadImageWithURL:options:progress:completed:` so it also returns the NSData (we will need it later for the GIF images).
|
2016-06-01 09:40:36 +03:00 |
|
SDWebImageOperation.h
|
Fix source file headers
|
2012-11-05 18:21:19 +01:00 |
|
SDWebImagePrefetcher.h
|
Modern Objective-C syntax
|
2016-05-23 07:58:02 +03:00 |
|
SDWebImagePrefetcher.m
|
Extended the SDWebImageManager `loadImageWithURL:options:progress:completed:` so it also returns the NSData (we will need it later for the GIF images).
|
2016-06-01 09:40:36 +03:00 |
|
UIButton+WebCache.h
|
For consistency with the previous change, also renamed `SDWebImageCompletionBlock` to `SDExternalCompletionBlock`
|
2016-06-01 09:41:44 +03:00 |
|
UIButton+WebCache.m
|
For consistency with the previous change, also renamed `SDWebImageCompletionBlock` to `SDExternalCompletionBlock`
|
2016-06-01 09:41:44 +03:00 |
|
UIImage+GIF.h
|
Changed the current internal GIF implementation. We will only return an UIImage with a single animated frame (basically a static image). We do set it in the images array so we can distinguish between those and real static images. Dropped all other GIF code.
|
2016-06-01 09:43:53 +03:00 |
|
UIImage+GIF.m
|
Changed the current internal GIF implementation. We will only return an UIImage with a single animated frame (basically a static image). We do set it in the images array so we can distinguish between those and real static images. Dropped all other GIF code.
|
2016-06-01 09:43:53 +03:00 |
|
UIImage+MultiFormat.h
|
Refactor GIF support
|
2013-06-07 19:39:07 +02:00 |
|
UIImage+MultiFormat.m
|
Update UIImage+MultiFormat.m
|
2015-06-02 20:23:40 +08:00 |
|
UIImage+WebP.h
|
Added the WebP files to the WebImage.framework target. Removed some old hack to define empty WebP methods (see #416), will re-add it if needed, right now it prevents the dynamic framework to build.
|
2016-05-08 22:41:33 +03:00 |
|
UIImage+WebP.m
|
Fixed #1444 and the master build thanks to 5034c334be
|
2016-05-28 22:53:38 +03:00 |
|
UIImageView+HighlightedWebCache.h
|
For consistency with the previous change, also renamed `SDWebImageCompletionBlock` to `SDExternalCompletionBlock`
|
2016-06-01 09:41:44 +03:00 |
|
UIImageView+HighlightedWebCache.m
|
For consistency with the previous change, also renamed `SDWebImageCompletionBlock` to `SDExternalCompletionBlock`
|
2016-06-01 09:41:44 +03:00 |
|
UIImageView+WebCache.h
|
Exposed the activity indicator methods from UIImageView+WebView so we can use them in a future category
|
2016-06-01 09:42:39 +03:00 |
|
UIImageView+WebCache.m
|
Exposed the activity indicator methods from UIImageView+WebView so we can use them in a future category
|
2016-06-01 09:42:39 +03:00 |
|
UIView+WebCacheOperation.h
|
Fixed #775, made sure all the category methods that are public have the sd_ prefix (deprecated the old ones)
|
2014-06-25 21:32:53 +03:00 |
|
UIView+WebCacheOperation.m
|
Modern Objective-C syntax
|
2016-05-23 07:58:02 +03:00 |