summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-07Jobsification.Grant Paul
2011-03-07I like the iOS 4.0 SDK.Jay Freeman (saurik)
2011-03-07I am too tired to fix this in MS, so I 'fixed' it here.Jay Freeman (saurik)
2011-03-07OMG, I forgot to commit this logic inversion.Jay Freeman (saurik)
2011-03-07Make the navigation action blocker actually useful.Jay Freeman (saurik)
2011-03-07Simplify memory management of Source.Jay Freeman (saurik)
2011-03-07Simplify and correct memory management of SearchController.Jay Freeman (saurik)
2011-03-07Simplify and correct memory management of SectionController.Jay Freeman (saurik)
2011-03-07Simplify memory management of CYPackageController.Jay Freeman (saurik)
2011-03-07Add -[BrowserController _allowNavigationAction] to limit _top usage.Jay Freeman (saurik)
2011-03-07DHowett told me I forgot this critical file. :(Jay Freeman (saurik)
2011-03-07Use _H<> for BrowserController::request_.Jay Freeman (saurik)
2011-03-07Allow JavaScript to swap in package names for ids.Jay Freeman (saurik)
2011-03-07Export cydia.setNavigationBarTintColor() to JS.Jay Freeman (saurik)
2011-03-07Mild typo: UIColor instead of self for group color.Jay Freeman (saurik)
2011-03-07Solve the iPad pinstripes != gray problem.Jay Freeman (saurik)
2011-03-07Add std::setlocale() (de-comment).Jay Freeman (saurik)
2011-03-07Remove global Home_ variable helper.Jay Freeman (saurik)
2011-03-07Add some debug logging to MS dlopen() calls.Jay Freeman (saurik)
2011-03-07Use a single URL for HTML5 Offline routing.Jay Freeman (saurik)
2011-03-07Export cydia.setHidesNavigationBar() to JavaScript.Jay Freeman (saurik)
2011-03-07Actually use reloadData state machine everywhere.Jay Freeman (saurik)
2011-03-07This delegate_ is _transient.Jay Freeman (saurik)
2011-03-07Verified and fixed code for configuration update.Jay Freeman (saurik)
2011-03-07Use userInterfaceIdiom instead of isWildcat for /ui/ URL.Jay Freeman (saurik)
2011-03-07Remove @2x from /ui/ URL.Jay Freeman (saurik)
2011-03-07Expose download stats to JavaScript.Jay Freeman (saurik)
2011-03-07Rename cydiaProgress.progress to .percent.Jay Freeman (saurik)
2011-03-07Added cydia.setNavigationBarStyle().Jay Freeman (saurik)
2011-03-07Added cydia.setHidesBackButton().Jay Freeman (saurik)
2011-03-07We are supposed to have two rows of buttons on half errors.Jay Freeman (saurik)
2011-03-07I cannot express how angry this mechanism makes me.Jay Freeman (saurik)
2011-03-07Make cydia.getPackageById() return null instead of undefined.Jay Freeman (saurik)
2011-03-07Expose cydia.version to JavaScript.Jay Freeman (saurik)
2011-03-07Minor code refactor of version.sh (unneccessary).Jay Freeman (saurik)
2011-03-07Comment document another cache_.Open() error.Jay Freeman (saurik)
2011-03-07Compile Cydia version into Binary: don't lookup with APT.Jay Freeman (saurik)
2011-03-07Support CydiaProgressEvent forItem: and return nulls to JS.Jay Freeman (saurik)
2011-03-07Do not claim dpkg-exec is a package (stupid APT).Jay Freeman (saurik)
2011-03-07Use https:// to load HTML5 Offline.Jay Freeman (saurik)
2011-03-07Support about:cydia- in addition to cydia://.Jay Freeman (saurik)
2011-03-07Allow token read access back to JavaScript.Jay Freeman (saurik)
2011-03-07Support cydia.setToken(null).Jay Freeman (saurik)
2011-03-07Apple's bridge requires NSNull.Jay Freeman (saurik)
2011-03-07Exposing more stuff to JavaScript.Jay Freeman (saurik)
2011-02-23Do not show ProgressController Close if running.Jay Freeman (saurik)
2011-02-23Complete reimplementation of "progress" using HTML5 Offline.Jay Freeman (saurik)
2011-02-23Do not display errors during cancel.Jay Freeman (saurik)
2011-02-23Debugging aid for {retain,release}NetworkActivityIndicator.Jay Freeman (saurik)
2011-02-23Add cydia.scrollToBottom().Jay Freeman (saurik)