summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2011-02-22Use stack to store temporary SHA1SumValues.Jay Freeman (saurik)
2011-02-22Remove obsolete -[ProgressController isRunning].Jay Freeman (saurik)
2011-02-22Export CydiaProgressEvent to JavaScript.Jay Freeman (saurik)
2011-02-22Simplify if logic in -[CydiaProgressEvent compoundTitle].Jay Freeman (saurik)
2011-02-22Primary excursion into improving memory management.Jay Freeman (saurik)
2011-02-22Standardized on [delegate_ {retain,release}NetworkActivityIndicator].Jay Freeman (saurik)
2011-02-22Drastic simplification of ProgressController API.Jay Freeman (saurik)
2011-02-22Remove seemingly incorrect special case for /var/lib/dpkg/lock.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-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)