Commit graph

1331 commits

Author SHA1 Message Date
Mattt Thompson
d9dea1237f Upgrading project settings for Xcode 5 2013-06-18 09:02:54 -07:00
Mattt Thompson
5efa6a0608 Merge pull request #1070 from AFNetworking/experimental-background-image-inflation
Improved Image Loading Performance By Inflating Image In Background
2013-06-18 08:59:53 -07:00
Mattt Thompson
10d7d88310 Adding automaticallyInflatesResponseImage property to AFImageRequestOperation
Falling back on initWithData:scale: initialization when available (iOS > 5)
2013-06-18 08:56:23 -07:00
Mattt Thompson
60cf0de7ff Adding #import for CoreGraphics 2013-06-16 22:47:28 -07:00
Mattt Thompson
0dbf61f835 Inflate (decompress) image data in the background, as a part of AFImageRequestOperation -responseImage (when targeting iOS) 2013-06-16 22:38:36 -07:00
Mattt Thompson
e89229c557 Minor reformatting 2013-06-16 11:07:03 -07:00
Mattt Thompson
be8a7a24bd Merge pull request #1066 from vickeryj/master
Reachability code reports the network as unreachable when a connection is required but can be established automatically
2013-06-16 11:02:26 -07:00
Joshua Vickery
b3f8ebf818 Add edge case handling for reachability code to detect the case where a connection is required but can be automatically established. 2013-06-14 15:30:47 -04:00
Mattt Thompson
2853215bf3 Merge pull request #1057 from kylef/tests-remove-afn
Remove AFNetworking source references from test project, cocoapods is used
2013-06-07 07:05:16 -07:00
Mattt Thompson
5df7aa6d94 Merge pull request #1058 from kylef/pods-update
Update the Podfile.lock to reference the new specfile hash
2013-06-07 07:03:41 -07:00
Kyle Fuller
111be312d8 Update the Podfile.lock to reference the new specfile hash
Otherwise the tests will fail, and you get the error:

