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 |
2010-11-15 |
Jay Freeman... | Use CFMutableArrayRef (with NULL callBacks) instead... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Fold RadixSort_() into -[NSMutableArray(Radix) radixSor... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Remove the obsolete (and sometimes dangerously optimize... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Re-calibrated PackagePrefixRadix() to more accurately... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Verbose logging support for #define HistogramInsertionSort. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Avoid NSMutableArray for temporary radix buffer. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Use lowercase identifiers always, even internally. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Use CYPoolStart/End instead of _pool (just starting). |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | If you are going to use a private API (pinStripeColor... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Heavily optimized (and simplified) @synchronized lock... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Slightly more normalized if nesting on decidePolicyForN... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Remove the APT HTTP timeout: Host Unreachable == frowny... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Add X-Carrier-ID. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Jay Freeman... | Use the same pattern for willSendRequest:'s delegate... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Grant Paul | App Store-style initial loading indicator to replace... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dustin L. Howett | chpwn got the "blink only for essential packages" logic... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dustin L. Howett | Rename some of the section images to match chpwn's... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Dustin L. Howett | Map Themes (SYSTEM) to Themes (System). |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Grant Paul | Fixed tabbar that I broke months ago (always flashing... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Grant Paul | Removed tabs (why does vim not do this on paste?) |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Grant Paul | Make Sakurina happy: black statusbar while stashing. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Grant Paul | New, Icy-style, stashing controller. Yay for visual... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Fixed progress HUD appearance and fixed progress view... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Use external status API to get the status. But internally. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Dustin L. Howett | Start in all orientations on the iPad. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Changed launch to show pinstripes (finally!) Updated... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Pinstripes while loading, removed afterwards due to... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Grant Paul | Add folding for CYActionSheet. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Grant Paul | Updated sections mapping file to further consolidate... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Grant Paul | Improved handling of the refresh sequence. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Jay Freeman... | Verified 2.2+ methods against 2.1 SDK: all were present. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Jay Freeman... | Just in case it is ever useful I finished webView:creat... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Jay Freeman... | Verified 3.2/4.1+ methods against 4.0: all were present. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Jay Freeman... | Add some more #if LogBrowser love to BrowserController. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Jay Freeman... | Port CYWebView to 3.0. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jay Freeman... | Downgrade support for -[UIWebView setDataDetectorTypes]. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jay Freeman... | Downgrade support for -[UIScrollView setDecelerationRate]. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jay Freeman... | The Reorganizing text must come after container_ is... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jay Freeman... | I don't have tr in the bootstrap so firmware.sh isn... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jay Freeman... | Redid chpwn's code to match physical formatting guideli... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Dustin L. Howett | Section mapping update suggested by chown (Lockinfo... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Grant Paul | Fixed bug where you can select section cells when editing. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jay Freeman... | You can't go doing awesome UIKit stuff from the JavaScr... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jay Freeman... | Totally reimplemented BrowserController in terms of... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jay Freeman... | We need to return YES from shouldAutorotateToInterfaceO... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jay Freeman... | Fix makefile dependencies for MobileCydia: UICaboodle... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jay Freeman... | Put off the no-title-on-HomeController UI update. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jay Freeman... | Minor code cleanups to HomeController. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Jay Freeman... | Rename Cydia.* to MobileCydia.* and add Cydia.frappliance. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | Repair horizontal whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Grant Paul | Cells, not tables for disabling selection -- finish... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Grant Paul | Merge branch 'master' of saurik.com:cydia |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | Use UIBarStyleBlackOpaque instead of UIBarStyleBlack... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Grant Paul | Merge branch 'master' of saurik.com:cydia |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | Use setViewControllers: instead of setViewControllers... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | Support showFromBarButtonItem:animated: with iPhonePriv... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | Fix kSCNetworkReachabilityFlagsConnectionOn* flags... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | Started the work to port Cydia back to a 2.0-era toolchain. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | Fix iPhonePrivate.h's header insulation. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | Add vim folds to organize iPhonePrivate.h. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Grant Paul | Merge branch 'master' of saurik.com:cydia |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Grant Paul | Disabled package view recycling. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Jay Freeman... | NSSize does not exist on the iPhone: Cydia therefore... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Grant Paul | Refactored out status bar height code, fixed landscape... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Grant Paul | Using only one (!) private API, completely fix the... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Grant Paul | Fixed permissions on BrowserView.mm. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Grant Paul | Moved Default@2x.png to the main Cydia.app folder. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Grant Paul | Added icon for the sources tab on the iPad. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Grant Paul | Improved Queuing for cleaner code and better operation... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Grant Paul | Removed reloading data when clearing queue. Method... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Grant Paul | Merge branch 'master' of saurik.com:cydia |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Grant Paul | Use NSMakeSize rather than CGSizeMake for creating... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jay Freeman... | No longer support HTML Description: fields. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | Fixed two minor horizontal whitespace formatting annoya... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | Use -[UIColor groupTableViewBackgroundColor] instead... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | Use a category for [WebScriptObject -countByEnumerating... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | I failed at git --amend: this is the NULL->nil fix. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | You can't have a 'const' Objective-C type (and use... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Grant Paul | Fixed a number of subtle type errors and such that... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Grant Paul | Let UICaboodle build with clang++ as well as g++. Cydia... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | Rename CGColor to CYColor: this mechanism should probab... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | We no longer need the original Cydia icon (cydia.xcf). |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | The Preferences.mm file is a hopelessly out-of-date... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | Apple's Reachability code is ludicrously complex (and... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | UICaboodle/ResetView and resetViewAnimated: seem to... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | Merge CYViewController into UCViewController. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Jay Freeman... | We don't want a compile-time flag for RotationEnabled... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Dustin L. Howett | Fix the default custom button behaviour for commercial... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jay Freeman... | Added call to ldid, neccessary for launch.xml (and... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Grant Paul | Additional code folding (and fixed an unmatched code... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Grant Paul | Additional comment, formatting improvement, and correct... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Dustin L. Howett | Merge branch 'master' of git.saurik.com:cydia |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Dustin L. Howett | Fix the custom button problem - applyRightButton was... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Jay Freeman... | Add todo XXX from Optimo for icon escape. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Jay Freeman... | The role dialog needs to block loading data, which... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Jay Freeman... | Remove cycc requirement. |
commit | commitdiff | tree | snapshot |
next |