]> git.saurik.com Git - cydia.git/history - CyteKit
Objective-C seriously didn't notice my mistake :/.
[cydia.git] / CyteKit /
2019-05-20  Jay Freeman (saurik)Objective-C seriously didn't notice my mistake :/. master
2019-05-20  Jay Freeman (saurik)Swap awkward va_list hack for awkward switch hack.
2019-05-19  Jay Freeman (saurik)Mostly make Cydia compile using the iOS Simulator.
2017-03-11  Jay Freeman (saurik)Do not crash if Safari's Info.plist can't be read. v1.1.31
2017-03-11  Jay Freeman (saurik)Support compound user-agents using CyteInitialize.
2017-03-11  Jay Freeman (saurik)Transfer shared content code to CyteTableViewCell.
2017-03-07  Jay Freeman (saurik)Also move ListController title support to CyteKit.
2017-03-07  Jay Freeman (saurik)Split PackageListController partially for CyteKit.
2017-03-07  Jay Freeman (saurik)CyteKit: {retain,release}NetworkActivityIndicator.
2017-03-05  Jay Freeman (saurik)Try to abstract CydiaURLProtocol as CyteKit class.
2017-03-05  Jay Freeman (saurik)Move most of CydiaObject to CyteKit as CyteObject.
2017-03-05  Jay Freeman (saurik)Try removing constructor (this is so annoying :/).
2017-03-05  Jay Freeman (saurik)Rename IsReachable to CyteIsReachable, in CyteKit.
2017-03-05  Jay Freeman (saurik)Move cyte diversions and user agents into CyteKit.
2017-03-05  Jay Freeman (saurik)Move some code of Window/TabBarController to Cyte.
2017-03-04  Jay Freeman (saurik)Move CyteKit/RegEx.hpp #include to MobileCydia.mm.
2017-03-04  Jay Freeman (saurik)Trial move some key global variables into CyteKit.
2017-02-16  Jay Freeman (saurik)Move a bunch of clearly shared logic into CyteKit.
2017-02-16  Jay Freeman (saurik)Put CydiaURLCache/NSURLConnection hook in CyteKit.
2017-02-16  Jay Freeman (saurik)CyteKit/Application.mm has to have its @interface.
2017-02-15  Jay Freeman (saurik)Move some of our clearly shared code into CyteKit.
2017-02-15  Jay Freeman (saurik)Move private ivars in CyteKit to @implementations.
2017-02-15  Jay Freeman (saurik)This loaded_ hack is hopefully no longer required.
2017-02-15  Jay Freeman (saurik)Hide custom function_ as an implementation detail.
2017-02-15  Jay Freeman (saurik)Move more of sysroot's sadness into iPhonePrivate.
2017-02-04  Jay Freeman (saurik)On 64-bit some of these floats are really CGFloat. v1.1.28
2016-12-26  Jay Freeman (saurik)Fix LogBrowser logic (as it was only for testing).
2015-07-02  Jay Freeman (saurik)Update copyright, and really start to feel old :/.
2015-06-27  Jay Freeman (saurik)Use libicucore's uregex to avoid Depends: libpcre.
2015-06-26  Jay Freeman (saurik)Remove dependency on Substrate to have its macros.
2015-06-24  Jay Freeman (saurik)Now on iOS 8.3, webView: can be webThreadWebView:.
2014-11-05  Jay Freeman (saurik)Try harder to block all iTunes-related redirects.
2014-10-30  Jay Freeman (saurik)I thought I tested not needing this for rotation.
2014-10-30  Jay Freeman (saurik)I apparently lost this rotation commit somewhere.
2014-10-30  Jay Freeman (saurik)Block evil attempts to redirect to the App Store.
2014-10-29  Jay Freeman (saurik)Reload the appcache if suspended over ten minutes.
2014-10-29  Jay Freeman (saurik)Fix Cydia's popup blocking (broken since iOS 4.2).
2014-10-29  Jay Freeman (saurik)Move WebView (Apple) category to iPhonePrivate.h.
2014-10-27  Jay Freeman (saurik)Implement shouldAutorotateTo*: using supported*s:.
2014-06-11  Jay Freeman (saurik)The initial page color for packages should be nil.
2014-06-11  Jay Freeman (saurik)Upgrade copyrights and about dialog to cover 2014.
2014-06-11  Jay Freeman (saurik)Bring back the UITableViewStyleGrouped color hack.
2014-06-11  Jay Freeman (saurik)Avoid overriding the background color after push.
2014-05-20  Jay Freeman (saurik)Recover BrowserView authentication challenge logic.
2014-05-17  Jay Freeman (saurik)On iOS 6 iPads, Cydia incorrectly uses pinstripes.
2014-05-13  Jay Freeman (saurik)Generalize TabBarController transients to CyteKit.
2013-12-24  Jay Freeman (saurik)Fix iOS 7 autorotate (need setRootViewController).
2013-12-24  Jay Freeman (saurik)Fix background color so it works on all iOS builds.
2013-12-23  Jay Freeman (saurik)Carry bgcolor over to the next WebViewController.
2013-12-22  Jay Freeman (saurik)Emergency commit of my background color changes.
2013-09-30  Jay Freeman (saurik)Fix the position of the loading indicator on iOS 7.
2013-09-29  Jay Freeman (saurik)Update copyright notices to include the year 2013.
2013-09-29  Jay Freeman (saurik)In the last couple decades I learned BSD is wrong.
2013-09-29  Jay Freeman (saurik)Use MobileGestalt to get device uniqueIdentifier.
2012-09-13  Jay Freeman (saurik)Add missing LogBrowser NSLog for didClearWindowObject.
2012-09-13  Jay Freeman (saurik)Add cydia.registerFrame() to force auto-iframe size.
2012-05-15  Jay Freeman (saurik)Add delegate getters to match setDelegate setters.
2012-03-09  Jay Freeman (saurik)Update Copyright: 2008-2012 (from 2008-2011).
2011-12-24  Jay Freeman (saurik)"Oh, my God... they killed parentViewController!" v1.1.3
2011-06-10  Jay Freeman (saurik)Sanity check pcre_fullinfo (not that it helps clang).
2011-06-09  Jay Freeman (saurik)Make compilations with clang succeed.
2011-06-06  Jay Freeman (saurik)Merge branch 'master' of git.saurik.com:cydia
2011-03-29  Jay Freeman (saurik)Guard setOfflineWebApplicationCacheEnabled: for 2.0.
2011-03-26  Jay Freeman (saurik)Improve state machine that protects against automatic...
2011-03-26  Jay Freeman (saurik)Don't hold the Removing Essentials dialog over Progress... v1.1.0
2011-03-25  Jay Freeman (saurik)Remove obsolete NSLog() debugging.
2011-03-25  Jay Freeman (saurik)Add HTTP Referer: tracking.
2011-03-25  Jay Freeman (saurik)Add -[CyteWebView request] helper.
2011-03-24  Jay Freeman (saurik)Correctly handle layout updates of background tabs.
2011-03-22  Jay Freeman (saurik)Finished implemented promoted packages bar.
2011-03-22  Jay Freeman (saurik)Separate out CyteKit/IndirectDelegate.h.
2011-03-22  Jay Freeman (saurik)Provide -[CyteWebView scrollView] helper.
2011-03-22  Jay Freeman (saurik)Move WebPreferences (Apple) into iPhonePrivate.h.
2011-03-21  Jay Freeman (saurik)Add initWithRequest: to CyteWebViewController.
2011-03-21  Jay Freeman (saurik)CyteWebView failed to verify a delegate before sending.
2011-03-21  Jay Freeman (saurik)Don't lose track of network activity during memory...
2011-03-21  Jay Freeman (saurik)Do not show network activity for AppCacheController.
2011-03-21  Jay Freeman (saurik)Remove (hopefully) unneeded 2.x memory-for-stability...
2011-03-21  Jay Freeman (saurik)Fix underlying Apple UIWebViewWebViewDelegate on 2...
2011-03-21  Jay Freeman (saurik)Call setDelegate:nil during _H<> = nil.
2011-03-21  Jay Freeman (saurik)Reloading the data of an arbitrary viewcontroller invol...
2011-03-21  Jay Freeman (saurik)Witness the return of the memory-for-stability tradeoff...
2011-03-20  Jay Freeman (saurik)Expose ramifications of kCFCoreFoundationVersionNumber.
2011-03-17  Jay Freeman (saurik)Add cydia.setScrollAlwaysBounceVertical().
2011-03-17  Jay Freeman (saurik)Add cydia.setScrollIndicatorStyle().
2011-03-14  Jay Freeman (saurik)Seriously solve the auto-redirect issue.
2011-03-14  Jay Freeman (saurik)Consider a WebView loaded when it commits.
2011-03-14  Jay Freeman (saurik)Add helpful -[WebFrame description] for debugging.
2011-03-14  Jay Freeman (saurik)Add -[CyteWebViewDelegate webView:didCommitLoadForFrame:].
2011-03-14  Jay Freeman (saurik)Use lazy loading for pushed web controllers.
2011-03-14  Jay Freeman (saurik)Add -[CyteWebViewController setRequest:].
2011-03-14  Jay Freeman (saurik)Allow window.close() to close unselected controllers.
2011-03-14  Jay Freeman (saurik)Tapping statusbar should scroll webpages to top.
2011-03-14  Jay Freeman (saurik)Add WebEventTouchCancel, using WebEvent.h.
2011-03-14  Jay Freeman (saurik)Add dispatchEvent:@"CydiaTouchEnd".
2011-03-14  Jay Freeman (saurik)Separate out CyteKit/dispatchEvent.*.
2011-03-14  Jay Freeman (saurik)Use a constructor, not +initialize.
2011-03-14  Jay Freeman (saurik)Forgot UCPlatform.h in PCRE.
2011-03-11  Jay Freeman (saurik)Add a useful -description for CyteWebView.
2011-03-11  Jay Freeman (saurik)Helpful override of description on CyteWebViewController.
next