summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2011-03-07Allow the website to register URL diversions.Jay Freeman (saurik)
2011-03-07Use a real grouped table view to back our webviews.Jay Freeman (saurik)
2011-03-07Fix version number update for hardcoding.Jay Freeman (saurik)
2011-03-07Add _trace() debugging for yieldToSelector: run loop.Jay Freeman (saurik)
2011-03-07Move #define configuration higher in code.Jay Freeman (saurik)
2011-03-07Use mixed-case for ProgressEventType constants.Jay Freeman (saurik)
2011-03-07Use kCydiaProgressEventType* constants for CydiaProgressEvent ofType:.Jay Freeman (saurik)
2011-03-07Remove the X-Role header that no one is using.Jay Freeman (saurik)
2011-03-07Remove obsolete -[CYBrowserController setHeaders:forHost:].Jay Freeman (saurik)
2011-03-07Restrict the cydia JS object to HTTPS.Jay Freeman (saurik)
2011-03-07Add debugging to isSafeToSuspend:.Jay Freeman (saurik)
2011-03-07Remove CYHomeController's magic HTTP headers.Jay Freeman (saurik)
2011-03-07Centralize addCydiaHost: to Cydia delegate_.Jay Freeman (saurik)
2011-03-07Rely on cydia.localize() for ProgressController's .title.Jay Freeman (saurik)
2011-03-07Implement a flexible cydia object whitelist.Jay Freeman (saurik)
2011-03-07Add package.selection.Jay Freeman (saurik)
2011-03-07Add package.state.Jay Freeman (saurik)
2011-03-07Export package.tags to JavaScript.Jay Freeman (saurik)
2011-03-07Update firmware.ver to 4.Jay Freeman (saurik)
2011-03-07I am too tired to fix this in MS, so I 'fixed' it here.Jay Freeman (saurik)
2011-03-07Make the navigation action blocker actually useful.Jay Freeman (saurik)
2011-03-07Simplify memory management of Source.Jay Freeman (saurik)
2011-03-07Simplify and correct memory management of SearchController.Jay Freeman (saurik)
2011-03-07Simplify and correct memory management of SectionController.Jay Freeman (saurik)
2011-03-07Simplify memory management of CYPackageController.Jay Freeman (saurik)
2011-03-07Add -[BrowserController _allowNavigationAction] to limit _top usage.Jay Freeman (saurik)
2011-03-07Allow JavaScript to swap in package names for ids.Jay Freeman (saurik)
2011-03-07Export cydia.setNavigationBarTintColor() to JS.Jay Freeman (saurik)
2011-03-07Mild typo: UIColor instead of self for group color.Jay Freeman (saurik)
2011-03-07Solve the iPad pinstripes != gray problem.Jay Freeman (saurik)
2011-03-07Add std::setlocale() (de-comment).Jay Freeman (saurik)
2011-03-07Remove global Home_ variable helper.Jay Freeman (saurik)
2011-03-07Add some debug logging to MS dlopen() calls.Jay Freeman (saurik)
2011-03-07Use a single URL for HTML5 Offline routing.Jay Freeman (saurik)
2011-03-07Export cydia.setHidesNavigationBar() to JavaScript.Jay Freeman (saurik)
2011-03-07Actually use reloadData state machine everywhere.Jay Freeman (saurik)
2011-03-07Verified and fixed code for configuration update.Jay Freeman (saurik)
2011-03-07Use userInterfaceIdiom instead of isWildcat for /ui/ URL.Jay Freeman (saurik)
2011-03-07Remove @2x from /ui/ URL.Jay Freeman (saurik)
2011-03-07Expose download stats to JavaScript.Jay Freeman (saurik)
2011-03-07Rename cydiaProgress.progress to .percent.Jay Freeman (saurik)
2011-03-07Added cydia.setNavigationBarStyle().Jay Freeman (saurik)
2011-03-07Added cydia.setHidesBackButton().Jay Freeman (saurik)
2011-03-07We are supposed to have two rows of buttons on half errors.Jay Freeman (saurik)
2011-03-07I cannot express how angry this mechanism makes me.Jay Freeman (saurik)
2011-03-07Make cydia.getPackageById() return null instead of undefined.Jay Freeman (saurik)
2011-03-07Expose cydia.version to JavaScript.Jay Freeman (saurik)
2011-03-07Comment document another cache_.Open() error.Jay Freeman (saurik)
2011-03-07Compile Cydia version into Binary: don't lookup with APT.Jay Freeman (saurik)
2011-03-07Support CydiaProgressEvent forItem: and return nulls to JS.Jay Freeman (saurik)