summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-07Use a single URL for HTML5 Offline routing.Jay Freeman (saurik)
2011-03-07Export cydia.setHidesNavigationBar() to JavaScript.Jay Freeman (saurik)
2011-03-07Actually use reloadData state machine everywhere.Jay Freeman (saurik)
2011-03-07This delegate_ is _transient.Jay Freeman (saurik)
2011-03-07Verified and fixed code for configuration update.Jay Freeman (saurik)
2011-03-07Use userInterfaceIdiom instead of isWildcat for /ui/ URL.Jay Freeman (saurik)
2011-03-07Remove @2x from /ui/ URL.Jay Freeman (saurik)
2011-03-07Expose download stats to JavaScript.Jay Freeman (saurik)
2011-03-07Rename cydiaProgress.progress to .percent.Jay Freeman (saurik)
2011-03-07Added cydia.setNavigationBarStyle().Jay Freeman (saurik)
2011-03-07Added cydia.setHidesBackButton().Jay Freeman (saurik)
2011-03-07We are supposed to have two rows of buttons on half errors.Jay Freeman (saurik)
2011-03-07I cannot express how angry this mechanism makes me.Jay Freeman (saurik)
2011-03-07Make cydia.getPackageById() return null instead of undefined.Jay Freeman (saurik)
2011-03-07Expose cydia.version to JavaScript.Jay Freeman (saurik)
2011-03-07Minor code refactor of version.sh (unneccessary).Jay Freeman (saurik)
2011-03-07Comment document another cache_.Open() error.Jay Freeman (saurik)
2011-03-07Compile Cydia version into Binary: don't lookup with APT.Jay Freeman (saurik)
2011-03-07Support CydiaProgressEvent forItem: and return nulls to JS.Jay Freeman (saurik)
2011-03-07Do not claim dpkg-exec is a package (stupid APT).Jay Freeman (saurik)
2011-03-07Use https:// to load HTML5 Offline.Jay Freeman (saurik)
2011-03-07Support about:cydia- in addition to cydia://.Jay Freeman (saurik)
2011-03-07Allow token read access back to JavaScript.Jay Freeman (saurik)
2011-03-07Support cydia.setToken(null).Jay Freeman (saurik)
2011-03-07Apple's bridge requires NSNull.Jay Freeman (saurik)
2011-03-07Exposing more stuff to JavaScript.Jay Freeman (saurik)
2011-02-23Do not show ProgressController Close if running.Jay Freeman (saurik)
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)