]> git.saurik.com Git - cydia.git/shortlog
cydia.git
2011-03-08  Jay Freeman... Gracefully recover from low-memory conditions. v1.1.0%b2
2011-03-08  Jay Freeman... Do not attempt to copy nil strings.
2011-03-08  Jay Freeman... Add [super releaseSubviews].
2011-03-08  Jay Freeman... Use loadView/releaseSubviews for CyteWebViewController.
2011-03-08  Jay Freeman... Add releaseSubviews to StashController.
2011-03-08  Jay Freeman... Use loadView/releaseSubviews for PackageListController.
2011-03-08  Jay Freeman... On 3.x I need to animate these buttons or they go nuts.
2011-03-08  Jay Freeman... Copy strings that might get yanked from under us.
2011-03-08  Jay Freeman... On 2.x I have this funny status bar offset.
2011-03-08  Jay Freeman... Move -[CYTabBarController statusBarHeight] to ::CYStatu...
2011-03-08  Jay Freeman... I do not have objectForKey:UIKeyboardAnimation{Curve...
2011-03-08  Jay Freeman... Use 320px for iPad modality.
2011-03-08  Jay Freeman... Use % for ~ in tagged versions. v1.1.0%b1
2011-03-08  Jay Freeman... Remove obsolete changes calculation debugging.
2011-03-08  Jay Freeman... Standardize threading across SDURLCache diskCache{Info...
2011-03-08  Jay Freeman... Split cydia-lproj from main package.
2011-03-08  Jay Freeman... Slightly clean up unloadData logic ordering.
2011-03-08  Jay Freeman... Don't show finish button until it is usable.
2011-03-08  Jay Freeman... Merge -[Cydia {complete,{_,}reloadDataWithInvocation}].
2011-03-08  Jay Freeman... Improve SDURLCache behavior drastically.
2011-03-08  Jay Freeman... Fix subtle packages_ damage to yield.
2011-03-08  Jay Freeman... Take Telesphoreo's preinst.
2011-03-08  Jay Freeman... Stop re-re-requesting the damned cache.manifest.
2011-03-08  Jay Freeman... Prefer manual cydia.unload() to automatic modality.
2011-03-08  Jay Freeman... Automatically attach cydia.log and `dpkg -l`.
2011-03-08  Jay Freeman... Post CydiaReloadData events, don't actually reload...
2011-03-08  Jay Freeman... Do not update webviews that are not rendered.
2011-03-08  Jay Freeman... Allow multiple search query terms.
2011-03-08  Jay Freeman... First draft of relevancy sorted search.
2011-03-08  Jay Freeman... Simplify _reloadPackages API to correct threading.
2011-03-08  Jay Freeman... Re-verify shouldBlock during _reloadPackages: loop.
2011-03-08  Jay Freeman... Move filtering into FilteredPackageController.
2011-03-08  Jay Freeman... Separate out Cydia/LoadingView{,Controller}.*.
2011-03-08  Jay Freeman... Cache results of CydiaIcon.png requests.
2011-03-08  Jay Freeman... Initial implementation of CydiaIcon.png.
2011-03-08  Jay Freeman... Remove obsolete -[CYLoadingIndicator {label,activityInd...
2011-03-08  Jay Freeman... Remove obsolete CYEmulatedLoadingController::database_.
2011-03-08  Jay Freeman... Separate out Cydia/MIMEAddress.*.
2011-03-08  Jay Freeman... Added Swedish.lproj from Tommy (SwirlySpace, AB).
2011-03-08  Jay Freeman... Avoid concurrent database filter and refresh.
2011-03-08  Jay Freeman... Re-allow navigation actions on refresh.
2011-03-08  Jay Freeman... Rename CYTableViewCell to CyteTableViewCell.
2011-03-08  Jay Freeman... Automate set{Delegate,DataSource}:nil using _H<>.
2011-03-08  Jay Freeman... Fix _H<> copy assignment operator.
2011-03-08  Jay Freeman... Copy _H<> into Menes.
2011-03-08  Jay Freeman... Improve stability and performance of background tables.
2011-03-08  Jay Freeman... Simplify (and correct) NSAutoreleasePool usage.
2011-03-08  Jay Freeman... Do not re-build on 'make package'.
2011-03-08  Jay Freeman... Use AppleTV.app, not Lowtide.app.
2011-03-08  Jay Freeman... Allow for parallel pngcrush.sh.
2011-03-08  Jay Freeman... Factor out pngcrush.sh filenames.
2011-03-08  Jay Freeman... Cache pngcrush results for faster package build.
2011-03-08  Jay Freeman... Remove spaces from png filenames.
2011-03-08  Jay Freeman... Add output filename parameter to pngcrush.sh.
2011-03-07  Jay Freeman... Use -fvisibility=hidden.
2011-03-07  Jay Freeman... Deterministic timestamps.
2011-03-07  Jay Freeman... Deterministic build.
2011-03-07  Jay Freeman... Separate out Menes/radixSortWithSelector.*.
2011-03-07  Jay Freeman... Separate out CyteKit/CyteTableView.*.
2011-03-07  Jay Freeman... You can't use icon on an unparsed package.
2011-03-07  Jay Freeman... Reimplement SearchController with summary views.
2011-03-07  Jay Freeman... Use setSectionIndexMinimumDisplayRowCount:.
2011-03-07  Jay Freeman... You cannot scrollRectToVisible: a degenerate CGRect.
2011-03-07  Jay Freeman... Expose CYIOGetValue() to JavaScript.
2011-03-07  Jay Freeman... Drop capitalize from CYHex.
2011-03-07  Jay Freeman... Cancelling a refresh should not count as an update.
2011-03-07  Jay Freeman... Remove obsolete _updateLayoutForStatusBarAndInterfaceOr...
2011-03-07  Jay Freeman... The Edit/Add Source dialog box is rendering off-screen.
2011-03-07  Jay Freeman... Replace all Objective-C memory managment with _H<>.
2011-03-07  Jay Freeman... Correct memory management for StashController.
2011-03-07  Jay Freeman... Standardize _reloadData code ordering.
2011-03-07  Jay Freeman... Make SearchController use yieldToSelector for search.
2011-03-07  Jay Freeman... runJavaScript*Panel during popViewController has self...
2011-03-07  Jay Freeman... Add debugging logic for didStartProvisionalLoadForFrame:.
2011-03-07  Jay Freeman... Split addMessageToConsole: filter onto multiple lines.
2011-03-07  Jay Freeman... Disallow serializing redirected garbage to the state.
2011-03-07  Jay Freeman... Verify that NSURLErrorCancelled is from NSURLErrorDomain.
2011-03-07  Jay Freeman... Disallow serializing error URLs to the state.
2011-03-07  Jay Freeman... Disallow serializing ignored URLs to the state.
2011-03-07  Jay Freeman... Just turn on setJavaScriptCanOpenWindowsAutomatically...
2011-03-07  Jay Freeman... Unload controllers after presentModal, not before.
2011-03-07  Jay Freeman... When possible, use MFMailComposeViewController for...
2011-03-07  Jay Freeman... When possible, use openURL:asPanel for _openMailToURL:.
2011-03-07  Jay Freeman... Remove Verifying URL HUD before refresh.
2011-03-07  Jay Freeman... Use the argument from commitEditingStyle.
2011-03-07  Jay Freeman... Consistent application of right and left buttons.
2011-03-07  Jay Freeman... Provide -[CyteWebViewController leftButton] API.
2011-03-07  Jay Freeman... Expose baseband serial number to SHSH service.
2011-03-07  Jay Freeman... Simplify IORegistry work.
2011-03-07  Jay Freeman... Separate out Menes/invocationWithSelector.*.
2011-03-07  Jay Freeman... Factor SDURLCache debugging into Cydia.
2011-03-07  Jay Freeman... Document what not to do with cydia://.
2011-03-07  Jay Freeman... Initial stab at a multi-file build environment.
2011-03-07  Jay Freeman... Fit ManageController to CyteWebViewController {custom...
2011-03-07  Jay Freeman... Use a real copyright symbol in About.
2011-03-07  Jay Freeman... Rename CYViewController to CyteViewController.
2011-03-07  Jay Freeman... Rename cydia.divert() to cydia.addInternalRedirect().
2011-03-07  Jay Freeman... Separate out Cydia/ProgressEvent.h.
2011-03-07  Jay Freeman... Add SaurikIT, LLC to copyright dialog.
2011-03-07  Jay Freeman... Remove obsolete CYAlertView.
next