SDWebImage/SDWebImage
Bogdan Poplauschi 2a29f4a0b7 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.
Sample app links the libSDWebImage.a
2016-05-08 22:41:33 +03:00
..
MKAnnotationView+WebCache.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
MKAnnotationView+WebCache.m Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed 2016-05-08 21:16:23 +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 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
SDImageCache.h Added API to save image NSData to disk cache 2016-02-01 15:19:59 +00:00
SDImageCache.m Merge pull request #1453 from Mutix/master 2016-05-08 18:53:26 +03:00
SDWebImageCompat.h spelling 2015-08-16 22:09:08 +08:00
SDWebImageCompat.m Revert dcde40fc01 2016-04-25 16:16:00 +02: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 Merge pull request #1504 from siburb/master 2016-05-08 18:41:36 +03:00
SDWebImageDownloader.m Added "cancelAllDownloads" method to SDWebImageDownloader. 2016-03-21 13:16:05 +08:00
SDWebImageDownloaderOperation.h Merge pull request #988 from wantedly/improve-operation-behavior 2015-03-19 11:54:01 +02:00
SDWebImageDownloaderOperation.m Merge pull request #1085 from flovilmart/AppExtensionSafe 2015-05-17 21:06:19 -07:00
SDWebImageManager.h Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed 2016-05-08 21:16:23 +03:00
SDWebImageManager.m Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed 2016-05-08 21:16:23 +03:00
SDWebImageOperation.h Fix source file headers 2012-11-05 18:21:19 +01:00
SDWebImagePrefetcher.h Added a new constructor to SDWebImagePrefetcher 2015-09-29 10:27:09 +03:00
SDWebImagePrefetcher.m Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed 2016-05-08 21:16:23 +03:00
UIButton+WebCache.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
UIButton+WebCache.m Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed 2016-05-08 21:16:23 +03:00
UIImage+GIF.h reformat code (appcode) 2014-01-06 17:12:24 -08:00
UIImage+GIF.m Add braces 2016-01-25 14:27:41 -08: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 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
UIImageView+HighlightedWebCache.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
UIImageView+HighlightedWebCache.m Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed 2016-05-08 21:16:23 +03:00
UIImageView+WebCache.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
UIImageView+WebCache.m Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed 2016-05-08 21:16:23 +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 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