]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
Upgrade the relationship JS interface AGAIN.
[cydia.git] / MobileCydia.mm
2011-02-19  Jay Freeman (saurik)Upgrade the relationship JS interface AGAIN.
2011-02-18  Jay Freeman (saurik)Make ConfirmationController's changes_ match package...
2011-02-18  Jay Freeman (saurik)Add -[Package relations].
2011-02-18  Jay Freeman (saurik)Minor code spacing and formatting bugs.
2011-02-18  Jay Freeman (saurik)More directly expose package.clear/install/remove.
2011-02-18  Jay Freeman (saurik)Reformat webScriptNameForSelector: and _attributeKeys...
2011-02-18  Jay Freeman (saurik)Objective-C objects do not officially exist until their...
2011-02-18  Jay Freeman (saurik)Added a public filter to pageForURL:.
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 PaulFixed reloading of SourceController by re-mapping the...
2011-02-18  Jay Freeman (saurik)Consider removal of special packages a reportable error.
2011-02-18  Jay Freeman (saurik)Totally rewrote ConfirmationController JS interface.
2011-02-18  Jay Freeman (saurik)Reload/nil buttons for ConfirmationController were...
2011-02-18  Jay Freeman (saurik)Cancel refresh during confirmation.
2011-02-17  Jay Freeman (saurik)ConfirmationController cancel doesn't work for ReInstall.
2011-02-17  Jay Freeman (saurik)Add CydiaScript: a better Objective-C bridge.
2011-02-17  Jay Freeman (saurik)Remove extraneous [[self navigationItem] setTitle:...
2011-02-17  Jay Freeman (saurik)Reformatted otherButtonTitles: due to variadic arguments.
2011-02-17  Jay Freeman (saurik)Remove pointless IgnoreInstall #define.
2011-02-15  Grant PaulStart at the homepage if !recently.
2011-02-14  Jay Freeman (saurik)Use name_, not [package_ id], for -[CYPackageController...
2011-02-14  Jay Freeman (saurik)Implement chpwn's lazy-loading API for BrowserController.
2011-02-14  Jay Freeman (saurik)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 (saurik)Use a better URL scheme for /ui/ios*/ *and* (frowny...
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 (saurik)Rename /ui/ to /ui/ios/.
2011-02-13  Jay Freeman (saurik)Refactor the placard code with background colors.
2011-02-13  Jay Freeman (saurik)Revert an old Clang change that broke cydia.format().
2011-02-13  Jay Freeman (saurik)-[SectionController initWithDatabase:section:] stored...
2011-02-13  Jay Freeman (saurik)Remove package variable, use cydia.getPackageById().
2011-02-13  Jay Freeman (saurik)Replace unknown.html with /ui/package/#!/name.
2011-02-13  Jay Freeman (saurik)Use HTML5 Offline for confirm.html.
2011-02-13  Jay Freeman (saurik)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-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-08  Jay Freeman (saurik)Merge branch 'restructure'
2011-02-08  Jay Freeman (saurik)Revert "Move Source{Cell,Controller} lower in MobileCyd...
2011-02-08  Jay Freeman (saurik)OMG HTML5 Offline FTW.
2011-02-08  Jay Freeman (saurik)Support non-NSHTTPURLResponse https?:// NSURLResponse.
2011-02-07  Jay Freeman (saurik)We are no longer recycling package controllers.
2011-02-07  Jay Freeman (saurik)Fix for description searching from humbold.
2011-02-07  Jay Freeman (saurik)Conditional out indexed collation nonsense.
2011-02-07  Jay Freeman (saurik)Use IsWildcat_, not UI_USER_INTERFACE_IDIOM().
2011-02-05  Grant PaulFix "fake terminal" in ProgressController extending...
2011-02-05  Grant PaulAdded session persistence; moved -init to -loadView...
2011-02-04  Grant PaulMerge branch 'restructure' into develop-1.2
2011-02-03  Grant PaulMake PackageCell, SourceCell, and SectionCell have...
2011-02-03  Grant PaulFix VoiceOver (at least on 4.x). Does not cause issues...
2011-02-03  Grant PaulMerge branch 'develop-1.2' of git.saurik.com:cydia...
2011-02-03  Grant PaulAdded session persistence; moved -init to -loadView...
2011-02-02  Grant PaulWorkaround to fix the Settings Controller popup on...
2011-02-02  Grant PaulAdded session persistence; moved -init to -loadView...
2011-02-02  Grant PaulRefactor out SourceController; add cydia://source/...
2011-02-01  Grant PaulFormatting changes.
2011-02-01  Grant PaulRefactor edit button in SectionsController; use system...
2011-02-01  Grant PaulRemoved unused "accessory_" ivar of SectionsController.
2011-01-31  Grant PaulFix stupidness introduced by last commit; correctly... make-me-a-sandwich
2011-01-31  Grant PaulFix cydia://url/ links when they include a slash.
2011-01-30  Grant PaulFix refreshing bar on iOS 3.0+ by using the CoreFoundat...
2011-01-28  Grant PaulFix loading screen rotation.
2011-01-28  Grant PaulSanity in rotation handling: centralize in CYViewContro...
2011-01-27  Grant PaulFix a runtime syslog warning from UIKit by using the...
2011-01-27  Grant PaulMake ChangesController more like any other controller...
2011-01-23  Grant PaulControllers need their delegete set when launched from...
2011-01-23  Grant PaulFinish cydia:// URLs using the private "transient view...
2011-01-23  Grant PaulFix -setPage: to not pop all the other tabs to the...
2011-01-23  Grant PaulFix changes badge on first refresh.
2011-01-23  Grant PaulMoved code around and deleted duplicated and unused...
2011-01-23  Grant PaulMerge commit '664d95c4bf793f6206d94a366caf31c90cd9fd00...
2011-01-23  Grant PaulMerge commit 'b48bb27b7d5ffd1dc4e1f002301a633d538cf29e...
2011-01-23  Grant PaulMerge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26...
2011-01-23  Grant PaulMerge commit :(. Bring in my work on URLs and UITabBarC...
2011-01-10  Jay Freeman (saurik)Move Source{Cell,Controller} lower in MobileCydia.mm.
2011-01-10  Jay Freeman (saurik)Remove SourceCell::description_ and hard-code height.
2011-01-10  Jay Freeman (saurik)Use 73, not 73.0f, for uniformity.
2011-01-10  Jay Freeman (saurik)Remove (unused) +[PackageCell heightForPackage:].
2011-01-05  Grant PaulMerge branch 'master' of saurik.com:cydia into url...
2011-01-05  Grant PaulUntil the ignored toggle saves state, disallow modifyin...
2011-01-04  Grant PaulUntil the ignored toggle saves state, disallow modifyin...
2011-01-04  Grant Paul[LARGE COMMIT] Switch to lazy-loaded SDK-style tab...
2011-01-04  Grant PaulRemoved obsolete reference to AddSourceController.
2011-01-04  Grant PaulAdd CYEmulatedLoadingController, because there is no...
2011-01-04  Grant PaulBegan reworking of URL handling system; renamed a few...
2011-01-03  Ryan PetrichShow dead sources
2011-01-03  Ryan PetrichFix crash on Changes tab due to section index out of...
2011-01-01  Jay Freeman (saurik)Remove (non-functional) shake-to-undo mechanism.
2011-01-01  Jay Freeman (saurik)Further break down _profile usage for ChangesController.
2011-01-01  Jay Freeman (saurik)Add database lock @synchronized to -[ChangesController...
next