summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2010-12-01Allocate Package objects into an NSZone.Jay Freeman (saurik)
2010-12-01Reorganized and bit-packed fields of Package.Jay Freeman (saurik)
2010-12-01Minor simplification to StripVersion_: ?: over if.Jay Freeman (saurik)
2010-12-01Store Package::metadata_ as a pointer, not a Cytore::Offset<>.Jay Freeman (saurik)
2010-12-01Avoid using hasTag: during Package initialization.Jay Freeman (saurik)
2010-12-01Only copy Package::id_ from APT if it is mixed case.Jay Freeman (saurik)
2010-12-01Remove an obsolete usage of static_cast<>.Jay Freeman (saurik)
2010-11-30Don't copy strings from APT when you can point to them.Jay Freeman (saurik)
2010-11-30Use parsed_ as a pointer instead of a flag.Jay Freeman (saurik)
2010-11-30Replace 99.9% of metadata.plist with metadata.cb0.Jay Freeman (saurik)
2010-11-30Use time_t instead of NSDate *.Jay Freeman (saurik)
2010-11-30Store Package::latest_ as CYString instead of NSString *.Jay Freeman (saurik)
2010-11-27Fix section mapping plist (add and modify), and fix cydia:// urls while insid...Grant Paul
2010-11-26Fix inside-cydia cydia:// URL launches, refactor out URL displaying code.Grant Paul
2010-11-26Remove keyboard_ (unused), add starturl_, and fix cydia:// URLs.Grant Paul
2010-11-26Merge branch 'master' of git.saurik.com:cydiaJay Freeman (saurik)
2010-11-25Use a much more reasonable capacity for cydia.getInstalledPackages().Jay Freeman (saurik)
2010-11-25Factor out -[Database releasePackages] and use from -[Database dealloc].Jay Freeman (saurik)
2010-11-25Add @synchronized (database_) around some Package selectors used from JS.Jay Freeman (saurik)
2010-11-25Fix -[NSNull defaultIcon] bug reported by @JakeAnthraX.Jay Freeman (saurik)
2010-11-22Add and fix the display of ignored (SelectedState == Hold) packages and aboli...Dustin L. Howett
2010-11-22Remove obsolete -[Package compareForChanges] (use PackageChangesRadix).Jay Freeman (saurik)
2010-11-18Break CYColor::Create_ from CYColor::{CYColor,Set}.Jay Freeman (saurik)
2010-11-18Remove PackageCell::{color_,fade_,faded_} as they are now obsolete.Jay Freeman (saurik)
2010-11-18Factored out CYTableViewCell to fix cell highlight colors.Jay Freeman (saurik)
2010-11-18Reactivate and localize 'Loading Changes' progress indication.Jay Freeman (saurik)
2010-11-18Flatten Sections.plist: no Rename and no recursion.Jay Freeman (saurik)
2010-11-18Fix localization of LOADING_DATA (use ELISION+LOADING for 'Loading...').Jay Freeman (saurik)
2010-11-18Clarify visibility rules, removing Package::visibile_ cache.Jay Freeman (saurik)
2010-11-18Remove unused std::hash_map implementation of -[SectionsController reloadData].Jay Freeman (saurik)
2010-11-18Remove Package::required_, an unimplemented feature.Jay Freeman (saurik)
2010-11-18Leave Package::source_ nil until first use.Jay Freeman (saurik)
2010-11-18Queue status affects /all/ views, not just the active one.Jay Freeman (saurik)
2010-11-18Remove Package::relationships_, which was never implemented.Jay Freeman (saurik)
2010-11-18-[PackageController setPackage:] needs to reload package.html.Jay Freeman (saurik)
2010-11-18Reimplement APT marking as I finally understand how it works.Jay Freeman (saurik)
2010-11-18Replace Package::cached_ with Package::source_ == [NSNull null].Jay Freeman (saurik)
2010-11-18Remove StripVersion(), inlining the code to the one place it is used.Jay Freeman (saurik)
2010-11-17Corrected some reasonably minor code formatting issues.Jay Freeman (saurik)
2010-11-17Always prefer alloc/init/autorelease/... to alloc/init/.../release.Jay Freeman (saurik)
2010-11-17Carefully audited all usages of alloc*/retain/release/autorelease/*Create*, u...Jay Freeman (saurik)
2010-11-17Use actual types for fields rather than id (UISwitch and *TabBarController).Jay Freeman (saurik)
2010-11-16Don't show role::cydia packages in Expert mode of the installed page.Grant Paul
2010-11-16Spinner when closing Role controller. The details matter.Grant Paul
2010-11-16Don't allow rotation when there's a HUD, fixing an annoying crash bug when ro...Grant Paul
2010-11-15Store Sections.plist using space characters rather than underscores.Jay Freeman (saurik)
2010-11-15Sprinkle more ProfileTiming logic among -[Package init*] and -[Package unfilt...Jay Freeman (saurik)
2010-11-15Rename CFCString to CYStringCreate.Jay Freeman (saurik)
2010-11-15Make CFCString() accept non-UTF8 data without horrible error.Jay Freeman (saurik)
2010-11-15Move around usages of _trace() for greater understanding.Jay Freeman (saurik)