summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
AgeCommit message (Expand)Author
2018-10-04Specify arches to compile via variable and clear up iOS11 availability warningv1.1.32%b2Sam Bingner
2017-03-06WebDataSource needs to also be in iPhonePrivate.h.Jay Freeman (saurik)
2017-03-04Move most of CydiaObject to CyteKit as CyteObject.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-29Seriously: not a single person actually helped :/.v1.1.28%b1Jay Freeman (saurik)
2015-09-24Support listing installed applications on old iOS.Jay Freeman (saurik)
2015-07-12Older iOS did not have SBSCopyIconImagePNGData*().Jay Freeman (saurik)
2015-07-11Provide a way to get the icons for installed apps.Jay Freeman (saurik)
2015-07-11Add some info on installed applications to bridge.Jay Freeman (saurik)
2015-06-24Now on iOS 8.3, webView: can be webThreadWebView:.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-10-27Flail around, attacking random "suspend" messages.Jay Freeman (saurik)
2014-10-22Use public imageNamed, not applicationImageNamed.v1.1.13Jay Freeman (saurik)
2014-05-20Recover BrowserView authentication challenge logic.Jay Freeman (saurik)
2014-05-19Also use PackageName for -cyname in radix sorter.Jay Freeman (saurik)
2014-05-16Port build environment to Xcode 5.0.2 (iOS 7 SDK).Jay Freeman (saurik)
2014-05-13Remove the dropbar, replace with a loading badge.Jay Freeman (saurik)
2013-12-24Fix iOS 7 autorotate (need setRootViewController).Jay Freeman (saurik)
2013-12-24Use userInterfaceIdiom instead of isWildcat for 7.Jay Freeman (saurik)
2013-12-23Add cydia.getApplicationInfoValue() for ProTube.Jay Freeman (saurik)
2013-10-14Add the new iOS 7 tab bar icons (from Surenix).Jay Freeman (saurik)
2012-09-12Add cydia.registerFrame() to force auto-iframe size.Jay Freeman (saurik)
2011-03-24Correctly handle layout updates of background tabs.Jay Freeman (saurik)
2011-03-24Provide some more infraustructure around WAKWindow.Jay Freeman (saurik)
2011-03-21#include <UIKit/UIKit.h> from iPhonePrivate.h.Jay Freeman (saurik)
2011-03-21Move WebPreferences (Apple) into iPhonePrivate.h.Jay Freeman (saurik)
2011-03-21Fix underlying Apple UIWebViewWebViewDelegate on 2.x retain/release bug.Jay Freeman (saurik)
2011-03-21Work around stupid 2.x UINavigationController behavior.Jay Freeman (saurik)
2011-03-17Add cydia.setScrollIndicatorStyle().Jay Freeman (saurik)
2011-03-14Add -[CyteWebViewDelegate webView:didCommitLoadForFrame:].Jay Freeman (saurik)
2011-03-14Add dispatchEvent:@"CydiaTouchEnd".Jay Freeman (saurik)
2011-03-10Support the iOS 3.2 SDK.v1.1.0%b4Jay Freeman (saurik)
2011-03-10There is no reason HUDs can't rotate correctly.Jay Freeman (saurik)
2011-03-07When possible, use openURL:asPanel for _openMailToURL:.Jay Freeman (saurik)
2011-03-07Provide compatible #define for 4.0 kCFVersion.Jay Freeman (saurik)
2011-03-07Expose allowsAnyHTTPSCertificateForHost private API.Jay Freeman (saurik)
2011-02-17Add LogMessages and use for console.log.Jay Freeman (saurik)
2011-02-14Use a better URL scheme for /ui/ios*/ *and* (frowny) fix a multiple reload is...Jay Freeman (saurik)
2011-02-14Look, I don't like this syntax, but it is what Apple uses and my syntax highl...Jay Freeman (saurik)
2011-02-13Update iPhonePrivate.h for unselected tab bar changes.Grant Paul
2011-02-07We can't use 3.0 constants on 2.0 SDK.Jay Freeman (saurik)
2011-02-07UIApplication.applicationSupportsShakeToEdit is 3.0-only.Jay Freeman (saurik)
2011-01-22Finish cydia:// URLs using the private "transient view controller" methods on...Grant Paul
2010-12-03Compile for 2.0 using 3.2 SDK (for now).Jay Freeman (saurik)
2010-12-03Use reboot2() instead of system("reboot").Jay Freeman (saurik)
2010-12-03Prefer SBReboot() (when available) to system("reboot").Jay Freeman (saurik)
2010-12-03Remove 1.x-compatible ApplicationIconBadge logic.Jay Freeman (saurik)
2010-12-01Merge CYContainer with CYTabBarController for 2.x support.Jay Freeman (saurik)