From 2ef9fc5885f6ca7bb2d602f6b36e189850985743 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Mon, 26 Aug 2019 13:54:07 +0200
Subject: [PATCH] v1.4.3

---
 config.xml        |  7 ++++---
 install.sh        |  2 +-
 package.json      | 25 ++++++++++++++-----------
 www/js/config.js  | 10 +++++-----
 www/manifest.json |  2 +-
 5 files changed, 25 insertions(+), 21 deletions(-)

diff --git a/config.xml b/config.xml
index 6e4b1922..cee04943 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="10402" id="fr.duniter.cesium" version="1.4.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-versionCode="10403" id="fr.duniter.cesium" version="1.4.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
@@ -111,7 +111,7 @@
     <plugin name="cordova-plugin-device" spec="^1.1.6" />
     <plugin name="cordova-plugin-dialogs" spec="^1.3.3" />
     <plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
-    <plugin name="cordova-plugin-minisodium" spec="^1.0.0" />
+    <plugin name="cordova-plugin-minisodium" spec="^1.0.1" />
     <plugin name="cordova-plugin-secure-storage" spec="^2.6.8" />
     <plugin name="cordova-plugin-splashscreen" spec="^3.2.2" />
     <plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
@@ -120,7 +120,8 @@
     <plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
     <plugin name="cordova-plugin-x-toast" spec="^2.6.0" />
     <plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
+    <plugin name="cordova-plugin-minisodium" spec="git+https://github.com/E-IS/cordova-plugin-minisodium.git"/>
     <plugin name="phonegap-plugin-barcodescanner" spec="git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git">
-        <variable name="CAMERA_USAGE_DESCRIPTION" value=" " />
+        <variable name="CAMERA_USAGE_DESCRIPTION" value="Scan QRCode" />
     </plugin>
 </widget>
diff --git a/install.sh b/install.sh
index da7b6744..55acba11 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
 fi
 
 latest_version() {
-  echo "v1.4.2" #lastest
+  echo "v1.4.3" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 4db67f9f..4c753a41 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cesium",
-  "version": "1.4.2",
-  "description": "Cesium Wallet for G1 currency",
+  "version": "1.4.3",
+  "description": "Cesium Wallet for G1 libre currency",
   "repository": {
     "type": "git",
     "url": "git@git.duniter.org:clients/cesium/cesium.git"
@@ -40,7 +40,7 @@
     "cordova-plugin-device": "^1.1.6",
     "cordova-plugin-dialogs": "^1.3.3",
     "cordova-plugin-inappbrowser": "^1.7.1",
-    "cordova-plugin-minisodium": "^1.0.0",
+    "cordova-plugin-minisodium": "git+https://github.com/E-IS/cordova-plugin-minisodium.git",
     "cordova-plugin-secure-storage": "^2.6.8",
     "cordova-plugin-splashscreen": "^3.2.2",
     "cordova-plugin-statusbar": "^2.4.2",
@@ -112,15 +112,18 @@
     "cordova-plugin-websocket",
     "cordova-plugin-vibration",
     "cordova-plugin-dialogs",
-    "cordova-plugin-minisodium",
     "cordova-plugin-secure-storage",
-    {
-      "locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git",
-      "id": "phonegap-plugin-barcodescanner"
-    },
     "cordova-plugin-inappbrowser",
     "cordova-plugin-x-toast",
-    "cordova-clipboard"
+    "cordova-clipboard",
+    {
+      "id": "cordova-plugin-minisodium",
+      "locator": "https://github.com/E-IS/cordova-plugin-minisodium.git"
+    },
+    {
+      "id": "phonegap-plugin-barcodescanner",
+      "locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git"
+    }
   ],
   "cordovaPlatforms": [
     "android",
@@ -143,7 +146,7 @@
       "cordova-plugin-x-toast": {},
       "ionic-plugin-keyboard": {},
       "phonegap-plugin-barcodescanner": {
-        "CAMERA_USAGE_DESCRIPTION": " "
+        "CAMERA_USAGE_DESCRIPTION": "Scan QRCode"
       }
     },
     "platforms": [
@@ -151,4 +154,4 @@
       "ios"
     ]
   }
-}
\ No newline at end of file
+}
diff --git a/www/js/config.js b/www/js/config.js
index a514f168..801c10aa 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -32,8 +32,8 @@ angular.module("cesium.config", [])
 	},
 	"license": {
 		"en": "license/license_g1-en",
-    "fr-FR": "license/license_g1-fr-FR",
-    "es-ES": "license/license_g1-es-ES"
+		"fr-FR": "license/license_g1-fr-FR",
+		"es-ES": "license/license_g1-es-ES"
 	},
 	"node": {
 		"host": "g1.duniter.org",
@@ -93,9 +93,9 @@ angular.module("cesium.config", [])
 			"defaultCountry": "France"
 		}
 	},
-	"version": "1.4.2",
-	"build": "2019-06-26T15:15:47.816Z",
+	"version": "1.4.3",
+	"build": "2019-08-26T11:53:31.895Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })
 
-;
+;
\ No newline at end of file
diff --git a/www/manifest.json b/www/manifest.json
index 65d01d15..93d90c22 100644
--- a/www/manifest.json
+++ b/www/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium",
   "manifest_version": 1,
-  "version": "1.4.2",
+  "version": "1.4.3",
   "default_locale": "fr",
   "description": "Manage your Duniter Wallet on a libre currency, like Äž1",
   "icons": [
-- 
GitLab