]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
Add package.getField(name).
[cydia.git] / MobileCydia.mm
2010-11-25  Jay Freeman (saurik)Use a much more reasonable capacity for cydia.getInstal...
2010-11-25  Jay Freeman (saurik)Factor out -[Database releasePackages] and use from...
2010-11-25  Jay Freeman (saurik)Add @synchronized (database_) around some Package selec...
2010-11-25  Jay Freeman (saurik)Fix -[NSNull defaultIcon] bug reported by @JakeAnthraX.
2010-11-23  Dustin L. HowettAdd and fix the display of ignored (SelectedState ...
2010-11-22  Jay Freeman (saurik)Remove obsolete -[Package compareForChanges] (use Packa...
2010-11-19  Jay Freeman (saurik)Break CYColor::Create_ from CYColor::{CYColor,Set}.
2010-11-19  Jay Freeman (saurik)Remove PackageCell::{color_,fade_,faded_} as they are...
2010-11-19  Jay Freeman (saurik)Factored out CYTableViewCell to fix cell highlight...
2010-11-19  Jay Freeman (saurik)Reactivate and localize 'Loading Changes' progress...
2010-11-19  Jay Freeman (saurik)Flatten Sections.plist: no Rename and no recursion.
2010-11-19  Jay Freeman (saurik)Fix localization of LOADING_DATA (use ELISION+LOADING...
2010-11-19  Jay Freeman (saurik)Clarify visibility rules, removing Package::visibile_...
2010-11-18  Jay Freeman (saurik)Remove unused std::hash_map implementation of -[Section...
2010-11-18  Jay Freeman (saurik)Remove Package::required_, an unimplemented feature.
2010-11-18  Jay Freeman (saurik)Leave Package::source_ nil until first use.
2010-11-18  Jay Freeman (saurik)Queue status affects /all/ views, not just the active...
2010-11-18  Jay Freeman (saurik)Remove Package::relationships_, which was never impleme...
2010-11-18  Jay Freeman (saurik)-[PackageController setPackage:] needs to reload packag...
2010-11-18  Jay Freeman (saurik)Reimplement APT marking as I finally understand how...
2010-11-18  Jay Freeman (saurik)Replace Package::cached_ with Package::source_ == ...
2010-11-18  Jay Freeman (saurik)Remove StripVersion(), inlining the code to the one...
2010-11-17  Jay Freeman (saurik)Corrected some reasonably minor code formatting issues.
2010-11-17  Jay Freeman (saurik)Always prefer alloc/init/autorelease/... to alloc/init...
2010-11-17  Jay Freeman (saurik)Carefully audited all usages of alloc*/retain/release...
2010-11-17  Jay Freeman (saurik)Use actual types for fields rather than id (UISwitch...
2010-11-17  Grant PaulDon't show role::cydia packages in Expert mode of the...
2010-11-17  Grant PaulSpinner when closing Role controller. The details matter.
2010-11-17  Grant PaulDon't allow rotation when there's a HUD, fixing an...
2010-11-16  Jay Freeman (saurik)Store Sections.plist using space characters rather...
2010-11-16  Jay Freeman (saurik)Sprinkle more ProfileTiming logic among -[Package init...
2010-11-16  Jay Freeman (saurik)Rename CFCString to CYStringCreate.
2010-11-16  Jay Freeman (saurik)Make CFCString() accept non-UTF8 data without horrible...
2010-11-16  Jay Freeman (saurik)Move around usages of _trace() for greater understanding.
2010-11-15  Grant Paulset first tab in a better place (later on)
2010-11-15  Jay Freeman (saurik)Remove call to [UIKeyboard initImplementationNow] durin...
2010-11-15  Jay Freeman (saurik)Do not bother with 'Loading Changes...', a 0.12s step.
2010-11-15  Jay Freeman (saurik)Use CFMutableArrayRef (with NULL callBacks) instead...
2010-11-15  Jay Freeman (saurik)Use CFMutableArrayRef (with NULL callBacks) instead...
2010-11-15  Jay Freeman (saurik)Fold RadixSort_() into -[NSMutableArray(Radix) radixSor...
2010-11-15  Jay Freeman (saurik)Remove the obsolete (and sometimes dangerously optimize...
2010-11-15  Jay Freeman (saurik)Re-calibrated PackagePrefixRadix() to more accurately...
2010-11-15  Jay Freeman (saurik)Verbose logging support for #define HistogramInsertionSort.
2010-11-15  Jay Freeman (saurik)Avoid NSMutableArray for temporary radix buffer.
2010-11-15  Jay Freeman (saurik)Use lowercase identifiers always, even internally.
2010-11-15  Jay Freeman (saurik)Use CYPoolStart/End instead of _pool (just starting).
2010-11-15  Jay Freeman (saurik)If you are going to use a private API (pinStripeColor...
2010-11-15  Jay Freeman (saurik)Heavily optimized (and simplified) @synchronized lock...
2010-11-15  Jay Freeman (saurik)Remove the APT HTTP timeout: Host Unreachable == frowny...
2010-11-15  Jay Freeman (saurik)Add X-Carrier-ID.
2010-11-13  Grant PaulApp Store-style initial loading indicator to replace...
2010-11-12  Dustin L. Howettchpwn got the "blink only for essential packages" logic...
2010-11-08  Grant PaulFixed tabbar that I broke months ago (always flashing...
2010-11-08  Grant PaulRemoved tabs (why does vim not do this on paste?)
2010-11-08  Grant PaulMake Sakurina happy: black statusbar while stashing.
2010-11-08  Grant PaulNew, Icy-style, stashing controller. Yay for visual...
2010-11-07  Grant PaulFixed progress HUD appearance and fixed progress view...
2010-11-07  Grant PaulUse external status API to get the status. But internally.
2010-11-07  Grant PaulPinstripes while loading, removed afterwards due to...
2010-11-07  Grant PaulAdd folding for CYActionSheet.
2010-11-06  Grant PaulImproved handling of the refresh sequence.
2010-11-05  Jay Freeman (saurik)The Reorganizing text must come after container_ is...
2010-11-05  Jay Freeman (saurik)Redid chpwn's code to match physical formatting guideli...
2010-11-05  Grant PaulFixed bug where you can select section cells when editing.
2010-11-04  Jay Freeman (saurik)You can't go doing awesome UIKit stuff from the JavaScr...
2010-11-04  Jay Freeman (saurik)Totally reimplemented BrowserController in terms of...
2010-11-04  Jay Freeman (saurik)We need to return YES from shouldAutorotateToInterfaceO...
2010-11-04  Jay Freeman (saurik)Put off the no-title-on-HomeController UI update.
2010-11-04  Jay Freeman (saurik)Minor code cleanups to HomeController.
2010-11-02  Jay Freeman (saurik)Rename Cydia.* to MobileCydia.* and add Cydia.frappliance.