Commit Graph

23 Commits

Author SHA1 Message Date
Draveness
c27b46c87d Add leading whitespace to urls 2016-03-14 10:17:27 +08:00
Draveness
d0b1db20d8 Add whitespace between url and ')' to prevent Xcode misunderstanding 2016-03-14 10:12:20 +08:00
Kevin Harwood
5d73b00640 Bumping copyright to 2016 2016-01-05 09:22:42 -06:00
Kevin Harwood
3697462102 Added documentation 2015-10-02 14:09:47 -05:00
Kevin Harwood
01f6aed22a - Removed support for NSURLConnection based API's
- Simplified example project to include all targets
- Added support for tvOS
2015-10-02 14:09:47 -05:00
Kevin Harwood
1bfb8495a4 - Marked Response as nullable in UIKit categories.
- Changed UIButton category to behave like the UIKit category
- Improved UIButton category documentation
2015-10-01 08:47:17 -05:00
Antoine Cœur
a419fc0e96 spelling 2015-08-16 01:04:09 +08:00
Kevin Harwood
cd675b677d Merge pull request #2771 from chrisgibbs/bugfix/cached-image-request-param
Provide URL request to the success block when images are retrieved from cache
2015-07-24 08:50:11 -05:00
Kevin Harwood
0bb9e9c49d Addressed remaining issues with nullability 2015-06-26 10:19:37 -05:00
Frank Luan
fd34e21251 Add nullability annotations for UIKit additions 2015-06-26 09:43:13 -05:00
Chris Gibbs
5ed3cd2d05 Assert the response parameter is nil when image is returned from cache. Update docs 2015-06-07 11:58:58 -05:00
Mattt Thompson
583742a539 Updating License 2015-05-02 13:29:20 -07:00
seanoshea
6b95f1112a A very minor typo in the docs for UIImageView+AFNetworking.h 2015-04-15 21:56:58 +01:00
Mattt Thompson
011dc783e9 Updating copyright year 2015-01-18 08:59:34 -08:00
Marcelo Fabri
80bbd2f244 AFImageCache protocol should inherit from NSObject 2014-07-08 00:58:21 -03:00
Romans Karpelcevs
f9d9bb3b5f UIImageView allows weaker serializer subclasses
Weakened serializer from subclasses of AFImageResponseSerializer to any
class conforming to AFURLResponseSerialization protocol.
This allows compound serialiers to be set for handling different image
types, like gifs and normal images.
2014-06-03 10:34:02 +03:00
Mattt Thompson
121466e165 Bumping copyright year 2014-04-15 14:24:30 -07:00
Jesse Collis
cf01b18d92 Remove unnecessary #imports in UIImageView & UIWebView+AFNetworking headers. 2014-02-28 10:00:29 +11:00
Mattt Thompson
421cf89227 Adding AFImageCache protocol, to allow for custom image caches to be specified for UIImageView 2013-12-03 01:38:16 -08:00
Mattt Thompson
d83f8b44ee Adding spaces to image/* to avoid warning about /* inside comment block 2013-11-17 12:08:47 -08:00
Mattt Thompson
2ff129d1b8 [Issue #1585] Documenting default Accept header field value for setImageWithURL:, et al. 2013-11-13 09:46:21 -08:00
Mattt Thompson
4945255138 Updating documentation for UIImageView category 2013-09-27 08:53:20 -07:00
Mattt Thompson
9a40c0dc0f Merge branch 2.0 into master 2013-09-25 16:31:49 -07:00