From 0991d53570c357a30de0f5277e710fdbba2eda7e Mon Sep 17 00:00:00 2001 From: Ajoymaity Date: Fri, 25 Aug 2023 15:35:11 +0530 Subject: [PATCH 1/3] Issue #ED-2733 feat: Update splash screen plugin and remove splash style --- config.xml | 1 - package-lock.json | 4 ++-- package.json | 2 +- splash_styles.xml | 8 -------- 4 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 splash_styles.xml diff --git a/config.xml b/config.xml index db6a7b2839..cbc138be49 100644 --- a/config.xml +++ b/config.xml @@ -71,7 +71,6 @@ - diff --git a/package-lock.json b/package-lock.json index 16f59f1501..a532e76fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7597,8 +7597,8 @@ "integrity": "sha512-og7UmXbaWoSrOmo/mZu/c7vKDdUMu2eVrdRMvIJY6qqZ6Fv2BrJvOXm8prVt0xjWqWOMJpQs3DAajX8+N39Cqw==" }, "cordova-plugin-sunbirdsplash": { - "version": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#4d4aaeb3029a3e3c684e305780dac463b329c27c", - "from": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.0.2" + "version": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#97bc1baa54720902fa9d2b56b71fdb67e8c2ca0f", + "from": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-6.0.0" }, "cordova-plugin-telerik-imagepicker": { "version": "2.3.3", diff --git a/package.json b/package.json index cc87bc3bf8..077e03c807 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "cordova-plugin-secure-storage-echo": "^5.1.1", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-streaming-media": "^2.3.0", - "cordova-plugin-sunbirdsplash": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.0.2", + "cordova-plugin-sunbirdsplash": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-6.0.0", "cordova-plugin-webview-checker": "^1.0.1", "cordova-plugin-whitelist": "^1.3.5", "cordova-plugin-x-socialsharing": "^6.0.3", diff --git a/splash_styles.xml b/splash_styles.xml deleted file mode 100644 index 63e4dac41a..0000000000 --- a/splash_styles.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - From 19cc577efe318e7483d7a2315d146a46c6071cbb Mon Sep 17 00:00:00 2001 From: Ajoymaity Date: Fri, 25 Aug 2023 18:28:55 +0530 Subject: [PATCH 2/3] Issue #ED-2733 fix: Update splashscreen plugin for android 33 --- build_config | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_config b/build_config index a8b77d2728..aea663a2fa 100644 --- a/build_config +++ b/build_config @@ -40,7 +40,7 @@ cordova-plugin=cordova-plugin-media cordova-plugin=cordova.plugins.diagnostic sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-openrap.git sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-qr-scanner.git#release-5.0.2 -sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.0.2 +sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.19 sunbird-cordova-plugin=https://github.com/project-sunbird/sb-cordova-plugin-sync.git sunbird-cordova-plugin=https://github.com/subranil/cordova-plugin-inappupdatemanager.git#release-3.7.0 cordova-plugin=uk.co.workingedge.phonegap.plugin.istablet diff --git a/package-lock.json b/package-lock.json index a532e76fa2..f14ca92469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7598,7 +7598,7 @@ }, "cordova-plugin-sunbirdsplash": { "version": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#97bc1baa54720902fa9d2b56b71fdb67e8c2ca0f", - "from": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-6.0.0" + "from": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.19" }, "cordova-plugin-telerik-imagepicker": { "version": "2.3.3", diff --git a/package.json b/package.json index 077e03c807..e7b257c764 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "cordova-plugin-secure-storage-echo": "^5.1.1", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-streaming-media": "^2.3.0", - "cordova-plugin-sunbirdsplash": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-6.0.0", + "cordova-plugin-sunbirdsplash": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.19", "cordova-plugin-webview-checker": "^1.0.1", "cordova-plugin-whitelist": "^1.3.5", "cordova-plugin-x-socialsharing": "^6.0.3", From 52991fd9a00d9dd299f615a32a510b8051e41493 Mon Sep 17 00:00:00 2001 From: Ajoymaity Date: Fri, 25 Aug 2023 18:48:49 +0530 Subject: [PATCH 3/3] Issue #ED-2733 fix: Update splashscreen plugin for android 33 --- build_config | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_config b/build_config index aea663a2fa..db33da0130 100644 --- a/build_config +++ b/build_config @@ -40,7 +40,7 @@ cordova-plugin=cordova-plugin-media cordova-plugin=cordova.plugins.diagnostic sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-openrap.git sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-qr-scanner.git#release-5.0.2 -sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.19 +sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.10 sunbird-cordova-plugin=https://github.com/project-sunbird/sb-cordova-plugin-sync.git sunbird-cordova-plugin=https://github.com/subranil/cordova-plugin-inappupdatemanager.git#release-3.7.0 cordova-plugin=uk.co.workingedge.phonegap.plugin.istablet diff --git a/package-lock.json b/package-lock.json index f14ca92469..26a9d1272f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7598,7 +7598,7 @@ }, "cordova-plugin-sunbirdsplash": { "version": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#97bc1baa54720902fa9d2b56b71fdb67e8c2ca0f", - "from": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.19" + "from": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.10" }, "cordova-plugin-telerik-imagepicker": { "version": "2.3.3", diff --git a/package.json b/package.json index e7b257c764..6474529467 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "cordova-plugin-secure-storage-echo": "^5.1.1", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-streaming-media": "^2.3.0", - "cordova-plugin-sunbirdsplash": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.19", + "cordova-plugin-sunbirdsplash": "git+https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-5.1.0.10", "cordova-plugin-webview-checker": "^1.0.1", "cordova-plugin-whitelist": "^1.3.5", "cordova-plugin-x-socialsharing": "^6.0.3",