Jeremy Ellison
|
6a5ee2af7e
|
Revert "Remove per-file copyrights"
This reverts commit 91e7c6bb5e.
|
2011-01-12 15:27:19 -05:00 |
|
Jeremy Ellison
|
91e7c6bb5e
|
Remove per-file copyrights
|
2011-01-12 15:05:22 -05:00 |
|
Jeff Arena
|
2b4a95df3c
|
added caching for filteredObject on the filterable model class to prevent expensive filtering operations every time we grab the objects from the model; added code to prevent an automatic load in offline mode when we have no cached objects, as our use of an error condition to signal a request failed in offline mode triggers a three20 error overlay that we likely do not want in what should be considered a normal operating mode (e.g. app offline with no objects for a view is not an error)
|
2010-12-09 11:47:20 -08:00 |
|
Jeff Arena
|
c19d305b45
|
fix for mapper bug that was assuming a 1:1 mapping between object classes and elements; removed method from dictionary category that made the 1:1 mapping assumption that caused the mapper bug; collapsed the RKRequestModel and RKRequestTTModel classes into RKRequestTTModel; made changes to the Three20 integration to perform all cache loading and network loading in response to Three20 load calls; used isOutdated TTModel method to enforce refreshRate on RKRequestTTModel
|
2010-11-30 15:08:05 -08:00 |
|
Jeff Arena
|
c3e28d0ecb
|
Merge branch 'master' into restkit-cache
Conflicts:
Code/ObjectMapping/RKObjectManager.m
Code/Three20/RKRequestFilterableTTModel.h
Code/Three20/RKRequestModel.m
|
2010-10-18 16:51:58 -04:00 |
|
Jeff Arena
|
1a6fdeafd4
|
introduce RKManagedObjectCache protocol to CoreData component; cleanup remaining NSFetchRequest ivars that are now unused; add RKURL class for making resourcepath and baseurl params available to higher level components; cleanup Three20 library to incorporate latest updates from GateGuru codebase
|
2010-10-18 16:36:24 -04:00 |
|
Jeremy Ellison
|
81e57606c4
|
Fix the loaders for specific objects. Requests were not actually getting sent.
|
2010-10-18 10:54:48 -04:00 |
|
timkerchmar
|
320e96e48e
|
Update headers for three20 support.
Add keyPath support to the object loader.
|
2010-10-12 14:32:06 -04:00 |
|
Blake Watters
|
bd93d43f94
|
Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.
|
2010-10-01 13:02:24 -04:00 |
|