Commit Graph

1477 Commits

Author SHA1 Message Date
Mattt Thompson
7e1bc36ccd Fixing notification in UIAlertView category 2013-09-27 09:41:15 -07:00
Mattt Thompson
8fb997a8b9 Adding #ifdef compiling macros around NSURLSession APIs 2013-09-27 09:34:38 -07:00
Mattt Thompson
2b51e23712 Bumping version to 2.0.0 2013-09-27 09:27:55 -07:00
Mattt Thompson
e538af46f2 Minor refactoring 2013-09-27 08:59:32 -07:00
Mattt Thompson
eeccdc7717 Minor refactoring for AFNetworkActivityIndicatorManager 2013-09-27 08:53:47 -07:00
Mattt Thompson
34f8cd1114 Adding documentation for UIAlertView category 2013-09-27 08:53:38 -07:00
Mattt Thompson
4945255138 Updating documentation for UIImageView category 2013-09-27 08:53:20 -07:00
Mattt Thompson
a02f52b3b9 Adding documentation for UIActivityIndicatorView category 2013-09-27 08:52:58 -07:00
Mattt Thompson
3bdfefa83b Adding documentation to UIButton category
Switching backing of UIButton category to AFURLConnectionOperation
2013-09-27 08:52:37 -07:00
Mattt Thompson
813ea16a26 Adding documentation to UIProgressView category 2013-09-27 08:52:06 -07:00
Mattt Thompson
0e244d1f7d Documentation fixes
Wrapping iOS 7 / OS X 10.9 only APIs in #ifdef
2013-09-27 08:51:41 -07:00
Mattt Thompson
15d022a86a Adding request and response serializer properties to UIWebView category
Adding documentation to UIWebView category
2013-09-27 08:50:55 -07:00
Mattt Thompson
90190faaa1 Merge pull request #1371 from daveverwer/master
Added catch all UIKit+AFNetworking header.
2013-09-27 06:48:40 -07:00
Dave Verwer
40b4f5eede Added catch all header to the iOS example project as well. 2013-09-27 12:32:40 +01:00
Dave Verwer
f7504cf0e1 Added catch all UIKit+AFNetworking header. 2013-09-27 07:07:55 +01:00
Mattt Thompson
9e8ed1c4d7 [Issue #1368] Fixes broken link to documentation 2013-09-26 18:16:52 -07:00
Mattt Thompson
6ac3031431 Update README.md 2013-09-26 15:51:08 -07:00
Mattt Thompson
f0a67230ab Porting over revert of reachability regression 2013-09-26 15:50:56 -07:00
Mattt Thompson
17fc7343db Adding .travis.yml 2013-09-26 13:22:56 -07:00
Mattt Thompson
c64be19cd4 Update README.md 2013-09-26 12:57:08 -07:00
Mattt Thompson
45c7a9a1ee Editing section about Unit Testing 2013-09-26 12:52:46 -07:00
Mattt Thompson
17b5dbb3f1 Changing contact information 2013-09-26 11:51:55 -07:00
Mattt Thompson
c45116e0b9 Adding note about Apple's Reachability sample code 2013-09-26 11:51:39 -07:00
Mattt Thompson
36fe9a1827 Replacing use of hard-coded keypaths with equivalent NSStringFromSelector of selector literals in AFURLSessionManager 2013-09-26 11:41:30 -07:00
Mattt Thompson
2e2511b764 Replacing use of hard-coded keypaths with equivalent NSStringFromSelector of selector literals 2013-09-26 11:40:13 -07:00
Mattt Thompson
6d0ab709aa Cleaning up AFNetworkReachabilityManager 2013-09-26 11:39:45 -07:00
Mattt Thompson
65ee7d97b1 Adding first pass of example usage 2013-09-26 11:32:47 -07:00
Mattt Thompson
125b7e4b1e Minor edit to AFHTTPSessionManager documentation 2013-09-26 11:32:33 -07:00
Mattt Thompson
1a5be1f8dc Adding documentation to AFNetworkReachabilityManager 2013-09-26 11:32:10 -07:00
Mattt Thompson
d0b4f72d83 [Issue #1366] Adding shouldUseCredentialStorage and credential properties to AFHTTPRequestOperationManager 2013-09-26 07:16:37 -07:00
Mattt Thompson
09658b352a Enabling and fixing extensive compiler warnings 2013-09-26 07:11:22 -07:00
Mattt Thompson
d54181b55d dispatch_sync -> dispatch_async 2013-09-26 06:55:54 -07:00
Mattt Thompson
9e5dd5ee8a Adding __unused declarations to fix warnings 2013-09-26 06:25:58 -07:00
Mattt Thompson
3b11c60ce0 Adding upload/download progress animated associated objects
Using af_ prefix on associated object properties
2013-09-26 06:25:42 -07:00
Mattt Thompson
a3843bc713 Updating documentation for default session manager response serializers 2013-09-26 06:03:20 -07:00
Mattt Thompson
5c9d45ada5 Adding documentation for AFSecurityPolicy 2013-09-26 06:03:06 -07:00
Mattt Thompson
0e8d0203ee [Issue #1336] Updating response serializer validation error message to be more appropriate in user-facing situations 2013-09-26 05:39:10 -07:00
Mattt Thompson
720f319623 Ensuring that progress is set in UIProgressView category only on main 2013-09-26 05:19:48 -07:00
Mattt Thompson
afffa6ff52 Ensuring that start and stop animating for UIActivityIndicatorView category are called on main 2013-09-26 05:15:25 -07:00
Mattt Thompson
1bfe142616 Quick update to README 2013-09-25 16:45:02 -07:00
Mattt Thompson
9a40c0dc0f Merge branch 2.0 into master 2013-09-25 16:31:49 -07:00
Mattt Thompson
ce1ebf3038 Bumping version to 1.3.3 2013-09-25 16:01:53 -07:00
Mattt Thompson
7117142321 [Issue #1206] Fixing checks for network reachability flags over WWAN 2013-09-25 11:55:14 -07:00
Mattt Thompson
d1b64cf0bc [Issue #1288] Adding loop around write to ensure entire length of data is written 2013-09-24 15:40:13 -07:00
Mattt Thompson
8a5f3ef359 [Issue #1093] Handling stream errors for AFMultipartBodyStream 2013-09-24 15:35:22 -07:00
Mattt Thompson
d587521451 [Issue #1288] Improving implementation of connection:didRecieveData: to handle case where stream -hasSpaceAvailable returns NO by polling. For in-memory buffers, this will almost never happen.
[Issue #1093] Handling stream errors in connection:didRecieveData:
2013-09-24 13:27:37 -07:00
Mattt Thompson
ca1737c5e0 [Issue #887] [Issue #1096] Removing implementation of connection:needNewBodyStream: 2013-09-24 12:53:22 -07:00
Mattt Thompson
9faa5ba2b6 Fixing merge in 52ad3f8380 2013-09-24 12:38:46 -07:00
Mattt Thompson
52ad3f8380 Merge branch 'bracket-pull-request' of github.com:opentable/AFNetworking into opentable-bracket-pull-request
Conflicts:
	AFNetworking/AFHTTPClient.m
2013-09-24 12:36:34 -07:00
Mattt Thompson
c413b141b6 [Issue #1241] Fixing potential race condition in cancelConnection 2013-09-24 12:15:38 -07:00