svoit
0fba527112
Fix reference cycle in example, remove unnecessary weak / strong ( #4196 )
...
* Fixed memory leak issues
* Fixed memory leak issues
* Fixed crash
2020-01-04 19:19:31 -05:00
Bofei Zhu
4743faa83c
Fix travis CI build ( #4472 )
...
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* update fastlane settings
* nit
* fix tvos
* Update AFTestCase.m
* revert timeout
* Update AFUIWebViewTests.m
* Update .env.ios12_xcode10
2020-01-04 18:26:32 -05:00
Jeff Kelley
bc323baaa5
Update asset catalog JSON.
2018-03-29 16:47:11 -04:00
Jeff Kelley
0de996f84b
Apply recommended changes for Xcode 9.3 beta 1.
2018-02-15 17:11:57 -05:00
Jeff Kelley
4b64a60d4b
Change “OS X” to “macOS” across the board.
...
Also change the “Today Extension Example” to specify iOS now that macOS
has those too.
2017-11-23 00:19:44 -05:00
Jeff Kelley
1f2ffbb41b
Update project settings to Xcode 9.1 defaults.
2017-11-23 00:05:16 -05:00
Kevin Harwood
89b79c53a0
Xcode 8 Compatibility for Travis CI
...
- Updated Test Runners for Travis
- Updated project settings for Xcode 8
- Updated macOS example platform
2016-10-05 13:15:09 -05:00
Draveness
c27b46c87d
Add leading whitespace to urls
2016-03-14 10:17:27 +08:00
Draveness
d0b1db20d8
Add whitespace between url and ')' to prevent Xcode misunderstanding
2016-03-14 10:12:20 +08:00
Kevin Harwood
5d73b00640
Bumping copyright to 2016
2016-01-05 09:22:42 -06:00
Kevin Harwood
2adeda5d44
Added a deprecated flag to older methods in the API
2015-12-04 11:18:22 -06:00
Cédric Luthi
dc25d2253f
Split the iOS and OS X AppDelegate classes
...
The only thing they share is their name.
2015-12-04 09:38:56 +01:00
Cédric Luthi
9e610eb6ec
Set indentation settings to four spaces at the project level
...
Remake of 95b4f6c979 ;-)
2015-12-02 15:28:38 +01:00
Kevin Harwood
7117b5d594
Converted example to use frameworks
2015-10-16 10:19:22 -05:00
Kyle Fuller
778a1aa9c7
Use instancetype where applicable
2015-10-15 11:01:37 -07:00
Kevin Harwood
62ba94204c
Removed UIAlertView category due to deprecation
2015-10-09 11:33:16 -05:00
Kevin Harwood
c6e5e03191
Updated copyright
2015-10-06 09:02:10 -05:00
Kevin Harwood
00b23107c4
Refactored Test Target
...
- Removed OC Mock
- Removed Test Project
- Updated Rake File
2015-10-05 12:17:55 -05:00
Kevin Harwood
280c3750b0
Switched response queue to be a serial queue
...
Fixed the tvOS image size in the example
2015-10-02 14:09:48 -05:00
Kevin Harwood
3697462102
Added documentation
2015-10-02 14:09:47 -05:00
Kevin Harwood
01f6aed22a
- Removed support for NSURLConnection based API's
...
- Simplified example project to include all targets
- Added support for tvOS
2015-10-02 14:09:47 -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
Matthew Shedlick
a04a4ff640
Minor changes to support modern Objective-C syntax.
2015-04-27 22:39:26 -04:00
Mattt Thompson
e3a462b997
Removing unnecessary refresh control property
2015-01-18 09:09:20 -08:00
Fan Liu
da12e476b4
Replace sizeWithFont with boundingRectWithSize, and remove the #pragma clang diagnostic ignored "-Wdeprecated-declarations"
2015-01-01 16:57:13 +08:00
Mattt Thompson
d18c49ee89
Minor refactoring
2014-11-29 10:18:41 -08:00
Steven Hepting
bbff3bbaf9
Fix iOS test app detail text label.
2014-11-25 16:44:25 -08:00
Mattt Thompson
2b8b7c31df
Fixing OS X 10.10 build warning
2014-11-13 11:18:18 -08:00
Mattt Thompson
cdb7cbba70
Renaming AFNetworking Mac Example to AFNetworking OS X Example
2014-11-13 10:57:53 -08:00
Mattt Thompson
052bec852b
Updating project settings for OS X Example
2014-11-13 10:56:42 -08: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
Carson McDonald
0e1aa2e69a
Update to non-expired ADN cert
2014-08-27 13:32:29 -04: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
00058e75b2
Fix iOS Example
2014-05-12 07:39:19 -07:00
Mattt Thompson
154fee8afe
Fixing image loading for the Mac OS X example app
2014-05-11 15:50:40 -04:00
Mattt Thompson
12ef83b00e
Changing security policy to none, while new example endpoint is considered
2014-05-11 15:39:41 -04:00
Cédric Luthi
214ddff426
Update the App.net API base URL
2014-04-11 16:52:05 +02:00
Cédric Luthi
1db5120c2d
Update the App.net certificate
...
App.net recently updated their certificate, maybe because of the Heartbleed bug. Since the example app does certificate pinning it stopped working as the certificate did not match.
2014-04-11 16:50:54 +02:00
Mattt Thompson
31746cc6d1
[Issue #1962 ] Refactoring security policy to use assertion macros to DRY up cleanup code
2014-04-05 16:13:30 -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
9ff1697c37
Replacing navigation item refresh control with pull-to-refresh
2014-02-11 10:06:52 -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
Nick Banks
810ef612c4
Fixed compiler warnings for upcoming version of Xcode
2014-01-27 16:17:18 +00:00
Mattt Thompson
7ca435c800
Removing security policy for ADN manager
2014-01-16 09:58:10 -08:00
Mattt Thompson
a2e1682cc2
Enabling additional warnings
2013-12-18 09:54:51 -08:00
Mattt Thompson
84cc3e6a0f
[Issue #1552 ] Removing remaining references to .swp files in project
2013-11-16 19:46:46 -08:00