@capacitor/android
Advanced tools
Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.7
@@ -6,2 +6,20 @@ # Change Log | ||
# [3.0.0-alpha.7](https://github.com/ionic-team/capacitor/compare/2.4.4...3.0.0-alpha.7) (2020-12-02) | ||
### Bug Fixes | ||
* **android:** dont release calls that are manually saved, eg listeners/watchers ([#3857](https://github.com/ionic-team/capacitor/issues/3857)) ([f1c8fe9](https://github.com/ionic-team/capacitor/commit/f1c8fe9e039d25eff2122fe915f17e84477427eb)) | ||
* **android:** fixed breaking change to `handleOnActivityResult` ([#3888](https://github.com/ionic-team/capacitor/issues/3888)) ([5fd60e6](https://github.com/ionic-team/capacitor/commit/5fd60e607b79b46cec08c6af1674305b1199d0a4)) | ||
* **android:** resolve undefined for both checkPermissions and requestPermissions by default ([#3855](https://github.com/ionic-team/capacitor/issues/3855)) ([383f62b](https://github.com/ionic-team/capacitor/commit/383f62b2b6531c579aac469e29b7c1c0c1f7540f)) | ||
### Features | ||
* automatically import Android plugins ([#3788](https://github.com/ionic-team/capacitor/issues/3788)) ([aa1e1c6](https://github.com/ionic-team/capacitor/commit/aa1e1c604e260cc8babb0e7f5230f692bdcf6f09)) | ||
* **android:** Add handlePermissions function for plugins to call ([#3768](https://github.com/ionic-team/capacitor/issues/3768)) ([3a7e282](https://github.com/ionic-team/capacitor/commit/3a7e282a7515784dd343bbf1e3d52e0299bac887)) | ||
* **android:** modified plugin annotation format for multi-permissions and empty (auto-grant) ([#3822](https://github.com/ionic-team/capacitor/issues/3822)) ([1b5a3bd](https://github.com/ionic-team/capacitor/commit/1b5a3bdeb1b35612cf04e58bdf2fca68a0832a14)) | ||
# [3.0.0-alpha.6](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.5...3.0.0-alpha.6) (2020-10-30) | ||
@@ -22,4 +40,55 @@ | ||
# [3.0.0-alpha.5](https://github.com/ionic-team/capacitor/compare/2.4.2...3.0.0-alpha.5) (2020-10-06) | ||
### Bug Fixes | ||
* **android:** BridgeFragment NullPointerException ([#3553](https://github.com/ionic-team/capacitor/issues/3553)) ([8ea982a](https://github.com/ionic-team/capacitor/commit/8ea982a1136ece4f491cb5c60319ac0a6421ebbd)) | ||
# [3.0.0-alpha.4](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.3...3.0.0-alpha.4) (2020-09-23) | ||
# [3.0.0-alpha.3](https://github.com/ionic-team/capacitor/compare/2.4.1...3.0.0-alpha.3) (2020-09-15) | ||
# [3.0.0-alpha.2](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2020-08-31) | ||
# [3.0.0-alpha.1](https://github.com/ionic-team/capacitor/compare/2.4.0...3.0.0-alpha.1) (2020-08-21) | ||
# [3.0.0-alpha.0](https://github.com/ionic-team/capacitor/compare/2.3.0...3.0.0-alpha.0) (2020-07-23) | ||
### Features | ||
* **android:** add custom plugins to BridgeFragment ([#3280](https://github.com/ionic-team/capacitor/issues/3280)) ([d131a5f](https://github.com/ionic-team/capacitor/commit/d131a5fed2b9ae29b6952397ec2f81104545b749)) | ||
# [3.0.0-alpha.6](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.5...3.0.0-alpha.6) (2020-10-30) | ||
### Bug Fixes | ||
* **android:** avoid crash on input file capture ([#3715](https://github.com/ionic-team/capacitor/issues/3715)) ([f502a99](https://github.com/ionic-team/capacitor/commit/f502a9964e28012980d636014043e86e918031d7)) | ||
### Features | ||
* improve permissions ([eec61a6](https://github.com/ionic-team/capacitor/commit/eec61a6d8d8edfe94aea1a361787d1e6c736e20d)) | ||
* unified errors and error codes ([#3673](https://github.com/ionic-team/capacitor/issues/3673)) ([f9e0803](https://github.com/ionic-team/capacitor/commit/f9e08038aa88f7453e8235f380d2767a12a7a073)) | ||
# [3.0.0-alpha.5](https://github.com/ionic-team/capacitor/compare/3.0.0-alpha.4...3.0.0-alpha.5) (2020-10-06) | ||
@@ -26,0 +95,0 @@ |
{ | ||
"name": "@capacitor/android", | ||
"version": "3.0.0-alpha.6", | ||
"version": "3.0.0-alpha.7", | ||
"description": "Capacitor: cross-platform mobile apps with the web", | ||
"homepage": "https://capacitor.ionicframework.com/", | ||
"homepage": "https://capacitorjs.com/", | ||
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ", | ||
"license": "MIT", | ||
"files": [ | ||
"capacitor/build.gradle", | ||
"capacitor/src/main/" | ||
], | ||
"scripts": { | ||
@@ -19,5 +23,5 @@ "verify": "./gradlew clean build test -b capacitor/build.gradle -Pandroid.useAndroidX=true -Pandroid.enableJetifier=true" | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0-alpha.2" | ||
"@capacitor/core": "~3.0.0-alpha.7" | ||
}, | ||
"gitHead": "d856b56b20d2b33865f8c8ea4226c8ce214458b4" | ||
"gitHead": "7e16eca5ba10a46db4af2e6ea81c20a07ac79767" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253470
55