Commit Graph

25 Commits

Author SHA1 Message Date
Mathieu Meylan
7dc973b89c Fixed an issue where registering a UIProgessView to a task that was already completed would crash with the following error:
CRASH: Fatal exception: An instance ***** of class ******* was deallocated while key value observers were still registered with it.
2016-07-05 17:01:53 +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
5d73b00640 Bumping copyright to 2016 2016-01-05 09:22:42 -06: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
Mattt Thompson
011dc783e9 Updating copyright year 2015-01-18 08:59:34 -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
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
Mattt Thompson
58409b6c4e Simplifying #ifdef availability macros for UIKit categories 2014-02-11 10:07:24 -08:00
Mattt Thompson
481400d36d Using @selector instead of keys for associated objects 2014-02-10 16:50:57 -08:00
Mattt Thompson
a9ca3d0c6c [Issue #1730] Minor refactoring / reformatting 2014-01-16 07:46:03 -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
63020621e5 [Issue #1492] Fixing macro for iOS 6 compatibility in UIProgressView+AFNetworking 2013-10-25 11:16:05 +03:00
Allen Tu
8b29904967 Update UIProgressView+AFNetworking.m
Hi there,
Thanks for the awesome job!!
Just found a tiny bug. I think in Line 174, the selector should be "countOfBytesReceived".
Cheers and have a nice weekend!!

Allen
2013-10-04 12:11:01 -07:00
hpique
979dde7bbb Fix names of exposed private methods downloadProgress and uploadProgress 2013-09-30 14:46:59 +02:00
Mattt Thompson
82fe3f6160 Fixing #ifdef nesting in UIProgressView category 2013-09-27 09:41:55 -07:00
Mattt Thompson
813ea16a26 Adding documentation to UIProgressView category 2013-09-27 08:52:06 -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
09658b352a Enabling and fixing extensive compiler warnings 2013-09-26 07:11:22 -07:00
Mattt Thompson
3b11c60ce0 Adding upload/download progress animated associated objects
Using af_ prefix on associated object properties
2013-09-26 06:25:42 -07:00
Mattt Thompson
720f319623 Ensuring that progress is set in UIProgressView category only on main 2013-09-26 05:19:48 -07:00
Mattt Thompson
9a40c0dc0f Merge branch 2.0 into master 2013-09-25 16:31:49 -07:00