AFNetworking/AFNetworking
Peter Steinberger 1ec54e2595 add BOOL if cache was used to load image
This is useful for animation - if function directly returns, there's no need to animate the new image
2011-09-12 17:36:20 +02:00
..
AFHTTPRequestOperation.h Experimental implementation of download progress block 2011-08-23 12:12:05 -05:00
AFHTTPRequestOperation.m fix selector warnings, fix warning "ignore declaration shadows a local variable" with using MIN inside of MAX 2011-09-12 17:35:45 +02:00
AFImageCache.h Moving AFNetworking classes into correct directory 2011-07-27 15:20:37 -05:00
AFImageCache.m Making AFImageCache lazy init thread safe since it is called from main thread and background threads. Also making the increment and decrement for AFNetworkActivityIndicatorManager thread safe since start/stopAnimating are called from different threads. 2011-08-30 17:16:23 -07:00
AFImageRequestOperation.h Moving AFNetworking classes into correct directory 2011-07-27 15:20:37 -05:00
AFImageRequestOperation.m Merge branch 'gzip-compression-experimental' into experimental-gcd-processing 2011-08-14 20:06:03 -05:00
AFJSONRequestOperation.h Expanding success and failure block of most explicit signature for AFJSONRequestOperation to include request and response objects 2011-08-05 11:50:51 -05:00
AFJSONRequestOperation.m Only check HTTP status code and content type if there isn't already an error passed in to the completion block. Otherwise network errors are overwritten by a faulty error stating the HTTP status code is 0. 2011-08-24 15:41:32 -04:00
AFNetworkActivityIndicatorManager.h Changing activity status counter to signed integer, to ensure MAX(0,_activityCount) is enforced as expected 2011-08-14 20:11:49 -05:00
AFNetworkActivityIndicatorManager.m Ok, making the entire reading and increment atomic. 2011-08-30 22:36:24 -07:00
AFRestClient.h Experimental implementation of HTTP Basic auth helper in AFRestClient 2011-08-24 15:21:17 -05:00
AFRestClient.m Experimental implementation of HTTP Basic auth helper in AFRestClient 2011-08-24 15:21:17 -05:00
NSData+AFNetworking.h Experimental implementation of HTTP Basic auth helper in AFRestClient 2011-08-24 15:21:17 -05:00
NSData+AFNetworking.m Experimental implementation of HTTP Basic auth helper in AFRestClient 2011-08-24 15:21:17 -05:00
NSMutableURLRequest+AFNetworking.h useCompression -> useGzipCompression 2011-08-05 15:15:32 -05:00
NSMutableURLRequest+AFNetworking.m useCompression -> useGzipCompression 2011-08-05 15:15:32 -05:00
NSString+AFNetworking.h Adding NSMutableURLRequest category with -setHTTPBodyWithData:mimeType:forParameterNamed:parameters: method, for multi-part POST requests 2011-08-05 10:58:37 -05:00
NSString+AFNetworking.m Adding NSMutableURLRequest category with -setHTTPBodyWithData:mimeType:forParameterNamed:parameters: method, for multi-part POST requests 2011-08-05 10:58:37 -05:00
UIImage+AFNetworking.h Moving AFNetworking classes into correct directory 2011-07-27 15:20:37 -05:00
UIImage+AFNetworking.m Fix bug with scaling images with a portrait aspect ratio. 2011-08-04 11:55:37 -04:00
UIImageView+AFNetworking.h add BOOL if cache was used to load image 2011-09-12 17:36:20 +02:00
UIImageView+AFNetworking.m add BOOL if cache was used to load image 2011-09-12 17:36:20 +02:00