summaryrefslogtreecommitdiff
path: root/MobileCydia.app/package.js
AgeCommit message (Collapse)Author
2011-02-07OMG HTML5 Offline FTW.Jay Freeman (saurik)
2011-02-05Avoid flashing empty package view as it loads the package details.Grant Paul
2011-01-22Merge commit :(. Bring in my work on URLs and UITabBarController into one ↵Grant Paul
functioning whole! - Queueing badges and controllers work. - As far as I can tell, no broken URLs on Cydia pages. - There might still be one the website, but that's not under my control. - Lazy loads tabs again, but also doesn't reload the home page when switching back to it (yay!). - Adds "Show Pacakge Settings" duplicated text as a section header on the PackageSettingsController, for asthetic reasons. - Popups are *still* broken, and I still don't know why.
2011-01-03Began reworking of URL handling system; renamed a few classes to remove ↵Grant Paul
unnecessary CY prefix.
2010-12-30Switch to native UITabBarController handling, and rewrite URL subsystem. ↵Grant Paul
Also make a number of changes, creating and renaming classes for the different pages dispalyed in Cydia. Incomplete; -urlForPage methods are not implemented or used and CYSearchController does not yet exist.
2010-12-02Protect against various <script/>-injection attacks.Jay Freeman (saurik)
2010-11-04Totally reimplemented BrowserController in terms of UIWebView.Jay Freeman (saurik)
2010-11-01Rename Cydia.* to MobileCydia.* and add Cydia.frappliance.Jay Freeman (saurik)