summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-23Complete reimplementation of "progress" using HTML5 Offline.Jay Freeman (saurik)
2011-02-23Do not display errors during cancel.Jay Freeman (saurik)
2011-02-23Debugging aid for {retain,release}NetworkActivityIndicator.Jay Freeman (saurik)
2011-02-23Add cydia.scrollToBottom().Jay Freeman (saurik)
2011-02-23Add cydia.removeButton().Jay Freeman (saurik)
2011-02-23Simplify memory management of custom buttons.Jay Freeman (saurik)
2011-02-23Slightly more compliant / safer NSRunLoop mode.Jay Freeman (saurik)
2011-02-23Fix inverted logic on rpetrich's UpdateExternalStatus() code.Jay Freeman (saurik)
2011-02-22Allow reload requests to update the local cache.Jay Freeman (saurik)
2011-02-22If you are reading this: git submodule sync.Jay Freeman (saurik)
2011-02-22Updated SDURLCache to get 4.2 compatibility.Jay Freeman (saurik)
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-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)