This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-03-29 22:43:24 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a61728aa287e17f3e443e2af9a195bc1e7ce8a54
RestKit
/
Code
History
Blake Watters
7283f19e43
Merge branch 'reachability-queue-three20'
...
Conflicts: Code/Network/RKResponse.m
2010-12-23 14:10:17 -05:00
..
CoreData
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
Network
Merge branch 'reachability-queue-three20'
2010-12-23 14:10:17 -05:00
ObjectMapping
fix for posting online/offline notifications
2010-12-11 01:55:21 -08:00
Support
added reachability support at the manager and client level; added code to short circuit requests if offline; fixed issue with source parameter on loader related to passing managed objects across thread boundaries; added resource path property to the loader
2010-11-30 19:38:27 -08:00
Three20
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
RestKit.h
Removed commented out code
2010-10-01 13:04:46 -04:00