Kevin Harwood
|
97519e4e6b
|
Updated project settings for Xcode 7.1
|
2015-10-27 14:09:57 -05:00 |
|
Kevin Harwood
|
e0815dacfa
|
Migrated to Travis Matrix
|
2015-10-13 10:43:52 -05:00 |
|
Kevin Harwood
|
d184833fa0
|
Updated Library to support watchOS
|
2015-08-03 11:24:17 -05:00 |
|
Brian Nickel
|
c1844f60e3
|
Added Today extension to iOS example app.
This demonstrates that APIs not available to an extension can compile successfully if they are marked with NS_EXTENSION_UNAVAILABLE_IOS.
|
2015-07-27 10:49:55 -07:00 |
|
Mattt Thompson
|
9387459831
|
Adding explicit casts and #pragma ignore to fix warnings about out-of-range enumerated type value assignment
|
2014-09-03 16:38:55 -07:00 |
|
Clay Bridges
|
0ae246896e
|
Adding explicit @synthesize for streamStatus & streamError properties
Signed-off-by: Mattt Thompson <m@mattt.me>
|
2014-06-05 16:52:16 -07:00 |
|
Mattt Thompson
|
f626ced68a
|
Merge branch 'master' of github.com:AFNetworking/AFNetworking
|
2014-02-24 15:16:28 -08:00 |
|
Mattt Thompson
|
404d21aed1
|
Merge pull request #1784 from jpsim/master
Enabled certificate pinning in demo project
|
2014-02-24 14:14:25 -08:00 |
|
Bruno Tortato Furtado
|
804fca75ae
|
[Issue #1772] Updates to 64 bit architecture
Signed-off-by: Mattt Thompson <m@mattt.me>
|
2014-02-24 13:57:51 -08:00 |
|
Mattt Thompson
|
0be5c74963
|
Adding UIRefreshControl+AFNetworking
|
2014-02-11 10:05:58 -08:00 |
|
JP Simard
|
ed720a2c51
|
Enabled certificate pinning in demo project
|
2014-01-27 17:06:07 -05:00 |
|
Mattt Thompson
|
a2e1682cc2
|
Enabling additional warnings
|
2013-12-18 09:54:51 -08:00 |
|
Mattt Thompson
|
d671b34232
|
Removing duplicated schemes
|
2013-10-25 11:16:57 +03:00 |
|
Dave Verwer
|
40b4f5eede
|
Added catch all header to the iOS example project as well.
|
2013-09-27 12:32:40 +01:00 |
|
Mattt Thompson
|
09658b352a
|
Enabling and fixing extensive compiler warnings
|
2013-09-26 07:11:22 -07:00 |
|
Mattt Thompson
|
9e5dd5ee8a
|
Adding __unused declarations to fix warnings
|
2013-09-26 06:25:58 -07:00 |
|
Mattt Thompson
|
9a40c0dc0f
|
Merge branch 2.0 into master
|
2013-09-25 16:31:49 -07:00 |
|
Mattt Thompson
|
d9dea1237f
|
Upgrading project settings for Xcode 5
|
2013-06-18 09:02:54 -07:00 |
|
Kevin Harwood
|
06a9c63ead
|
Attempting to add the pinning mode as an example.
|
2013-04-06 11:04:02 -05:00 |
|
Mattt Thompson
|
9b2a20c0a1
|
Merge branch 'experimental-ssl-pinning'
|
2013-03-24 00:57:16 -04:00 |
|
Cédric Luthi
|
95b4f6c979
|
Set indentation settings to four spaces at the project level
|
2013-03-07 12:53:47 +01:00 |
|
Mattt Thompson
|
35c6f996c0
|
Adding Security framework to example projects and adding #define for _AFNETWORKING_PIN_SSL_CERTIFICATES_
|
2013-02-08 14:38:49 +01:00 |
|
Mattt Thompson
|
a6870bd366
|
Minor reorganization & cleanup
|
2012-10-14 10:07:13 -07:00 |
|
Mattt Thompson
|
424c026f0c
|
Twitter shut off its unauthorized access to the public timeline; switching example over to the App.net global stream.
|
2012-10-10 20:08:34 -07:00 |
|
Mattt Thompson
|
c588cbf5b6
|
Normalizing Default images in example project
|
2012-10-05 10:39:18 -07:00 |
|
Mattt Thompson
|
89f9094cea
|
Fixing warnings detected by -Weverything
|
2012-10-01 10:38:46 -07:00 |
|
Mattt Thompson
|
b43aba49fc
|
Merge branch 'master' into lxcid-experimental-refined-stream
Conflicts:
AFNetworking/AFHTTPClient.h
AFNetworking/AFHTTPClient.m
|
2012-09-25 09:56:34 -07:00 |
|
Mattt Thompson
|
f523744cf0
|
Minor restructuring of project file and app delegate in example
|
2012-09-24 08:27:18 -07:00 |
|
Mattt Thompson
|
ff37bb59f8
|
Merge branch 'master' into 1.0RC2
Conflicts:
AFNetworking/AFHTTPClient.m
AFNetworking/AFHTTPRequestOperation.m
AFNetworking/AFJSONRequestOperation.m
AFNetworking/AFNetworkActivityIndicatorManager.m
AFNetworking/AFURLConnectionOperation.h
|
2012-09-14 10:30:25 -07:00 |
|
Mattt Thompson
|
95f2f53604
|
Updating project settings
|
2012-09-14 09:01:54 -07:00 |
|
Mattt Thompson
|
910811a5e0
|
Stashing progress
|
2012-08-23 14:33:04 -07:00 |
|
Max Lansing
|
5a790360df
|
merged multipart streaming thingy
|
2012-08-16 13:39:47 -07:00 |
|
Mattt Thompson
|
3d6fcc35c9
|
Moving error alert logic from models to controllers
|
2012-08-11 11:16:55 -04:00 |
|
Mattt Thompson
|
4809c77427
|
Updating project settings for Xcode 4.4
|
2012-08-04 15:28:32 -04:00 |
|
Max Lansing
|
d434de241f
|
moved mobilecoreservices framework in xcode proj
|
2012-06-30 16:42:45 -07:00 |
|
Max Lansing
|
ced167f867
|
reimplemented multipart form data to use a body streaming object that aggregates file streams and in-memory data objects to compose the request body just in time. also trimmed the multipart form body public API and added CoreMobileServices framework to enable lookup of MIME type by file extension.
|
2012-06-30 16:32:11 -07:00 |
|
Mattt Thompson
|
f1b3101a63
|
First pass at converting to ARC
|
2012-06-26 09:14:52 -07:00 |
|
Mattt Thompson
|
de76f997fb
|
Setting deployment target to iOS 5.0
|
2012-06-26 08:52:01 -07:00 |
|
Mattt Thompson
|
1cfa405957
|
Removing AFJSONUtilities in favor of just using NSJSONSerialization
|
2012-06-26 08:50:32 -07:00 |
|
Mattt Thompson
|
06d09903be
|
Adding workspaces for individual projects
|
2012-06-19 15:30:41 -07:00 |
|
Mattt Thompson
|
eaa9059cd2
|
Stashing working implementation
|
2012-06-19 12:50:26 -07:00 |
|