]> git.saurik.com Git - cydia.git/shortlog
cydia.git
2010-12-03  Jay Freeman... Compile for 2.0 using 3.2 SDK (for now).
2010-12-03  Jay Freeman... Use reboot2() instead of system("reboot").
2010-12-03  Jay Freeman... Prefer SBReboot() (when available) to system("reboot").
2010-12-03  Jay Freeman... 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... Use UIApplication::networkActivityIndicator to indicate...
2010-12-02  Jay Freeman... Protect against various <script/>-injection attacks.
2010-12-02  Jay Freeman... Automatically use gcc 4.0 to target iOS 2.0, if available.
2010-12-02  Jay Freeman... Add section icons for: Fonts, Site-Specific Apps, and...
2010-12-02  Jay Freeman... pngcrush -rem alla -iphone -reduce -brute *.png
2010-12-02  Jay Freeman... Subsections, like Addons (SBSettings), cannot have...
2010-12-02  Jay Freeman... Use high-resolution icons for purpose badges.
2010-12-02  Jay Freeman... Remove firmware (>= 3.2) dependency from control file.
2010-12-02  Jay Freeman... Repurpose -[Cydia hudIsShowing] as -[Cydia isSafeToSusp...
2010-12-02  Jay Freeman... Improve era locking on tables to allow rotation with...
2010-12-02  Jay Freeman... Only run the UIActivityIndicatorView animation while...
2010-12-02  Jay Freeman... Fix reload button layout on 2.x browser.
2010-12-02  Jay Freeman... Integrate SDURLCache: disk cache FTW.
2010-12-02  Jay Freeman... Package::id_ needs to be backed by Cytore, not APT.
2010-12-02  Grant PaulOne less private class: goodbye UIProgressView, hello...
2010-12-02  Jay Freeman... Apparently, NSRecycleZone actually destroys the zone.
2010-12-01  Dustin L. HowettFix Sections.plist (<string>...</key>)
2010-12-01  Jay Freeman... Cache the Database::packages_ capacity in Cytore.
2010-12-01  Jay Freeman... Add a ~srk to the version if !ForRelease.
2010-12-01  Jay Freeman... Use UISearchBar::_searchField if -[UISearchBar searchFi...
2010-12-01  Jay Freeman... Merge CYContainer with CYTabBarController for 2.x support.
2010-12-01  Jay Freeman... Support missing version information in metadata.
2010-12-01  Jay Freeman... Check respondsToSelector: for CYWebViewDelegate::JavaSc...
2010-12-01  Jay Freeman... Random removals of some dead comments/code.
2010-12-01  Jay Freeman... Make the Q'd UI actually respond to queue changes.
2010-12-01  Jay Freeman... Add a _trace() to applicationDidFinishLaunching:.
2010-12-01  Jay Freeman... Move reserved_ linkages up to Cytore::Block.
2010-12-01  Jay Freeman... Add File::mappings_ to Cytore for munmap() and msync().
2010-12-01  Jay Freeman... Normalized Changed_ = true; placement.
2010-12-01  Jay Freeman... Cache the epic sort ordering to Cytore.
2010-12-01  Jay Freeman... Allocate Package objects into an NSZone.
2010-12-01  Jay Freeman... Reorganized and bit-packed fields of Package.
2010-12-01  Jay Freeman... Minor simplification to StripVersion_: ?: over if.
2010-12-01  Jay Freeman... Store Package::metadata_ as a pointer, not a Cytore...
2010-12-01  Jay Freeman... Avoid using hasTag: during Package initialization.
2010-12-01  Jay Freeman... Only copy Package::id_ from APT if it is mixed case.
2010-12-01  Jay Freeman... Remove an obsolete usage of static_cast<>.
2010-11-30  Jay Freeman... Don't copy strings from APT when you can point to them.
2010-11-30  Jay Freeman... Use parsed_ as a pointer instead of a flag.
2010-11-30  Jay Freeman... Replace 99.9% of metadata.plist with metadata.cb0.
2010-11-30  Jay Freeman... Add back a documentation warning from the old BrowserView.
2010-11-30  Jay Freeman... Use time_t instead of NSDate *.
2010-11-30  Jay Freeman... Store Package::latest_ as CYString instead of NSString *.
2010-11-30  Grant Paulupdate mapping
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... Merge branch 'master' of git.saurik.com:cydia
2010-11-26  Jay Freeman... Use sed to build version.sh, preferring '+#.%' to ...
2010-11-25  Jay Freeman... Use a much more reasonable capacity for cydia.getInstal...
2010-11-25  Jay Freeman... Factor out -[Database releasePackages] and use from...
2010-11-25  Jay Freeman... Add @synchronized (database_) around some Package selec...
2010-11-25  Jay Freeman... Fix -[NSNull defaultIcon] bug reported by @JakeAnthraX.
2010-11-25  Jay Freeman... Set Version: in control based on git describe --tags.
2010-11-25  Jay Freeman... Add lookup3 to Cydia's build environment.
2010-11-24  Jay Freeman... Apple renamed gsc.wildcat to gsc.ipad: let's make certa...
2010-11-24  Grant PaulEnglish locaization: iPhoneOS->iOS.
2010-11-23  Jay Freeman... Don't support <4.0 (should have been 3.2, damn it). v1.0.3366
2010-11-23  Jay Freeman... Instead of using sbdidlaunch, let's just spin on gssc.
2010-11-23  Jay Freeman... Please do not delete the first package in my status...
2010-11-23  Dustin L. HowettAdd and fix the display of ignored (SelectedState ...
2010-11-22  Jay Freeman... Remove obsolete -[Package compareForChanges] (use Packa...
2010-11-21  Jay Freeman... Make cydia.setViewportWidth() work again with CYWebView.
2010-11-19  Jay Freeman... Break CYColor::Create_ from CYColor::{CYColor,Set}.
2010-11-19  Jay Freeman... Remove PackageCell::{color_,fade_,faded_} as they are...
2010-11-19  Jay Freeman... Factored out CYTableViewCell to fix cell highlight...
2010-11-19  Jay Freeman... Reactivate and localize 'Loading Changes' progress...
2010-11-19  Jay Freeman... Flatten Sections.plist: no Rename and no recursion.
2010-11-19  Jay Freeman... Fix localization of LOADING_DATA (use ELISION+LOADING...
2010-11-19  Jay Freeman... Clarify visibility rules, removing Package::visibile_...
2010-11-18  Jay Freeman... Remove unused std::hash_map implementation of -[Section...
2010-11-18  Jay Freeman... Remove Package::required_, an unimplemented feature.
2010-11-18  Jay Freeman... Leave Package::source_ nil until first use.
2010-11-18  Jay Freeman... Queue status affects /all/ views, not just the active...
2010-11-18  Jay Freeman... Remove Package::relationships_, which was never impleme...
2010-11-18  Jay Freeman... -[PackageController setPackage:] needs to reload packag...
2010-11-18  Jay Freeman... Reimplement APT marking as I finally understand how...
2010-11-18  Jay Freeman... Turn off LogBrowser for official master tree.
2010-11-18  Jay Freeman... Replace Package::cached_ with Package::source_ == ...
2010-11-18  Jay Freeman... Remove StripVersion(), inlining the code to the one...
2010-11-17  Jay Freeman... Corrected some reasonably minor code formatting issues.
2010-11-17  Jay Freeman... Always prefer alloc/init/autorelease/... to alloc/init...
2010-11-17  Jay Freeman... Carefully audited all usages of alloc*/retain/release...
2010-11-17  Jay Freeman... 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... Store Sections.plist using space characters rather...
2010-11-16  Jay Freeman... Sprinkle more ProfileTiming logic among -[Package init...
2010-11-16  Jay Freeman... Rename CFCString to CYStringCreate.
2010-11-16  Jay Freeman... Make CFCString() accept non-UTF8 data without horrible...
next