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