]> git.saurik.com Git - cydia.git/shortlog
cydia.git
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.
2011-02-14  Jay Freeman... Use a better URL scheme for /ui/ios*/ *and* (frowny...
2011-02-14  Jay Freeman... Look, I don't like this syntax, but it is what Apple...
2011-02-14  Grant PaulExplanation.
2011-02-14  Grant PaulUpdate iPhonePrivate.h for unselected tab bar changes.
2011-02-13  Grant PaulHorrible, awful, ugly, nasty, evil, terrible, scary...
2011-02-13  Grant PaulFix dpkg --configure -a, half-installed packages, datab...
2011-02-13  Grant PaulFix "(No Section)" section.
2011-02-13  Jay Freeman... Rename /ui/ to /ui/ios/.
2011-02-13  Jay Freeman... Support ftruncate error conditions.
2011-02-13  Jay Freeman... Add fail-fast error checking to Cytore.
2011-02-13  Jay Freeman... Refactor the placard code with background colors.
2011-02-13  Jay Freeman... Revert an old Clang change that broke cydia.format().
2011-02-13  Jay Freeman... -[SectionController initWithDatabase:section:] stored...
2011-02-13  Jay Freeman... Restart Lowtide/AppleTV after processing AutoInstall.
2011-02-13  Jay Freeman... Remove obsolete advanced.png graphic.
2011-02-13  Jay Freeman... Remove package variable, use cydia.getPackageById().
2011-02-13  Jay Freeman... Replace unknown.html with /ui/package/#\!/name.
2011-02-13  Jay Freeman... Remove obsolete local chevrons.
2011-02-13  Jay Freeman... Use HTML5 Offline for confirm.html.
2011-02-13  Jay Freeman... Support NULL Cytore return in PackageFind().
2011-02-12  Grant PaulTo match the built in Apple apps, the Confirm button...
2011-02-12  Grant PaulRemove unused (and unnecessary) functions, rename confu...
2011-02-12  Grant PaulMove -init into -loadView -viewDidLoad and friends...
2011-02-11  Grant PaulFix Sections.plist.
2011-02-11  Grant PaulMerge branch 'develop-1.2' of git.saurik.com:cydia...
2011-02-11  Grant PaulSeriously? Is it *that hard* to name your sections...
2011-02-10  Grant PaulFix rotation support in keyboard resizing.
2011-02-10  Grant PaulProperly resize search view when keyboard is shown...
2011-02-09  Grant PaulUpdate another copyright date.
2011-02-09  Grant PaulRemove [Filtered]PackageTable, replace with equivalent...
2011-02-09  Ryan PetrichWe're living in the future
2011-02-09  Grant Paulsaurik is busy.
2011-02-09  Grant PaulFixed slightly corrupted English localization -- but...
2011-02-08  Jay Freeman... Merge branch 'restructure'
2011-02-08  Jay Freeman... Revert "Move Source{Cell,Controller} lower in MobileCyd...
2011-02-08  Jay Freeman... OMG HTML5 Offline FTW.
2011-02-08  Jay Freeman... Support non-NSHTTPURLResponse https?:// NSURLResponse.
2011-02-07  Jay Freeman... Remove that crazy/obsolete Test file.
2011-02-07  Jay Freeman... We are no longer recycling package controllers.
2011-02-07  Jay Freeman... Fix for description searching from humbold.
next