summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2011-03-07Make lazy-loaded SearchController actually lazy.Jay Freeman (saurik)
2011-03-07Make lazy-loaded search terms actually load.Jay Freeman (saurik)
2011-03-07Separate out Menes/NSObject-MenesYieldToSelector.*.Jay Freeman (saurik)
2011-03-07Rename BrowserController to CyteWebViewController.Jay Freeman (saurik)
2011-03-07Rename CYBrowserController to CydiaWebViewController.Jay Freeman (saurik)
2011-03-07Work around vendors who are abusing shortDescription.Jay Freeman (saurik)
2011-03-07Move WebScriptObject (NSFastEnumeration) to (Cyte).Jay Freeman (saurik)
2011-03-07Separate out CyteKit/WebScriptObject-Cyte.*.Jay Freeman (saurik)
2011-03-07Use CydiaSubstrate/CydiaSubstrate.h, not substrate.h.Jay Freeman (saurik)
2011-03-07Add explanatory todo comments for state scan.Jay Freeman (saurik)
2011-03-07Separate out CyteKit/NSString-Cyte.mm.Jay Freeman (saurik)
2011-03-07Rename UICaboodle to CyteKit.Jay Freeman (saurik)
2011-03-07Add cydia.setPasteboard*() for clipboard access.Jay Freeman (saurik)
2011-03-07The HomeController is critical and must always be loaded.Jay Freeman (saurik)
2011-03-07Add cydia.setBadgeValue() for tab badges.Jay Freeman (saurik)
2011-03-07Expose languages and locales to JavaScript.Jay Freeman (saurik)
2011-03-07Log divertWithURL: diversion activity.Jay Freeman (saurik)
2011-03-07Add calls to [super viewDidLoad].Jay Freeman (saurik)
2011-03-07Neuter the diversion mechanism: appcache FAIL.Jay Freeman (saurik)
2011-03-07Factor class Pcre into its own file.Jay Freeman (saurik)
2011-03-07Remove obsolete -[NSString stringWithUTF8Bytes:length:withZone:inPool:].Jay Freeman (saurik)
2011-03-07Remove obsolete cydia.setPopUpHook().Jay Freeman (saurik)
2011-03-07Unload data when presenting modal page.Jay Freeman (saurik)
2011-03-07Browser URLs are managed by the controller, not the view.Jay Freeman (saurik)
2011-03-07file:/// needs cydia.* access for error.html.Jay Freeman (saurik)
2011-03-07Factor out diversion logic.Jay Freeman (saurik)
2011-03-07Clean up UIProgressHUD code.Jay Freeman (saurik)
2011-03-07Replace CYNavigationController with a category.Jay Freeman (saurik)
2011-03-07Remove obsolete CYNavigationController::delegate_.Jay Freeman (saurik)
2011-03-07Remove obsolete CYNavigationController::database_.Jay Freeman (saurik)
2011-03-07Consistently use -[Cydia showSettings].Jay Freeman (saurik)
2011-03-07Background appcache initialization using custom URL.Jay Freeman (saurik)
2011-03-07Fix the root preferences issue at a lower level.Jay Freeman (saurik)
2011-03-07I really really hate these locale codes.Jay Freeman (saurik)
2011-03-07Clarify Pcre operator () helpers.Jay Freeman (saurik)
2011-03-07Support regex formatting with Pcre.Jay Freeman (saurik)
2011-03-07Rename -[Source description] to -[Source shortDescription].Jay Freeman (saurik)
2011-03-07Reloading the world should really just /un/load the world.Jay Freeman (saurik)
2011-03-07Move CYNavigationController higher in the file.Jay Freeman (saurik)
2011-03-07Standardize [super reloadData] placement.Jay Freeman (saurik)
2011-03-07Make ChangesController honor the lazy-loading API.Jay Freeman (saurik)
2011-03-07Avoid using hasLoaded in viewWillAppear:.Jay Freeman (saurik)
2011-03-07Add a silly session store, just in case.Jay Freeman (saurik)
2011-03-07Synchronize access to {Bridged,Pipelined}Hosts_.Jay Freeman (saurik)
2011-03-07Support scheme-specific pipelined hosts.Jay Freeman (saurik)
2011-03-07Split PipelinedHosts_ from BridgedHosts_.Jay Freeman (saurik)
2011-03-07Remove indirection from addBridgedHost:.Jay Freeman (saurik)
2011-03-07Rename CydiaHosts_ to BridgedHosts_.Jay Freeman (saurik)
2011-03-07Hack NSURLConnection to turn on HTTP pipelining.Jay Freeman (saurik)
2011-03-07Add cydia.popViewController(animated).Jay Freeman (saurik)