]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
Implement a flexible cydia object whitelist.
[cydia.git] / MobileCydia.mm
2011-03-07  Jay Freeman (saurik)Implement a flexible cydia object whitelist.
2011-03-07  Jay Freeman (saurik)Add package.selection.
2011-03-07  Jay Freeman (saurik)Add package.state.
2011-03-07  Jay Freeman (saurik)Export package.tags to JavaScript.
2011-03-07  Jay Freeman (saurik)Update firmware.ver to 4.
2011-03-07  Jay Freeman (saurik)I am too tired to fix this in MS, so I 'fixed' it here.
2011-03-07  Jay Freeman (saurik)Make the navigation action blocker actually useful.
2011-03-07  Jay Freeman (saurik)Simplify memory management of Source.
2011-03-07  Jay Freeman (saurik)Simplify and correct memory management of SearchController.
2011-03-07  Jay Freeman (saurik)Simplify and correct memory management of SectionContro...
2011-03-07  Jay Freeman (saurik)Simplify memory management of CYPackageController.
2011-03-07  Jay Freeman (saurik)Add -[BrowserController _allowNavigationAction] to...
2011-03-07  Jay Freeman (saurik)Allow JavaScript to swap in package names for ids.
2011-03-07  Jay Freeman (saurik)Export cydia.setNavigationBarTintColor() to JS.
2011-03-07  Jay Freeman (saurik)Mild typo: UIColor instead of self for group color.
2011-03-07  Jay Freeman (saurik)Solve the iPad pinstripes != gray problem.
2011-03-07  Jay Freeman (saurik)Add std::setlocale() (de-comment).
2011-03-07  Jay Freeman (saurik)Remove global Home_ variable helper.
2011-03-07  Jay Freeman (saurik)Add some debug logging to MS dlopen() calls.
2011-03-07  Jay Freeman (saurik)Use a single URL for HTML5 Offline routing.
2011-03-07  Jay Freeman (saurik)Export cydia.setHidesNavigationBar() to JavaScript.
2011-03-07  Jay Freeman (saurik)Actually use reloadData state machine everywhere.
2011-03-07  Jay Freeman (saurik)Verified and fixed code for configuration update.
2011-03-07  Jay Freeman (saurik)Use userInterfaceIdiom instead of isWildcat for /ui...
2011-03-07  Jay Freeman (saurik)Remove @2x from /ui/ URL.
2011-03-07  Jay Freeman (saurik)Expose download stats to JavaScript.
2011-03-07  Jay Freeman (saurik)Rename cydiaProgress.progress to .percent.
2011-03-07  Jay Freeman (saurik)Added cydia.setNavigationBarStyle().
2011-03-07  Jay Freeman (saurik)Added cydia.setHidesBackButton().
2011-03-07  Jay Freeman (saurik)We are supposed to have two rows of buttons on half...
2011-03-07  Jay Freeman (saurik)I cannot express how angry this mechanism makes me.
2011-03-07  Jay Freeman (saurik)Make cydia.getPackageById() return null instead of...
2011-03-07  Jay Freeman (saurik)Expose cydia.version to JavaScript.
2011-03-07  Jay Freeman (saurik)Comment document another cache_.Open() error.
2011-03-07  Jay Freeman (saurik)Compile Cydia version into Binary: don't lookup with...
2011-03-07  Jay Freeman (saurik)Support CydiaProgressEvent forItem: and return nulls...
2011-03-07  Jay Freeman (saurik)Do not claim dpkg-exec is a package (stupid APT).
2011-03-07  Jay Freeman (saurik)Use https:// to load HTML5 Offline.
2011-03-07  Jay Freeman (saurik)Support about:cydia- in addition to cydia://.
2011-03-07  Jay Freeman (saurik)Allow token read access back to JavaScript.
2011-03-07  Jay Freeman (saurik)Support cydia.setToken(null).
2011-03-07  Jay Freeman (saurik)Apple's bridge requires NSNull.
2011-03-07  Jay Freeman (saurik)Exposing more stuff to JavaScript.
2011-02-23  Jay Freeman (saurik)Do not show ProgressController Close if running.
2011-02-23  Jay Freeman (saurik)Complete reimplementation of "progress" using HTML5...
2011-02-23  Jay Freeman (saurik)Do not display errors during cancel.
2011-02-23  Jay Freeman (saurik)Debugging aid for {retain,release}NetworkActivityIndicator.
2011-02-23  Jay Freeman (saurik)Add cydia.scrollToBottom().
2011-02-23  Jay Freeman (saurik)Add cydia.removeButton().
2011-02-23  Jay Freeman (saurik)Slightly more compliant / safer NSRunLoop mode.
2011-02-23  Jay Freeman (saurik)Fix inverted logic on rpetrich's UpdateExternalStatus...
2011-02-23  Jay Freeman (saurik)Use stack to store temporary SHA1SumValues.
2011-02-23  Jay Freeman (saurik)Remove obsolete -[ProgressController isRunning].
2011-02-23  Jay Freeman (saurik)Export CydiaProgressEvent to JavaScript.
2011-02-23  Jay Freeman (saurik)Simplify if logic in -[CydiaProgressEvent compoundTitle].
2011-02-23  Jay Freeman (saurik)Primary excursion into improving memory management.
2011-02-23  Jay Freeman (saurik)Standardized on [delegate_ {retain,release}NetworkActiv...
2011-02-23  Jay Freeman (saurik)Drastic simplification of ProgressController API.
2011-02-22  Jay Freeman (saurik)Remove seemingly incorrect special case for /var/lib...
2011-02-21  Jay Freeman (saurik)Commit separate errors during popErrorWithTitle:.
2011-02-21  Jay Freeman (saurik)Rename isCancelling: to isProgressCancelled.
2011-02-21  Jay Freeman (saurik)Always use popErrorWithTitle: for list.ReadMainList().
2011-02-21  Jay Freeman (saurik)Call through to pkgAcquireStatus::Start/Stop().
2011-02-21  Jay Freeman (saurik)Do not double log fetch errors.
2011-02-21  Jay Freeman (saurik)Pop pending fetch errors.
2011-02-21  Jay Freeman (saurik)Retain the network activity indicator before the downlo...
2011-02-21  Jay Freeman (saurik)Remove (id) typecast from CydiaApp.
2011-02-21  Jay Freeman (saurik)Remove class Progress: it was slow anyway.
2011-02-20  Jay Freeman (saurik)The configuration alert is not dismissed.
2011-02-20  Jay Freeman (saurik)Refactor _detachNewThreadData as _detachNewThreadInvoca...
2011-02-20  Jay Freeman (saurik)Add package.getField(name).
2011-02-20  Jay Freeman (saurik)Reset the 'external status' to 0 when Cydia starts.
2011-02-20  Jay Freeman (saurik)Don't restart SpringBoard if download failed.
2011-02-20  Jay Freeman (saurik)Factor out -[ConfirmationController complete].
2011-02-20  Jay Freeman (saurik)Factor confirmation controller variables to a single...
2011-02-20  Jay Freeman (saurik)Entirely theoretical getInstalledPackages() threading...
2011-02-20  Jay Freeman (saurik)Add explanatory threading comment to -[ChangesControlle...
2011-02-20  Jay Freeman (saurik)Use setViewportWidth: only on main thread.
2011-02-20  Jay Freeman (saurik)Move setToken: to main thread for Metadata_.
2011-02-20  Jay Freeman (saurik)Use Metadata_['LastUpdate'] on main thread.
2011-02-20  Jay Freeman (saurik)Use -[Cydia retain/releaseNetworkActivityIndicator...
2011-02-20  Jay Freeman (saurik)-[BrowserController close] can only be used on the...
2011-02-20  Jay Freeman (saurik)Move setConfigurationData: to main thread.
2011-02-20  Jay Freeman (saurik)Move addProgressOutput: to main thread.
2011-02-20  Jay Freeman (saurik)Move setProgressTitle: to main thread.
2011-02-20  Jay Freeman (saurik)Move setProgressPercent: to main thread, taking NSNumbe...
2011-02-19  Jay Freeman (saurik)Remove obsolete -[CydiaObject setSpecial:].
2011-02-19  Jay Freeman (saurik)Expose sysctl read access to JavaScript.
2011-02-19  Jay Freeman (saurik)Shuffle set of system variables accessible via JS.
2011-02-19  Jay Freeman (saurik)Add JavaScript interface to get sources.
2011-02-19  Jay Freeman (saurik)For safety's sake, let's addTrivialSources: on the...
2011-02-19  Jay Freeman (saurik)Slightly safer ordering of _saveConfig / cydia.list.
2011-02-19  Jay Freeman (saurik)Allow JavaScript to alter and refresh sources.
2011-02-19  Jay Freeman (saurik)Finally FINALLY found and fixed the root cause of un...
2011-02-19  Jay Freeman (saurik)Factor source addition out to -[Cydia addTrivialSource:].
2011-02-19  Jay Freeman (saurik)Support lazy loading of PackageListControllers.
2011-02-19  Jay Freeman (saurik)Drastic simplification of Source management.
2011-02-19  Jay Freeman (saurik)Support Activator and libstatusbar.
2011-02-19  Dustin L. HowettDisplay "Ignore Upgrades" in its own section with its...
2011-02-19  Dustin L. HowettDon't display "Ignore Upgrades" if the package isn...
next