]> git.saurik.com Git - cydia.git/shortlog
cydia.git
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.
2011-02-20  Jay Freeman... Move setProgressTitle: to main thread.
2011-02-20  Jay Freeman... Move setProgressPercent: to main thread, taking NSNumbe...
2011-02-19  Jay Freeman... Remove obsolete -[CydiaObject setSpecial:].
2011-02-19  Jay Freeman... Expose sysctl read access to JavaScript.
2011-02-19  Jay Freeman... Shuffle set of system variables accessible via JS.
2011-02-19  Jay Freeman... Add JavaScript interface to get sources.
2011-02-19  Jay Freeman... For safety's sake, let's addTrivialSources: on the...
2011-02-19  Jay Freeman... Slightly safer ordering of _saveConfig / cydia.list.
2011-02-19  Jay Freeman... Allow JavaScript to alter and refresh sources.
2011-02-19  Jay Freeman... Finally FINALLY found and fixed the root cause of un...
2011-02-19  Jay Freeman... Factor source addition out to -[Cydia addTrivialSource:].
2011-02-19  Jay Freeman... Support lazy loading of PackageListControllers.
2011-02-19  Jay Freeman... Drastic simplification of Source management.
2011-02-19  Jay Freeman... Super-charge the Reload button to actually reload.
2011-02-19  Jay Freeman... Support Activator and libstatusbar.
2011-02-19  Dustin L. HowettDisplay "Ignore Upgrades" in its own section with its...
2011-02-19  Dustin L. HowettDon't display "Ignore Upgrades" if the package isn...
2011-02-19  Jay Freeman... Don't cause the package view to keep bouncing horribly.
2011-02-19  Jay Freeman... That's an interesting corner case.
2011-02-19  Jay Freeman... Implement package hold (ignored) switch.
2011-02-19  Jay Freeman... Allow an invocation during reloading data.
2011-02-19  Jay Freeman... Fix filtering the (No Section) section.
2011-02-19  Jay Freeman... Upgrade the relationship JS interface AGAIN.
2011-02-18  Jay Freeman... Make ConfirmationController's changes_ match package...
2011-02-18  Jay Freeman... Add -[Package relations].
2011-02-18  Jay Freeman... Minor code spacing and formatting bugs.
2011-02-18  Jay Freeman... More directly expose package.clear/install/remove.
2011-02-18  Jay Freeman... Reformat webScriptNameForSelector: and _attributeKeys...
2011-02-18  Jay Freeman... Objective-C objects do not officially exist until their...
2011-02-18  Jay Freeman... Added a public filter to pageForURL:.
2011-02-18  Jay Freeman... -[BrowserController applyRightButton] must be used...
2011-02-18  Grant PaulProperly update title of SourceController when reloading.
2011-02-18  Grant PaulFactor out source discovery.
2011-02-18  Grant PaulUse -[Source key] instead of -[Source name] or -[Source...
2011-02-18  Grant PaulSeriously? Is correcting the typos of repository owners...
2011-02-18  Grant PaulFixed reloading of SourceController by re-mapping the...
2011-02-18  Jay Freeman... Consider removal of special packages a reportable error.
2011-02-18  Jay Freeman... Totally rewrote ConfirmationController JS interface.
2011-02-18  Jay Freeman... Reload/nil buttons for ConfirmationController were...
2011-02-18  Jay Freeman... Cancel refresh during confirmation.
2011-02-17  Jay Freeman... ConfirmationController cancel doesn't work for ReInstall.
2011-02-17  Jay Freeman... Add CydiaScript: a better Objective-C bridge.
2011-02-17  Jay Freeman... Remove extraneous [[self navigationItem] setTitle:...
2011-02-17  Jay Freeman... Reformatted otherButtonTitles: due to variadic arguments.
2011-02-17  Jay Freeman... Remove pointless IgnoreInstall #define.
2011-02-17  Jay Freeman... Use document.dispatchEvent() for UIViewController events.
2011-02-17  Jay Freeman... Use C++ RAII for WebThreadLock/Unlock().
2011-02-17  Jay Freeman... Add LogMessages and use for console.log.
2011-02-17  Jay Freeman... Support ShowInternals in more places.
2011-02-17  Grant PaulUpdate Chinese localization. (Credit goes to Merlin...
2011-02-15  Grant PaulStart at the homepage if !recently.
2011-02-14  Jay Freeman... Use name_, not [package_ id], for -[CYPackageController...
2011-02-14  Jay Freeman... Implement chpwn's lazy-loading API for BrowserController.
2011-02-14  Jay Freeman... Remove cydia://storage.
2011-02-14  Grant PaulFix lazy loading of PackageController, dependent on...
2011-02-14  Grant PaulAdded more comments, and removed a useless method.
next