Mattt Thompson
1dad3cb336
Adding method, adding a callback for when image was loaded. This fixes a shortcoming where images loaded into UITableViewCells wouldn't show up until being recycled, needing to layout its subviews
2011-08-05 10:41:20 -05:00
Mattt Thompson
ffe7b9b427
Merge pull request #6 from bdmac/master
...
imageByScalingAndCroppingImage Orientation Ratio Bug
2011-08-04 11:02:04 -07:00
Brian McManus
bee6a5da40
Fix bug with scaling images with a portrait aspect ratio.
2011-08-04 11:55:37 -04:00
Mattt Thompson
9e107d6a7b
Merge branch 'master' of github.com:gowalla/AFNetworking
2011-08-04 00:32:20 -05:00
Mattt Thompson
e2b63165fe
Minor edits to README
2011-08-04 00:32:13 -05:00
Mattt Thompson
23b66aa044
Merge pull request #5 from jparise/nsjson
...
Improving the check for NSJSONSerialization.
2011-08-03 22:10:40 -07:00
Jon Parise
359d51d84a
Improving the check for NSJSONSerialization.
...
We now only attempt to use NSJSONSerialization if we're compiling
against a Base SDK that includes it. If we are, we still retain the
NS_CLASS_AVAILABLE-based `class` check to test whether or not it's
available at runtime.
The fallback in both cases is to use JSONKit.
2011-08-03 21:19:49 -07:00
Mattt Thompson
a5a31f4609
Checking for NSJSONSerialization using NS_CLASS_AVAILABLE macro instead of NSClassFromString
2011-08-03 13:11:01 -05:00
Mattt Thompson
9a2b90c698
Adding explicit cast for associated image request operation object in UIImageView category
2011-08-03 13:02:47 -05:00
Mattt Thompson
d4e34f76bf
Adding #imports for Foundation and obj-c runtime
2011-08-03 13:00:40 -05:00
Mattt Thompson
c3ceed4005
Removing extraneous NSURLConnectionDelegate protocol declarations in AFHTTPOperation.h
2011-08-03 12:57:02 -05:00
Mattt Thompson
ba36241932
Updating README to match 0.3.0 changes
2011-08-03 12:06:37 -05:00
Mattt Thompson
3f901c81b3
Significant performance improvments and API redesign
...
Removing Q*Operation dependency
2011-08-03 11:37:05 -05:00
Mattt Thompson
3a4392ec43
Updating Example project to match AFNetworking changes
...
Minor bugfixes
2011-08-03 11:32:51 -05:00
Mattt Thompson
4ac2f407d7
Removing code to try and be clever about cancelling image requests or not for a instances of the same image being requested
...
Adding HTTP pipelining to image requests
2011-08-03 11:32:22 -05:00
Mattt Thompson
68dc7e866e
Using NSJSONSerializer when supported, falling back on JSONKit
...
Changing return type for JSON response from NSDictionary to id, to support non-dictionary top-level elements in response, such as arrays
Defining default acceptable content types and status codes as class methods in AFJSONRequestOperation
Adding text/json to acceptable MIME type for JSON
2011-08-03 11:31:00 -05:00
Mattt Thompson
f169a93f58
Moving AFNetworking classes into correct directory
2011-07-27 15:20:37 -05:00
Mattt Thompson
d87b783814
Porting over changes for 0.3.0 release
2011-07-27 15:14:15 -05:00
Mattt Thompson
ba98a2aff4
Merge pull request #1 from jakemarsh/patch-1
...
Adding missing dealloc method in AFImageRequestOperation
2011-06-04 09:14:51 -07:00
Mattt Thompson
881ae7920f
Merge pull request #2 from jakemarsh/patch-2
...
Removed (seemingly) unused _cachedRequests NSMutableSet.
2011-06-04 09:11:32 -07:00
Jake Marsh
1447a4ce8f
Removed (seemingly) unused _cachedRequests NSMutableSet.
2011-06-04 08:44:04 -07:00
Jake Marsh
99b8825899
Did I find a memory link here? Or do I need more sleep? :)
2011-06-04 08:35:48 -07:00
Mattt Thompson
2e32312d17
Fixing corner size function of processed images
2011-06-03 15:19:39 -05:00
Mattt Thompson
538d244a46
Fixing memory leak in AFImageRequest +operationWithRequest:callback:
2011-06-02 15:28:28 -05:00
Mattt Thompson
3f851b0a23
Removing AFURLCache, using NSURLCache instead
2011-06-02 15:16:17 -05:00
Mattt Thompson
99581391c6
Re-ordering project file list
2011-06-02 14:54:33 -05:00
Mattt Thompson
43087b5969
Minor README edit
2011-06-01 12:27:58 -05:00
Mattt Thompson
a8cb70db12
Changing Example project directory structure
2011-06-01 12:22:44 -05:00
Mattt Thompson
32e9cf5bb1
Minor edits to README
2011-06-01 12:04:33 -05:00
Mattt Thompson
9054026304
Renaming AFGowallaAPI to AFGowallaAPIClient
2011-06-01 12:02:24 -05:00
Mattt Thompson
25daf2cf69
Updating README to remove caveat about functionality now incorporated with AFRestClient
2011-06-01 12:01:23 -05:00
Mattt Thompson
5b27bf6511
Extracting core aspects of AFGowallaAPI into AFRestClient
2011-06-01 11:51:53 -05:00
Mattt Thompson
87a90fe169
Adding README
2011-06-01 11:16:45 -05:00
Mattt Thompson
fdbd57cddf
Moving non-core network extensions to example project subdirectory
2011-06-01 10:40:31 -05:00
Mattt Thompson
83f0ce3c26
Using more concise initializer for AFImageRequestOperationCallback
2011-06-01 10:37:43 -05:00
Mattt Thompson
63dc2a05ed
Adding AFImageRequestOperation +operationWithRequest:callback:
2011-06-01 10:36:43 -05:00
Mattt Thompson
e0879cf8b9
Removing unused frameworks from project
2011-06-01 10:35:09 -05:00
Mattt Thompson
c75ebd3e81
Removing Unused QReachabilityOperation class
2011-06-01 10:34:16 -05:00
Mattt Thompson
0c9a04bce3
Fixing left margin for labels
2011-06-01 09:20:31 -05:00
Mattt Thompson
697249a69f
Cancel image request operations in -prepareForReuse, so that new image loading operations don't depend on previous, now-unnecessary operations
2011-06-01 09:16:53 -05:00
Mattt Thompson
71f91db2fa
Cleaning up Spot cell
2011-06-01 09:11:53 -05:00
Mattt Thompson
28c7d2557d
Setting row height in viewDidLoad for NearbySpots controller
2011-06-01 09:10:33 -05:00
Mattt Thompson
d94d27dea7
Fixing memory leaks found by static analyzer
2011-06-01 09:10:16 -05:00
Mattt Thompson
dffe257063
Initial import
2011-05-31 16:27:34 -05:00