Commit Graph

27 Commits

Author SHA1 Message Date
Kevin Harwood
89b79c53a0 Xcode 8 Compatibility for Travis CI
- Updated Test Runners for Travis
- Updated project settings for Xcode 8
- Updated macOS example platform
2016-10-05 13:15:09 -05:00
Cédric Luthi
dc25d2253f Split the iOS and OS X AppDelegate classes
The only thing they share is their name.
2015-12-04 09:38:56 +01:00
Cédric Luthi
9e610eb6ec Set indentation settings to four spaces at the project level
Remake of 95b4f6c979 ;-)
2015-12-02 15:28:38 +01:00
Kevin Harwood
7117b5d594 Converted example to use frameworks 2015-10-16 10:19:22 -05:00
Kevin Harwood
62ba94204c Removed UIAlertView category due to deprecation 2015-10-09 11:33:16 -05:00
Kevin Harwood
00b23107c4 Refactored Test Target
- Removed OC Mock
- Removed Test Project
- Updated Rake File
2015-10-05 12:17:55 -05: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
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
ebb6eb21ad You know what's an even _better name? AFHTTPClient. Boom. 2011-09-21 22:42:01 -05:00
Mattt Thompson
ab91d07575 Renaming AFRestClient to AFRESTClient 2011-09-21 17:55:24 -05:00
Mattt Thompson
f422cafe14 Removing UIImage category in favor of static function to resize images in UIImageView category implementation 2011-09-21 14:32:30 -05:00
Mattt Thompson
8b8605185b Replacing NSMutableURLRequest category method with more flexible constructor in AFRestClient
Adding AFRestClient -multipartFormRequestWithMethod:path:parameters:constructingBodyWithBlock:

Defining AFMultipartFormDataProxy protocol

Replacing constant value for string encoding with @property with default of NSUTF8Encoding
2011-09-21 14:00:05 -05:00
Mattt Thompson
ca02e02b11 Removing categories on NSData and NSString, moving them to static functions in AFRestClient
Removing Gzip functionality, which will be extracted into its own library
2011-09-21 11:36:39 -05:00
Mattt Thompson
3e3d94f938 Removing stray reference to QuartzCore.framework 2011-09-16 23:57:01 -05:00
Mattt Thompson
9ee84844c4 Updating example project to new image request API 2011-09-16 22:41:21 -05:00
Evan Long
dddd567424 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
Mattt Thompson
390c51a30d Merge branch 'gzip-compression-experimental' into experimental-gcd-processing
Conflicts:
	AFNetworking/AFHTTPRequestOperation.m
	AFNetworking/AFImageRequestOperation.m
	AFNetworking/AFJSONRequestOperation.m
2011-08-14 20:06:03 -05:00
Mattt Thompson
c004ceb0f1 Initial support for Gzip compression of HTTP Post Body 2011-08-05 15:13:22 -05:00
Mattt Thompson
29de9132d2 Rearranging project directory structure 2011-08-05 11:25:20 -05:00
Mattt Thompson
8833578a14 Adding NSMutableURLRequest category with -setHTTPBodyWithData:mimeType:forParameterNamed:parameters: method, for multi-part POST requests
Extracting categories into separate files
2011-08-05 10:58:37 -05:00
Mattt Thompson
3a4392ec43 Updating Example project to match AFNetworking changes
Minor bugfixes
2011-08-03 11:32:51 -05:00
Mattt Thompson
f169a93f58 Moving AFNetworking classes into correct directory 2011-07-27 15:20:37 -05:00
Mattt Thompson
d87b783814 Porting over changes for 0.3.0 release 2011-07-27 15:14:15 -05:00
Mattt Thompson
3f851b0a23 Removing AFURLCache, using NSURLCache instead 2011-06-02 15:16:17 -05:00
Mattt Thompson
99581391c6 Re-ordering project file list 2011-06-02 14:54:33 -05:00
Mattt Thompson
a8cb70db12 Changing Example project directory structure 2011-06-01 12:22:44 -05:00