Mattt Thompson
da1acf5a56
Merge branch 'master' into experimental-pause-resume
...
Conflicts:
AFNetworking/AFHTTPRequestOperation.h
AFNetworking/AFURLConnectionOperation.h
2012-04-08 15:28:58 -07:00
Mattt Thompson
f2ce416ca2
Adding AFDownloadRRequestOperation to project files
2012-04-08 14:15:18 -07:00
Mattt Thompson
c5c29e31a8
Merge pull request #283 from steipete/remove-unneeded-kvo-calls
...
Remove obsolete manual KVO will/did change calls.
2012-04-08 12:10:31 -07:00
Peter Steinberger
ed4c558755
remote obsolete KVO change calls.
...
See http://petersteinberger.com/blog/2012/dont-call-willchangevalueforkey/ .
I didn't remove the call in the AFNetworkActivityIndicatorManager, since I already removed this in my other pull request.
2012-04-06 01:46:58 -07:00
Peter Steinberger
88920034e2
fixes a blocked reload button once we hit an error. Also shows an alert now.
2012-04-04 17:17:06 -07:00
Mattt Thompson
78baffde8a
Rearragnging project navigator
2012-03-13 09:01:47 -07:00
Mattt Thompson
ad2ff07d6e
Minor formatting changes to TweetTableViewCell
2012-03-12 22:10:23 -07:00
Mattt Thompson
24f2300579
A few minor fixes to new iOS example
2012-03-12 22:08:28 -07:00
Mattt Thompson
0481d55949
Changing iOS example to Twitter Client
2012-03-12 22:04:39 -07:00
Adrian Kosmaczewski
553e1d7e6b
Squashed commit of the following:
...
commit 5efc2bc0305acc3c974e524636a824a1964adfe6
Author: Mattt Thompson <m@mattt.me>
Date: Mon Mar 5 06:33:37 2012 -0800
Removing .gitignore
commit c5c6aacb027185984317fbef5f959f0568587367
Author: Adrian Kosmaczewski <adrian@akosma.com>
Date: Mon Mar 5 10:51:17 2012 +0100
Removed the NextiveJson files from the project
commit afe8e636b2f5d0bed863339c5078a4652f1c5d9d
Author: Adrian Kosmaczewski <adrian@akosma.com>
Date: Sun Mar 4 11:40:16 2012 +0100
Added support for the NextiveJson library
2012-03-05 06:41:25 -08:00
Mattt Thompson
5ad4ca34f5
Adding compilation flags to suppress warnings for JSONKit source files
2012-02-20 20:31:54 -08:00
Mattt Thompson
83afa2c734
Adding AFJSONUtilities.m to example project files
2012-01-22 11:50:42 -08:00
Mattt Thompson
0c25bcee82
Merge branch 'experimental-reachability' into experimental-0.9
...
Conflicts:
AFNetworking/AFHTTPClient.m
2012-01-19 17:29:44 -08:00
Mattt Thompson
1ab2eed8c8
Adding #ifdef macros to conditionally compile reachability features only when the SystemConfiguration is available
2012-01-19 17:26:12 -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
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
200512c7b3
Merge branch 'experimental-http-client-callback-refactoring' into experimental-0.8
2011-11-07 11:20:15 -06:00
Mattt Thompson
ed0c87599e
Adding Default.png and Icons to iOS example app
2011-11-03 17:07:30 -05:00
Larry Legend
50628f552a
In iOS Example, added call to super in -[SpotTableViewCell prepareForReuse] as per Apple documentation.
2011-10-25 20:50:16 -04: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
15be99000a
Adding AFNetworking.h to iOS example
...
Rearranging iOS example project file list
2011-10-12 11:11:18 -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
e3205b5c6d
Updating iOS example project file
2011-10-11 15:28:07 -05:00
Mattt Thompson
5f56aebd29
Rearranging schemes, like a pedant
2011-10-11 13:26:41 -05:00
Mattt Thompson
23ae78bdd5
Renaming iOS Example target
2011-10-11 13:25:41 -05:00
Mattt Thompson
f3029262df
Initial implementation of Mac example application
2011-10-11 12:25:37 -05:00
Mattt Thompson
4d4847d5d8
Removing user-specific Xcode settings
2011-10-11 10:59:28 -05:00
Mattt Thompson
358ecb568c
Merge branch 'experimental-0.7' into experimental-mac
...
Conflicts:
AFNetworking/AFHTTPRequestOperation.m
AFNetworking/AFImageRequestOperation.h
AFNetworking/AFImageRequestOperation.m
AFNetworking/AFNetworkActivityIndicatorManager.m
2011-10-11 10:01:44 -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
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