1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-25 09:30:51 +02:00
Commit Graph

2043 Commits

Author SHA1 Message Date
Ihor Hordiichuk
2784a55064 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/uk/
2021-07-21 06:33:32 +02:00
Tiny
77dd3227c3 Translated using Weblate (Swedish)
Currently translated at 79.5% (210 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/sv/
2021-06-22 12:34:18 +02:00
Reza Almanda
ed54387a21 Translated using Weblate (Indonesian)
Currently translated at 30.6% (81 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/id/
2021-06-18 04:33:49 +02:00
Hosted Weblate
91bb247b15 Merge branch 'origin/master' into Weblate. 2021-06-02 16:32:24 +02:00
Jacque Fresco
ee05acef1f Translated using Weblate (Indonesian)
Currently translated at 0.7% (2 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/id/
2021-06-02 16:32:22 +02:00
Sebastian Lechte
cab0a627ed Significantly raise BMI MaxValue (#729)
BMI over 50 is not unlikely, raise the value to something extreme.

BMI 125 would be about 300kg at 1.55m body height.
2021-05-16 11:23:20 +02:00
huuhaa
24b79f3569 Translated using Weblate (Finnish)
Currently translated at 73.1% (193 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/fi/
2021-05-08 23:33:06 +02:00
Hosted Weblate
0f5aad1ff8 Merge branch 'origin/master' into Weblate. 2021-05-03 14:32:11 +02:00
ssantos
0bc88b9efb Translated using Weblate (Portuguese)
Currently translated at 72.7% (192 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/pt/
2021-05-03 14:32:10 +02:00
holgerpieta
13c9704c89 SBF70: Make BeurerSanitas state machine more robust (#718)
* BeurerSanitas: Better control of state machine transitions

Previously, wrong state machine transitions could happen if out-of-state messages were received in a bad moment.
With this fix state machine transitions will only happen when the required messages are received and processed.
Out-of-state messages are still received and processes, but they will not cause state machine transitions.

* BeurerSanitas: Ignore measurements before user is known

Processing measurements before the remote user has been identified causes an access to a null reference.
With this fix measurements are ignored when they arrive before the remote user has been identified.

* BeurerSanitas: Retry step 4 when interrupted by unexpected messages

The scale has a habit of sending the status message multiple times, even after being asked for the user list.
When this happens the state machine must be reset to state 4 and retry.

Similarly, the scale sends our measurements when the user is standing on it during the init process.
If this happens in state 4, we have to try again.

* BeurerSanitas: More robustness of state machine

The state machine was easily confused by messages that were not expected in the current state.
With this fixes a state will be re-triggered when unexpected messages interupt the communications.

* BeurerSanitas: Improved robustness

This fix makes the state machine more robust against unexpected meassages arriving when they are not supposed to.
Also data arriving at the wrong time will not be discarded but saved for later use.

Co-authored-by: Holger Pieta <von-github@holgerpieta.de>
2021-04-22 14:46:31 +02:00
Pavel
b710426a0f Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/zh_Hans/
2021-04-16 11:27:05 +02:00
Pavel
be7ab5f52e Translated using Weblate (Croatian)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/hr/
2021-04-16 11:27:02 +02:00
Pavel
4cbec19400 Translated using Weblate (Italian)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/it/
2021-04-16 11:27:02 +02:00
Pavel
8e138d00f3 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/nb_NO/
2021-04-16 11:27:02 +02:00
Pavel
71967b57bd Translated using Weblate (Dutch)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/nl/
2021-04-16 11:27:01 +02:00
Pavel
da3b7c3776 Translated using Weblate (French)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/fr/
2021-04-16 11:27:01 +02:00
Pavel
4bad58b97e Translated using Weblate (Spanish)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/es/
2021-04-16 11:27:01 +02:00
Pavel
43fef223d0 Translated using Weblate (German)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/de/
2021-04-16 11:26:59 +02:00
Pavel
f7ea7b6a81 Translated using Weblate (English)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/en/
2021-04-16 11:26:59 +02:00
Hosted Weblate
33397e05f2 Merge branch 'origin/master' into Weblate. 2021-04-13 23:27:04 +02:00
Michalis
3ad2c6c1ec Translated using Weblate (Greek)
Currently translated at 97.3% (257 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/el/
2021-04-13 23:27:02 +02:00
Martin Boonk
ad517866cf Fix caliper body fat value by not calculating if not all values are set (#710) 2021-03-09 15:28:01 +01:00
Santtu Lakkala
fd7f6d8730 Add support for chipsea / OKOK 2.0 scales (#706)
add support for chipsea / OKOK 2.0 scales (only weight supported)
2021-03-09 15:09:30 +01:00
Petter Reinholdtsen
101a225af1 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/nb_NO/
2021-03-06 08:50:32 +01:00
Hosted Weblate
cafb5889b8 Merge branch 'origin/master' into Weblate. 2021-03-02 23:03:02 +01:00
Milo Ivir
677c4f0a9b Translated using Weblate (Croatian)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/hr/
2021-03-02 23:03:00 +01:00
Karol
0d43a99168 Add support for Hoffen BBS-8107 bathroom scale (#704) 2021-02-28 13:19:31 +01:00
Yaron Shahrabani
338dab8f52 Translated using Weblate (Hebrew)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/he/
2021-02-23 11:50:30 +01:00
Nikita Epifanov
cc6c94b732 Translated using Weblate (Russian)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/ru/
2021-02-23 11:50:30 +01:00
Eduard Ereza Martínez
310d77afd8 Translated using Weblate (Catalan)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/ca/
2021-02-23 11:50:29 +01:00
Heimen Stoffels
0b9192bd8d Translated using Weblate (Dutch)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/nl/
2021-02-20 12:50:43 +01:00
Pavel
8f9208f8c8 Translated using Weblate (Portuguese)
Currently translated at 62.1% (164 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/pt/
2021-02-18 16:50:31 +01:00
Pavel
b92d693117 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/zh_Hans/
2021-02-18 16:50:31 +01:00
Eric
fdee263c53 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/zh_Hans/
2021-02-18 16:50:31 +01:00
Pavel
70616705ec Translated using Weblate (Ukrainian)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/uk/
2021-02-18 16:50:31 +01:00
Pavel
8cfd975e87 Translated using Weblate (Arabic)
Currently translated at 76.8% (203 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/ar/
2021-02-18 16:50:30 +01:00
Pavel
fdecdf2b43 Translated using Weblate (Hungarian)
Currently translated at 79.9% (211 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/hu/
2021-02-18 16:50:30 +01:00
Pavel
e0ea57acaf Translated using Weblate (Korean)
Currently translated at 74.2% (196 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/ko/
2021-02-18 16:50:30 +01:00
Pavel
850fc61f15 Translated using Weblate (Vietnamese)
Currently translated at 74.6% (197 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/vi/
2021-02-18 16:50:30 +01:00
Pavel
96e63a7241 Translated using Weblate (Danish)
Currently translated at 75.3% (199 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/da/
2021-02-18 16:50:29 +01:00
Pavel
d7cd75b8a6 Translated using Weblate (Galician)
Currently translated at 90.9% (240 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/gl/
2021-02-18 16:50:29 +01:00
Pavel
e8dd8805d5 Translated using Weblate (Romanian)
Currently translated at 62.5% (165 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/ro/
2021-02-18 16:50:29 +01:00
Pavel
cac1f2850d Translated using Weblate (Chinese (Traditional))
Currently translated at 73.8% (195 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/zh_Hant/
2021-02-18 16:50:29 +01:00
Pavel
c3aa8f01ba Translated using Weblate (English)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/en/
2021-02-18 16:50:28 +01:00
Oğuz Ersen
f923306d69 Translated using Weblate (Turkish)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/tr/
2021-02-18 16:50:28 +01:00
Pavel
1b6b77e3c4 Translated using Weblate (Slovak)
Currently translated at 85.6% (226 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/sk/
2021-02-18 16:50:28 +01:00
Pavel
03e1dc2a59 Translated using Weblate (Polish)
Currently translated at 100.0% (264 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/pl/
2021-02-18 16:50:28 +01:00
Heimen Stoffels
7e6817611d Translated using Weblate (Dutch)
Currently translated at 99.6% (263 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/nl/
2021-02-18 16:50:27 +01:00
Pavel
7215bdfaec Translated using Weblate (Dutch)
Currently translated at 99.2% (262 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/nl/
2021-02-17 12:30:06 +01:00
Michalis
7d63ed9e68 Translated using Weblate (Greek)
Currently translated at 97.7% (258 of 264 strings)

Translation: openScale/Strings
Translate-URL: https://hosted.weblate.org/projects/openscale/strings/el/
2021-02-10 00:50:26 +01:00