]> git.saurik.com Git - cydia.git/history - iPhonePrivate.h
I think this made the dropbar almost work on iOS 7.
[cydia.git] / iPhonePrivate.h
2013-10-15  Jay Freeman (saurik)Add the new iOS 7 tab bar icons (from Surenix).
2012-09-13  Jay Freeman (saurik)Add cydia.registerFrame() to force auto-iframe size.
2011-03-24  Jay Freeman (saurik)Correctly handle layout updates of background tabs.
2011-03-24  Jay Freeman (saurik)Provide some more infraustructure around WAKWindow.
2011-03-22  Jay Freeman (saurik)#include <UIKit/UIKit.h> from iPhonePrivate.h.
2011-03-22  Jay Freeman (saurik)Move WebPreferences (Apple) into iPhonePrivate.h.
2011-03-21  Jay Freeman (saurik)Fix underlying Apple UIWebViewWebViewDelegate on 2...
2011-03-21  Jay Freeman (saurik)Work around stupid 2.x UINavigationController behavior.
2011-03-17  Jay Freeman (saurik)Add cydia.setScrollIndicatorStyle().
2011-03-14  Jay Freeman (saurik)Add -[CyteWebViewDelegate webView:didCommitLoadForFrame:].
2011-03-14  Jay Freeman (saurik)Add dispatchEvent:@"CydiaTouchEnd".
2011-03-10  Jay Freeman (saurik)Support the iOS 3.2 SDK. v1.1.0%b4
2011-03-10  Jay Freeman (saurik)There is no reason HUDs can't rotate correctly.
2011-03-07  Jay Freeman (saurik)When possible, use openURL:asPanel for _openMailToURL:.
2011-03-07  Jay Freeman (saurik)Provide compatible #define for 4.0 kCFVersion.
2011-03-07  Jay Freeman (saurik)Expose allowsAnyHTTPSCertificateForHost private API.
2011-02-17  Jay Freeman (saurik)Add LogMessages and use for console.log.
2011-02-14  Jay Freeman (saurik)Use a better URL scheme for /ui/ios*/ *and* (frowny...
2011-02-14  Jay Freeman (saurik)Look, I don't like this syntax, but it is what Apple...
2011-02-14  Grant PaulUpdate iPhonePrivate.h for unselected tab bar changes.
2011-02-12  Grant PaulMove -init into -loadView -viewDidLoad and friends...
2011-02-08  Jay Freeman (saurik)Merge branch 'restructure'
2011-02-07  Jay Freeman (saurik)We can't use 3.0 constants on 2.0 SDK.
2011-02-07  Jay Freeman (saurik)UIApplication.applicationSupportsShakeToEdit is 3.0...
2011-01-23  Grant PaulFinish cydia:// URLs using the private "transient view...
2010-12-03  Jay Freeman (saurik)Compile for 2.0 using 3.2 SDK (for now).
2010-12-03  Jay Freeman (saurik)Use reboot2() instead of system("reboot").
2010-12-03  Jay Freeman (saurik)Prefer SBReboot() (when available) to system("reboot").
2010-12-03  Jay Freeman (saurik)Remove 1.x-compatible ApplicationIconBadge logic.
2010-12-01  Jay Freeman (saurik)Merge CYContainer with CYTabBarController for 2.x support.
2010-11-21  Jay Freeman (saurik)Make cydia.setViewportWidth() work again with CYWebView.
2010-11-19  Jay Freeman (saurik)Factored out CYTableViewCell to fix cell highlight...
2010-11-15  Jay Freeman (saurik)If you are going to use a private API (pinStripeColor...
2010-11-06  Jay Freeman (saurik)Port CYWebView to 3.0.
2010-11-05  Jay Freeman (saurik)Downgrade support for -[UIWebView setDataDetectorTypes].
2010-11-05  Jay Freeman (saurik)Downgrade support for -[UIScrollView setDecelerationRate].
2010-11-04  Jay Freeman (saurik)Totally reimplemented BrowserController in terms of...
2010-10-17  Grant PaulMerge branch 'master' of saurik.com:cydia
2010-10-17  Jay Freeman (saurik)Use UIBarStyleBlackOpaque instead of UIBarStyleBlack...
2010-10-17  Grant PaulMerge branch 'master' of saurik.com:cydia
2010-10-17  Jay Freeman (saurik)Support showFromBarButtonItem:animated: with iPhonePriv...
2010-10-17  Jay Freeman (saurik)Fix kSCNetworkReachabilityFlagsConnectionOn* flags...
2010-10-17  Jay Freeman (saurik)Started the work to port Cydia back to a 2.0-era toolchain.
2010-10-17  Jay Freeman (saurik)Fix iPhonePrivate.h's header insulation.
2010-10-17  Jay Freeman (saurik)Add vim folds to organize iPhonePrivate.h.
2010-10-16  Grant PaulMerge branch 'master' of saurik.com:cydia
2010-10-07  Jay Freeman (saurik)Use -[UIColor groupTableViewBackgroundColor] instead...
2010-10-04  Dustin L. HowettFix the warnings when building with AlwaysReload=0...
2010-10-04  Dustin L. HowettUse drawAtPoint:forWidth:withFont:lineBreakMode: instea...
2010-10-04  Jay Freeman (saurik)Fix the type of the ellipsis: argument.
2010-10-04  Jay Freeman (saurik)Rewrote the build environment from scratch.