summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
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)
2011-03-07Ensure saved state has at least somewhat proper base set of controllers befor...Grant Paul
2011-03-07Fixed crash in SectionsController when there are hidden sections.Grant Paul
2011-03-07Use localeIdentifier instead of preferredLanguages for LC_MESSAGES (worse, ye...Jay Freeman (saurik)
2011-03-07UIViewController, amazingly enough, actually manages the editing state for you.Grant Paul
2011-03-07Allow the website to register URL diversions.Jay Freeman (saurik)
2011-03-07Use a real grouped table view to back our webviews.Jay Freeman (saurik)
2011-03-07Fix version number update for hardcoding.Jay Freeman (saurik)
2011-03-07Add _trace() debugging for yieldToSelector: run loop.Jay Freeman (saurik)
2011-03-07Move #define configuration higher in code.Jay Freeman (saurik)
2011-03-07Use mixed-case for ProgressEventType constants.Jay Freeman (saurik)
2011-03-07Use kCydiaProgressEventType* constants for CydiaProgressEvent ofType:.Jay Freeman (saurik)
2011-03-07Remove the X-Role header that no one is using.Jay Freeman (saurik)
2011-03-07Remove obsolete -[CYBrowserController setHeaders:forHost:].Jay Freeman (saurik)
2011-03-07Restrict the cydia JS object to HTTPS.Jay Freeman (saurik)
2011-03-07Add debugging to isSafeToSuspend:.Jay Freeman (saurik)
2011-03-07Remove CYHomeController's magic HTTP headers.Jay Freeman (saurik)
2011-03-07Centralize addCydiaHost: to Cydia delegate_.Jay Freeman (saurik)
2011-03-07Rely on cydia.localize() for ProgressController's .title.Jay Freeman (saurik)
2011-03-07Implement a flexible cydia object whitelist.Jay Freeman (saurik)
2011-03-07Add package.selection.Jay Freeman (saurik)
2011-03-07Add package.state.Jay Freeman (saurik)
2011-03-07Export package.tags to JavaScript.Jay Freeman (saurik)
2011-03-07Update firmware.ver to 4.Jay Freeman (saurik)
2011-03-07I am too tired to fix this in MS, so I 'fixed' it here.Jay Freeman (saurik)
2011-03-07Make the navigation action blocker actually useful.Jay Freeman (saurik)
2011-03-07Simplify memory management of Source.Jay Freeman (saurik)
2011-03-07Simplify and correct memory management of SearchController.Jay Freeman (saurik)
2011-03-07Simplify and correct memory management of SectionController.Jay Freeman (saurik)
2011-03-07Simplify memory management of CYPackageController.Jay Freeman (saurik)
2011-03-07Add -[BrowserController _allowNavigationAction] to limit _top usage.Jay Freeman (saurik)
2011-03-07Allow JavaScript to swap in package names for ids.Jay Freeman (saurik)
2011-03-07Export cydia.setNavigationBarTintColor() to JS.Jay Freeman (saurik)