Commit graph

13 commits

Author SHA1 Message Date
Mattt Thompson
ff37bb59f8 Merge branch 'master' into 1.0RC2
Conflicts:
	AFNetworking/AFHTTPClient.m
	AFNetworking/AFHTTPRequestOperation.m
	AFNetworking/AFJSONRequestOperation.m
	AFNetworking/AFNetworkActivityIndicatorManager.m
	AFNetworking/AFURLConnectionOperation.h
2012-09-14 10:30:25 -07:00
Mattt Thompson
3d6fcc35c9 Moving error alert logic from models to controllers 2012-08-11 11:16:55 -04:00
Steven Fisher
5c4c94081b Fixed incomplete implementation warning.
sharedProfileImageRequestOperationQueue is declared in interface extension, but only implemented on Mac OS X. This causes an incomplete implementation warning. Added same #if around interface as surrounds impelmentation.

This only affects sample code.
2012-07-23 17:19:17 -07:00
Steven Fisher
25186f8ebf Very minor security fix.
`informativeTextWithFormat` interprets its string as a format. `[error localizedDescription]` could contain string formatting specifiers.

Fixes to use @"%@", [error localizedDescription] instead.

Spotted via compiler warning.
2012-07-23 11:11:29 -07:00
Mattt Thompson
f1b3101a63 First pass at converting to ARC 2012-06-26 09:14:52 -07:00
Mattt Thompson
b420c181ed Adding compiler directive to ignore User +sharedProfileImageRequestOperationQueue in iOS 2012-06-26 08:53:15 -07:00
Mattt Thompson
b648e33481 Reload table view on image load 2012-06-19 14:40:11 -07:00
Mattt Thompson
ec2cee42d2 Adding profileImage property to bind image views to dynamically-loaded content 2012-06-19 14:30:49 -07:00
Mattt Thompson
eaa9059cd2 Stashing working implementation 2012-06-19 12:50:26 -07:00
Mattt Thompson
efdaedc541 Adding Mac example project
Renaming iOS example project

Adding AFNetworking to Mac project using preprocessor macros to resolve UIKit dependencies, and setting compiler flags accordingly.
2011-09-23 12:19:40 -05:00
Mattt Thompson
3a4392ec43 Updating Example project to match AFNetworking changes
Minor bugfixes
2011-08-03 11:32:51 -05:00
Mattt Thompson
d87b783814 Porting over changes for 0.3.0 release 2011-07-27 15:14:15 -05:00
Mattt Thompson
a8cb70db12 Changing Example project directory structure 2011-06-01 12:22:44 -05:00