]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
Fix changes badge on first refresh.
[cydia.git] / MobileCydia.mm
2011-01-23  Grant PaulFix changes badge on first refresh.
2011-01-23  Grant PaulMoved code around and deleted duplicated and unused...
2011-01-23  Grant PaulMerge commit '664d95c4bf793f6206d94a366caf31c90cd9fd00...
2011-01-23  Grant PaulMerge commit 'b48bb27b7d5ffd1dc4e1f002301a633d538cf29e...
2011-01-23  Grant PaulMerge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26...
2011-01-23  Grant PaulMerge commit :(. Bring in my work on URLs and UITabBarC...
2011-01-10  Jay Freeman (saurik)Remove SourceCell::description_ and hard-code height.
2011-01-10  Jay Freeman (saurik)Use 73, not 73.0f, for uniformity.
2011-01-10  Jay Freeman (saurik)Remove (unused) +[PackageCell heightForPackage:].
2011-01-05  Grant PaulMerge branch 'master' of saurik.com:cydia into url...
2011-01-05  Grant PaulUntil the ignored toggle saves state, disallow modifyin...
2011-01-04  Grant PaulUntil the ignored toggle saves state, disallow modifyin...
2011-01-04  Grant Paul[LARGE COMMIT] Switch to lazy-loaded SDK-style tab...
2011-01-04  Grant PaulRemoved obsolete reference to AddSourceController.
2011-01-04  Grant PaulAdd CYEmulatedLoadingController, because there is no...
2011-01-04  Grant PaulBegan reworking of URL handling system; renamed a few...
2011-01-03  Ryan PetrichShow dead sources
2011-01-03  Ryan PetrichFix crash on Changes tab due to section index out of...
2011-01-01  Jay Freeman (saurik)Remove (non-functional) shake-to-undo mechanism.
2011-01-01  Jay Freeman (saurik)Further break down _profile usage for ChangesController.
2011-01-01  Jay Freeman (saurik)Add database lock @synchronized to -[ChangesController...
2011-01-01  Jay Freeman (saurik)Reallocate ChangesController::packages_ in _reloadPacka...
2011-01-01  Jay Freeman (saurik)Allow profiling usage of Database::sections_ in -[Datab...
2011-01-01  Jay Freeman (saurik)Add _unlikely() to conditions in -[Package unfiltered].
2011-01-01  Jay Freeman (saurik)Do not highlight section cell text while editing.
2011-01-01  Jay Freeman (saurik)Store Package::role_ as integer instead of NSString.
2011-01-01  Jay Freeman (saurik)Cache section remap using APT cache pointer.
2010-12-30  Grant PaulSwitch to native UITabBarController handling, and rewri...
2010-12-29  Grant PaulCode, not comments, to control if the navigation bar...
2010-12-20  Grant PaulYou can now tap a loading button to manage a commercial...
2010-12-12  Grant PaulAdd new package sorting engine (disabled due to speed...
2010-12-12  Grant PaulCleanup my stupidity: remove logging, fix landscape...
2010-12-12  Grant PaulFactored out CYLoadingIndicator, fixed landscape launch...
2010-12-12  Grant PaulSpringBoard gets away with a completely fake status...
2010-12-12  Grant Paulremove obsolete methods left-over from UIViewController...
2010-12-12  Grant PaulRenamed SourceTable to SourceController, makes much...
2010-12-12  Grant PaulDisabled obsolete usage to AddSourceController.
2010-12-12  Grant PaulRemoved unused AddSourceController stub.
2010-12-06  Jay Freeman (saurik)Reload all the crazy different iPad tabs.
2010-12-04  Grant PaulFixed slight issue with last commit: always saved secti...
2010-12-04  Grant PaulFixed bug switching tabs while editing sections, Sectio...
2010-12-03  Jay Freeman (saurik)More correctly handle a couple (impossible) corner...
2010-12-03  Jay Freeman (saurik)Add _trace() calls around system() usage.
2010-12-03  Jay Freeman (saurik)Use uikittools' sbreload for Finish_ in ('restart'...
2010-12-03  Jay Freeman (saurik)Use reboot2() instead of system("reboot").
2010-12-03  Jay Freeman (saurik)Prefer SBReboot() (when available) to system("reboot").
2010-12-03  Jay Freeman (saurik)Remove 1.x-compatible ApplicationIconBadge logic.
2010-12-03  Grant PaulAdded Chinese localization (complete), updated English...
2010-12-03  Grant PaulRemoved unused/obsolete global variables.
2010-12-03  Grant PaulNaming sanity: RoleController -> CYSettingsController...
2010-12-03  Grant PaulFixed cancel button sizing; blackified dropbar.
2010-12-02  Dustin L. HowettFix the automatic scrolling - UIKit no longer likes...
2010-12-02  Jay Freeman (saurik)Use UIApplication::networkActivityIndicator to indicate...
2010-12-02  Jay Freeman (saurik)Use high-resolution icons for purpose badges.
2010-12-02  Jay Freeman (saurik)Repurpose -[Cydia hudIsShowing] as -[Cydia isSafeToSusp...
2010-12-02  Jay Freeman (saurik)Improve era locking on tables to allow rotation with...
2010-12-02  Jay Freeman (saurik)Integrate SDURLCache: disk cache FTW.
2010-12-02  Jay Freeman (saurik)Package::id_ needs to be backed by Cytore, not APT.
2010-12-02  Jay Freeman (saurik)Apparently, NSRecycleZone actually destroys the zone.
2010-12-01  Jay Freeman (saurik)Cache the Database::packages_ capacity in Cytore.
2010-12-01  Jay Freeman (saurik)Use UISearchBar::_searchField if -[UISearchBar searchFi...
2010-12-01  Jay Freeman (saurik)Merge CYContainer with CYTabBarController for 2.x support.
2010-12-01  Jay Freeman (saurik)Support missing version information in metadata.
2010-12-01  Jay Freeman (saurik)Random removals of some dead comments/code.
2010-12-01  Jay Freeman (saurik)Make the Q'd UI actually respond to queue changes.
2010-12-01  Jay Freeman (saurik)Add a _trace() to applicationDidFinishLaunching:.
2010-12-01  Jay Freeman (saurik)Move reserved_ linkages up to Cytore::Block.
2010-12-01  Jay Freeman (saurik)Add File::mappings_ to Cytore for munmap() and msync().
2010-12-01  Jay Freeman (saurik)Normalized Changed_ = true; placement.
2010-12-01  Jay Freeman (saurik)Cache the epic sort ordering to Cytore.
2010-12-01  Jay Freeman (saurik)Allocate Package objects into an NSZone.
2010-12-01  Jay Freeman (saurik)Reorganized and bit-packed fields of Package.
2010-12-01  Jay Freeman (saurik)Minor simplification to StripVersion_: ?: over if.
2010-12-01  Jay Freeman (saurik)Store Package::metadata_ as a pointer, not a Cytore...
2010-12-01  Jay Freeman (saurik)Avoid using hasTag: during Package initialization.
2010-12-01  Jay Freeman (saurik)Only copy Package::id_ from APT if it is mixed case.
2010-12-01  Jay Freeman (saurik)Remove an obsolete usage of static_cast<>.
2010-11-30  Jay Freeman (saurik)Don't copy strings from APT when you can point to them.
2010-11-30  Jay Freeman (saurik)Use parsed_ as a pointer instead of a flag.
2010-11-30  Jay Freeman (saurik)Replace 99.9% of metadata.plist with metadata.cb0.
2010-11-30  Jay Freeman (saurik)Use time_t instead of NSDate *.
2010-11-30  Jay Freeman (saurik)Store Package::latest_ as CYString instead of NSString *.
2010-11-27  Grant PaulFix section mapping plist (add and modify), and fix...
2010-11-27  Grant PaulFix inside-cydia cydia:// URL launches, refactor out...
2010-11-26  Grant PaulRemove keyboard_ (unused), add starturl_, and fix cydia...
2010-11-26  Jay Freeman (saurik)Merge branch 'master' of git.saurik.com:cydia
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...
next