Commit graph

25 commits

Author SHA1 Message Date
Mattt Thompson
5ad4ca34f5 Adding compilation flags to suppress warnings for JSONKit source files 2012-02-20 20:31:54 -08:00
Mattt Thompson
76255d3f04 Updating Mac example project to pass -fno-objc-arc for AFJSONUtilities.m 2012-01-23 12:21:04 -08:00
Mattt Thompson
83afa2c734 Adding AFJSONUtilities.m to example project files 2012-01-22 11:50:42 -08:00
Mattt Thompson
e117c4e847 Fixing Interface Builder warning about positioning of main window 2012-01-19 11:59:30 -08:00
Mattt Thompson
3ff5aafab7 Removing AFImageCache from public API, embedding it instead in UIImageView+AFNetworking implementation 2012-01-19 11:58:17 -08:00
Mattt Thompson
cc49cd8d1c Major refactoring to Mac example code, removing a lot of code in favor of bindings 2012-01-19 11:33:30 -08:00
Mattt Thompson
fd2f678ac1 Fixing Mac example to work without AFImageCache coupling 2011-11-21 10:23:50 -06:00
Mattt Thompson
206f6ff1f6 Switching to NSInvocation approach to dynamic JSON library-agnostic encoding and decoding, appropriating @steipete's work on HockeyApp 2011-11-08 11:12:44 -06:00
Mattt Thompson
ee88f6795e Adding #define _AF_USE_JSONKIT in API clients for example apps 2011-11-07 11:24:07 -06:00
Mattt Thompson
1fbe7846dd Merge branch 'experimental-json-agnosticism' into experimental-0.8 2011-11-07 11:21:55 -06:00
Mattt Thompson
30ea7353d4 Refactoring success and failure callbacks for HTTP request operations and client, to add more information and make everything more consistent
Removing AFHTTPClient protocol
2011-10-24 13:08:58 -05:00
Mattt Thompson
283d9cffea Initial implementation of decoupling specific JSON libraries from AFNetworking, in favor of being able to specify which one to use 2011-10-24 10:49:25 -05:00
Mattt Thompson
ea05359343 Adding self-deprecating apology for utter lack of command of AppKit 2011-10-12 10:54:30 -05:00
Mattt Thompson
c7af6d7397 Minor tweaks to Mac example application 2011-10-12 10:52:22 -05:00
Mattt Thompson
b8ca3496f8 Adding -unregisterHTTPOperationClass to AFHTTPClient
Removing 'Accept: applciation/json' default header from AFHTTPClient

Revising documentation for AFHTTPClient
2011-10-12 10:41:59 -05:00
Mattt Thompson
5f56aebd29 Rearranging schemes, like a pedant 2011-10-11 13:26:41 -05:00
Mattt Thompson
f882beef46 Updating file headers and credits for Mac example project 2011-10-11 13:21:24 -05:00
Mattt Thompson
996cc4c8ac Minor refactoring and tweaking of Mac example project 2011-10-11 13:13:16 -05:00
Mattt Thompson
f3029262df Initial implementation of Mac example application 2011-10-11 12:25:37 -05:00
Mattt Thompson
60ccf59d10 Removing Info.plist from 'Copy Bundle Resources' Build Phase 2011-10-11 10:42:22 -05:00
Mattt Thompson
7e4b224154 Cleaning up merge with experimental-0.7 2011-10-11 10:05:07 -05:00
Mattt Thompson
80a0c65608 Merge branch 'master' into experimental-mac
Conflicts:
	AFNetworking/AFNetworkActivityIndicatorManager.m
	iOS Example/AFNetworking iOS Example.xcodeproj/project.pbxproj
2011-10-11 09:58:00 -05:00
Mattt Thompson
5677b6de94 Adding AFNetworking workspace, containing both the iOS and Mac example applications
Restructuring project files, directories, etc.
2011-09-23 12:54:14 -05:00
Mattt Thompson
d7b6046e63 Adding AFNetworking.h
Renaming App Delegate
2011-09-23 12:30:50 -05: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