2010-12-06 |
Jay Freeman (saurik) | Reload all the crazy different iPad tabs. |
blob | commitdiff | raw |
2010-12-04 |
Grant Paul | Fixed slight issue with last commit: always saved secti... |
blob | commitdiff | raw | diff to current |
2010-12-04 |
Grant Paul | Fixed bug switching tabs while editing sections, Sectio... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jay Freeman (saurik) | More correctly handle a couple (impossible) corner... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jay Freeman (saurik) | Add _trace() calls around system() usage. |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jay Freeman (saurik) | Use uikittools' sbreload for Finish_ in ('restart'... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jay Freeman (saurik) | Use reboot2() instead of system("reboot"). |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jay Freeman (saurik) | Prefer SBReboot() (when available) to system("reboot"). |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jay Freeman (saurik) | Remove 1.x-compatible ApplicationIconBadge logic. |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Grant Paul | Added Chinese localization (complete), updated English... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Grant Paul | Removed unused/obsolete global variables. |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Grant Paul | Naming sanity: RoleController -> CYSettingsController... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Grant Paul | Fixed cancel button sizing; blackified dropbar. |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Dustin L. Howett | Fix the automatic scrolling - UIKit no longer likes... |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Use UIApplication::networkActivityIndicator to indicate... |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Use high-resolution icons for purpose badges. |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Repurpose -[Cydia hudIsShowing] as -[Cydia isSafeToSusp... |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Improve era locking on tables to allow rotation with... |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Integrate SDURLCache: disk cache FTW. |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Package::id_ needs to be backed by Cytore, not APT. |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Apparently, NSRecycleZone actually destroys the zone. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Cache the Database::packages_ capacity in Cytore. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Use UISearchBar::_searchField if -[UISearchBar searchFi... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Merge CYContainer with CYTabBarController for 2.x support. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Support missing version information in metadata. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Random removals of some dead comments/code. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Make the Q'd UI actually respond to queue changes. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Add a _trace() to applicationDidFinishLaunching:. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Move reserved_ linkages up to Cytore::Block. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Add File::mappings_ to Cytore for munmap() and msync(). |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Normalized Changed_ = true; placement. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Cache the epic sort ordering to Cytore. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Allocate Package objects into an NSZone. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Reorganized and bit-packed fields of Package. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Minor simplification to StripVersion_: ?: over if. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Store Package::metadata_ as a pointer, not a Cytore... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Avoid using hasTag: during Package initialization. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Only copy Package::id_ from APT if it is mixed case. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Jay Freeman (saurik) | Remove an obsolete usage of static_cast<>. |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Jay Freeman (saurik) | Don't copy strings from APT when you can point to them. |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Jay Freeman (saurik) | Use parsed_ as a pointer instead of a flag. |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Jay Freeman (saurik) | Replace 99.9% of metadata.plist with metadata.cb0. |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Jay Freeman (saurik) | Use time_t instead of NSDate *. |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Jay Freeman (saurik) | Store Package::latest_ as CYString instead of NSString *. |
blob | commitdiff | raw | diff to current |
2010-11-27 |
Grant Paul | Fix section mapping plist (add and modify), and fix... |
blob | commitdiff | raw | diff to current |
2010-11-27 |
Grant Paul | Fix inside-cydia cydia:// URL launches, refactor out... |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Grant Paul | Remove keyboard_ (unused), add starturl_, and fix cydia... |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Jay Freeman (saurik) | Merge branch 'master' of git.saurik.com:cydia |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Jay Freeman (saurik) | Use a much more reasonable capacity for cydia.getInstal... |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Jay Freeman (saurik) | Factor out -[Database releasePackages] and use from... |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Jay Freeman (saurik) | Add @synchronized (database_) around some Package selec... |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Jay Freeman (saurik) | Fix -[NSNull defaultIcon] bug reported by @JakeAnthraX. |
blob | commitdiff | raw | diff to current |
2010-11-23 |
Dustin L. Howett | Add and fix the display of ignored (SelectedState ... |
blob | commitdiff | raw | diff to current |
2010-11-22 |
Jay Freeman (saurik) | Remove obsolete -[Package compareForChanges] (use Packa... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Break CYColor::Create_ from CYColor::{CYColor,Set}. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Remove PackageCell::{color_,fade_,faded_} as they are... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Factored out CYTableViewCell to fix cell highlight... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Reactivate and localize 'Loading Changes' progress... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Flatten Sections.plist: no Rename and no recursion. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Fix localization of LOADING_DATA (use ELISION+LOADING... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Jay Freeman (saurik) | Clarify visibility rules, removing Package::visibile_... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Remove unused std::hash_map implementation of -[Section... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Remove Package::required_, an unimplemented feature. |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Leave Package::source_ nil until first use. |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Queue status affects /all/ views, not just the active... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Remove Package::relationships_, which was never impleme... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | -[PackageController setPackage:] needs to reload packag... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Reimplement APT marking as I finally understand how... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Replace Package::cached_ with Package::source_ == ... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
Jay Freeman (saurik) | Remove StripVersion(), inlining the code to the one... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Jay Freeman (saurik) | Corrected some reasonably minor code formatting issues. |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Jay Freeman (saurik) | Always prefer alloc/init/autorelease/... to alloc/init... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Jay Freeman (saurik) | Carefully audited all usages of alloc*/retain/release... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Jay Freeman (saurik) | Use actual types for fields rather than id (UISwitch... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Grant Paul | Don't show role::cydia packages in Expert mode of the... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Grant Paul | Spinner when closing Role controller. The details matter. |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Grant Paul | Don't allow rotation when there's a HUD, fixing an... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Store Sections.plist using space characters rather... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Sprinkle more ProfileTiming logic among -[Package init... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Rename CFCString to CYStringCreate. |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Make CFCString() accept non-UTF8 data without horrible... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Jay Freeman (saurik) | Move around usages of _trace() for greater understanding. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Grant Paul | set first tab in a better place (later on) |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Remove call to [UIKeyboard initImplementationNow] durin... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Do not bother with 'Loading Changes...', a 0.12s step. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Use CFMutableArrayRef (with NULL callBacks) instead... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Use CFMutableArrayRef (with NULL callBacks) instead... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Fold RadixSort_() into -[NSMutableArray(Radix) radixSor... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Remove the obsolete (and sometimes dangerously optimize... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Re-calibrated PackagePrefixRadix() to more accurately... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Verbose logging support for #define HistogramInsertionSort. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Avoid NSMutableArray for temporary radix buffer. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Use lowercase identifiers always, even internally. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Use CYPoolStart/End instead of _pool (just starting). |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | If you are going to use a private API (pinStripeColor... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Heavily optimized (and simplified) @synchronized lock... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Remove the APT HTTP timeout: Host Unreachable == frowny... |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Jay Freeman (saurik) | Add X-Carrier-ID. |
blob | commitdiff | raw | diff to current |
2010-11-13 |
Grant Paul | App Store-style initial loading indicator to replace... |
blob | commitdiff | raw | diff to current |
2010-11-12 |
Dustin L. Howett | chpwn got the "blink only for essential packages" logic... |
blob | commitdiff | raw | diff to current |
next |