Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump cordova-android from 4.1.1 to 6.0.0 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 3, 2020

Bumps cordova-android from 4.1.1 to 6.0.0.

Changelog

Sourced from cordova-android's changelog.

6.0.0 (Oct 20, 2016)

This release adds significant functionality, and also introduces a number of breaking changes. Some of the changes to the code base will be of particular interest to third party webview plugin developers.

Major Changes

  • Primary bridge is the EVAL_BRIDGE, which tells the WebView to execute JS directly. This is more stable than the ONLINE_EVENT bridge
  • Full Support for Android Nougat (API 24)
  • Ice Cream Sandwich Support has been deprecated. Minimum Supported Android Version is Jellybean (API 16/ Android 4.1)
  • Plugin Installation now CLEANS the build directory, this speeds up gradle build times and allows for CLI develoment to be more predictable

Changes For Third-Party WebView Developers:

  • executeJavascript method added and is an abstract method that must be implemented
  • the EVAL_BRIDGE must be added to the WebView

Curated Changes from the Git Commit Logs

  • Updating the gradle build for test to use the latest
  • CB-11083 Fixing syncronous file check and future-proofing the JS for Travis
  • CB-11083 Reading files to check for CordovaLib dependency, if so, we exclude CordovaLib to be safe
  • CB-11083 Plugin build script for dependencies without a gradle file
  • CB-11083 The GradleBuidler can tell the difference between a Cordova Plugin Framework and a regular framework based on the name
  • CB-11083 Fix to deal with custom frameworks with their own Gradle configuration
  • CB-12003 updated node_modules
  • CB-11771 Deep symlink directories to target project instead of linking the directory itself
  • CB-11880 android: Fail-safe for cordova.exec()
  • CB-11999 add message, catch exception if require fails
  • fix issue with app_name containing apostrophes
  • CB-8722 - Move icons from drawable to mipmap
  • CB-11964 Call clean after plugin install and mock it in tests
  • Did a try/catch to deal with the unit tests vs actual project environment, code duplication is needed because of builderEnv
  • CB-11964 Do a clean when installing a plugin to et around the bug
  • CB-11921 - Add github pull request template
  • CB-11935 Does a best-effort attempt to pause any processing that can be paused safely, such as animations and geolocation.
  • CB-11640 Fixing check_reqs.js so it actually works
  • CB-11640 Changing requirements check to ask for Java 8
  • CB-11869 Fix cordova-js android exec tests
  • CB-11907 Bumping Gradle to work with Android Studio 2.2 and the Android Gradle Plugin
  • Enable background start of Cordova Android apps
  • fixing jshint issues
  • replace Integer.parseInt with BigInteger so that you can use longer Android version codes
  • CB-11828 Adding dirty userAgent checking to see if we're running Jellybean or not for bridge modes
  • CB-11828 Switching default bridge back to ONLINE_BRIDGE
  • Add gradle build flag to enable dex in process for large projects
  • added ability for cordova activity to be viewed in a real full screen regardless of android version (as was the case in previous cordova versions)
  • Updating travis
  • Adding Static Method to CoreAndroid Plugin so we can get the BuildConfig data from other plugins
  • Bump Target and Min API levels
  • Make evaluateJavaScript brige default
Commits
  • 355aae7 Fix for broken testUrl test
  • 5b4524a Last minute change of test targets
  • 33ac5c2 Set VERSION to 6.0.0 (via coho)
  • 3ac3688 Update JS snapshot to version 6.0.0 (via coho)
  • 81dfe96 CB-12038 Updated RELEASENOTES and Version for release 6.0.0
  • efa23bd Updating the gradle build for test to use the latest
  • 6aa4b1b CB-11083: Fixing syncronous file check and future-proofing the JS for Travis
  • 304cbef CB-11083: Reading files to check for CordovaLib dependency, if so, we exclude...
  • 263968e CB-11083: Plugin build script for dependencies without a gradle file
  • c05521e CB-11083: The GradleBuidler can tell the difference between a Cordova Plugin ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants