Commit graph

1398 commits

Author SHA1 Message Date
Mattt Thompson
d492c4bff5 Merge pull request #1077 from AFNetworking/experimental-simplified-network-thread-entry-point
Simplifying Network Thread Entry Point
2013-06-20 09:15:04 -07:00
Mattt Thompson
bc8fcee718 Don't code sign mac example 2013-06-19 08:45:13 -07:00
Mattt Thompson
a4ee25f029 Disabling SSL Pinning mode for Mac example 2013-06-19 08:44:57 -07:00
Mattt Thompson
c75b9f46c3 Adding Mach port to keep runloop alive 2013-06-19 08:44:36 -07:00
Mattt Thompson
d0d4c58bb8 Merge pull request #1076 from Nuzzel/bugfix/fix_type_warning
Change size_t value from NULL to 0 to suppress compiler warning.
2013-06-19 08:34:33 -07:00
Mattt Thompson
0ae4872df8 Removing what appears to have been unnecessary ceremony and incantations for keeping the network thread runloop running. 2013-06-18 20:36:41 -07:00
Mattt Thompson
d1b7ff8f3c Return early in AFGetMediaTypeAndSubtypeWithString if string is nil 2013-06-18 20:26:35 -07:00
Mattt Thompson
2528a0e673 Adding CoreGraphics framework to podspec 2013-06-18 20:18:53 -07:00
Mattt Thompson
1f994dfcd2 Merge pull request #1075 from Nuzzel/bugfix/handle_incorrect_image_contenttype
Allow fallback to generic image loading if PNG/JPEG-specific loads fail
2013-06-18 20:13:30 -07:00
Darryl H. Thomas
fba4aeaedd Change size_t value from NULL to 0 to suppress compiler warning. 2013-06-18 15:55:56 -07:00
Darryl H. Thomas
1c6088872a Allow fallback to generic image loading when PNG/JPEG-specific loads fail. 2013-06-18 15:53:18 -07:00
Mattt Thompson
a65ff858bb Merge pull request #1074 from kylef/podfile-lock
Update the Podfile.lock to reference the new specfile hash (1.3.1)
2013-06-18 10:30:15 -07:00
Kyle Fuller
d10119ce22 Update the Podfile.lock to reference the new specfile hash (1.3.1) 2013-06-18 17:56:55 +01:00
Mattt Thompson
60bd422401 Bumping version to 1.3.1 2013-06-18 09:44:52 -07:00
Mattt Thompson
c3a46b8ac4 [Issue #1065] Remove test for NSParameterAssert raise 2013-06-18 09:04:24 -07:00
Mattt Thompson
1e205bc199 Merge branch '1064_parameter_assert' of https://github.com/kylef/AFNetworking into kylef-1064_parameter_assert 2013-06-18 09:03:05 -07:00
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
Kyle Fuller
babd06c1f8 Don't let AFURLConnectionOperation accept a nil request
Closes #1064
2013-06-14 17:36:01 +01: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