leehonghwa
27c819537a
Fix asterisk location in method declaration
2017-07-19 15:08:26 +09:00
skyline75489
0fc675e960
Use NSURLRequest to construct dataTask. Fix #3724
2016-10-09 22:00:24 +08:00
Kevin Harwood
748a410ba7
Fixed bug with webview delegate callback
2016-10-06 10:13:24 -05:00
Cédric Luthi
16c09fae46
Remove all #pragma clang diagnostic ignored "-Wgnu"
2016-04-08 23:46:10 +02: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
056a1b69d6
Merge pull request #3290 from AFNetworking/docs/copyright_bump
...
Bumping copyright to 2016
2016-01-14 16:23:50 -06:00
Kevin Harwood
412d903e62
Fixed crash when passing nil/null for progress in UIWebView extension
2016-01-14 08:31:45 -06: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
Kevin Harwood
210c260422
New Progress Reporting API
...
These changes expose a simpler, block based progress reporting API, while maintaining the ability for more advanced features using KVO on NSProgress.
2015-12-04 11:18:22 -06:00
Kevin Harwood
8c57f945ed
Fixed warnings generated in UIWebView category
...
commit resolves #3114
2015-11-05 18:16:08 -06: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
Mattt Thompson
583742a539
Updating License
2015-05-02 13:29:20 -07:00
dake
2eea6f4a27
fix UIWebView+AFNetworking crash
2015-03-25 21:12:55 +08:00
Mattt Thompson
4fbf7c50dc
[Issue #2562 ] Adding delegate callbacks to loading methods
2015-02-14 10:35:17 -08:00
Mattt Thompson
011dc783e9
Updating copyright year
2015-01-18 08:59:34 -08: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
Jesse Collis
cf01b18d92
Remove unnecessary #imports in UIImageView & UIWebView+AFNetworking headers.
2014-02-28 10:00:29 +11: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
481400d36d
Using @selector instead of keys for associated objects
2014-02-10 16:50:57 -08:00
Mattt Thompson
7ea8b600b0
Consistent formatting of static pointers
2014-01-16 10:11:49 -08:00
Stewart Gleadow
fae07ea5ed
Fix warning about weak receiver being set to nil, capture strong reference.
2014-01-06 16:40:40 +11:00
Mattt Thompson
8b3607cef4
[Issue #1656 ] Fixing UIWebView category to use supplied success callback
2013-12-02 23:31:11 -08:00
Mattt Thompson
54f49e1dcd
[Issue #1531 ] Adding more explicit data / MIME type / text encoding name version of UIWebView -loadRequest:...
2013-10-25 10:30:26 +03: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
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