Mattt Thompson
63020621e5
[Issue #1492 ] Fixing macro for iOS 6 compatibility in UIProgressView+AFNetworking
2013-10-25 11:16:05 +03: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
Marcelo Fabri
4c1bccd3f2
Fixing behavior if response is nil
...
Testing without internet connection, `operation.response` is `nil` and the `failure` block is not called. We can get the URL from the `operation.request` instead of `operation.response` (as done in the `success` block).
2013-10-16 11:59:51 -03:00
Taichiro Yoshida
e65c83bd36
fix to setBackgroundImageForState works correctly. It causes response serializer is set to af_imageRequestOperation instead of af_backgroundImageRequestOperation.
2013-10-10 16:55:33 +09:00
Mattt Thompson
a25b1d30dd
[Issue #1448 ] Adding missing image serializer for background request operation
2013-10-07 15:45:29 -07:00
Mattt Thompson
a0f526701d
Merge pull request #1448 from samgro/master
...
Add image response serializer to UIButton+AFNetworking. Fixes #1447 .
2013-10-07 15:44:30 -07:00
Sam Grossberg
4cf44857a3
Add image response serializer to UIButton+AFNetworking.
...
Without this fix, the responseObject is nil and the image does not get updated.
2013-10-04 16:24:41 -07: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
Mattt Thompson
0ef5102a3e
[Issue #1404 ] Adding missing #ifdef for iOS 7 compatibility
2013-10-01 07:17:35 -07:00
hpique
979dde7bbb
Fix names of exposed private methods downloadProgress and uploadProgress
2013-09-30 14:46:59 +02:00
Mattt Thompson
0604cfd6bb
[Issue #1379 ] Adding missing code macros for iOS 6 compatibility in UIAlertView category
2013-09-29 11:52:53 -07:00
Mattt Thompson
7570dfa3be
Fixing spelling in headers
2013-09-27 09:47:17 -07:00
Mattt Thompson
82fe3f6160
Fixing #ifdef nesting in UIProgressView category
2013-09-27 09:41:55 -07:00
Mattt Thompson
7e1bc36ccd
Fixing notification in UIAlertView category
2013-09-27 09:41:15 -07:00
Mattt Thompson
eeccdc7717
Minor refactoring for AFNetworkActivityIndicatorManager
2013-09-27 08:53:47 -07:00
Mattt Thompson
34f8cd1114
Adding documentation for UIAlertView category
2013-09-27 08:53:38 -07:00
Mattt Thompson
4945255138
Updating documentation for UIImageView category
2013-09-27 08:53:20 -07:00
Mattt Thompson
a02f52b3b9
Adding documentation for UIActivityIndicatorView category
2013-09-27 08:52:58 -07:00
Mattt Thompson
3bdfefa83b
Adding documentation to UIButton category
...
Switching backing of UIButton category to AFURLConnectionOperation
2013-09-27 08:52:37 -07:00
Mattt Thompson
813ea16a26
Adding documentation to UIProgressView category
2013-09-27 08:52:06 -07: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
Dave Verwer
f7504cf0e1
Added catch all UIKit+AFNetworking header.
2013-09-27 07:07:55 +01: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
d54181b55d
dispatch_sync -> dispatch_async
2013-09-26 06:55:54 -07:00
Mattt Thompson
9e5dd5ee8a
Adding __unused declarations to fix warnings
2013-09-26 06:25:58 -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
afffa6ff52
Ensuring that start and stop animating for UIActivityIndicatorView category are called on main
2013-09-26 05:15:25 -07:00
Mattt Thompson
9a40c0dc0f
Merge branch 2.0 into master
2013-09-25 16:31:49 -07:00