Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-14 | Implement chpwn's lazy-loading API for BrowserController. | Jay Freeman (saurik) | |
2011-02-14 | Explanation. | Grant Paul | |
2011-02-11 | Move -init into -loadView -viewDidLoad and friends, as Apple wants. Add ↵ | Grant Paul | |
-navigationURL and persistance (15 minute timeout) of Cydia sessions, with full lazy-loading of view controllers. Still failed to fix the URL->blackscreen bug, although now it just shows the wrong tab instaed of a black screen (really, WTF, UITabBarController?) | |||
2011-02-07 | Use IsWildcat_, not UI_USER_INTERFACE_IDIOM(). | Jay Freeman (saurik) | |
2011-02-03 | Added session persistence; moved -init to -loadView, -viewDidLoad, etc; ↵ | Grant Paul | |
added releasing of views in low-memory situations; style changes. | |||
2011-01-27 | Small formatting fixes. | Grant Paul | |
2011-01-27 | Sanity in rotation handling: centralize in CYViewController, as it should be. | Grant Paul | |
2011-01-04 | Merge branch 'master' of saurik.com:cydia into url-tabbar | Grant Paul | |
2011-01-01 | Add _unlikely() to conditions in -[Package unfiltered]. | Jay Freeman (saurik) | |
2011-01-01 | Fix 'resubmit form' dialog: new alert API crash. | Jay Freeman (saurik) | |
2010-12-30 | Switch to native UITabBarController handling, and rewrite URL subsystem. ↵ | Grant Paul | |
Also make a number of changes, creating and renaming classes for the different pages dispalyed in Cydia. Incomplete; -urlForPage methods are not implemented or used and CYSearchController does not yet exist. | |||
2010-12-28 | Allow BrowserView subclasses to be notified of changes in loading state. | Grant Paul | |
2010-12-11 | Cleanup my stupidity: remove logging, fix landscape back buttons (via ↵ | Grant Paul | |
delegation to parent view controllers), and such. | |||
2010-12-11 | Undo my own fix for the lack of pinstripes on the iPad: pinstripes spread ↵ | Grant Paul | |
out when rotating when using -pinStripeColor. A real fix is still needed. | |||
2010-12-11 | Fix iPad pinstripes using private API; it sucks but it's the only way to ↵ | Grant Paul | |
work around Apple's idiotic bug there. | |||
2010-12-02 | Use UIApplication::networkActivityIndicator to indicate network activity. | Jay Freeman (saurik) | |
2010-12-02 | Only run the UIActivityIndicatorView animation while visible. | Jay Freeman (saurik) | |
2010-12-02 | Fix reload button layout on 2.x browser. | Jay Freeman (saurik) | |
2010-12-01 | One less private class: goodbye UIProgressView, hello UIActivityIndicatorView. | Grant Paul | |
2010-12-01 | Check respondsToSelector: for CYWebViewDelegate::JavaScript*Panel. | Jay Freeman (saurik) | |
2010-12-01 | Random removals of some dead comments/code. | Jay Freeman (saurik) | |
2010-11-30 | Add back a documentation warning from the old BrowserView. | Jay Freeman (saurik) | |
2010-11-20 | Make cydia.setViewportWidth() work again with CYWebView. | Jay Freeman (saurik) | |
2010-11-18 | Turn off LogBrowser for official master tree. | Jay Freeman (saurik) | |
2010-11-17 | Carefully audited all usages of alloc*/retain/release/autorelease/*Create*, ↵ | Jay Freeman (saurik) | |
updating _transitive marks on fields. | |||
2010-11-15 | Slightly more normalized if nesting on decidePolicyForNavigationAction:. | Jay Freeman (saurik) | |
2010-11-15 | Use the same pattern for willSendRequest:'s delegate as other ones. | Jay Freeman (saurik) | |
2010-11-05 | Verified 2.2+ methods against 2.1 SDK: all were present. | Jay Freeman (saurik) | |
2010-11-05 | Just in case it is ever useful I finished webView:createWebViewWithRequest:. | Jay Freeman (saurik) | |
2010-11-05 | Verified 3.2/4.1+ methods against 4.0: all were present. | Jay Freeman (saurik) | |
2010-11-05 | Add some more #if LogBrowser love to BrowserController. | Jay Freeman (saurik) | |
2010-11-05 | Port CYWebView to 3.0. | Jay Freeman (saurik) | |
2010-11-05 | Downgrade support for -[UIScrollView setDecelerationRate]. | Jay Freeman (saurik) | |
2010-11-04 | Totally reimplemented BrowserController in terms of UIWebView. | Jay Freeman (saurik) | |
2010-10-17 | NSSize does not exist on the iPhone: Cydia therefore uses a truncated Cocoa ↵ | Jay Freeman (saurik) | |
header designed to remap usages of NSSize; using NSMakeSize therefore breaks the SDK build. This reverts commit 45b777c34a71958e5e83c23bfb3a7dd65961d943. | |||
2010-10-16 | Fixed permissions on BrowserView.mm. | Grant Paul | |
2010-10-16 | Merge branch 'master' of saurik.com:cydia | Grant Paul | |
2010-10-16 | Use NSMakeSize rather than CGSizeMake for creating a NSSize -- if it's ↵ | Grant Paul | |
stored in a NSValue using -valueWithSize:, then it's an NSSize, not a CGSize. It's a CGSize if you use -valueWithCGSize:. | |||
2010-10-07 | Use -[UIColor groupTableViewBackgroundColor] instead of -[UIColor ↵ | Jay Freeman (saurik) | |
pinStripeColor]. | |||
2010-10-06 | Let UICaboodle build with clang++ as well as g++. Cydia needs additional ↵ | Grant Paul | |
changes. | |||
2010-10-06 | UICaboodle/ResetView and resetViewAnimated: seem to be obsolete. | Jay Freeman (saurik) | |
2010-10-06 | Merge CYViewController into UCViewController. | Jay Freeman (saurik) | |
2010-10-05 | Fix the default custom button behaviour for commercial packages. My ↵ | Dustin L. Howett | |
understanding of the previous system was flawed enough to cause this- now, the custom button's behaviour is in _customButtonClicked, and the default customButtonClicked calls it instead of reloadButtonClicked. This is based on the original {_,__}rightButtonClicked methods. | |||
2010-10-04 | Fix the custom button problem - applyRightButton was overriding ↵ | Dustin L. Howett | |
BrowserView's support for custom buttons. We now just expose a default right button that is used in BrowserView's applyRightButton. Minor visual artifact: The 'Install' button flashes for non-commercial packages as it changes between loading/not-loading. Slightly better behaviour than before: AlwaysReload == 1 means the button is called 'Reload'. | |||
2010-10-04 | Removed tabs and trailing space characters from codebase. | Jay Freeman (saurik) | |
2010-10-04 | Rewrote the build environment from scratch. | Jay Freeman (saurik) | |
2010-10-04 | Replaced UIActionSheet with UIAlertView in BrowserView; not fully tested, ↵ | Grant Paul | |
but the code looks correct when I reviewed it. | |||
2010-10-04 | even more browserview/cydia; fully working now! | Grant Paul | |
2010-10-04 | more browserview/cydia | Grant Paul | |
2010-10-04 | actually add files | Grant Paul | |