From f8db95763bbdf965457c1ec4b97b52867a742db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Mon, 2 Aug 2021 17:35:48 +0100 Subject: [PATCH 1/2] fix: use secure-storage with enhanced logs Attempting to improve troubleshooting of issue RNMT-5054. NOT to be released. References https://outsystemsrd.atlassian.net/browse/RNMT-5054 --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index ded666f..3b401e4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -15,7 +15,7 @@ - + From f4f7edbb398a6463e8d30fd08f02e357cdd2f794 Mon Sep 17 00:00:00 2001 From: CoeOmnichannel <73339509+CoeOmnichannel@users.noreply.github.com> Date: Wed, 27 Oct 2021 11:20:55 +0100 Subject: [PATCH 2/2] Update outsystems-secure-sqlite-init.js --- www/outsystems-secure-sqlite-init.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/outsystems-secure-sqlite-init.js b/www/outsystems-secure-sqlite-init.js index cb8f7bb..227603c 100644 --- a/www/outsystems-secure-sqlite-init.js +++ b/www/outsystems-secure-sqlite-init.js @@ -16,6 +16,7 @@ if (typeof(window.sqlitePlugin.openDatabase) !== "function") { } var OUTSYSTEMS_KEYSTORE = "outsystems-key-store"; +debugger; var LOCAL_STORAGE_KEY = "outsystems-local-storage-key"; var lskCache = ""; @@ -198,4 +199,4 @@ window.sqlitePlugin.openDatabase = function(options, successCallback, errorCallb return originalOpenDatabase.call(window.sqlitePlugin, newOptions, successCallback, errorCallback); }, errorCallback); -}; \ No newline at end of file +};