Mattt Thompson
8bfbcb9b9f
Updating iOS icon
2012-06-26 09:49:09 -07:00
Mattt Thompson
1afba1b623
Sandboxing Mac Example Application
2012-06-26 09:38:34 -07:00
Mattt Thompson
97900fcbfa
Setting NSURLCache memory and disk capacity to Apple default settings
2012-06-26 09:37:53 -07:00
Mattt Thompson
c6ffce05b9
Reorganizing vendor directory
2012-06-26 09:35:43 -07:00
Mattt Thompson
f1b3101a63
First pass at converting to ARC
2012-06-26 09:14:52 -07:00
Mattt Thompson
b420c181ed
Adding compiler directive to ignore User +sharedProfileImageRequestOperationQueue in iOS
2012-06-26 08:53:15 -07:00
Mattt Thompson
de76f997fb
Setting deployment target to iOS 5.0
2012-06-26 08:52:01 -07:00
Mattt Thompson
1cfa405957
Removing AFJSONUtilities in favor of just using NSJSONSerialization
2012-06-26 08:50:32 -07:00
Mattt Thompson
c4f07c4b07
Minor code reformatting
2012-06-19 15:47:28 -07:00
Mattt Thompson
06d09903be
Adding workspaces for individual projects
2012-06-19 15:30:41 -07:00
Mattt Thompson
b648e33481
Reload table view on image load
2012-06-19 14:40:11 -07:00
Mattt Thompson
ec2cee42d2
Adding profileImage property to bind image views to dynamically-loaded content
2012-06-19 14:30:49 -07:00
Mattt Thompson
a3f39712c7
Removing unused window controller
2012-06-19 13:07:16 -07:00
Mattt Thompson
9d399e9ffa
Fixed window closing
2012-06-19 13:06:51 -07:00
Mattt Thompson
eaa9059cd2
Stashing working implementation
2012-06-19 12:50:26 -07:00
Mattt Thompson
efdaedc541
Adding Mac example project
...
Renaming iOS example project
Adding AFNetworking to Mac project using preprocessor macros to resolve UIKit dependencies, and setting compiler flags accordingly.
2011-09-23 12:19:40 -05:00
Mattt Thompson
29c25bb52e
Fixing unnecessary semicolon compiler warning in TTTLocationFormatter
2011-09-22 12:04:23 -05:00
Mattt Thompson
ba4470ed13
Use imperial system based on current locale
2011-09-22 11:58:35 -05:00
Mattt Thompson
95ca172d9d
Fixing API call for spots in the example app
2011-09-22 10:25:07 -05:00
Mattt Thompson
ebb6eb21ad
You know what's an even _better name? AFHTTPClient. Boom.
2011-09-21 22:42:01 -05:00
Mattt Thompson
ab91d07575
Renaming AFRestClient to AFRESTClient
2011-09-21 17:55:24 -05:00
Mattt Thompson
69c48f85bb
Removing unused -layoutSubviews code in SpotTableViewCell
2011-09-21 15:50:42 -05:00
Mattt Thompson
db4c852e3d
[Issue #33 ] Changing return type of class method object contructors from id to an actual instance of that class
2011-09-21 15:33:20 -05:00
Mattt Thompson
f422cafe14
Removing UIImage category in favor of static function to resize images in UIImageView category implementation
2011-09-21 14:32:30 -05:00
Mattt Thompson
8b8605185b
Replacing NSMutableURLRequest category method with more flexible constructor in AFRestClient
...
Adding AFRestClient -multipartFormRequestWithMethod:path:parameters:constructingBodyWithBlock:
Defining AFMultipartFormDataProxy protocol
Replacing constant value for string encoding with @property with default of NSUTF8Encoding
2011-09-21 14:00:05 -05:00
Mattt Thompson
ca02e02b11
Removing categories on NSData and NSString, moving them to static functions in AFRestClient
...
Removing Gzip functionality, which will be extracted into its own library
2011-09-21 11:36:39 -05:00
Mattt Thompson
3e3d94f938
Removing stray reference to QuartzCore.framework
2011-09-16 23:57:01 -05:00
Mattt Thompson
9ee84844c4
Updating example project to new image request API
2011-09-16 22:41:21 -05:00
Mattt Thompson
2610b0b57a
Minor refactoring to Location Formatter
2011-09-16 22:41:10 -05:00
Mattt Thompson
2b9a66d7a9
Changing AFRestClient +baseURL to a @property
2011-09-16 10:02:51 -05:00
Evan Long
b681971116
The allocation for the shared client could occur twice resulting in a leak. Two
...
threads could pass the nil check. One would acquire the lock and create the
sharedClient. The second thread would eventually get the lock and also acquire
a sharedClient.
2011-09-15 00:58:41 -07:00
Evan Long
dddd567424
Making AFImageCache lazy init thread safe since it is called from main thread and background threads. Also making the increment and decrement for AFNetworkActivityIndicatorManager thread safe since start/stopAnimating are called from different threads.
2011-08-30 17:16:23 -07:00
Mattt Thompson
390c51a30d
Merge branch 'gzip-compression-experimental' into experimental-gcd-processing
...
Conflicts:
AFNetworking/AFHTTPRequestOperation.m
AFNetworking/AFImageRequestOperation.m
AFNetworking/AFJSONRequestOperation.m
2011-08-14 20:06:03 -05:00
Mattt Thompson
c004ceb0f1
Initial support for Gzip compression of HTTP Post Body
2011-08-05 15:13:22 -05:00
Mattt Thompson
29de9132d2
Rearranging project directory structure
2011-08-05 11:25:20 -05:00
Mattt Thompson
8833578a14
Adding NSMutableURLRequest category with -setHTTPBodyWithData:mimeType:forParameterNamed:parameters: method, for multi-part POST requests
...
Extracting categories into separate files
2011-08-05 10:58:37 -05:00
Mattt Thompson
3a4392ec43
Updating Example project to match AFNetworking changes
...
Minor bugfixes
2011-08-03 11:32:51 -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
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
a8cb70db12
Changing Example project directory structure
2011-06-01 12:22:44 -05:00