Commit graph

153 commits

Author SHA1 Message Date
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
b621ad0848 Changing multipart form data object to be subclass of NSMutableData
Adding mimetype arguments to some multipart methods
2011-09-23 10:21:07 -05:00
Mattt Thompson
aaa1f5532d Updating README
Extracting LICENSE information into its own file
2011-09-22 14:05:34 -05:00
Mattt Thompson
77676d46e0 Adding PodSpec 2011-09-22 13:36:37 -05:00
Mattt Thompson
d407561ff6 Fixing parameter for AFHTTPClient -appendPartWithFile:fileName: 2011-09-22 12:21:09 -05:00
Mattt Thompson
c11cc2e7ec Adding missing documentation for image request parameters 2011-09-22 12:18:31 -05:00
Mattt Thompson
432dd0a61e Merge branch 'experimental-0.6'
Conflicts:
	AFNetworking/NSData+AFNetworking.m
2011-09-22 12:06:23 -05:00
Mattt Thompson
29c25bb52e Fixing unnecessary semicolon compiler warning in TTTLocationFormatter 2011-09-22 12:04:23 -05:00
Mattt Thompson
ba4470ed13 Use imperial system based on current locale 2011-09-22 11:58:35 -05:00
Mattt Thompson
42da37a5a3 Namespacing private methods in UIImageView category 2011-09-22 11:42:48 -05:00
Mattt Thompson
7a2cad0a56 Minor revisions to documentation, mostly around style and conventions 2011-09-22 11:31:01 -05:00
Mattt Thompson
eebc763f7f Adding documentation to UIImageView category
Changing API for setImageWithURLRequest:placeholderImage:success to setImageWithURLRequest:placeholderImage:success:failure
2011-09-22 11:30:13 -05:00
Mattt Thompson
c84ca99269 Adding documentation for AFNetworkActivityIndicatorManager
Changing public API for AFNetworkActivityIndicatorManager from -start/stopAnimating to -increment/decrementActivityCount
2011-09-22 10:25:55 -05:00
Mattt Thompson
95ca172d9d Fixing API call for spots in the example app 2011-09-22 10:25:07 -05:00
Mattt Thompson
2dd68212c0 Adding +clientWithBaseURL:
Noting that initWithBaseURL: is the designated initializer
2011-09-22 09:43:58 -05:00
Mattt Thompson
2a8cce88a5 Changing AFImageCache APIs to use URLs rather than NSURLRequests
Completing documentation for AFImageCache
2011-09-21 23:46:00 -05:00
Mattt Thompson
d67db7172a Completing documentation of AFImageRequestOperation 2011-09-21 23:34:05 -05:00
Mattt Thompson
4cb29d24ad Adding class description to AFJSONRequestOperation 2011-09-21 23:21:41 -05:00
Mattt Thompson
e21a7b5aa1 Updating and completing documentation for AFHTTPClient 2011-09-21 23:16:35 -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
cad7d40642 Fixing AFRESTClient filenames in preambles 2011-09-21 17:56:12 -05:00
Mattt Thompson
ab91d07575 Renaming AFRestClient to AFRESTClient 2011-09-21 17:55:24 -05:00
Mattt Thompson
c0c79a7675 Further additions to AFRestClient documentation 2011-09-21 17:51:05 -05:00
Mattt Thompson
e7aba7d47a Making most explicit UIImageView image setting method take NSURLRequest, to allow for overriding cache policy, timeout interval, and other request properties 2011-09-21 17:13:20 -05:00
Mattt Thompson
3512b3b606 Dispatching callbacks to main thread for Image requests 2011-09-21 16:52:22 -05:00
Mattt Thompson
9a78cc54cd Dispatching callbacks to main thread for JSON requests 2011-09-21 16:07:25 -05:00
Mattt Thompson
e67a7ee20e Merge pull request #35 from evanlong/master
Consistent use of main thread for success/failure callbacks in AFJSONRequestOperation
2011-09-21 14:03:35 -07:00
Mattt Thompson
abc04440f7 Adding documentation to constants in AFHTTPRequestOperation 2011-09-21 15:55:21 -05:00
Mattt Thompson
69c48f85bb Removing unused -layoutSubviews code in SpotTableViewCell 2011-09-21 15:50:42 -05:00
Mattt Thompson
3b81cd32a7 Fixing optimization to not re-initiate duplicated calls to a UIImageView, by adding missing check to see if the last operation was cancelled 2011-09-21 15:50:22 -05:00
Mattt Thompson
6832cd0e16 Adding #import for Foundation to AFJSONRequestOperation 2011-09-21 15:34:08 -05:00
Mattt Thompson
db4c852e3d [Issue #33] Changing return type of class method object contructors from id to an actual instance of that class 2011-09-21 15:33:20 -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
341153605f Fixing a few things with AFRestClient multipart request functionality 2011-09-21 14:22:21 -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
Evan Long
330427d21a Making sure the success/failure callbacks for operationWithRequest are always
called on the main thread.
2011-09-19 15:53:36 -07:00
Mattt Thompson
2f7f527d9c First (half of a) draft of AFRestClient documentation 2011-09-18 15:06:29 -05:00
Mattt Thompson
5755666b30 Adding class overview to AFHTTPRequestOperation documentation 2011-09-18 14:27:32 -05:00
Mattt Thompson
0a5e5400cc Revising link formatting in AFJSONRequestOperation documentation 2011-09-18 14:09:01 -05:00
Mattt Thompson
e2a00952aa Revising AFJSONRequestOperation documentation
When nil is specified as acceptable status code or content type, don't perform those validations (i.e. accept any value)
2011-09-18 14:06:22 -05:00
Mattt Thompson
0f5814b17f First draft of documentation for AFJSONRequestOperation 2011-09-18 13:56:30 -05:00
Mattt Thompson
ce2034beb8 First draft of documentation for AFHTTPRequestOperation 2011-09-18 13:19:18 -05:00
Mattt Thompson
5cf1028433 Removing AFRestClient basic forms of GET/POST/PUT/DELETE methods 2011-09-16 23:57:47 -05:00
Mattt Thompson
3e3d94f938 Removing stray reference to QuartzCore.framework 2011-09-16 23:57:01 -05:00
Mattt Thompson
29ace55cf1 Updating code example in README (setProgressBlock: -> setUploadProgressBlock:) 2011-09-16 23:26:19 -05:00
Mattt Thompson
c74eca7c9b Updating code example in README (setProgressBlock: -> setUploadProgressBlock:) 2011-09-16 23:26:03 -05:00
Mattt Thompson
75a0e1935a Fixing zlib inflate and deflate NSData category methods 2011-09-16 23:23:34 -05:00
Mattt Thompson
04dad96904 Fixing zlib inflate and deflate NSData category methods 2011-09-16 23:23:14 -05:00
Mattt Thompson
9ee84844c4 Updating example project to new image request API 2011-09-16 22:41:21 -05:00