summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2011-02-19Expose sysctl read access to JavaScript.Jay Freeman (saurik)
2011-02-19Shuffle set of system variables accessible via JS.Jay Freeman (saurik)
2011-02-19Add JavaScript interface to get sources.Jay Freeman (saurik)
2011-02-19For safety's sake, let's addTrivialSources: on the main thread.Jay Freeman (saurik)
2011-02-19Slightly safer ordering of _saveConfig / cydia.list.Jay Freeman (saurik)
2011-02-19Allow JavaScript to alter and refresh sources.Jay Freeman (saurik)
2011-02-19Finally FINALLY found and fixed the root cause of un-deletable sources.Jay Freeman (saurik)
2011-02-19Factor source addition out to -[Cydia addTrivialSource:].Jay Freeman (saurik)
2011-02-19Support lazy loading of PackageListControllers.Jay Freeman (saurik)
2011-02-19Drastic simplification of Source management.Jay Freeman (saurik)
2011-02-19Support Activator and libstatusbar.Jay Freeman (saurik)
2011-02-19Display "Ignore Upgrades" in its own section with its own explanation. Introd...Dustin L. Howett
2011-02-19Don't display "Ignore Upgrades" if the package isn't installed.Dustin L. Howett
2011-02-18Don't cause the package view to keep bouncing horribly.Jay Freeman (saurik)
2011-02-18That's an interesting corner case.Jay Freeman (saurik)
2011-02-18Implement package hold (ignored) switch.Jay Freeman (saurik)
2011-02-18Allow an invocation during reloading data.Jay Freeman (saurik)
2011-02-18Fix filtering the (No Section) section.Jay Freeman (saurik)
2011-02-18Upgrade the relationship JS interface AGAIN.Jay Freeman (saurik)
2011-02-18Make ConfirmationController's changes_ match package.relations.Jay Freeman (saurik)
2011-02-18Add -[Package relations].Jay Freeman (saurik)
2011-02-18Minor code spacing and formatting bugs.Jay Freeman (saurik)
2011-02-18More directly expose package.clear/install/remove.Jay Freeman (saurik)
2011-02-18Reformat webScriptNameForSelector: and _attributeKeys for better diff.Jay Freeman (saurik)
2011-02-18Objective-C objects do not officially exist until their self has been reassig...Jay Freeman (saurik)
2011-02-18Added a public filter to pageForURL:.Jay Freeman (saurik)
2011-02-18Properly update title of SourceController when reloading.Grant Paul
2011-02-18Factor out source discovery.Grant Paul
2011-02-18Use -[Source key] instead of -[Source name] or -[Source uri].Grant Paul
2011-02-18Fixed reloading of SourceController by re-mapping the source_ by the Source's...Grant Paul
2011-02-17Consider removal of special packages a reportable error.Jay Freeman (saurik)
2011-02-17Totally rewrote ConfirmationController JS interface.Jay Freeman (saurik)
2011-02-17Reload/nil buttons for ConfirmationController were backwards.Jay Freeman (saurik)
2011-02-17Cancel refresh during confirmation.Jay Freeman (saurik)
2011-02-17ConfirmationController cancel doesn't work for ReInstall.Jay Freeman (saurik)
2011-02-17Add CydiaScript: a better Objective-C bridge.Jay Freeman (saurik)
2011-02-17Remove extraneous [[self navigationItem] setTitle:] calls.Jay Freeman (saurik)
2011-02-17Reformatted otherButtonTitles: due to variadic arguments.Jay Freeman (saurik)
2011-02-17Remove pointless IgnoreInstall #define.Jay Freeman (saurik)
2011-02-14Start at the homepage if !recently.Grant Paul
2011-02-14Use name_, not [package_ id], for -[CYPackageController navigationURL].Jay Freeman (saurik)
2011-02-14Implement chpwn's lazy-loading API for BrowserController.Jay Freeman (saurik)
2011-02-14Remove cydia://storage.Jay Freeman (saurik)
2011-02-14Fix lazy loading of PackageController, dependent on lazy laoding of BrowserCo...Grant Paul
2011-02-14Added more comments, and removed a useless method.Grant Paul
2011-02-14Use a better URL scheme for /ui/ios*/ *and* (frowny) fix a multiple reload is...Jay Freeman (saurik)
2011-02-13Horrible, awful, ugly, nasty, evil, terrible, scary, screwed up, and despicab...Grant Paul
2011-02-13Fix dpkg --configure -a, half-installed packages, database loading errors, ge...Grant Paul
2011-02-13Fix "(No Section)" section.Grant Paul
2011-02-13Rename /ui/ to /ui/ios/.Jay Freeman (saurik)