2011-02-07 |
Jay Freeman... | Remove that crazy/obsolete Test file. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jay Freeman... | We are no longer recycling package controllers. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jay Freeman... | Fix for description searching from humbold. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jay Freeman... | We can't use 3.0 constants on 2.0 SDK. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jay Freeman... | UIApplication.applicationSupportsShakeToEdit is 3.0... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jay Freeman... | Conditional out indexed collation nonsense. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Jay Freeman... | Use IsWildcat_, not UI_USER_INTERFACE_IDIOM(). |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Grant Paul | I am perpetually impressed with the abilities of the... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Grant Paul | Fix "fake terminal" in ProgressController extending... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Grant Paul | Added session persistence; moved -init to -loadView... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Grant Paul | Avoid flashing empty package view as it loads the packa... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Grant Paul | Merge branch 'restructure' into develop-1.2 |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Grant Paul | Make PackageCell, SourceCell, and SectionCell have... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Grant Paul | Fix VoiceOver (at least on 4.x). Does not cause issues... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Grant Paul | Merge branch 'develop-1.2' of git.saurik.com:cydia... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Grant Paul | Added session persistence; moved -init to -loadView... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Grant Paul | Workaround to fix the Settings Controller popup on... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Grant Paul | Added session persistence; moved -init to -loadView... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Grant Paul | Refactor out SourceController; add cydia://source/... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Grant Paul | Formatting changes. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Grant Paul | Refactor edit button in SectionsController; use system... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Grant Paul | Removed unused "accessory_" ivar of SectionsController. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Grant Paul | Fix stupidness introduced by last commit; correctly... make-me-a-sandwich |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Grant Paul | Fix cydia://url/ links when they include a slash. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Grant Paul | Update section mapping to correctly redirect Themes... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Grant Paul | Fix refreshing bar on iOS 3.0+ by using the CoreFoundat... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Grant Paul | Fix loading screen rotation. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Grant Paul | Small formatting fixes. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Grant Paul | Sanity in rotation handling: centralize in CYViewContro... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Grant Paul | Fix a runtime syslog warning from UIKit by using the... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Grant Paul | Make ChangesController more like any other controller... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Controllers need their delegete set when launched from... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Finish cydia:// URLs using the private "transient view... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Fix -setPage: to not pop all the other tabs to the... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Fix changes badge on first refresh. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Moved code around and deleted duplicated and unused... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Merge commit '664d95c4bf793f6206d94a366caf31c90cd9fd00... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Merge commit 'b48bb27b7d5ffd1dc4e1f002301a633d538cf29e... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Merge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Grant Paul | Merge commit :(. Bring in my work on URLs and UITabBarC... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Grant Paul | fixed a few outdated cydia:// URLs |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Jay Freeman... | Move Source{Cell,Controller} lower in MobileCydia.mm. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Jay Freeman... | Remove SourceCell::description_ and hard-code height. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Jay Freeman... | Use 73, not 73.0f, for uniformity. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Jay Freeman... | Remove (unused) +[PackageCell heightForPackage:]. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Grant Paul | Merge branch 'master' of saurik.com:cydia into url... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Grant Paul | Until the ignored toggle saves state, disallow modifyin... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Grant Paul | Until the ignored toggle saves state, disallow modifyin... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Grant Paul | [LARGE COMMIT] Switch to lazy-loaded SDK-style tab... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Grant Paul | Removed obsolete reference to AddSourceController. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Grant Paul | Add CYEmulatedLoadingController, because there is no... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Grant Paul | Began reworking of URL handling system; renamed a few... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ryan Petrich | Show dead sources |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ryan Petrich | Fix crash on Changes tab due to section index out of... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Remove (non-functional) shake-to-undo mechanism. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Use pngcrush to crush the images as we build the package. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | g++ -mthumb |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Removed random source icons from Cydia's package. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Display the size of the output package after dpkg-deb. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Use dpkg-deb -z to specify compression type. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Revert all PNG files to their pre-pngcrush state. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Further break down _profile usage for ChangesController. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Add database lock @synchronized to -[ChangesController... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Reallocate ChangesController::packages_ in _reloadPacka... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Allow profiling usage of Database::sections_ in -[Datab... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Add _unlikely() to conditions in -[Package unfiltered]. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Do not highlight section cell text while editing. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Fix 'resubmit form' dialog: new alert API crash. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Store Package::role_ as integer instead of NSString. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jay Freeman... | Cache section remap using APT cache pointer. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Grant Paul | Switch to native UITabBarController handling, and rewri... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Grant Paul | Allow BrowserView subclasses to be notified of changes... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Grant Paul | Code, not comments, to control if the navigation bar... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Grant Paul | You can now tap a loading button to manage a commercial... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Added Greek translation by limneos. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Add new package sorting engine (disabled due to speed... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Cleanup my stupidity: remove logging, fix landscape... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Fixed empty Statistics on confirm page if all statistic... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Factored out CYLoadingIndicator, fixed landscape launch... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Undo my own fix for the lack of pinstripes on the iPad... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | SpringBoard gets away with a completely fake status... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | remove obsolete methods left-over from UIViewController... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Renamed SourceTable to SourceController, makes much... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Disabled obsolete usage to AddSourceController. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Removed unused AddSourceController stub. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Grant Paul | Fix iPad pinstripes using private API; it sucks but... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Grant Paul | German localization update. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Jay Freeman... | Allow ./version.sh on a specified commit-ish. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Jay Freeman... | Reload all the crazy different iPad tabs. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Grant Paul | Fixed slight issue with last commit: always saved secti... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Grant Paul | Fixed bug switching tabs while editing sections, Sectio... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Grant Paul | Make errors not horribly ugly looking on the iPad. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jay Freeman... | More correctly handle a couple (impossible) corner... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jay Freeman... | Add _trace() calls around system() usage. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jay Freeman... | Use uikittools' sbreload for Finish_ in ('restart'... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jay Freeman... | Compile for 2.0 using 3.2 SDK (for now). |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jay Freeman... | Use reboot2() instead of system("reboot"). |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jay Freeman... | Prefer SBReboot() (when available) to system("reboot"). |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Jay Freeman... | Remove 1.x-compatible ApplicationIconBadge logic. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Grant Paul | Added Chinese localization (complete), updated English... |
commit | commitdiff | tree | snapshot |
next |