Mattt Thompson
e9855af89d
Fixing race condition in UIImageView category with cached images. Thanks @iwat (Chaiwat S.)
2011-10-11 17:07:27 -05:00
Mattt Thompson
e7f799484a
Adding Mac user agent to AFHTTPClient. Thanks to @Sutto (Darcy Laycock)
2011-10-11 16:55:14 -05:00
Mattt Thompson
a84be8b922
Mass edits and fixes to documentation
2011-10-11 16:48:10 -05:00
Mattt Thompson
49d5c65687
Documentation for AFHTTPClient and AFHTTPClientOperation protocol
2011-10-11 16:47:59 -05:00
Mattt Thompson
340fbf19eb
Documentation for AFHTTPRequestOperation and subclasses
...
Removing public accessor for property list format property
2011-10-11 16:08:46 -05:00
Mattt Thompson
f04c832f4f
Documentation for AFHTTPRequestOperation
2011-10-11 15:46:01 -05:00
Mattt Thompson
840eca217c
Documentation for AFURLConnectionOperation
2011-10-11 15:27:36 -05:00
Mattt Thompson
4f09d2c1bf
Rearranging imports, like a pedant
2011-10-11 12:26:49 -05:00
Mattt Thompson
e46b9e620b
Conditionally adding default user agent header
2011-10-11 12:26:34 -05:00
Mattt Thompson
b626edf490
Removing dispatch to main queue to set completion block, since that causes deadlock in (at least) iOS 5 and Mac OS 10.7
2011-10-11 12:26:21 -05:00
Mattt Thompson
d263d0d73d
Adding AFURLConnectionOperation to main header
2011-10-11 10:59:00 -05:00
Mattt Thompson
d2be778f9c
Adding missing early return in setCompletionBlock:
2011-10-11 10:52:16 -05:00
Mattt Thompson
440b403f39
Adding additional pre-processor directives for network activity indicator manager
2011-10-11 10:44:39 -05:00
Mattt Thompson
13bc4cfc41
Fixing pre-processor directives for XML request operation
2011-10-11 10:41:53 -05:00
Mattt Thompson
53d61e7eb2
Adding pre-processor directives to conditionally compile Mac equivalent of UIKit-dependent APIs
2011-10-11 10:39:41 -05:00
Mattt Thompson
72090fd4e2
Adding native JSON serialization macro check for Mac
2011-10-11 10:22:40 -05:00
Mattt Thompson
4c7816e716
Adding conditional NSXMLDocument support for Mac platform
2011-10-11 10:20:22 -05:00
Mattt Thompson
70351a51e1
Adding 0.7 classes to main header
2011-10-11 10:20:01 -05:00
Mattt Thompson
7e4b224154
Cleaning up merge with experimental-0.7
2011-10-11 10:05:07 -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
191b378038
Adding missing macros for iOS conditional compilation of activity indicator manager
2011-10-11 10:00:09 -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
95bcd2278c
Only execute in main queue
2011-10-10 13:26:17 -05:00
Mattt Thompson
f1fa6f1a6f
[Issue #56 ] Wrapping completion block in async_dispatch to main queue
2011-10-10 13:18:41 -05:00
Mattt Thompson
b7724922c4
Refactoring image request operation
2011-10-10 13:06:12 -05:00
Mattt Thompson
3e27e189ee
Adding missing release for _acceptableContentTypes in AFHTTPRequestOperation -dealloc
2011-10-10 13:05:47 -05:00
Mattt Thompson
ce9872965c
[Issue #56 ] Fixing 'The Dealloc Problem'
2011-10-10 13:05:22 -05:00
Mattt Thompson
db3dddb03b
Setting _responseXMLParser delegate to nil in AFXMLRequestOperation -dealloc
2011-10-10 11:07:14 -05:00
Mattt Thompson
998f7bb701
nil-ing out responseXMLParser delegate if AFXMLRequestOperation is cancelled
2011-10-10 11:06:31 -05:00
Mattt Thompson
b28b99dd16
Moving AFHTTPClientOperation protocol to AFHTTPClient
...
Refactoring #import statements
2011-10-10 10:51:23 -05:00
Mattt Thompson
b7564e9f5a
Refactoring implementation of AFHTTPRequest subclasses to fulfill AFHTTPClientOperation protocol
2011-10-10 10:41:29 -05:00
Mattt Thompson
263e2f3d5c
[Issue #59 ] Removing unnecessary dispatch in UIImageView category
2011-10-10 10:04:57 -05:00
Mattt Thompson
120247718d
Removing delegate argument to class method constructor
2011-10-10 09:40:32 -05:00
Mattt Thompson
62596c25b9
[Issue #72 ] Fixing HTTP Client method of constructing URLs from a path with respect to a base url
2011-10-10 09:40:11 -05:00
Mattt Thompson
6f20f84ef1
Adding AFHTTPClientParameterEncoding @property to AFHTTPClient, which determines the method of encoding an NSDictionary of parameters for the body of an HTTP request
...
Minor refactoring of AFRestClient
2011-10-06 14:33:16 -05:00
Mattt Thompson
2d97154710
Merge branch 'experimental-xml-parsing' into experimental-class-restructuring
...
Conflicts:
Example/AFNetworking Example.xcodeproj/project.pbxproj
2011-10-06 11:14:53 -05:00
Mattt Thompson
c1dbf407be
[Issue #65 ] Adding slight delay when hiding network activity indicator, to avoid flickering
2011-10-06 10:43:48 -05:00
Mattt Thompson
9b1c1f285c
Checking for cancellation early in -operationDidStart
2011-10-06 10:15:58 -05:00
Mattt Thompson
c2be31d4fa
First implementation of protocol for AFHTTPClient to register classes to automatically determine the appropriate operation to create
...
Wrapping AFURLConnectionOperation -setCompletionBlock: with blockSelf release pattern to avoid retain cycle
2011-10-05 15:44:51 -05:00
Mattt Thompson
2c478758a2
Adding Property List request operation
...
Refactoring implementation of AFHTTPRequestOperation and subclasses
2011-10-05 14:14:52 -05:00
Mattt Thompson
94f08de1d5
Adding mime types for other UIImage-supported file-types
2011-10-05 12:52:28 -05:00
Mattt Thompson
c2e5ca2726
Renaming _responseBody ivar to _responseData
2011-10-05 12:47:51 -05:00
Mattt Thompson
ccdc5f2d9b
Approaching a reasonable design for restructuring AFHTTPRequestOperation and subclasses
2011-10-05 12:36:45 -05:00
Mattt Thompson
c0cba6748a
Refactoring state transition logic for AFURLConnectionOperation
2011-10-05 11:26:51 -05:00
Mattt Thompson
b85c59516d
Don't execute completion block if cancelled
2011-10-04 00:41:32 -05:00
Mattt Thompson
561df45eb7
Initial working implementation of new candidate class structure
2011-10-04 00:13:12 -05:00
Mattt Thompson
97d4d179df
Adding missing backtick for class documentation
2011-09-26 16:07:59 -05:00
Mattt Thompson
eda2d1a3f5
Expanding AFJSONRequestOperation and AFHTTPClient failure blocks to include the NSHTTPURLResponse object
2011-09-26 14:46:46 -05:00
Mattt Thompson
424f6de299
Adding documentation to AFHTTPClient
2011-09-26 12:51:20 -05:00
Mattt Thompson
945e196d1f
Renaming AFMultipartFormDataProxy to AFMultipartFormData, in order to eliminate any confusion about it relating to a web proxy
...
Removing NSObject protocol from AFMultipartFormData protocol, since that's one of the points of abstracting away the interface
Refactoring mutlipart form appending methods to eliminate overlap, and be more useful in general
Updating documentation
2011-09-26 11:50:13 -05:00