1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-18 11:24:06 +02:00
Commit Graph

6181 Commits

Author SHA1 Message Date
Arjan Schrijver
be73e84829 Fossil Hybrid HR: Restructure settings menus for calibration, file management and physical buttons 2021-05-11 11:22:55 +02:00
jhey
58d3eaaa9f WIP initial Miband 6 support (#2277)
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2277
Co-authored-by: jhey <jhey@noreply.codeberg.org>
Co-committed-by: jhey <jhey@noreply.codeberg.org>
2021-05-09 22:52:36 +02:00
Andreas Shimokawa
a1005ae479 Add "list wrist for background light" setting to Amazfit Neo settings
Closes #2285
2021-05-09 08:56:28 +02:00
TaaviE
e4d70ade2a Improved PineTime/InfiniTime firmware DFU metadata parsing and checks 2021-05-03 00:12:51 +03:00
Andreas Shimokawa
da997dc3c0 udpate changelogs, fix old changelog location 2021-05-02 22:12:21 +02:00
ssantos
1fbe19d2cc
Translated using Weblate (Portuguese)
Currently translated at 96.3% (1069 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt/
2021-05-02 11:57:44 +02:00
Michal L
63e97331e1 Translated using Weblate (Polish)
Currently translated at 99.7% (1107 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-04-30 13:56:05 +02:00
陈少举
2c33ba26e6 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-04-30 13:56:05 +02:00
Oğuz Ersen
704a49d997 Translated using Weblate (Turkish)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-04-30 13:56:05 +02:00
Yaron Shahrabani
81c0ca2974 Translated using Weblate (Hebrew)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2021-04-30 13:56:05 +02:00
Vincèn PUJOL
9d9029771e Translated using Weblate (French)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-04-30 13:56:05 +02:00
nautilusx
f4954064ee Translated using Weblate (German)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-04-30 13:56:05 +02:00
jimman2003
3a99b71d53 Change deps repo to mavenCentral 2021-04-30 13:21:49 +03:00
Andreas Shimokawa
97a8aebdb3 Fossil Hybrid HR: Fix crash and connection problem when using non-ascii in quick replies 2021-04-29 22:38:44 +02:00
arjan-s
0b6f82cab4 Translated using Weblate (Dutch)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2021-04-27 12:51:17 +02:00
vanous
0f803f260a Translated using Weblate (Czech)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2021-04-27 12:51:17 +02:00
Arjan Schrijver
2f37d4c839 Fossil Hybrid HR: Dismiss incoming call with a quick SMS reply (#2264)
Merge branch 'master' into fossil_hr_quick_replies

Fossil Hybrid HR: Allow between 1 and 16 quick replies to be configured

Fossil Hybrid HR: Dismiss incoming call with a quick SMS reply

Co-authored-by: Arjan Schrijver <a_gadgetbridge@anymore.nl>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2264
Co-Authored-By: Arjan Schrijver <arjan5@noreply.codeberg.org>
Co-Committed-By: Arjan Schrijver <arjan5@noreply.codeberg.org>
2021-04-27 12:51:14 +02:00
Andreas Shimokawa
1b41aa3c45 use multi dex :O - hope that does not break anything 2021-04-21 17:12:46 +02:00
beardhatcode
32a6049207 huami: send windspeed in beaufort (#2247)
fixup! huamni: send windspeed in beaufort

BipS: send windspeed as km/h

huami: Always send sunrise and sunset

There is no need to look at send_sunrise_sunset, this is peble spesific
because it could be annoying on that platform (an extra line in the
timeline). On huami devices, the watchface desides what to show.

Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>

Mi5: set supportsSunriseSunsetWindHumidity to true

Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>

huamni: send windspeed in beaufort

Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>

Co-authored-by: Robbert Gurdeep Singh <git@beardhatcode.be>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2247
Co-Authored-By: beardhatcode <beardhatcode@noreply.codeberg.org>
Co-Committed-By: beardhatcode <beardhatcode@noreply.codeberg.org>
2021-04-21 17:12:20 +02:00
Robbert Gurdeep Singh
2d7bd6ae7b clean: remove unused slots in calander for huami devices
If an event is deleted, it may still remain on the device without this
change
2021-04-21 16:38:36 +02:00
Andreas Shimokawa
b79e24c0d0 update dependencies 2021-04-21 16:37:13 +02:00
Arjan Schrijver
31d2563a18 Fossil Hybrid HR: Show correct notification icons (#2251)
Co-Authored-By: Arjan Schrijver <arjan5@noreply.codeberg.org>
Co-Committed-By: Arjan Schrijver <arjan5@noreply.codeberg.org>
2021-04-20 09:55:27 +02:00
Pavel
37dad80e68
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2021-04-16 10:26:58 +02:00
Pavel
b917c240cb
Translated using Weblate (Polish)
Currently translated at 99.7% (1107 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-04-16 10:26:48 +02:00
Reza Almanda
21488e14b1
Translated using Weblate (Indonesian)
Currently translated at 13.3% (148 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2021-04-12 02:26:53 +02:00
Michalis
26d0d21a33
Translated using Weblate (Greek)
Currently translated at 83.6% (928 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2021-04-12 02:26:49 +02:00
Michal L
f92c60c3e7
Translated using Weblate (Polish)
Currently translated at 99.3% (1103 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-04-12 02:26:49 +02:00
arjan-s
218b16f259
Translated using Weblate (Dutch)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2021-04-10 16:26:49 +02:00
bruh
d40f44ee15
Translated using Weblate (Vietnamese)
Currently translated at 23.1% (257 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/vi/
2021-04-10 16:26:48 +02:00
nautilusx
f8fc96b6bf
Translated using Weblate (German)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-04-10 16:26:48 +02:00
陈少举
ae113868d8
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-04-08 11:17:36 +02:00
Oğuz Ersen
46845af2a0
Translated using Weblate (Turkish)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-04-08 11:17:36 +02:00
Yaron Shahrabani
0c448e6e24
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2021-04-08 11:17:35 +02:00
Vincèn PUJOL
9eb2b61c85
Translated using Weblate (French)
Currently translated at 100.0% (1110 of 1110 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-04-08 11:17:35 +02:00
bruh
ffe2182901 Translated using Weblate (Vietnamese)
Currently translated at 22.4% (248 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/vi/
2021-04-07 17:59:32 +02:00
bruh
820c90d595 Translated using Weblate (Vietnamese)
Currently translated at 22.3% (247 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/vi/
2021-04-07 17:59:32 +02:00
Michal L
ef25d82517 Translated using Weblate (Polish)
Currently translated at 99.3% (1100 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-04-07 17:59:32 +02:00
vanous
befbb944db Translated using Weblate (Czech)
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2021-04-07 17:59:32 +02:00
陈少举
b0c77dff47 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-04-07 17:59:32 +02:00
arjan-s
1dc91b203b Translated using Weblate (Dutch)
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2021-04-07 17:59:32 +02:00
Vianney le Clément de Saint-Marcq
12baabe3c7 Amazfit GTS2/GTR2: Send windspeed and sunrise/sunset 2021-04-07 17:59:30 +02:00
Vianney le Clément de Saint-Marcq
c1b7ce2308 Amazfit GTS2/GTR2: Fix menu items (#2249)
Amazfit GTS2/GTR2: Add missing menu items

Fixes #2193
Fixes #2230
Fixes #2242

Amazfit GTS2/GTR2: Fix setting menu items

At least on the GTR2e, including the "watchface" menu item causes the
configuration request to be ignored.  Assuming the other GTS2 and GTR2
variants behave the same, this patch ensures the forceWatchface argument
is set to false when setting display items.

Additionally, we now use the correct resource ID for the default
settings.

Co-authored-by: Vianney le Clément de Saint-Marcq <code@quartic.eu>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2249
Co-Authored-By: Vianney le Clément de Saint-Marcq <vianney@noreply.codeberg.org>
Co-Committed-By: Vianney le Clément de Saint-Marcq <vianney@noreply.codeberg.org>
2021-04-07 17:58:24 +02:00
Andreas Shimokawa
b7e0e6e44d InfiniTime: Implement find device by simulating a phone call 2021-04-05 17:40:47 +02:00
Andreas Shimokawa
787216f1bc InfiniTime: support title for notifications on firmware 0.15
also drop support for firmware priror to 0.9
2021-04-05 13:05:24 +02:00
Andreas Shimokawa
bb1df11650 InfiniTime: Add support for battery info 2021-04-05 12:53:05 +02:00
Andreas Shimokawa
9aed3a6b25 Relax check for UIHH header, there seem to be some with 0x02 at position 4, dont know if this is a version or whatever 2021-04-03 18:59:07 +02:00
Andreas Shimokawa
7698b84826 Amazfit GTR2: probably finally fix firmware / watchface installaation 2021-04-03 18:30:20 +02:00
vanous
71cb53a440 adjust Steps Charts steps values offset to account for large phone screen sizes 2021-04-02 16:08:02 +02:00
vanous
e63b6986c6 make Activity Charts dates move as calendar months and to go to now if jumping past today 2021-04-02 16:07:36 +02:00
vanous
63fc6b7ab6 make Battery Info time span jump as calendar months and not as days 2021-04-02 16:06:21 +02:00
Andreas Shimokawa
417923aef1 Amazfit GTR2/GTS2: Prevent emoji transliteration. Seems to support emoji. 2021-04-01 19:23:59 +02:00
Andreas Shimokawa
db9a0c0a76 Try to fix flashing watchfaces on GTR2/GTS2 2021-04-01 16:50:08 +02:00
Andreas Shimokawa
75033248da update changelog, bump version 2021-03-28 22:48:10 +02:00
vanous
b65c10907f allow fitness apps to send ongoing notification 2021-03-28 22:39:34 +02:00
Allan Nordhøy
02510da6d9 Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.2% (1032 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2021-03-28 22:18:44 +02:00
Allan Nordhøy
3f880c9b5b Translated using Weblate (English)
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/en/
2021-03-28 22:18:44 +02:00
Michal L
950d661a48 Translated using Weblate (Polish)
Currently translated at 99.3% (1100 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-03-28 22:18:44 +02:00
arjan-s
5d2643e01d Translated using Weblate (Dutch)
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2021-03-28 22:18:44 +02:00
Oğuz Ersen
574556f82a Translated using Weblate (Turkish)
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-03-28 22:18:44 +02:00
Yaron Shahrabani
325cb321ee Translated using Weblate (Hebrew)
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2021-03-28 22:18:44 +02:00
Vincèn PUJOL
0676916bca Translated using Weblate (French)
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-03-28 22:18:44 +02:00
nautilusx
a48df19e21 Translated using Weblate (German)
Currently translated at 100.0% (1107 of 1107 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-03-28 22:18:44 +02:00
Allan Nordhøy
809a682c19 Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.3% (1032 of 1106 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2021-03-28 22:18:44 +02:00
Michal L
d13336d39f Translated using Weblate (Polish)
Currently translated at 99.3% (1099 of 1106 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-03-28 22:18:44 +02:00
Vincèn PUJOL
cb425156d6 Translated using Weblate (French)
Currently translated at 100.0% (1106 of 1106 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-03-28 22:18:44 +02:00
Nikita Epifanov
c357731789 Translated using Weblate (Russian)
Currently translated at 100.0% (1104 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2021-03-28 22:18:44 +02:00
Andy Yang
c85afdfab4 Translated using Weblate (Chinese (Traditional))
Currently translated at 57.3% (633 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hant/
2021-03-28 22:18:44 +02:00
vanous
9fc02ff09b move transliteration to per device to DeviceCommunicationService, plus migration, fix #2237 2021-03-28 13:33:08 +02:00
Andreas Shimokawa
51c87f138d Amazfit Neo: re-enable firmware flashing support and fix ft installation 2021-03-27 09:16:32 +01:00
Andreas Shimokawa
bfa0b6a979 Amazfit Neo: re-add world clock (works with newer firmware versions) 2021-03-24 23:54:03 +01:00
Andreas Shimokawa
c410f0e4a7 Amazfit Neo: Implement firmware update but keep it disabled for now
Flashing to the latest firmware breaks Gadgetbridge compatibility
2021-03-24 23:49:52 +01:00
Andreas Shimokawa
9dc4dde5e7 Amazfit Neo: Support sound settings 2021-03-24 20:02:48 +01:00
Andreas Shimokawa
6f6db01bce Fix list exception (regression from previous Neo commit) 2021-03-24 10:49:46 +01:00
Andreas Shimokawa
1c3398a319 Amazfit Neo: Fix notifications 2021-03-24 09:51:51 +01:00
Andreas Shimokawa
a234c1d527 Amazfit Neo: Fix setting menu items
- Fixes a bug with cycling through entries
- adds steps, distance, calories, battery
- removes world clock (does not seem to work)
2021-03-24 00:44:13 +01:00
cpfeiffer
e9766da89c Fossil Hybrid HR: fix initialization on older firmwares
Avoid NPE when no applications are available
2021-03-21 19:27:32 +01:00
arjan-s
2c12b1bf73 Translated using Weblate (Dutch)
Currently translated at 100.0% (1104 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2021-03-14 22:26:33 +01:00
nautilusx
0d9ce6e5d6 Translated using Weblate (German)
Currently translated at 100.0% (1104 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-03-14 22:26:33 +01:00
Andreas Shimokawa
f89fcee0b2 finalize changelog 2021-03-14 22:26:22 +01:00
Robbert Gurdeep Singh
7c213f5807 Huami: show event title for events as reminder
The Mi app only has a reminder field and no description field, so
I'm assuming we can only send one string.

In bffb8e8f87 it was noticed that the
title was not displaying so I'm changing this for all Huami devices.
2021-03-14 22:21:58 +01:00
Robbert Gurdeep Singh
99aa59e7da Add friendly reminder of number of bytes to javadoc 2021-03-14 22:21:58 +01:00
Andreas Shimokawa
584ba867b5 Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms 2021-03-13 22:32:58 +01:00
Andreas Shimokawa
91b27901e7 Fossil Hybrid HR: prevent hard crash when choosing a remote URL in FIle Mananger 2021-03-13 22:00:12 +01:00
Andreas Shimokawa
2d17f06d6d Fossil Hybrid HR: Fix resolving file path from chosen file for many file managers
Tested with Lineage 17.1 file chooser.
2021-03-13 21:31:28 +01:00
Andreas Shimokawa
9c5db7acfd bump version, draft changelog 2021-03-13 14:21:45 +01:00
陈少举
f1be1d020f Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1104 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-03-12 22:26:03 +01:00
bruh
9117627689 Translated using Weblate (Vietnamese)
Currently translated at 20.0% (221 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/vi/
2021-03-12 22:26:03 +01:00
Oğuz Ersen
5ce3cec229 Translated using Weblate (Turkish)
Currently translated at 100.0% (1104 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-03-12 22:26:03 +01:00
Michal L
3ddf4c5b55 Translated using Weblate (Polish)
Currently translated at 99.3% (1097 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-03-12 22:26:03 +01:00
Yaron Shahrabani
72ee8f5234 Translated using Weblate (Hebrew)
Currently translated at 100.0% (1104 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2021-03-12 22:26:03 +01:00
Allan Nordhøy
e608afba2e Translated using Weblate (Norwegian Bokmål)
Currently translated at 93.2% (1030 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2021-03-12 22:26:03 +01:00
Vincèn PUJOL
da4cc3793c Translated using Weblate (French)
Currently translated at 100.0% (1104 of 1104 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-03-12 22:26:03 +01:00
bruh
8397b4fc05 Translated using Weblate (Vietnamese)
Currently translated at 19.9% (220 of 1103 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/vi/
2021-03-12 22:26:03 +01:00
Michal L
ca273fc26e Translated using Weblate (Polish)
Currently translated at 99.3% (1096 of 1103 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-03-12 22:26:03 +01:00
vanous
8d73adcb6f Translated using Weblate (Czech)
Currently translated at 100.0% (1103 of 1103 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2021-03-12 22:26:03 +01:00
陈少举
8e77a6ac1c Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1103 of 1103 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-03-12 22:26:03 +01:00
arjan-s
113860c96f Translated using Weblate (Dutch)
Currently translated at 100.0% (1103 of 1103 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2021-03-12 22:26:03 +01:00
Oğuz Ersen
5d54561072 Translated using Weblate (Turkish)
Currently translated at 100.0% (1103 of 1103 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-03-12 22:26:03 +01:00
joaquim.org
54b69a4886 Translated using Weblate (Portuguese)
Currently translated at 79.6% (878 of 1103 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt/
2021-03-12 22:26:03 +01:00
Michal L
3a47bfb061 Translated using Weblate (Polish)
Currently translated at 99.2% (1095 of 1103 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-03-12 22:26:03 +01:00