]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
Calculate last-update time for installed packages.
[cydia.git] / MobileCydia.mm
2011-03-07  Jay Freeman (saurik)Simplify IORegistry work.
2011-03-07  Jay Freeman (saurik)Separate out Menes/invocationWithSelector.*.
2011-03-07  Jay Freeman (saurik)Factor SDURLCache debugging into Cydia.
2011-03-07  Jay Freeman (saurik)Document what not to do with cydia://.
2011-03-07  Jay Freeman (saurik)Fit ManageController to CyteWebViewController {custom...
2011-03-07  Jay Freeman (saurik)Use a real copyright symbol in About.
2011-03-07  Jay Freeman (saurik)Rename CYViewController to CyteViewController.
2011-03-07  Jay Freeman (saurik)Rename cydia.divert() to cydia.addInternalRedirect().
2011-03-07  Jay Freeman (saurik)Separate out Cydia/ProgressEvent.h.
2011-03-07  Jay Freeman (saurik)Add SaurikIT, LLC to copyright dialog.
2011-03-07  Jay Freeman (saurik)Remove obsolete CYAlertView.
2011-03-07  Jay Freeman (saurik)Simplify all of these new filenames.
2011-03-07  Jay Freeman (saurik)Make lazy-loaded SearchController actually lazy.
2011-03-07  Jay Freeman (saurik)Make lazy-loaded search terms actually load.
2011-03-07  Jay Freeman (saurik)Separate out Menes/NSObject-MenesYieldToSelector.*.
2011-03-07  Jay Freeman (saurik)Rename BrowserController to CyteWebViewController.
2011-03-07  Jay Freeman (saurik)Rename CYBrowserController to CydiaWebViewController.
2011-03-07  Jay Freeman (saurik)Work around vendors who are abusing shortDescription.
2011-03-07  Jay Freeman (saurik)Move WebScriptObject (NSFastEnumeration) to (Cyte).
2011-03-07  Jay Freeman (saurik)Separate out CyteKit/WebScriptObject-Cyte.*.
2011-03-07  Jay Freeman (saurik)Use CydiaSubstrate/CydiaSubstrate.h, not substrate.h.
2011-03-07  Jay Freeman (saurik)Add explanatory todo comments for state scan.
2011-03-07  Jay Freeman (saurik)Separate out CyteKit/NSString-Cyte.mm.
2011-03-07  Jay Freeman (saurik)Rename UICaboodle to CyteKit.
2011-03-07  Jay Freeman (saurik)Add cydia.setPasteboard*() for clipboard access.
2011-03-07  Jay Freeman (saurik)The HomeController is critical and must always be loaded.
2011-03-07  Jay Freeman (saurik)Add cydia.setBadgeValue() for tab badges.
2011-03-07  Jay Freeman (saurik)Expose languages and locales to JavaScript.
2011-03-07  Jay Freeman (saurik)Log divertWithURL: diversion activity.
2011-03-07  Jay Freeman (saurik)Add calls to [super viewDidLoad].
2011-03-07  Jay Freeman (saurik)Neuter the diversion mechanism: appcache FAIL.
2011-03-07  Jay Freeman (saurik)Factor class Pcre into its own file.
2011-03-07  Jay Freeman (saurik)Remove obsolete -[NSString stringWithUTF8Bytes:length...
2011-03-07  Jay Freeman (saurik)Remove obsolete cydia.setPopUpHook().
2011-03-07  Jay Freeman (saurik)Unload data when presenting modal page.
2011-03-07  Jay Freeman (saurik)Browser URLs are managed by the controller, not the...
2011-03-07  Jay Freeman (saurik)file:/// needs cydia.* access for error.html.
2011-03-07  Jay Freeman (saurik)Factor out diversion logic.
2011-03-07  Jay Freeman (saurik)Clean up UIProgressHUD code.
2011-03-07  Jay Freeman (saurik)Replace CYNavigationController with a category.
2011-03-07  Jay Freeman (saurik)Remove obsolete CYNavigationController::delegate_.
2011-03-07  Jay Freeman (saurik)Remove obsolete CYNavigationController::database_.
2011-03-07  Jay Freeman (saurik)Consistently use -[Cydia showSettings].
2011-03-07  Jay Freeman (saurik)Background appcache initialization using custom URL.
2011-03-07  Jay Freeman (saurik)Fix the root preferences issue at a lower level.
2011-03-07  Jay Freeman (saurik)I really really hate these locale codes.
2011-03-07  Jay Freeman (saurik)Clarify Pcre operator () helpers.
2011-03-07  Jay Freeman (saurik)Support regex formatting with Pcre.
2011-03-07  Jay Freeman (saurik)Rename -[Source description] to -[Source shortDescription].
2011-03-07  Jay Freeman (saurik)Reloading the world should really just /un/load the...
2011-03-07  Jay Freeman (saurik)Move CYNavigationController higher in the file.
2011-03-07  Jay Freeman (saurik)Standardize [super reloadData] placement.
2011-03-07  Jay Freeman (saurik)Make ChangesController honor the lazy-loading API.
2011-03-07  Jay Freeman (saurik)Avoid using hasLoaded in viewWillAppear:.
2011-03-07  Jay Freeman (saurik)Add a silly session store, just in case.
2011-03-07  Jay Freeman (saurik)Synchronize access to {Bridged,Pipelined}Hosts_.
2011-03-07  Jay Freeman (saurik)Support scheme-specific pipelined hosts.
2011-03-07  Jay Freeman (saurik)Split PipelinedHosts_ from BridgedHosts_.
2011-03-07  Jay Freeman (saurik)Remove indirection from addBridgedHost:.
2011-03-07  Jay Freeman (saurik)Rename CydiaHosts_ to BridgedHosts_.
2011-03-07  Jay Freeman (saurik)Hack NSURLConnection to turn on HTTP pipelining.
2011-03-07  Jay Freeman (saurik)Add cydia.popViewController(animated).
2011-03-07  Grant PaulEnsure saved state has at least somewhat proper base...
2011-03-07  Grant PaulFixed crash in SectionsController when there are hidden...
2011-03-07  Jay Freeman (saurik)Use localeIdentifier instead of preferredLanguages...
2011-03-07  Grant PaulUIViewController, amazingly enough, actually manages...
2011-03-07  Jay Freeman (saurik)Allow the website to register URL diversions.
2011-03-07  Jay Freeman (saurik)Use a real grouped table view to back our webviews.
2011-03-07  Jay Freeman (saurik)Fix version number update for hardcoding.
2011-03-07  Jay Freeman (saurik)Add _trace() debugging for yieldToSelector: run loop.
2011-03-07  Jay Freeman (saurik)Move #define configuration higher in code.
2011-03-07  Jay Freeman (saurik)Use mixed-case for ProgressEventType constants.
2011-03-07  Jay Freeman (saurik)Use kCydiaProgressEventType* constants for CydiaProgres...
2011-03-07  Jay Freeman (saurik)Remove the X-Role header that no one is using.
2011-03-07  Jay Freeman (saurik)Remove obsolete -[CYBrowserController setHeaders:forHost:].
2011-03-07  Jay Freeman (saurik)Restrict the cydia JS object to HTTPS.
2011-03-07  Jay Freeman (saurik)Add debugging to isSafeToSuspend:.
2011-03-07  Jay Freeman (saurik)Remove CYHomeController's magic HTTP headers.
2011-03-07  Jay Freeman (saurik)Centralize addCydiaHost: to Cydia delegate_.
2011-03-07  Jay Freeman (saurik)Rely on cydia.localize() for ProgressController's ...
2011-03-07  Jay Freeman (saurik)Implement a flexible cydia object whitelist.
2011-03-07  Jay Freeman (saurik)Add package.selection.
2011-03-07  Jay Freeman (saurik)Add package.state.
2011-03-07  Jay Freeman (saurik)Export package.tags to JavaScript.
2011-03-07  Jay Freeman (saurik)Update firmware.ver to 4.
2011-03-07  Jay Freeman (saurik)I am too tired to fix this in MS, so I 'fixed' it here.
2011-03-07  Jay Freeman (saurik)Make the navigation action blocker actually useful.
2011-03-07  Jay Freeman (saurik)Simplify memory management of Source.
2011-03-07  Jay Freeman (saurik)Simplify and correct memory management of SearchController.
2011-03-07  Jay Freeman (saurik)Simplify and correct memory management of SectionContro...
2011-03-07  Jay Freeman (saurik)Simplify memory management of CYPackageController.
2011-03-07  Jay Freeman (saurik)Add -[BrowserController _allowNavigationAction] to...
2011-03-07  Jay Freeman (saurik)Allow JavaScript to swap in package names for ids.
2011-03-07  Jay Freeman (saurik)Export cydia.setNavigationBarTintColor() to JS.
2011-03-07  Jay Freeman (saurik)Mild typo: UIColor instead of self for group color.
2011-03-07  Jay Freeman (saurik)Solve the iPad pinstripes != gray problem.
2011-03-07  Jay Freeman (saurik)Add std::setlocale() (de-comment).
2011-03-07  Jay Freeman (saurik)Remove global Home_ variable helper.
2011-03-07  Jay Freeman (saurik)Add some debug logging to MS dlopen() calls.
2011-03-07  Jay Freeman (saurik)Use a single URL for HTML5 Offline routing.
next