summaryrefslogtreecommitdiff
path: root/CyteKit
AgeCommit message (Expand)Author
2018-10-04Specify arches to compile via variable and clear up iOS11 availability warningv1.1.32%b2Sam Bingner
2018-09-30Make Cydia compatible back to iOS5 - unable to support older with this apt ve...Sam Bingner
2018-09-29Use new iOS11 UISam Bingner
2017-03-11Do not crash if Safari's Info.plist can't be read.v1.1.31Jay Freeman (saurik)
2017-03-10Support compound user-agents using CyteInitialize.Jay Freeman (saurik)
2017-03-10Transfer shared content code to CyteTableViewCell.Jay Freeman (saurik)
2017-03-07Also move ListController title support to CyteKit.Jay Freeman (saurik)
2017-03-07Split PackageListController partially for CyteKit.Jay Freeman (saurik)
2017-03-06CyteKit: {retain,release}NetworkActivityIndicator.Jay Freeman (saurik)
2017-03-05Try to abstract CydiaURLProtocol as CyteKit class.Jay Freeman (saurik)
2017-03-04Move most of CydiaObject to CyteKit as CyteObject.Jay Freeman (saurik)
2017-03-04Try removing constructor (this is so annoying :/).Jay Freeman (saurik)
2017-03-04Rename IsReachable to CyteIsReachable, in CyteKit.Jay Freeman (saurik)
2017-03-04Move cyte diversions and user agents into CyteKit.Jay Freeman (saurik)
2017-03-04Move some code of Window/TabBarController to Cyte.Jay Freeman (saurik)
2017-03-03Move CyteKit/RegEx.hpp #include to MobileCydia.mm.Jay Freeman (saurik)
2017-03-03Trial move some key global variables into CyteKit.Jay Freeman (saurik)
2017-02-16Move a bunch of clearly shared logic into CyteKit.Jay Freeman (saurik)
2017-02-16Put CydiaURLCache/NSURLConnection hook in CyteKit.Jay Freeman (saurik)
2017-02-15CyteKit/Application.mm has to have its @interface.Jay Freeman (saurik)
2017-02-15Move some of our clearly shared code 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-07-02Update copyright, and really start to feel old :/.Jay Freeman (saurik)
2015-06-26Use libicucore's uregex to avoid Depends: libpcre.Jay Freeman (saurik)
2015-06-26Remove dependency on Substrate to have its macros.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-30I thought I tested not needing this for rotation.Jay Freeman (saurik)
2014-10-30I apparently lost this rotation commit somewhere.Jay Freeman (saurik)
2014-10-30Block evil attempts to redirect to the App Store.Jay Freeman (saurik)
2014-10-29Reload the appcache if suspended over ten minutes.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-26Implement shouldAutorotateTo*: using supported*s:.Jay Freeman (saurik)
2014-06-11The initial page color for packages should be nil.Jay Freeman (saurik)
2014-06-11Upgrade copyrights and about dialog to cover 2014.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)
2014-05-16On iOS 6 iPads, Cydia incorrectly uses pinstripes.Jay Freeman (saurik)
2014-05-12Generalize TabBarController transients to CyteKit.Jay Freeman (saurik)
2013-12-24Fix iOS 7 autorotate (need setRootViewController).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)