summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2011-02-19Use setViewportWidth: only on main thread.Jay Freeman (saurik)
2011-02-19Move setToken: to main thread for Metadata_.Jay Freeman (saurik)
2011-02-19Use Metadata_['LastUpdate'] on main thread.Jay Freeman (saurik)
2011-02-19Use -[Cydia retain/releaseNetworkActivityIndicator] on main thread.Jay Freeman (saurik)
2011-02-19-[BrowserController close] can only be used on the main thread.Jay Freeman (saurik)
2011-02-19Move setConfigurationData: to main thread.Jay Freeman (saurik)
2011-02-19Move addProgressOutput: to main thread.Jay Freeman (saurik)
2011-02-19Move setProgressTitle: to main thread.Jay Freeman (saurik)
2011-02-19Move setProgressPercent: to main thread, taking NSNumber * instead of float.Jay Freeman (saurik)
2011-02-19Remove obsolete -[CydiaObject setSpecial:].Jay Freeman (saurik)
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