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

fix(deps): update dependency cordova-android to v9 #6

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 1, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cordova-android ^7.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

apache/cordova-android

v9.1.0

Compare Source

Features:

  • GH-1104 feat: support gzip encoding requests & use GZIPInputStream
  • GH-1167 feat: handle intent:// scheme links with browser_fallback_url param
  • GH-1179 feat: add repositories support
  • GH-1173 feat(android-studio): display app name as project name
  • GH-1113 feat: webp support for splashscreen
  • GH-1125 feat(Adb): list devices and emulators in one go

Fixes:

  • GH-1186 fix: copy repositories.gradle to project on create
  • GH-1184 fix: unit-test failure
  • GH-733 fix(splashscreen): nav & title bar showing in fullscreen mode
  • GH-1157 fix: restore key event handlers when DOM element is fullscreen
  • GH-1073 fix(android): Avoid Crash Report: ConcurrentModificationException
  • GH-1148 fix: add not null checks to prevent running on destroyed activity
  • GH-1091 fix: concurrent modification exception (#​924)
  • GH-1153 fix: optional arch parameter
  • GH-1136 fix(prepare): mapImageResources always returning []
  • GH-1111 fix(android): allow file access for existing behavior
  • GH-1045 fix: Reflect minimum required NodeJS
  • GH-1084 fix(prepare): fix pattern used to collect image resources
  • GH-1014 fix(pluginHandlers): properly check if path is inside another
  • GH-1018 fix: gradle ignore properties
  • GH-1185 fix(regression): Cannot read version of undefined caused by Java refactor
  • GH-1117 fix: allow changing min sdk version

Refactors:

  • GH-1101 refactor: unify target resolution for devices & emulators
  • GH-1130 refactor: java checks
  • GH-1099 refactor(ProjectBuilder): clean up output file collection code
  • GH-1123 refactor: unify installation on devices & emulators
  • GH-1102 refactor(check_reqs): cleanup default Java location detection on Windows
  • GH-1103 refactor: do not kill adb on UNIX-like systems
  • GH-1086 refactor(retry): simplify retryPromise using modern JS
  • GH-1085 refactor(utils): reduce number of utils
  • GH-1046 refactor: Stop suppressing un-needed TruelyRandom lints
  • GH-1016 refactor: save ProjectBuilder instance in Api instance
  • GH-1108 refactor: remove copied Adb.install from emulator.install

Chores:

  • GH-1196 chore: add missing header license
  • chore(asf): Update GitHub repo metadata
  • GH-1183 chore: rebuilt package-lock
  • GH-1015 chore: remove unnecessary stuff
  • GH-1081 chore(pkg): remove deprecated no-op field "engineStrict"
  • GH-1019 chore: remove unused emulator.create_image and its dependencies

Tests & CI:

  • GH-1017 test(java): fix, improve and move clean script
  • GH-1012 test: fix missing stack traces in jasmine output
  • GH-1013 test(pluginHandlers/common): better setup & teardown
  • GH-1094 test: fix unit test failures for certain random orders
  • GH-1094 test: ensure single top-level describe block in test file
  • GH-1129 test(java): remove duplicate code in BackButtonMultipageTest
  • GH-975 ci: Added Node 14.x

v9.0.0

Compare Source

  • GH-1005 chore: set AndroidX off by default
  • GH-971 fix: Accept multiple mime types on file input
  • GH-1001 fix: support both adaptive and standard icons at the same time
  • GH-985 fix: Plugin install fails when preview sdk is installed
  • GH-994 chore: cleanup yaml files
  • GH-999 chore: remove trailing spaces from Java sources
  • GH-992 chore: update some dependencies
  • GH-998 chore: remove trailing spaces from framework build files
  • GH-997 chore: remove trailing spaces from project template
  • GH-996 chore: remove trailing spaces from bat files
  • GH-995 remove trailing spaces from markdown files
  • GH-993 chore: update devDependencies
  • GH-987 breaking: reduce combined response cutoff to 16 MB
  • GH-988 major: Gradle 6.5 & Android Gradle plugin 4.0.0 updates
  • GH-990 chore: remove trailing spaces from app/build.gradle
  • GH-989 breaking: remove legacy/build.gradle from template
  • GH-978 fix: wait_for_boot waiting forever
  • GH-965 fix: Increased detectArchitecture() timeout
  • GH-962 breaking: Bump Android gradle plugin to 3.6.0
  • GH-948 feature: JVM Args flag
  • GH-951 fix: ANDROID_SDK_ROOT variable
  • GH-959 test: synced AndroidX gradle versions to the same version as the Android test
  • GH-960 feat: com.android.tools.build:gradle:3.5.3
  • GH-956 chore(npm): add package-lock.json
  • GH-958 chore(npm): add ignore list
  • GH-957 chore: various cleanup
  • GH-955 chore(eslint): bump package & apply eslint fix
  • GH-954 breaking(npm): bump packages
  • GH-953 chore(npm): use short notation in package.json
  • GH-823 fix: prevent exit fullscreen mode from closing application
  • GH-950 fix: removed redundent logcat print
  • GH-915 breaking: bump minSdkVersion to 22 and drop pre-Lollipop specific code
  • GH-941 fix: GH-873 App bundle builds to obey command-line arguments
  • GH-940 ci: drop travis & move codecov to gh-actions
  • GH-929 chore: updated README to reflect what Android requires more accurately, which is Java 8, not anything less, not anything greater. Java 1.8.x is required.
  • GH-937 fix: GH-935 replaced compare-func with native sort method
  • GH-939 fix: test failure with shebang interpreter in rewired files
  • GH-911 refactor: use es6 class
  • GH-910 refactor (eslint): use cordova-eslint
  • GH-909 chore: remove appveyor residual
  • GH-895 feat: add github actions
  • GH-842 refactor: remove shelljs dependency
  • GH-896 feat: add Kotlin support
  • GH-901 feat: add AndroidX support
  • GH-849 fix: cordova requirements consider the android-targetSdkVersion
  • GH-904 fix (adb): shell to return expected stdout
  • GH-792 feat: upgrade gradle to 6.1 & gradle build tools to 3.5.3
  • GH-902 chore: remove .project file & add .settings to gitignore
  • GH-900 refactor: simplify doFindLatestInstalledBuildTools
  • GH-751 feat: use Java package name for loading BuildConfig
  • GH-898 chore: rename gradle plugin google services preference options
  • GH-893 feat: add Google Services support
  • GH-709 feat: add version-compare library to compare build-tools versions properly.
  • GH-831 chore: ignore auto-generated eclipse buildship files
  • GH-848 breaking: increased default target sdk to 29
  • GH-859 breaking: removed unnecessary project name restriction
  • GH-833 chore: drop q module
  • GH-862 chore: replace superspawn & child_process with execa
  • GH-860 feat: don't filter gradle's stderr anymore
  • GH-832 chore: drop node 6 and 8 support
  • GH-890 chore: bump version to 9.0.0-dev
  • GH-697 chore: optimization code
  • GH-863 chore: removed comment that serves no purpose
  • GH-861 chore: update jasmine to 3.5.0
  • GH-858 chore: modernize our one E2E test
  • GH-854 chore: ensure to lint as many files as possible

v8.1.0

Compare Source

  • GH-827 chore: bump dependencies for release 8.1.0
  • GH-651 feat: added multiple selection for filepicker
  • GH-672 chore: compress files in /res with tinypng.com
  • GH-815 fix: clean command
  • GH-750 Don't request focus explicitly if not needed
  • GH-800 GH-799 (android) Stop webview from restarting when activity resizes
  • GH-764 feat: Build app bundles (.aab files)
  • GH-788 Simplify apkSorter using compare-func package
  • GH-787 Simplify and fix promise handling in specs
  • GH-784 Properly handle promise in create script
  • GH-783 Do not clobber process properties with test mocks
  • GH-782 Do not clobber console.log to spy on it
  • GH-724 Add Node.js 12 to CI Services
  • GH-777 ci(travis): set dist: trusty in .travis.yml
  • GH-779 Consistent order from ProjectBuilder.apkSorter
  • GH-778 test: use verbose spec reporter
  • GH-774 rewire workaround for NodeJS 12
  • GH-772 nyc@14 update in devDependencies
  • GH-765 ci(travis): Fix Android SDK
  • GH-713 Do not explicitly require modules from project directory
  • GH-676 Added allprojects repositories for Framework Release Builds
  • GH-699 Improve Gradle Build Arguments
  • GH-710 Fix deprecation warning in SystemCookieManager
  • GH-691 GH-690: Run prepare with the correct ConfigParser
  • GH-673 Updated Android_HOME Test to Follow GH-656 Change

v8.0.0

Compare Source

  • GH-669 Added Missing License Headers
  • GH-655 Use custom Gradle properties to read minSdkVersion value from config.xml
  • GH-656 Quick fix to support Android_SDK_ROOT
  • GH-632 Ignore more Gradle build artifacts in Android project
  • GH-642 Android tools 3.3 & Gradle 4.10.3 update
  • GH-654 Quick updates to top-level project.properties
  • GH-635 Ignore Android Studio .idea files in project
  • GH-624 Add missing log to Java version check
  • GH-630 Update emulator.js to fix issue GH-608
  • GH-626 Added package-lock.json to .gitignore
  • GH-620 Fix requirements error messages for JDK 8
  • GH-619 javac error message fixes in requirements check
  • GH-612 Android Platform Release Preparation (Cordova 9)
  • GH-607 Copy node_modules if the directory exists
  • GH-582 Improve Test README
  • GH-589 Rewrite install dir resolution for legacy plugins
  • GH-572 Resolve issue with plugin target-dir="app*" subdirs
  • GH-567 Output current package name if package name can't be validated
  • GH-507 Gradle Updates
  • GH-559 Eslint ignore version file
  • GH-550 Fix for old plugins with non-Java sources
  • GH-558 Update cordova.js from [email protected]
  • GH-553 Check for build-extras.gradle in the app-parent directory
  • GH-551 Add missing cast for cdvMinSdkVersion
  • GH-539 Fix destination path fallback
  • GH-544 Remove obsolete check for JellyBean
  • GH-465 Removes Gradle property in-line command arguments for gradle.properties
  • GH-523 Always put the Google repo above jcenter
  • GH-486 Change deprecated "compile" to "implementation"
  • GH-495 Incorrect default sdk version issue fix
  • GH-493 Remove bundled dependencies
  • GH-490 Fixes build & run related bugs from builder refactor
  • GH-464 Unit tests for Android_sdk and AndroidProject
  • GH-448 CB-13685 Adaptive Icon Support
  • GH-487 Do not attempt an activity intent AND a url load into the webview, return from the internal webview load.
  • GH-461 Remove old builders code
  • GH-463 Emulator: Add unit tests and remove Q
  • GH-462 Device: Add unit tests and remove Q
  • GH-457 Emulator: handle "device still connecting" error
  • GH-445 Run and retryPromise improvements and tests
  • GH-453 Lint JS files w/out extension too
  • GH-452 Emit log event instead of logging directly
  • GH-449 Increase old plugin compatibility
  • GH-442 Fixes and cleanup for Java tests and CI
  • GH-446 CB-14101 Fix Java version check for Java >= 9
  • CB-14127 Move google maven repo ahead of jcenter
  • CB-14038 Fix false positive detecting project type
  • CB-14008 Updating Gradle Libraries to work with Android Studio 3.1.0
  • CB-13975 Fix to fire pause event when cdvStartInBackground=true
  • CB-13830 Add handlers for plugins that use non-Java source files, such as Camera
  • CB-13923 Fix -1 length for compressed files

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant