2011-03-07 |
Jay Freeman... | Remove extraneous executable mode bits. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Filter out the more annoying console.log() messages. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Factor class Pcre into its own file. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove obsolete -[NSString stringWithUTF8Bytes:length... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove obsolete cydia.setPopUpHook(). |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Unload data when presenting modal page. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | DRY refactorization with silly abstraction for {request... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Fix SDURLCache to ignore URL fragments. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Browser URLs are managed by the controller, not the... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | file:/// needs cydia.* access for error.html. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Factor out diversion logic. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Clean up UIProgressHUD code. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Replace CYNavigationController with a category. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove obsolete CYNavigationController::delegate_. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove obsolete CYNavigationController::database_. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Consistently use -[Cydia showSettings]. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Background appcache initialization using custom URL. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Fix the root preferences issue at a lower level. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | I really really hate these locale codes. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Clarify Pcre operator () helpers. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Support regex formatting with Pcre. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Rename -[Source description] to -[Source shortDescription]. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Reloading the world should really just /un/load the... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Move CYNavigationController higher in the file. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Standardize [super reloadData] placement. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Make ChangesController honor the lazy-loading API. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Avoid using hasLoaded in viewWillAppear:. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Use the latest available SDK: I now trust that they... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add a silly session store, just in case. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Synchronize access to {Bridged,Pipelined}Hosts_. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Support scheme-specific pipelined hosts. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Split PipelinedHosts_ from BridgedHosts_. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove indirection from addBridgedHost:. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Rename CydiaHosts_ to BridgedHosts_. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Hack NSURLConnection to turn on HTTP pipelining. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add cydia.popViewController(animated). |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Update Spanish localization (thanks mvit)! |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Dustin L. Howett | Fix el/Localizable, which had stray doublequotes inside it. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Convert Greek localization to NeXTSTEP plist format. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Ensure saved state has at least somewhat proper base... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Add Dutch localization by ius and "Krivi". |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Add Spanish localization (thanks to translators and... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Finalize Greek localization (thanks limneos!) |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | I sometimes feel like the repos purposefully make typos... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Fixed crash in SectionsController when there are hidden... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Use localeIdentifier instead of preferredLanguages... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | UIViewController, amazingly enough, actually manages... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Finalize Chinese translations. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Fix broken permissions introduced in prior commit. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Update traditional Chinese, German, and French localiza... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Update -> Upgrade. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Updated extended description for holding. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Allow the website to register URL diversions. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Update Default-*.png for iPad with UITableView. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Use a real grouped table view to back our webviews. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Figured out why multitasking was on (4.0 SDK compile... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Fix version number update for hardcoding. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add _trace() debugging for yieldToSelector: run loop. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Move #define configuration higher in code. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Use mixed-case for ProgressEventType constants. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Use kCydiaProgressEventType* constants for CydiaProgres... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove the X-Role header that no one is using. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove obsolete -[CYBrowserController setHeaders:forHost:]. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Restrict the cydia JS object to HTTPS. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Provide compatible #define for 4.0 kCFVersion. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Expose allowsAnyHTTPSCertificateForHost private API. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add debugging to isSafeToSuspend:. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove CYHomeController's magic HTTP headers. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Centralize addCydiaHost: to Cydia delegate_. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Rely on cydia.localize() for ProgressController's ... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Implement a flexible cydia object whitelist. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add some execution failsafes for sysroot.sh. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove alternative sysroot-2.tgz as sysroot.sh is no... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Drop sysroot.sh dependency on CydiaSubstrate. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Stop running sysroot.sh at sign of first error. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | New mobilesubstrate packages include an absolute symlink. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add package.selection. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add package.state. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove obsolete UCYield.h. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Export package.tags to JavaScript. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Update firmware.ver to 4. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Grant Paul | Jobsification. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | I like the iOS 4.0 SDK. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | I am too tired to fix this in MS, so I 'fixed' it here. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | OMG, I forgot to commit this logic inversion. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Make the navigation action blocker actually useful. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Simplify memory management of Source. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Simplify and correct memory management of SearchController. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Simplify and correct memory management of SectionContro... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Simplify memory management of CYPackageController. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add -[BrowserController _allowNavigationAction] to... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | DHowett told me I forgot this critical file. :( |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Use _H<> for BrowserController::request_. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Allow JavaScript to swap in package names for ids. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Export cydia.setNavigationBarTintColor() to JS. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Mild typo: UIColor instead of self for group color. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Solve the iPad pinstripes != gray problem. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add std::setlocale() (de-comment). |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Remove global Home_ variable helper. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jay Freeman... | Add some debug logging to MS dlopen() calls. |
commit | commitdiff | tree | snapshot |
next |