]> git.saurik.com Git - cydia.git/shortlog
cydia.git
2011-03-22  Jay Freeman... Finished implemented promoted packages bar.
2011-03-22  Jay Freeman... Need to setDelegate: on apptapp:// URLs.
2011-03-22  Jay Freeman... Create a lame helper for clearWindowObject.
2011-03-22  Jay Freeman... Separate out CyteKit/IndirectDelegate.h.
2011-03-22  Jay Freeman... Use more percent escapes: sections/ and search/.
2011-03-22  Jay Freeman... Fix typo in name of Changes localization.
2011-03-22  Jay Freeman... Provide -[CyteWebView scrollView] helper.
2011-03-22  Jay Freeman... #include <UIKit/UIKit.h> from iPhonePrivate.h.
2011-03-22  Jay Freeman... Move WebPreferences (Apple) into iPhonePrivate.h.
2011-03-22  Jay Freeman... Abstract out requestWithHeaders:.
2011-03-22  Jay Freeman... Use modified URL during willSendRequest:.
2011-03-21  Jay Freeman... Add initWithRequest: to CyteWebViewController.
2011-03-21  Jay Freeman... CyteWebView failed to verify a delegate before sending.
2011-03-21  Jay Freeman... Drop state storage to 30 minutes.
2011-03-21  Jay Freeman... Restore setView:UIView indirection, required for keyboa...
2011-03-21  Jay Freeman... Remove useless setView:UIView indirections.
2011-03-21  Jay Freeman... Use autoresizingMask for base UIViewController views.
2011-03-21  Jay Freeman... Clear NSURLCache during memory warnings.
2011-03-21  Jay Freeman... Add an irritated XXX comment for later use.
2011-03-21  Jay Freeman... Don't lose track of network activity during memory...
2011-03-21  Jay Freeman... Do not show network activity for AppCacheController.
2011-03-21  Jay Freeman... Remove (hopefully) unneeded 2.x memory-for-stability...
2011-03-21  Jay Freeman... Fix underlying Apple UIWebViewWebViewDelegate on 2...
2011-03-21  Jay Freeman... Call setDelegate:nil during _H<> = nil.
2011-03-21  Jay Freeman... Rely on /var/lib/cydia/firmware.ver over /tmp/.cydia.fw.
2011-03-21  Jay Freeman... Work around stupid 2.x UINavigationController behavior.
2011-03-21  Jay Freeman... Reloading the data of an arbitrary viewcontroller invol...
2011-03-21  Jay Freeman... Remove useless -[HomeController didReceiveMemoryWarning].
2011-03-21  Jay Freeman... Support 2.x memory warning dispatch.
2011-03-21  Jay Freeman... Increase memory warning between time to 2 seconds.
2011-03-21  Jay Freeman... On 2.x we cannot use unselectedViewController.
2011-03-21  Jay Freeman... Witness the return of the memory-for-stability tradeoff...
2011-03-21  Jay Freeman... Fix the disk cache by moving a better fix into SDURLCache.
2011-03-21  Jay Freeman... Don't use HTTP disk cache on < 3.2.
2011-03-20  Jay Freeman... Store backup symbols in bins/.
2011-03-20  Jay Freeman... Expose ramifications of kCFCoreFoundationVersionNumber.
2011-03-20  Jay Freeman... Prefer $@ to hardcode.
2011-03-20  Jay Freeman... Remove obsolete cydiaSource attributeKey.
2011-03-20  Jay Freeman... Remove (Restart) from CLOSE_CYDIA.
2011-03-20  Jay Freeman... Remove setCydiaSource().
2011-03-20  Jay Freeman... Use System_, not Firmware_, for APT repository.
2011-03-19  Jay Freeman... Backup pre-stripped binary.
2011-03-19  Jay Freeman... If era_ != era goto reload; for PackageListController.
2011-03-19  Jay Freeman... Increase expiration time of UI state to 60 minutes.
2011-03-19  Jay Freeman... Fix expiration of UI state.
2011-03-19  Jay Freeman... Remove X-System header: use User-Agent's Mobile/.
2011-03-19  Jay Freeman... Avoid using SystemVersion.plist.
2011-03-18  Jay Freeman... Add cydia.operator.
2011-03-18  Jay Freeman... Provide cydia.mcc and cydia.mnc, not cydia.plmn.
2011-03-18  Jay Freeman... CTSIMSupportCopyMobileSubscriberNetworkCode() was calli...
2011-03-18  Jay Freeman... Even cleaner PLMN support.
2011-03-18  Jay Freeman... Better support iPod Touch PLMN.
2011-03-17  Jay Freeman... Remove obsolete .PHONY: sign.
2011-03-17  Jay Freeman... Run ldid on postinst.
2011-03-17  Jay Freeman... Add cydia.setScrollAlwaysBounceVertical().
2011-03-17  Jay Freeman... Add cydia.setScrollIndicatorStyle().
2011-03-17  Jay Freeman... I need to @synchronize access to the StateCache.
2011-03-15  Jay Freeman... Add a lock around configuration saving to the metafile.
2011-03-15  Jay Freeman... Mild formatting changes to SourceCells.
2011-03-15  Jay Freeman... CachedURLs_ contains URLs, not hrefs.
2011-03-15  Jay Freeman... Merge latest bigboss package: org.thebigboss.repo.icons.
2011-03-14  Jay Freeman... Standardize ExecFork/ReapZombie usage.
2011-03-14  Jay Freeman... Use verifying HUD for repotag and don't overlay dialog.
2011-03-14  Jay Freeman... Remove stringByCachingURLWithCurrentCDN and cache.cydia...
2011-03-14  Jay Freeman... Witness the return of manage.html and cydia://storage. v1.1.0%b7
2011-03-14  Jay Freeman... Use a forward slash for ios/#.# distribution.
2011-03-14  Jay Freeman... Filter stupid GPG warnings that do not enhance security.
2011-03-14  Jay Freeman... Send /either/ X-Cydia-Token or X-Cydia-Id.
2011-03-14  Jay Freeman... Support trailing slash on saved state URLs.
2011-03-14  Jay Freeman... Try to avoid jumbling source icons.
2011-03-14  Jay Freeman... Add a HUD around uicache.
2011-03-14  Jay Freeman... SourcesController should be era locked.
2011-03-14  Jay Freeman... Hold Reloading Data throughout entire operation.
2011-03-14  Jay Freeman... Fix view affinity of progress HUDs.
2011-03-14  Jay Freeman... Seriously solve the auto-redirect issue.
2011-03-14  Jay Freeman... Consider a WebView loaded when it commits.
2011-03-14  Jay Freeman... Add helpful -[WebFrame description] for debugging.
2011-03-14  Jay Freeman... Add -[CyteWebViewDelegate webView:didCommitLoadForFrame:].
2011-03-14  Jay Freeman... Use lazy loading for pushed web controllers.
2011-03-14  Jay Freeman... Add -[CyteWebViewController setRequest:].
2011-03-14  Jay Freeman... Allow window.close() to close unselected controllers.
2011-03-14  Jay Freeman... Size of segmented settings controller incorrect on...
2011-03-14  Jay Freeman... Tapping statusbar should scroll webpages to top.
2011-03-14  Jay Freeman... Add WebEventTouchCancel, using WebEvent.h.
2011-03-14  Jay Freeman... Simply avoid null sources.
2011-03-14  Jay Freeman... Source warnings added null sources.
2011-03-14  Jay Freeman... Add dispatchEvent:@"CydiaTouchEnd".
2011-03-14  Jay Freeman... Separate out CyteKit/dispatchEvent.*.
2011-03-14  Jay Freeman... Use a constructor, not +initialize.
2011-03-14  Jay Freeman... Move BigBoss icons back to bigboss package.
2011-03-14  Jay Freeman... By default, bypass Packages URL update in sysroot.sh.
2011-03-14  Jay Freeman... Add cached URLs for sysroot.sh.
2011-03-14  Jay Freeman... Indent parsing from sysroot.sh.
2011-03-14  Jay Freeman... Parse URLs from Packages separately from extract.
2011-03-14  Jay Freeman... Separate out extract() in syroot.sh.
2011-03-14  Jay Freeman... Add a postinst to update cydia.list.
2011-03-14  Jay Freeman... Separate out Sources.mm.
2011-03-14  Jay Freeman... Forgot UCPlatform.h in PCRE.
2011-03-14  Jay Freeman... Better consider preinst in makefile.
2011-03-14  Jay Freeman... Constrain the dimensions of icons rendered from reposit...
next