Commit graph

480 commits

Author SHA1 Message Date
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
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
f4e24f223f Adding Xcode Workspace 2011-10-11 10:51:23 -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
60ccf59d10 Removing Info.plist from 'Copy Bundle Resources' Build Phase 2011-10-11 10:42:22 -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
14ca769d9d Merge pull request #70 from mgp/patch-1
Close the code span in AFHTTPClient documentation.
2011-10-10 07:56:16 -07: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
Michael Parker
f8421a934f Close the code span. 2011-10-08 10:15:58 -07: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
7aeaafdc22 Merge branch 'master' of github.com:gowalla/AFNetworking 2011-10-05 09:44:36 -05:00
Mattt Thompson
3a620185da [Issue #64] Updating AFMultipartFormDataProxy to AFMultipartFormData in README 2011-10-05 09:44:28 -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
45b51a8f41 Merge pull request #57 from alanzeino/master
Updating streaming operation method signature in README
2011-10-01 15:57:52 -07:00
Alan
8e8bdb73f1 Typo in README.md has incorrect method in example code for streaming operation. 2011-09-30 13:58:08 +10:00
Mattt Thompson
97d4d179df Adding missing backtick for class documentation 2011-09-26 16:07:59 -05:00
Mattt Thompson
b53b73f493 Bumping version to 0.6.1 2011-09-26 15:07:32 -05:00
Mattt Thompson
6eb326fd5a Removing unused zlib framework dependency 2011-09-26 15:06:02 -05:00
Mattt Thompson
eda2d1a3f5 Expanding AFJSONRequestOperation and AFHTTPClient failure blocks to include the NSHTTPURLResponse object 2011-09-26 14:46:46 -05:00