Age | Commit message (Expand) | Author |
2014-06-11 | The initial page color for packages should be nil. | Jay Freeman (saurik) |
2014-06-11 | Bring back the UITableViewStyleGrouped color hack. | Jay Freeman (saurik) |
2014-06-11 | Avoid overriding the background color after push. | Jay Freeman (saurik) |
2014-05-20 | Recover BrowserView authentication challenge logic. | Jay Freeman (saurik) |
2013-12-23 | Fix background color so it works on all iOS builds. | Jay Freeman (saurik) |
2013-12-23 | Carry bgcolor over to the next WebViewController. | Jay Freeman (saurik) |
2013-12-22 | Emergency commit of my background color changes. | Jay Freeman (saurik) |
2013-09-30 | Fix the position of the loading indicator on iOS 7. | Jay Freeman (saurik) |
2013-09-28 | Use MobileGestalt to get device uniqueIdentifier. | Jay Freeman (saurik) |
2012-09-12 | Add missing LogBrowser NSLog for didClearWindowObject. | Jay Freeman (saurik) |
2012-09-12 | Add cydia.registerFrame() to force auto-iframe size. | Jay Freeman (saurik) |
2012-05-14 | Add delegate getters to match setDelegate setters. | Jay Freeman (saurik) |
2011-12-23 | "Oh, my God... they killed parentViewController!"v1.1.3 | Jay Freeman (saurik) |
2011-06-08 | Make compilations with clang succeed. | Jay Freeman (saurik) |
2011-03-29 | Guard setOfflineWebApplicationCacheEnabled: for 2.0. | Jay Freeman (saurik) |
2011-03-26 | Improve state machine that protects against automatic fail-directs. | Jay Freeman (saurik) |
2011-03-26 | Don't hold the Removing Essentials dialog over ProgressController.v1.1.0 | Jay Freeman (saurik) |
2011-03-25 | Add HTTP Referer: tracking. | Jay Freeman (saurik) |
2011-03-24 | Correctly handle layout updates of background tabs. | Jay Freeman (saurik) |
2011-03-21 | Separate out CyteKit/IndirectDelegate.h. | Jay Freeman (saurik) |
2011-03-21 | Move WebPreferences (Apple) into iPhonePrivate.h. | Jay Freeman (saurik) |
2011-03-21 | Add initWithRequest: to CyteWebViewController. | Jay Freeman (saurik) |
2011-03-21 | Don't lose track of network activity during memory warnings. | Jay Freeman (saurik) |
2011-03-21 | Do not show network activity for AppCacheController. | Jay Freeman (saurik) |
2011-03-21 | Remove (hopefully) unneeded 2.x memory-for-stability hack. | Jay Freeman (saurik) |
2011-03-20 | Witness the return of the memory-for-stability tradeoff on 2.x. | Jay Freeman (saurik) |
2011-03-17 | Add cydia.setScrollAlwaysBounceVertical(). | Jay Freeman (saurik) |
2011-03-17 | Add cydia.setScrollIndicatorStyle(). | Jay Freeman (saurik) |
2011-03-14 | Seriously solve the auto-redirect issue. | Jay Freeman (saurik) |
2011-03-14 | Consider a WebView loaded when it commits. | Jay Freeman (saurik) |
2011-03-14 | Add helpful -[WebFrame description] for debugging. | Jay Freeman (saurik) |
2011-03-14 | Add -[CyteWebViewDelegate webView:didCommitLoadForFrame:]. | Jay Freeman (saurik) |
2011-03-14 | Use lazy loading for pushed web controllers. | Jay Freeman (saurik) |
2011-03-14 | Add -[CyteWebViewController setRequest:]. | Jay Freeman (saurik) |
2011-03-14 | Allow window.close() to close unselected controllers. | Jay Freeman (saurik) |
2011-03-14 | Tapping statusbar should scroll webpages to top. | Jay Freeman (saurik) |
2011-03-10 | Helpful override of description on CyteWebViewController. | Jay Freeman (saurik) |
2011-03-09 | Apply custom useragent after loadView. | Jay Freeman (saurik) |
2011-03-08 | Gracefully recover from low-memory conditions.v1.1.0%b2 | Jay Freeman (saurik) |
2011-03-08 | Add [super releaseSubviews]. | Jay Freeman (saurik) |
2011-03-08 | Use loadView/releaseSubviews for CyteWebViewController. | Jay Freeman (saurik) |
2011-03-08 | On 3.x I need to animate these buttons or they go nuts. | Jay Freeman (saurik) |
2011-03-08 | Prefer manual cydia.unload() to automatic modality. | Jay Freeman (saurik) |
2011-03-08 | Automatically attach cydia.log and `dpkg -l`. | Jay Freeman (saurik) |
2011-03-08 | Post CydiaReloadData events, don't actually reload the page. | Jay Freeman (saurik) |
2011-03-08 | Do not update webviews that are not rendered. | Jay Freeman (saurik) |
2011-03-08 | Re-allow navigation actions on refresh. | Jay Freeman (saurik) |
2011-03-08 | Automate set{Delegate,DataSource}:nil using _H<>. | Jay Freeman (saurik) |
2011-03-08 | Fix _H<> copy assignment operator. | Jay Freeman (saurik) |
2011-03-07 | Replace all Objective-C memory managment with _H<>. | Jay Freeman (saurik) |