Commit Graph

199 Commits

Author SHA1 Message Date
Blake Watters
ab655307c2 Updated Twitter examples to show off the automatic activity indicator support 2011-04-19 13:56:20 -04:00
Blake Watters
4da1b1a3c6 Fix for building RKTwitter with non DerivedData location. 2011-04-15 15:01:34 -04:00
Blake Watters
b41ff0f5e2 Fix broken project references for RKTwitter 2011-04-15 14:40:13 -04:00
Blake Watters
9593612aab Closes gh-47. Initial implementation of OS X build integrating changes submitted by Felix Holmgren (https://github.com/Felixyz/RestKit).
* Factored out display of alerts into RKAlert interface that hides the differences between UIKit and OS X Cocoa.
* Added macosx to supported platforms to enable build on OS X.
* Configured project to use conditional architectures to enable building on OS X and iOS from the same targets.
* Implemented a bare-bones OS X example app.
* Create `rake build` task for building RestKit against iOS and OS X SDK for quick testing.
2011-04-12 21:02:25 -04:00
Blake Watters
9ed062121e Fix for crash based on set nil for missing element policy. Added specs covering the crash. Merging directly to 0.9.1 and tagging as 0.9.1.1 2011-03-29 10:47:11 -04:00
Blake Watters
c90ec2770d Finished cleanup of HTTP AUTH and XML Support. Ready to tag 0.9.1 2011-03-28 23:29:06 -04:00
Blake Watters
227f35a20d Merge branch '0.9' into xml-parser
Conflicts:
	Examples/RKTwitter/Classes/RKTwitterViewController.m
	README.md
	RestKit.xcodeproj/project.pbxproj
2011-03-27 22:29:19 -04:00
Blake Watters
0795112df0 Merge branch '0.9' into unit-testing
Conflicts:
	RestKit.xcodeproj/project.pbxproj
2011-03-24 22:21:16 -04:00
Blake Watters
4809d9e0a6 Run Copy Headers task after compilation of libRestKitThree20 to ensure they are copied into Build dir. Story #11526713 2011-03-24 21:54:51 -04:00
Blake Watters
9141cea6e3 Merge branch 'unit-testing' of github.com:twotoasters/RestKit into unit-testing 2011-03-24 15:00:37 -04:00
Blake Watters
3635801a4d cleaned up example projects while verifying archive operations 2011-03-24 13:13:08 -04:00
Blake Watters
e143a51d10 Worked through remaining issues with Archive builds by switching RestKit aggregate target to a real target, avoiding the copy issues with RestKit.h. Made Skip Install a project level default. Believe we are all set finally 2011-03-24 12:09:07 -04:00
Blake Watters
e8de63302d Merge branch '0.9' into unit-testing 2011-03-24 07:28:56 -04:00
Blake Watters
6d520c2657 Added missing dealloc methods 2011-03-23 22:46:48 -04:00
Jeremy Ellison
6a4b3d78b3 Merge branch 'unit-testing' into xml-parser
Conflicts:
	RestKit.xcodeproj/project.pbxproj
2011-03-23 10:34:02 -04:00
Blake Watters
aeef581ef8 Updated to match RKTwitter 2011-03-22 21:58:43 -04:00
Blake Watters
deec82c8d3 Switched timeline load to RestKit instead of Two Toasters. Added refresh button 2011-03-22 21:54:14 -04:00
Blake Watters
c486a623f3 re-enable refresh rate 2011-03-21 19:56:13 -04:00
Blake Watters
102180abce fix for breakage introduced during merge 2011-03-21 18:53:16 -04:00
Blake Watters
88a1b013fc Merge remote branch 'origin/0.9' into core-data-cleanup
Conflicts:
	Code/CoreData/CoreData.h
	Code/CoreData/RKManagedObjectStore.h
	Code/CoreData/RKManagedObjectStore.m
	Code/CoreData/RKObjectSeeder.h
	Code/CoreData/RKObjectSeeder.m
	Code/ObjectMapping/RKObjectLoader.m
	Code/ObjectMapping/RKObjectManager.m
	Code/ObjectMapping/RKObjectMapper.m
	RestKit.xcodeproj/project.pbxproj
2011-03-19 21:26:13 -04:00
Blake Watters
cb0f30c470 Updates to simplify integration with Derived Data
Conflicts:

	RestKit.xcodeproj/project.pbxproj
2011-03-18 07:52:47 -04:00
Blake Watters
55c180a8e5 Trim whitespace 2011-03-17 07:35:45 -04:00
Blake Watters
d359f0403a Updating gitignore workspaces 2011-03-09 15:14:48 -05:00
Blake Watters
6cf32971d0 Added Adam Hinz to the credits 2011-03-06 13:45:00 -05:00
Blake Watters
3cf66e5385 More improvements to the managed object store and seeding API's 2011-03-05 17:05:31 -05:00
Blake Watters
e07d87939f Removed killed method 2011-03-05 16:14:02 -05:00
Blake Watters
1405c0b404 Overhauled the object seeder API. It's much cleaner. Added example code to the RKTwitterCoreDataExample 2011-03-05 16:11:00 -05:00
Jeremy Ellison
07cdf1f069 update projects to link libxml2 (verified working). Update readme to mention changes 2011-03-01 13:59:51 -05:00
Jeremy Ellison
bc482efd31 Working XML Support. Twitter example working (XML and JSON) 2011-03-01 13:54:00 -05:00
Blake Watters
b9e4f57fb0 Work in progress factoring Core Data dependencies out of the Object Mapping layer 2011-02-13 01:19:37 -05:00
Blake Watters
99559f73a8 project file updates 2011-01-22 00:52:41 -05:00
Blake Watters
2c3b97a054 Added README file for the Discussion Board app. Normalized target name 2011-01-21 18:58:57 -05:00
Blake Watters
f1fae7d309 Add background image to the post controller 2011-01-21 18:30:28 -05:00
Blake Watters
5e9e9e47d7 Project changes 2011-01-21 18:23:37 -05:00
daniel
7952a9b577 Removed unused resources 2011-01-21 16:03:58 -05:00
daniel
6422ac57d6 Got rid of custom cell styling 2011-01-21 15:55:45 -05:00
Blake Watters
39a77057ed Removed saveObjectStore method on RKObjectManager, step toward separating Core Data from the base object mapping. RKObjectLoader now ensures that the object store is persisted appropriately before object loaders are sent 2011-01-21 00:56:17 -05:00
Blake Watters
8cef9936b3 Project build 2011-01-21 00:27:20 -05:00
Blake Watters
07796df253 Refactored the Rails router to respect properties specified by the model objects. Introduced new support to allow models to modify RESTful object loaders just before they are sent. Sample app completely works. Really fucking happy with how this is turning out! 2011-01-21 00:15:02 -05:00
Blake Watters
1049d07755 Fixing build warning 2011-01-20 21:16:58 -05:00
Blake Watters
35df41ec25 Expanded comments and cleaned up more TODO's. Just a couple of bug fixes left in RestKit and styling work on this app! 2011-01-20 21:15:40 -05:00
Blake Watters
ebd23559bb Refactored models and cleaned up controllers pretty thoroughly. Moved to higher level abstractions for permissions and such 2011-01-20 20:52:33 -05:00
Jeremy Ellison
0ebfaf1299 Merge branch 'new-example' of github.com:twotoasters/RestKit into new-example 2011-01-20 11:50:02 -05:00
Jeremy Ellison
b20b78e57f Use delegate pattern for canceled login.
Move isNewRecord to model level.
Create rkcurl script.
2011-01-20 11:49:02 -05:00
Blake Watters
bf1cadc72e Implemented RKMakePathWithObject. Cleaned up some TODO's 2011-01-20 11:24:47 -05:00
Blake Watters
88943469d8 Moved some items around, knocking down todo's 2011-01-20 00:40:17 -05:00
Blake Watters
0272c93663 Added placeholder text to work around TT bug 2011-01-20 00:19:11 -05:00
Blake Watters
f7553d7ac0 Found a nasty bug in object mapping with nil values vs missing key paths. Polished login and sign up patterns thoroughly. Login/Logout & sign up are functional again. Now to move through the rest of the app 2011-01-20 00:14:21 -05:00
Jeremy Ellison
723653585b remove todo for something I already fixed. 2011-01-19 14:08:01 -05:00
Jeremy Ellison
8021687bb6 constant view tags.
move header constant to environment.
move setting/clearing of user token header to user model.
2011-01-19 14:03:16 -05:00