Age | Commit message (Expand) | Author |
2011-03-07 | Expose cydia.version to JavaScript. | Jay Freeman (saurik) |
2011-03-07 | Comment document another cache_.Open() error. | Jay Freeman (saurik) |
2011-03-07 | Compile Cydia version into Binary: don't lookup with APT. | Jay Freeman (saurik) |
2011-03-07 | Support CydiaProgressEvent forItem: and return nulls to JS. | Jay Freeman (saurik) |
2011-03-07 | Do not claim dpkg-exec is a package (stupid APT). | Jay Freeman (saurik) |
2011-03-07 | Use https:// to load HTML5 Offline. | Jay Freeman (saurik) |
2011-03-07 | Support about:cydia- in addition to cydia://. | Jay Freeman (saurik) |
2011-03-07 | Allow token read access back to JavaScript. | Jay Freeman (saurik) |
2011-03-07 | Support cydia.setToken(null). | Jay Freeman (saurik) |
2011-03-07 | Apple's bridge requires NSNull. | Jay Freeman (saurik) |
2011-03-07 | Exposing more stuff to JavaScript. | Jay Freeman (saurik) |
2011-02-23 | Do not show ProgressController Close if running. | Jay Freeman (saurik) |
2011-02-23 | Complete reimplementation of "progress" using HTML5 Offline. | Jay Freeman (saurik) |
2011-02-23 | Do not display errors during cancel. | Jay Freeman (saurik) |
2011-02-23 | Debugging aid for {retain,release}NetworkActivityIndicator. | Jay Freeman (saurik) |
2011-02-23 | Add cydia.scrollToBottom(). | Jay Freeman (saurik) |
2011-02-23 | Add cydia.removeButton(). | Jay Freeman (saurik) |
2011-02-23 | Slightly more compliant / safer NSRunLoop mode. | Jay Freeman (saurik) |
2011-02-23 | Fix inverted logic on rpetrich's UpdateExternalStatus() code. | Jay Freeman (saurik) |
2011-02-22 | Use stack to store temporary SHA1SumValues. | Jay Freeman (saurik) |
2011-02-22 | Remove obsolete -[ProgressController isRunning]. | Jay Freeman (saurik) |
2011-02-22 | Export CydiaProgressEvent to JavaScript. | Jay Freeman (saurik) |
2011-02-22 | Simplify if logic in -[CydiaProgressEvent compoundTitle]. | Jay Freeman (saurik) |
2011-02-22 | Primary excursion into improving memory management. | Jay Freeman (saurik) |
2011-02-22 | Standardized on [delegate_ {retain,release}NetworkActivityIndicator]. | Jay Freeman (saurik) |
2011-02-22 | Drastic simplification of ProgressController API. | Jay Freeman (saurik) |
2011-02-22 | Remove seemingly incorrect special case for /var/lib/dpkg/lock. | Jay Freeman (saurik) |
2011-02-21 | Commit separate errors during popErrorWithTitle:. | Jay Freeman (saurik) |
2011-02-21 | Rename isCancelling: to isProgressCancelled. | Jay Freeman (saurik) |
2011-02-21 | Always use popErrorWithTitle: for list.ReadMainList(). | Jay Freeman (saurik) |
2011-02-21 | Call through to pkgAcquireStatus::Start/Stop(). | Jay Freeman (saurik) |
2011-02-21 | Do not double log fetch errors. | Jay Freeman (saurik) |
2011-02-21 | Pop pending fetch errors. | Jay Freeman (saurik) |
2011-02-21 | Retain the network activity indicator before the download starts. | Jay Freeman (saurik) |
2011-02-21 | Remove (id) typecast from CydiaApp. | Jay Freeman (saurik) |
2011-02-21 | Remove class Progress: it was slow anyway. | Jay Freeman (saurik) |
2011-02-20 | The configuration alert is not dismissed. | Jay Freeman (saurik) |
2011-02-20 | Refactor _detachNewThreadData as _detachNewThreadInvocation. | Jay Freeman (saurik) |
2011-02-20 | Add package.getField(name). | Jay Freeman (saurik) |
2011-02-20 | Reset the 'external status' to 0 when Cydia starts. | Jay Freeman (saurik) |
2011-02-20 | Don't restart SpringBoard if download failed. | Jay Freeman (saurik) |
2011-02-20 | Factor out -[ConfirmationController complete]. | Jay Freeman (saurik) |
2011-02-20 | Factor confirmation controller variables to a single sub-object. | Jay Freeman (saurik) |
2011-02-19 | Entirely theoretical getInstalledPackages() threading bug: I'm anal. | Jay Freeman (saurik) |
2011-02-19 | Add explanatory threading comment to -[ChangesController _reloadPackages:]. | Jay Freeman (saurik) |
2011-02-19 | Use setViewportWidth: only on main thread. | Jay Freeman (saurik) |
2011-02-19 | Move setToken: to main thread for Metadata_. | Jay Freeman (saurik) |
2011-02-19 | Use Metadata_['LastUpdate'] on main thread. | Jay Freeman (saurik) |
2011-02-19 | Use -[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) |