From cdcffa2c4eb41c18d8adcad7ee3c8dfbb361ade5 Mon Sep 17 00:00:00 2001 From: dhuizinga <19326434+dhuizinga@users.noreply.github.com> Date: Sat, 12 Oct 2019 15:26:55 +0200 Subject: [PATCH 1/2] Additional BS444 BT Identifier (#505) Added additional BT identifier/name for Medisana BS444 model. --- .../com/health/openscale/core/bluetooth/BluetoothFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java index c94865dd..672f77fd 100644 --- a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java +++ b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java @@ -69,7 +69,7 @@ public class BluetoothFactory { return new BluetoothIhealthHS3(context); } // BS444 || BS440 - if (deviceName.startsWith("013197") || deviceName.startsWith("0202B6")) { + if (deviceName.startsWith("013197") || deviceName.startsWith("013198") || deviceName.startsWith("0202B6")) { return new BluetoothMedisanaBS44x(context, true); } From 624589081f8f2d35a649b0d149c5dc533a29cef6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 12 Oct 2019 15:52:51 +0000 Subject: [PATCH 2/2] Translated using Weblate (French) Currently translated at 100.0% (227 of 227 strings) Translation: openScale/Strings Translate-URL: https://hosted.weblate.org/projects/openscale/strings/fr/ --- android_app/app/src/main/res/values-fr/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android_app/app/src/main/res/values-fr/strings.xml b/android_app/app/src/main/res/values-fr/strings.xml index 5eb8200a..3fceab2a 100644 --- a/android_app/app/src/main/res/values-fr/strings.xml +++ b/android_app/app/src/main/res/values-fr/strings.xml @@ -235,4 +235,6 @@ Barre des mesures Autoriser l\'accès à la location pour chercher des dispositifs Bluetooth. Cette permissions peut être révoqué par la suite. Est sur le bon axe + Veuillez mettre à niveau vers openScale pro pour la prise en charge du Bluetooth + Don \ No newline at end of file