Commit Graph

1494 Commits

Author SHA1 Message Date
Vlas Voloshin
0d3e4ae28d fixed initial upload/download task progress updates 2013-09-30 18:02:58 +04:00
Mattt Thompson
4081e73892 Merge pull request #1391 from kcharwood/ssl_defaults
Updated ssl pinning mode to have default pinned certificates by default
2013-09-29 15:37:00 -07:00
Kevin Harwood
4350a01571 Updated ssl pinning mode to have default pinned certificates by default 2013-09-29 17:25:34 -05:00
Mattt Thompson
9e71033d1c Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-09-29 11:53:00 -07:00
Mattt Thompson
0604cfd6bb [Issue #1379] Adding missing code macros for iOS 6 compatibility in UIAlertView category 2013-09-29 11:52:53 -07:00
Mattt Thompson
ebd5841cac Update README.md 2013-09-27 12:24:43 -07:00
Mattt Thompson
ee2473f1f4 Merge pull request #1376 from chucks/newline_fix
Fix compiler warning when GCC_WARN_ABOUT_MISSING_NEWLINE is enabled
2013-09-27 12:18:11 -07:00
Chuck Shnider
13166f44e8 Fix compiler warning when GCC_WARN_ABOUT_MISSING_NEWLINE is enabled 2013-09-27 14:32:50 -04:00
Mattt Thompson
872c9537b2 Merge pull request #1375 from soffes/patch-2
Fix example
2013-09-27 11:00:15 -07:00
Sam Soffes
c05330129e Fix example 2013-09-27 10:59:05 -07:00
Mattt Thompson
7f23efdf2f Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-09-27 10:25:14 -07:00
Mattt Thompson
859132b59b Update README.md 2013-09-27 10:24:45 -07:00
Mattt Thompson
7b8c9eb695 Merge pull request #1374 from tewha/patch-10
Update Prefix.pch
2013-09-27 09:49:38 -07:00
Mattt Thompson
4566201a0d Bumping version to 2.0.0 2013-09-27 09:47:26 -07:00
Mattt Thompson
7570dfa3be Fixing spelling in headers 2013-09-27 09:47:17 -07:00
Mattt Thompson
82fe3f6160 Fixing #ifdef nesting in UIProgressView category 2013-09-27 09:41:55 -07:00
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
Steven Fisher
a8376b477d Update Prefix.pch
Update required SDK version in example .pch.

Not very important fix, but a 3.0 requirement here seems very strange.
2013-09-27 09:32:05 -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