]> git.saurik.com Git - cydia.git/shortlog
cydia.git
2011-03-07  Jay Freeman... Remove alternative sysroot-2.tgz as sysroot.sh is no...
2011-03-07  Jay Freeman... Drop sysroot.sh dependency on CydiaSubstrate.
2011-03-07  Jay Freeman... Stop running sysroot.sh at sign of first error.
2011-03-07  Jay Freeman... New mobilesubstrate packages include an absolute symlink.
2011-03-07  Jay Freeman... Add package.selection.
2011-03-07  Jay Freeman... Add package.state.
2011-03-07  Jay Freeman... Remove obsolete UCYield.h.
2011-03-07  Jay Freeman... Export package.tags to JavaScript.
2011-03-07  Jay Freeman... Update firmware.ver to 4.
2011-03-07  Grant PaulJobsification.
2011-03-07  Jay Freeman... I like the iOS 4.0 SDK.
2011-03-07  Jay Freeman... I am too tired to fix this in MS, so I 'fixed' it here.
2011-03-07  Jay Freeman... OMG, I forgot to commit this logic inversion.
2011-03-07  Jay Freeman... Make the navigation action blocker actually useful.
2011-03-07  Jay Freeman... Simplify memory management of Source.
2011-03-07  Jay Freeman... Simplify and correct memory management of SearchController.
2011-03-07  Jay Freeman... Simplify and correct memory management of SectionContro...
2011-03-07  Jay Freeman... Simplify memory management of CYPackageController.
2011-03-07  Jay Freeman... Add -[BrowserController _allowNavigationAction] to...
2011-03-07  Jay Freeman... DHowett told me I forgot this critical file. :(
2011-03-07  Jay Freeman... Use _H<> for BrowserController::request_.
2011-03-07  Jay Freeman... Allow JavaScript to swap in package names for ids.
2011-03-07  Jay Freeman... Export cydia.setNavigationBarTintColor() to JS.
2011-03-07  Jay Freeman... Mild typo: UIColor instead of self for group color.
2011-03-07  Jay Freeman... Solve the iPad pinstripes != gray problem.
2011-03-07  Jay Freeman... Add std::setlocale() (de-comment).
2011-03-07  Jay Freeman... Remove global Home_ variable helper.
2011-03-07  Jay Freeman... Add some debug logging to MS dlopen() calls.
2011-03-07  Jay Freeman... Use a single URL for HTML5 Offline routing.
2011-03-07  Jay Freeman... Export cydia.setHidesNavigationBar() to JavaScript.
2011-03-07  Jay Freeman... Actually use reloadData state machine everywhere.
2011-03-07  Jay Freeman... This delegate_ is _transient.
2011-03-07  Jay Freeman... Verified and fixed code for configuration update.
2011-03-07  Jay Freeman... Use userInterfaceIdiom instead of isWildcat for /ui...
2011-03-07  Jay Freeman... Remove @2x from /ui/ URL.
2011-03-07  Jay Freeman... Expose download stats to JavaScript.
2011-03-07  Jay Freeman... Rename cydiaProgress.progress to .percent.
2011-03-07  Jay Freeman... Added cydia.setNavigationBarStyle().
2011-03-07  Jay Freeman... Added cydia.setHidesBackButton().
2011-03-07  Jay Freeman... We are supposed to have two rows of buttons on half...
2011-03-07  Jay Freeman... I cannot express how angry this mechanism makes me.
2011-03-07  Jay Freeman... Make cydia.getPackageById() return null instead of...
2011-03-07  Jay Freeman... Expose cydia.version to JavaScript.
2011-03-07  Jay Freeman... Minor code refactor of version.sh (unneccessary).
2011-03-07  Jay Freeman... Comment document another cache_.Open() error.
2011-03-07  Jay Freeman... Compile Cydia version into Binary: don't lookup with...
2011-03-07  Jay Freeman... Support CydiaProgressEvent forItem: and return nulls...
2011-03-07  Jay Freeman... Do not claim dpkg-exec is a package (stupid APT).
2011-03-07  Jay Freeman... Use https:// to load HTML5 Offline.
2011-03-07  Jay Freeman... Support about:cydia- in addition to cydia://.
2011-03-07  Jay Freeman... Allow token read access back to JavaScript.
2011-03-07  Jay Freeman... Support cydia.setToken(null).
2011-03-07  Jay Freeman... Apple's bridge requires NSNull.
2011-03-07  Jay Freeman... Exposing more stuff to JavaScript.
2011-02-23  Jay Freeman... Do not show ProgressController Close if running.
2011-02-23  Jay Freeman... Complete reimplementation of "progress" using HTML5...
2011-02-23  Jay Freeman... Do not display errors during cancel.
2011-02-23  Jay Freeman... Debugging aid for {retain,release}NetworkActivityIndicator.
2011-02-23  Jay Freeman... Add cydia.scrollToBottom().
2011-02-23  Jay Freeman... Add cydia.removeButton().
2011-02-23  Jay Freeman... Simplify memory management of custom buttons.
2011-02-23  Jay Freeman... Slightly more compliant / safer NSRunLoop mode.
2011-02-23  Jay Freeman... Fix inverted logic on rpetrich's UpdateExternalStatus...
2011-02-23  Jay Freeman... Allow reload requests to update the local cache.
2011-02-23  Jay Freeman... If you are reading this: git submodule sync.
2011-02-23  Jay Freeman... Updated SDURLCache to get 4.2 compatibility.
2011-02-23  Jay Freeman... Use stack to store temporary SHA1SumValues.
2011-02-23  Jay Freeman... Remove obsolete -[ProgressController isRunning].
2011-02-23  Jay Freeman... Export CydiaProgressEvent to JavaScript.
2011-02-23  Jay Freeman... Simplify if logic in -[CydiaProgressEvent compoundTitle].
2011-02-23  Jay Freeman... Primary excursion into improving memory management.
2011-02-23  Jay Freeman... Standardized on [delegate_ {retain,release}NetworkActiv...
2011-02-23  Jay Freeman... Drastic simplification of ProgressController API.
2011-02-22  Jay Freeman... Remove seemingly incorrect special case for /var/lib...
2011-02-21  Jay Freeman... Give a name to the firmware package.
2011-02-21  Jay Freeman... Commit separate errors during popErrorWithTitle:.
2011-02-21  Jay Freeman... Rename isCancelling: to isProgressCancelled.
2011-02-21  Jay Freeman... Always use popErrorWithTitle: for list.ReadMainList().
2011-02-21  Jay Freeman... Call through to pkgAcquireStatus::Start/Stop().
2011-02-21  Jay Freeman... Do not double log fetch errors.
2011-02-21  Jay Freeman... Pop pending fetch errors.
2011-02-21  Jay Freeman... Retain the network activity indicator before the downlo...
2011-02-21  Jay Freeman... Remove (id) typecast from CydiaApp.
2011-02-21  Jay Freeman... Remove class Progress: it was slow anyway.
2011-02-20  Jay Freeman... The configuration alert is not dismissed.
2011-02-20  Jay Freeman... Refactor _detachNewThreadData as _detachNewThreadInvoca...
2011-02-20  Jay Freeman... Add package.getField(name).
2011-02-20  Jay Freeman... Reset the 'external status' to 0 when Cydia starts.
2011-02-20  Jay Freeman... Don't restart SpringBoard if download failed.
2011-02-20  Jay Freeman... Factor out -[ConfirmationController complete].
2011-02-20  Jay Freeman... Factor confirmation controller variables to a single...
2011-02-20  Jay Freeman... Entirely theoretical getInstalledPackages() threading...
2011-02-20  Jay Freeman... Add explanatory threading comment to -[ChangesControlle...
2011-02-20  Jay Freeman... Use setViewportWidth: only on main thread.
2011-02-20  Jay Freeman... Move setToken: to main thread for Metadata_.
2011-02-20  Jay Freeman... Use Metadata_['LastUpdate'] on main thread.
2011-02-20  Jay Freeman... Use -[Cydia retain/releaseNetworkActivityIndicator...
2011-02-20  Jay Freeman... -[BrowserController close] can only be used on the...
2011-02-20  Jay Freeman... Move setConfigurationData: to main thread.
2011-02-20  Jay Freeman... Move addProgressOutput: to main thread.
next