summaryrefslogtreecommitdiff
path: root/UICaboodle/RVPage.mm
AgeCommit message (Collapse)Author
2011-03-07Rename UICaboodle to CyteKit.Jay Freeman (saurik)
2011-03-07Unloading view controllers should unload their modal.Jay Freeman (saurik)
2011-03-07Remove obsolete cydia.setPopUpHook().Jay Freeman (saurik)
2011-03-07Replace CYNavigationController with a category.Jay Freeman (saurik)
2011-03-07Reloading the world should really just /un/load the world.Jay Freeman (saurik)
2011-02-14Explanation.Grant Paul
2011-02-11Move -init into -loadView -viewDidLoad and friends, as Apple wants. Add ↵Grant Paul
-navigationURL and persistance (15 minute timeout) of Cydia sessions, with full lazy-loading of view controllers. Still failed to fix the URL->blackscreen bug, although now it just shows the wrong tab instaed of a black screen (really, WTF, UITabBarController?)
2011-02-07Use IsWildcat_, not UI_USER_INTERFACE_IDIOM().Jay Freeman (saurik)
2011-02-03Added session persistence; moved -init to -loadView, -viewDidLoad, etc; ↵Grant Paul
added releasing of views in low-memory situations; style changes.
2011-01-27Small formatting fixes.Grant Paul
2011-01-27Sanity in rotation handling: centralize in CYViewController, as it should be.Grant Paul
2010-12-11Cleanup my stupidity: remove logging, fix landscape back buttons (via ↵Grant Paul
delegation to parent view controllers), and such.
2010-10-06Merge CYViewController into UCViewController.Jay Freeman (saurik)
2010-10-04Removed tabs and trailing space characters from codebase.Jay Freeman (saurik)
2010-09-30more rotation fixes: remove rotation info from UCViewController, and let the ↵Grant Paul
HUDs rotate (Reloading Data: now with added landscape!)
2010-09-30Commit (chpwn): uiviewcontroller-final.patchGrant Paul
2010-09-30Scrollers and keyboards and things.Jay Freeman (saurik)
2010-09-30Epic multi-threading.Jay Freeman (saurik)
2010-09-30Reorganized code and mostly finished ratings indicator.Jay Freeman (saurik)
2010-09-30Support libraries for recent Cydia changes.Jay Freeman (saurik)
2010-09-30Porting, webkit stability.Jay Freeman (saurik)
2010-09-30Added settings and sources to manage and fixed a few small nits.Jay Freeman (saurik)
2010-09-30Factored out common code to common subproject.Jay Freeman (saurik)