Commit Graph

18 Commits

Author SHA1 Message Date
Brian Nickel
85ad5ea6a0 Allow same library for app and extensions.
clang will silence availability errors in classes and methods that are also unavailable to the target.  The following have been made unavailable to app extensions:
- `AFNetworkActivityIndicatorManager` class
- `UIAlertView` category methods
- `AFURLConnectionOperation setShouldExecuteAsBackgroundTaskWithExpirationHandler:`

Benefits of change:
- Fixes CocoaPods support for App Extensions.
- Allows single framework to be used in app.
- Eliminates the need for `AF_APP_EXTENSIONS`.
2015-07-27 10:49:06 -07:00
Mattt Thompson
583742a539 Updating License 2015-05-02 13:29:20 -07:00
Mattt Thompson
a13a244526 [Issue #2617] Fixing leak for addObserver:...:withBlock: 2015-03-27 09:31:05 -07:00
Mattt Thompson
346d3498db [Issue #2617] Fixing leak for notification observer 2015-03-27 09:00:50 -07:00
Serge Hänni
476a1716d7 Added guard to unsupported features of iOS 8 extensions 2015-03-11 17:03:43 +01:00
Mattt Thompson
f6ddbb5bb3 Merge pull request #2457 from totomo/my-proposal
Display all of variable arguments which are specified as otherButtonTitles
2015-01-18 11:32:26 -08:00
Mattt Thompson
011dc783e9 Updating copyright year 2015-01-18 08:59:34 -08:00
Adar Porat
b623a85c36 fix genstrings warning in UIAlertView+AFNetworking
Warning: Key "Dismiss" used with multiple comments "UIAlert View Cancel Button Title" & "UIAlertView Cancel Button Title"
2015-01-02 21:12:35 -05:00
Kenta Tokumoto
73a32c767f Display all of arguments which are specified as otherButtonTitles 2014-11-30 13:02:46 +09:00
Mattt Thompson
121466e165 Bumping copyright year 2014-04-15 14:24:30 -07:00
Yung-Luen Lan
9423e20032 Use "long long" instead of "NSInteger" on byte count.
Byte count should always be 64bit integer. Otherwise, AFNetworking won't work on streams
larger than 4GB in 32bits mode. This commit revert the PR #1772 and e94a52c.
2014-03-11 21:55:23 +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
Nick Banks
810ef612c4 Fixed compiler warnings for upcoming version of Xcode 2014-01-27 16:17:18 +00:00
Mattt Thompson
50fc524037 [Issue #1734] Making notification constant naming consistent with terminology of NSURLSession 2014-01-16 20:50:45 -08:00
Mattt Thompson
7e1bc36ccd Fixing notification in UIAlertView category 2013-09-27 09:41:15 -07:00
Mattt Thompson
34f8cd1114 Adding documentation for UIAlertView category 2013-09-27 08:53:38 -07:00
Mattt Thompson
09658b352a Enabling and fixing extensive compiler warnings 2013-09-26 07:11:22 -07:00
Mattt Thompson
9a40c0dc0f Merge branch 2.0 into master 2013-09-25 16:31:49 -07:00