From e192d271f8f5ad570be72bd7ec780070c9bbfec9 Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Sun, 11 Jun 2023 22:19:01 -0700 Subject: [PATCH 1/2] :bug: Ensure that the normal click works on android even if actions are present This fixes https://github.com/e-mission/e-mission-docs/issues/910 --- package.cordovabuild.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.cordovabuild.json b/package.cordovabuild.json index f21d7c89e..572a65282 100644 --- a/package.cordovabuild.json +++ b/package.cordovabuild.json @@ -85,7 +85,7 @@ "cordova-plugin-inappbrowser": "5.0.0", "cordova-plugin-ionic-keyboard": "2.2.0", "cordova-plugin-ionic-webview": "5.0.0", - "cordova-plugin-local-notification-12": "0.1.4", + "cordova-plugin-local-notification-12": "github:e-mission/cordova-plugin-local-notification-12#v0.1.4-fix-android-action", "cordova-plugin-x-socialsharing": "6.0.4", "fs-extra": "^9.0.1", "klaw-sync": "^6.0.0", From 1183a12bd58ca687a13ef38024ca4fac8c7c43a2 Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Tue, 20 Jun 2023 21:07:05 -0700 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=B8=20Make=20sure=20that=20the=20e?= =?UTF-8?q?rror=20message=20is=20positive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.cordovabuild.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.cordovabuild.json b/package.cordovabuild.json index 572a65282..974ef2bb6 100644 --- a/package.cordovabuild.json +++ b/package.cordovabuild.json @@ -73,7 +73,7 @@ "cordova-plugin-app-version": "0.1.14", "cordova-plugin-customurlscheme": "5.0.2", "cordova-plugin-device": "2.1.0", - "cordova-plugin-em-datacollection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.7.7", + "cordova-plugin-em-datacollection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.7.8", "cordova-plugin-em-opcodeauth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.7.1", "cordova-plugin-em-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.5", "cordova-plugin-em-serversync": "git+https://github.com/e-mission/cordova-server-sync.git#v1.3.1",