summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-21Give a name to the firmware package.Jay Freeman (saurik)
2011-02-21Commit separate errors during popErrorWithTitle:.Jay Freeman (saurik)
2011-02-21Rename isCancelling: to isProgressCancelled.Jay Freeman (saurik)
2011-02-21Always use popErrorWithTitle: for list.ReadMainList().Jay Freeman (saurik)
2011-02-21Call through to pkgAcquireStatus::Start/Stop().Jay Freeman (saurik)
2011-02-21Do not double log fetch errors.Jay Freeman (saurik)
2011-02-21Pop pending fetch errors.Jay Freeman (saurik)
2011-02-21Retain the network activity indicator before the download starts.Jay Freeman (saurik)
2011-02-21Remove (id) typecast from CydiaApp.Jay Freeman (saurik)
2011-02-21Remove class Progress: it was slow anyway.Jay Freeman (saurik)
2011-02-20The configuration alert is not dismissed.Jay Freeman (saurik)
2011-02-20Refactor _detachNewThreadData as _detachNewThreadInvocation.Jay Freeman (saurik)
2011-02-20Add package.getField(name).Jay Freeman (saurik)
2011-02-20Reset the 'external status' to 0 when Cydia starts.Jay Freeman (saurik)
2011-02-20Don't restart SpringBoard if download failed.Jay Freeman (saurik)
2011-02-20Factor out -[ConfirmationController complete].Jay Freeman (saurik)
2011-02-20Factor confirmation controller variables to a single sub-object.Jay Freeman (saurik)
2011-02-19Entirely theoretical getInstalledPackages() threading bug: I'm anal.Jay Freeman (saurik)
2011-02-19Add explanatory threading comment to -[ChangesController _reloadPackages:].Jay Freeman (saurik)
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-19Super-charge the Reload button to actually reload.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)