summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07Use the latest available SDK: I now trust that they work.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-07Update Spanish localization (thanks mvit)!Grant Paul
2011-03-07Fix el/Localizable, which had stray doublequotes inside it.Dustin L. Howett
2011-03-07Convert Greek localization to NeXTSTEP plist format.Grant Paul
2011-03-07Ensure saved state has at least somewhat proper base set of controllers ↵Grant Paul
before using it.
2011-03-07Add Dutch localization by ius and "Krivi".Grant Paul
2011-03-07Add Spanish localization (thanks to translators and Treeki for merging!)Grant Paul
2011-03-07Finalize Greek localization (thanks limneos!)Grant Paul
2011-03-07I sometimes feel like the repos purposefully make typos just to piss me off. ↵Grant Paul
Is it *that freaking hard* to have a script check this!?
2011-03-07Fixed crash in SectionsController when there are hidden sections.Grant Paul
2011-03-07Use localeIdentifier instead of preferredLanguages for LC_MESSAGES (worse, ↵Jay Freeman (saurik)
yet better).
2011-03-07UIViewController, amazingly enough, actually manages the editing state for you.Grant Paul
2011-03-07Finalize Chinese translations.Grant Paul
2011-03-07Fix broken permissions introduced in prior commit.Grant Paul
2011-03-07Update traditional Chinese, German, and French localizations (thanks Merlin ↵Grant Paul
Mao, westbaer, and Sakurina!)
2011-03-07Update -> Upgrade.Grant Paul
2011-03-07Updated extended description for holding.Grant Paul
2011-03-07Allow the website to register URL diversions.Jay Freeman (saurik)
2011-03-07Update Default-*.png for iPad with UITableView.Jay Freeman (saurik)
2011-03-07Use a real grouped table view to back our webviews.Jay Freeman (saurik)
2011-03-07Figured out why multitasking was on (4.0 SDK compile) and turned it off.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)