[!] Required version (AFNetworking (from `../`)) not found for `AFNetworking`.
Available versions: 1.3.0
2013-06-06 22:56:38 +01:00
Kyle Fuller
00a849e7fe Remove AFNetworking source references from test project, cocoapods is used 2013-06-06 22:50:03 +01:00
Mattt Thompson
a8a05d9ff3 Update CHANGES 2013-06-03 08:28:51 -07:00
Mattt Thompson
ac32fea9ae [Issue #1049] Improving CHANGES for 1.3.0 release 2013-06-03 08:26:48 -07:00
Mattt Thompson
5c7414032e Bumping version to 1.3.0
Updating release notes
2013-06-01 17:51:23 -07:00
Mattt Thompson
b8d1483ea3 Updating documentation for authentication-related connection delegate methods 2013-06-01 17:47:43 -07:00
Mattt Thompson
52a8a94b66 Refactoring image request tests 2013-06-01 17:07:13 -07:00
Mattt Thompson
ea23240fbb Merge branch 'feature-ImageRequestOperationTests' of https://github.com/codepost/AFNetworking into codepost-feature-ImageRequestOperationTests
Conflicts:
	Tests/AFNetworking Tests.xcodeproj/project.pbxproj
2013-06-01 17:06:56 -07:00
Mattt Thompson
118bfee3a4 Renaming AFTestURLProtocol -> AFMockURLProtocol
Refactoring AFMockURLProtocol to use mocks more directly
2013-06-01 16:44:30 -07:00
Mattt Thompson
230afbbbf7 Merge pull request #1047 from OliverLetterer/ssl-pinning-tests
SSL pinning tests
2013-06-01 14:39:06 -07:00
Oliver Letterer
5dcfe99c93 Adding tests for trusting derived certificates. 2013-06-01 20:38:08 +02:00
Oliver Letterer
f1cfb96ad7 Fixes AFSSLPinningModePublicKey on OS X. 2013-06-01 19:28:40 +02:00
Oliver Letterer
3163069cbc Adds tests for basic SSL pinning. 2013-06-01 19:01:25 +02:00
Mattt Thompson
c15fae4d30 Merge pull request #1044 from AFNetworking/experimental-revert-multipart-stream-provider
Revert Multipart Form Stream Provider
2013-06-01 06:40:03 -07:00
Adam Fraser
3ecc2afc23 Test image processing block 2013-06-01 20:50:03 +10:00
Adam Fraser
648b4fb77f Test responseImage on success and failure 2013-06-01 20:49:07 +10:00
Adam Fraser
877a5a46fd Add initial tests for AFImageRequestOperation 2013-06-01 20:47:30 +10:00
Adam Fraser
ad0053c40a Fix typos in AFImageRequest header file 2013-06-01 12:36:03 +10:00
Mattt Thompson
f695ced95a Merge pull request #1043 from noa--/lion_fix_2
Fix build under 10.7 SDK
2013-05-31 14:00:02 -07:00
Mattt Thompson
8434140929 Revert "Merge branch '781-mime-stream-pair' of git://github.com/plausiblelabs/AFNetworking"
This reverts commit f7d98aac9c, reversing
changes made to 9b2a20c0a1.

Conflicts:

	AFNetworking/AFHTTPClient.m
2013-05-31 13:41:36 -07:00
Paul Melnikow
1eba718001 Fix build under 10.7 SDK
This is the sole use of the [] operator on NSDictionary, introduced in 1.2.0. It doesn't build when Base SDK is set to 10.7.
2013-05-31 16:36:53 -04:00
Mattt Thompson
7ed9b807c9 Minor reformatting 2013-05-31 13:18:58 -07:00
Mattt Thompson
744f2b7098 Merge pull request #1042 from OliverLetterer/will-send-request-for-authentication-challenge
Refactoring AFURLConnectionOperation Number 2
2013-05-31 13:01:19 -07:00
Oliver Letterer
fd7dd13e23 Adding test for connection:willSendRequestForAuthenticationChallenge:. 2013-05-31 21:16:49 +02:00
Oliver Letterer
41d228f3a7 Properly implementing connection:willSendRequestForAuthenticationChallenge:. 2013-05-31 21:06:06 +02:00
Andrew Vyazovoy
4a43277fba [Issue #1025] Removing redundant check for nonzero responseData length
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-05-31 11:53:09 -07:00
Mattt Thompson
17d267ba07 Merge pull request #957 from hhartz/master
Suppressed GNU expression and Enum assignment warnings from clang
2013-05-31 11:42:47 -07:00
Mattt Thompson
9667b21891 Refactoring conditional in responseJSON to avoid unnecessary nil-ing of responseJSON 2013-05-31 11:19:21 -07:00
Andrew Vyazovoy
f388740276 [Issue #1025] Adding check for nil responseString in responseJSON
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-05-31 11:16:03 -07:00
Mattt Thompson
0fda12af2a Minor refactoring and reformatting 2013-05-31 10:55:00 -07:00
Mattt Thompson
f8d090f159 Merge branch 'request-decoding-error' of https://github.com/modcloth/AFNetworking into modcloth-request-decoding-error 2013-05-31 10:50:19 -07:00
Mattt Thompson
b26df2e6aa Minor formatting 2013-05-31 09:52:32 -07:00
Mattt Thompson
5c712c13ad Updating Podfile.lock 2013-05-31 09:31:18 -07:00
Mattt Thompson
8b751deae5 Remove use of object subscripting 2013-05-31 09:30:56 -07:00
Mattt Thompson
9589ac3ea5 Merge branch 'feature/test-prepare-task' of https://github.com/blakewatters/AFNetworking into blakewatters-feature/test-prepare-task
Conflicts:
	Rakefile
2013-05-31 09:28:36 -07:00
Mattt Thompson
9383817204 Merge pull request #1039 from carsonmcdonald/testbuildfix
Add build and build-tests steps to fix failing build
2013-05-31 09:19:54 -07:00
Carson McDonald
52e62ebfaf Run build and build-tests before test 2013-05-31 07:08:17 -04:00
Carson McDonald
533120823b Set buildImplicitDependencies to NO like iOS scheme 2013-05-31 07:08:04 -04:00
Blake Watters
6f7816022a Set buildImplicitDependencies="NO" in OS X shared scheme 2013-05-30 21:11:05 -04:00
Blake Watters
8dbd406650 Replace shared scheme copy Travis step with rake test:prepare task for easier out of the box execution of tests 2013-05-30 20:41:07 -04:00