summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.mm
AgeCommit message (Expand)Author
2018-10-04Specify arches to compile via variable and clear up iOS11 availability warningv1.1.32%b2Sam Bingner
2018-09-29Use new iOS11 UISam Bingner
2017-03-04Move cyte diversions and user agents into CyteKit.Jay Freeman (saurik)
2017-02-16Move a bunch of clearly shared logic into CyteKit.Jay Freeman (saurik)
2017-02-15Move private ivars in CyteKit to @implementations.Jay Freeman (saurik)
2017-02-15This loaded_ hack is hopefully no longer required.Jay Freeman (saurik)
2017-02-15Hide custom function_ as an implementation detail.Jay Freeman (saurik)
2017-02-15Move more of sysroot's sadness into iPhonePrivate.Jay Freeman (saurik)
2017-02-04On 64-bit some of these floats are really CGFloat.v1.1.28Jay Freeman (saurik)
2016-12-26Fix LogBrowser logic (as it was only for testing).Jay Freeman (saurik)
2015-06-26Use libicucore's uregex to avoid Depends: libpcre.Jay Freeman (saurik)
2015-06-24Now on iOS 8.3, webView: can be webThreadWebView:.Jay Freeman (saurik)
2014-11-05Try harder to block all iTunes-related redirects.Jay Freeman (saurik)
2014-10-30Block evil attempts to redirect to the App Store.Jay Freeman (saurik)
2014-10-29Fix Cydia's popup blocking (broken since iOS 4.2).Jay Freeman (saurik)
2014-10-29Move WebView (Apple) category to iPhonePrivate.h.Jay Freeman (saurik)
2014-06-11The initial page color for packages should be nil.Jay Freeman (saurik)
2014-06-11Bring back the UITableViewStyleGrouped color hack.Jay Freeman (saurik)
2014-06-11Avoid overriding the background color after push.Jay Freeman (saurik)
2014-05-20Recover BrowserView authentication challenge logic.Jay Freeman (saurik)
2013-12-23Fix background color so it works on all iOS builds.Jay Freeman (saurik)
2013-12-23Carry bgcolor over to the next WebViewController.Jay Freeman (saurik)
2013-12-22Emergency commit of my background color changes.Jay Freeman (saurik)
2013-09-30Fix the position of the loading indicator on iOS 7.Jay Freeman (saurik)
2013-09-28Use MobileGestalt to get device uniqueIdentifier.Jay Freeman (saurik)
2012-09-12Add missing LogBrowser NSLog for didClearWindowObject.Jay Freeman (saurik)
2012-09-12Add cydia.registerFrame() to force auto-iframe size.Jay Freeman (saurik)
2012-05-14Add delegate getters to match setDelegate setters.Jay Freeman (saurik)
2011-12-23"Oh, my God... they killed parentViewController!"v1.1.3Jay Freeman (saurik)
2011-06-08Make compilations with clang succeed.Jay Freeman (saurik)
2011-03-29Guard setOfflineWebApplicationCacheEnabled: for 2.0.Jay Freeman (saurik)
2011-03-26Improve state machine that protects against automatic fail-directs.Jay Freeman (saurik)
2011-03-26Don't hold the Removing Essentials dialog over ProgressController.v1.1.0Jay Freeman (saurik)
2011-03-25Add HTTP Referer: tracking.Jay Freeman (saurik)
2011-03-24Correctly handle layout updates of background tabs.Jay Freeman (saurik)
2011-03-21Separate out CyteKit/IndirectDelegate.h.Jay Freeman (saurik)
2011-03-21Move WebPreferences (Apple) into iPhonePrivate.h.Jay Freeman (saurik)
2011-03-21Add initWithRequest: to CyteWebViewController.Jay Freeman (saurik)
2011-03-21Don't lose track of network activity during memory warnings.Jay Freeman (saurik)
2011-03-21Do not show network activity for AppCacheController.Jay Freeman (saurik)
2011-03-21Remove (hopefully) unneeded 2.x memory-for-stability hack.Jay Freeman (saurik)
2011-03-20Witness the return of the memory-for-stability tradeoff on 2.x.Jay Freeman (saurik)
2011-03-17Add cydia.setScrollAlwaysBounceVertical().Jay Freeman (saurik)
2011-03-17Add cydia.setScrollIndicatorStyle().Jay Freeman (saurik)
2011-03-14Seriously solve the auto-redirect issue.Jay Freeman (saurik)
2011-03-14Consider a WebView loaded when it commits.Jay Freeman (saurik)
2011-03-14Add helpful -[WebFrame description] for debugging.Jay Freeman (saurik)
2011-03-14Add -[CyteWebViewDelegate webView:didCommitLoadForFrame:].Jay Freeman (saurik)
2011-03-14Use lazy loading for pushed web controllers.Jay Freeman (saurik)
2011-03-14Add -[CyteWebViewController setRequest:].Jay Freeman (saurik)