Mattt Thompson
54f49e1dcd
[Issue #1531 ] Adding more explicit data / MIME type / text encoding name version of UIWebView -loadRequest:...
2013-10-25 10:30:26 +03:00
Mattt Thompson
19a0f43c31
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-10-25 10:05:51 +03:00
Mattt Thompson
b04f8031b7
[Issue #1525 ] Removing duplicate conditional
2013-10-25 10:05:39 +03:00
Mattt Thompson
8a2f1c5fca
Merge pull request #1503 from subdigital/session-manager-initializers
...
Allow init and initWithSessionConfiguration: to work with AFHTTPSessionManager
2013-10-19 05:04:15 -07:00
Mattt Thompson
39585d1889
Merge pull request #1505 from marcelofabri/patch-1
...
[2.0] Fixing behavior if response is `nil`
2013-10-19 05:01:00 -07:00
Mattt Thompson
a178e13918
[Issue #1517 ] Fix implementation of batchOfRequestOperations:progressBlock:completionBlock: for nil when passed empty operations parameter
2013-10-19 13:48:30 +02:00
Mattt Thompson
5b9d15781f
aCoder / aDecoder -> coder / decoder
2013-10-19 13:38:50 +02:00
Mattt Thompson
6f1a31ad29
Replacing string literals in NSCoding with NSStringFromSelector(@selector()) pattern
2013-10-19 13:37:36 +02:00
Mattt Thompson
113014f6dc
Merge pull request #1500 from jchambers/trivial_doc_typo_fix
...
Fixed a very minor typo in the docs
2013-10-16 22:01:28 -07:00
Marcelo Fabri
4c1bccd3f2
Fixing behavior if response is nil
...
Testing without internet connection, `operation.response` is `nil` and the `failure` block is not called. We can get the URL from the `operation.request` instead of `operation.response` (as done in the `success` block).
2013-10-16 11:59:51 -03:00
Ben Scheirman
e0153bfe35
allow init and initWithConfig work with session mgr
2013-10-16 08:45:39 -05:00
Jon Chambers
e55ab97b71
s/an/a/
2013-10-15 12:29:45 -04:00
Mattt Thompson
e2d5bb0209
Merge pull request #1485 from brunokoga/master
...
Replaces occurrences of `AFHTTPSerializer`
2013-10-13 00:57:38 -07:00
Mattt Thompson
629786223c
Merge pull request #1486 from AliSoftware/master
...
Finalizing #1412 fix for __IPHONE_OS_VERSION_MIN_REQUIRED
2013-10-13 00:56:46 -07:00
Olivier Halligon
1233ec98a2
Finalizing #1412 by fixing __IPHONE_OS_VERSION_MIN_REQUIRED to __IPHONE_OS_VERSION_MAX_ALLOWED in AFHTTPSessionManager too ( #1412 only did it in AFURLSessionManager )
2013-10-11 23:26:52 +02:00
Bruno Koga
6441e47937
Replaces occurrences of AFHTTPSerializer
...
Changes some comments where either AFHTTPRequestSerializer or
AFHTTPResponseSerializer should be user insted of AFHTTPSerializer
2013-10-11 15:10:06 -03:00
Mattt Thompson
0763428648
Fixing podspec
2013-10-11 05:56:13 +02:00
Mattt Thompson
7e14098150
Bumping version to 2.0.1
2013-10-11 05:54:34 +02:00
Mattt Thompson
6896a63ba5
Formating podspec
2013-10-11 05:51:23 +02:00
Mattt Thompson
1dbaaea0f9
Merge pull request #1412 from mrbaker4/master
...
[Issue #1410 ] Compile AFNetworking for iOS 6 and iOS 7
2013-10-10 20:48:11 -07:00
Dave Caunt
11ef3f9696
[Issue #1475 ] Adding missing text/javascript MIME type from JSON response serializer documentation
...
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-10-11 05:11:51 +02:00
Mattt Thompson
a2d35132e3
Minor formatting
2013-10-11 05:10:41 +02:00
Mattt Thompson
4bae4335c2
[Issue #1471 ] Start network reachability monitoring automatically for request operation and session managers
2013-10-11 05:09:02 +02:00
Mattt Thompson
5b8131ee7c
[Issue #1388 ] Fixing regression in nested multipart parameters
2013-10-11 04:54:33 +02:00
Mattt Thompson
5bcac2f7e4
Adding responseObject property to AFHTTPRequestOperation
2013-10-11 04:49:24 +02:00
Mattt Thompson
8944b11ad7
Merge branch 'master' of github.com:AFNetworking/AFNetworking
2013-10-11 04:46:10 +02:00
Mattt Thompson
4a7e782258
[Issue #1431 ] Use default authentication handling unless a credential exists for the server trust
2013-10-11 04:45:40 +02:00
Mattt Thompson
a8f5711c73
Merge pull request #1470 from chellmuth/patch-1
...
Fix README typo
2013-10-10 19:25:45 -07:00
Mattt Thompson
f168942298
Adding Tests/Podfile.lock to .gitignore
2013-10-11 04:13:32 +02:00
Mattt Thompson
336df57d78
Merge pull request #1445 from kylef/podlockfile
...
Remove the lock podfile
2013-10-10 19:12:49 -07:00
Mattt Thompson
95635f1438
Minor reformatting
2013-10-11 03:46:34 +02:00
Mattt Thompson
72f135c48c
Merge pull request #1480 from xHunter/master
...
Correct encoding for AFJSONResponseSerializer
2013-10-10 18:44:33 -07:00
Mattt Thompson
b210693c56
Merge pull request #1481 from dataich/master
...
fix to setBackgroundImageForState works correctly.
2013-10-10 18:42:14 -07:00
Taichiro Yoshida
e65c83bd36
fix to setBackgroundImageForState works correctly. It causes response serializer is set to af_imageRequestOperation instead of af_backgroundImageRequestOperation.
2013-10-10 16:55:33 +09:00
Juan Enrique
b04cb275b3
Get encoding from charset and fallback to property
2013-10-09 21:04:10 -05:00
Juan Enrique
46fa86b86e
Get responseString in correct encoding
2013-10-09 20:38:39 -05:00
Chris Hellmuth
51f8b8b8b2
Fix README typo
2013-10-08 12:56:55 -06:00
Mattt Thompson
316513ab11
Merge pull request #1466 from kylef/examples
...
Fix the mac example
2013-10-07 21:26:40 -07:00
Kyle Fuller
324aa43c35
Fix the mac example
...
- Set the deploy target to 10.9 since it depends on 10.9
- Vendor all the new required files from AFNetworking
Fixes #1459
2013-10-08 00:50:35 +01:00
Mattt Thompson
6c7250e62a
[Issue #1455 ] Wrapping OSStatus and NSCAssert with NS_BLOCK_ASSERTIONS macro to prevent unused variable
2013-10-07 16:31:50 -07:00
Mattt Thompson
474717f385
[Issue #1418 ] Fixing documentation of NSProgress parameters
2013-10-07 16:23:17 -07:00
Mattt Thompson
3027bab7d8
[Issue #1418 ] Initializing URL session delegate upload and download progress
2013-10-07 16:21:38 -07:00
Mattt Thompson
21d6a56ff0
[Issue #1422 ] Adding locks around access to mutiple delegates dictionary for AFURLSessionManager
2013-10-07 16:07:29 -07:00
Mattt Thompson
751d7521cf
[Issue #1423 ] Fixing compound serializer error handling
2013-10-07 15:54:22 -07:00
Mattt Thompson
4162685da7
[Issue #1464 ] Fixing setPinnedCertificates: and pinned public keys
2013-10-07 15:51:16 -07:00
Mattt Thompson
5cc8ab2f6b
Minor formatting
2013-10-07 15:49:34 -07:00
Mattt Thompson
a25b1d30dd
[Issue #1448 ] Adding missing image serializer for background request operation
2013-10-07 15:45:29 -07:00
Mattt Thompson
a0f526701d
Merge pull request #1448 from samgro/master
...
Add image response serializer to UIButton+AFNetworking. Fixes #1447 .
2013-10-07 15:44:30 -07:00
Mattt Thompson
789fa3ddba
Minor reformatting
2013-10-07 15:44:01 -07:00
Mattt Thompson
844e0ab436
Merge pull request #1461 from DenHeadless/master
...
Fix completion blocks call order when executing batch of requests
2013-10-07 15:39:11 -07:00