| .. |
|
MKAnnotationView+WebCache.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 |
|
MKAnnotationView+WebCache.m
|
Update MKAnnotationView+WebCache.m
|
2014-07-06 06:40:06 -04:00 |
|
NSData+ImageContentType.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 |
|
NSData+ImageContentType.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 |
|
SDImageCache.h
|
#625 In order to fix the deadlock, reviewed the `[SDImageCache diskImageExistsWithKey:]` method. Based on the Apple doc for NSFileManager, using the defaultManager without the dispatch on the ioQueue to avoid the deadlocks. This instance is thread safe. Also created an async variant of this method `[SDImageCache diskImageExistsWithKey:completion:]`
|
2014-07-14 16:22:00 +03:00 |
|
SDImageCache.m
|
#625 In order to fix the deadlock, reviewed the `[SDImageCache diskImageExistsWithKey:]` method. Based on the Apple doc for NSFileManager, using the defaultManager without the dispatch on the ioQueue to avoid the deadlocks. This instance is thread safe. Also created an async variant of this method `[SDImageCache diskImageExistsWithKey:completion:]`
|
2014-07-14 16:22:00 +03:00 |
|
SDWebImageCompat.h
|
Returning error in setImage completedBlock if the url was nil. Added `dispatch_main_async_safe` macro. Fixes #505
|
2014-06-19 23:24:08 +03:00 |
|
SDWebImageCompat.m
|
Return nil from SDScaledImageForKey if the input image is nil. Replaces #750. Fixes #365
|
2014-06-18 15:28:13 +03:00 |
|
SDWebImageDecoder.h
|
First beta of SDWebImage 3.0
|
2012-11-04 10:09:10 +01:00 |
|
SDWebImageDecoder.m
|
reformat code (appcode)
|
2014-01-06 17:12:24 -08:00 |
|
SDWebImageDownloader.h
|
Implemented NTLM auth support. Replaced deprecated auth challenge methods from `NSURLConnectionDelegate`. Replaces #711.
|
2014-06-23 21:57:33 +03:00 |
|
SDWebImageDownloader.m
|
Implemented NTLM auth support. Replaced deprecated auth challenge methods from `NSURLConnectionDelegate`. Replaces #711.
|
2014-06-23 21:57:33 +03:00 |
|
SDWebImageDownloaderOperation.h
|
Implemented NTLM auth support. Replaced deprecated auth challenge methods from `NSURLConnectionDelegate`. Replaces #711.
|
2014-06-23 21:57:33 +03:00 |
|
SDWebImageDownloaderOperation.m
|
No need for explicit ivar and getters, as long as we have the @synthesize in place
|
2014-07-14 13:01:05 +03:00 |
|
SDWebImageManager.h
|
#625 In order to fix the deadlock, reviewed the `[SDImageCache diskImageExistsWithKey:]` method. Based on the Apple doc for NSFileManager, using the defaultManager without the dispatch on the ioQueue to avoid the deadlocks. This instance is thread safe. Also created an async variant of this method `[SDImageCache diskImageExistsWithKey:completion:]`
|
2014-07-14 16:22:00 +03:00 |
|
SDWebImageManager.m
|
Replace #699 Fixed race condition in SDWebImageManager if one operation is cancelled, the completion block must not be called, otherwise it might race with a newer completion for the same object
|
2014-07-14 16:29:57 +03:00 |
|
SDWebImageOperation.h
|
Fix source file headers
|
2012-11-05 18:21:19 +01:00 |
|
SDWebImagePrefetcher.h
|
Documentation alignaments
|
2014-06-19 12:00:23 +03:00 |
|
SDWebImagePrefetcher.m
|
Pass image URL in completion blocks - step 1:
|
2014-06-19 11:10:38 +03:00 |
|
UIButton+WebCache.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 |
|
UIButton+WebCache.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 |
|
UIImage+GIF.h
|
reformat code (appcode)
|
2014-01-06 17:12:24 -08:00 |
|
UIImage+GIF.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 |
|
UIImage+MultiFormat.h
|
Refactor GIF support
|
2013-06-07 19:39:07 +02:00 |
|
UIImage+MultiFormat.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 |
|
UIImage+WebP.h
|
reformat code (appcode)
|
2014-01-06 17:12:24 -08:00 |
|
UIImage+WebP.m
|
Fix some indentation issues
|
2014-03-14 23:56:40 -07:00 |
|
UIImageView+HighlightedWebCache.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 |
|
UIImageView+HighlightedWebCache.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 |
|
UIImageView+WebCache.h
|
Fixed misspell
|
2014-06-30 00:07:32 +03:00 |
|
UIImageView+WebCache.m
|
Added option to use the cached image instead of the placeholder for UIImageView. Replaces #541. Fixes #599
|
2014-06-26 00:27:56 +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 |