1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-07 08:25:50 +01:00
Commit Graph

2791 Commits

Author SHA1 Message Date
Vincèn PUJOL
9ef89d3342 Translated using Weblate (French)
Currently translated at 100.0% (1069 of 1069 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-02-04 20:23:02 +01:00
nautilusx
24f9fa6e03 Translated using Weblate (German)
Currently translated at 100.0% (1069 of 1069 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-02-04 20:23:02 +01:00
Allan Nordhøy
51b2c34df0 Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.8% (981 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2021-02-04 20:23:02 +01:00
陈少举
26791e1bea Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1068 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-02-04 20:23:02 +01:00
Oğuz Ersen
df539f1a0e Translated using Weblate (Turkish)
Currently translated at 100.0% (1068 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-02-04 20:23:02 +01:00
Michal L
17d0923103 Translated using Weblate (Polish)
Currently translated at 99.3% (1061 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-02-04 20:23:02 +01:00
Yaron Shahrabani
d566a5aecf Translated using Weblate (Hebrew)
Currently translated at 100.0% (1068 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2021-02-04 20:23:02 +01:00
Vincèn PUJOL
09065e6c47 Translated using Weblate (French)
Currently translated at 100.0% (1068 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-02-04 20:23:02 +01:00
Sebastian Espinosa
1515e1550b Translated using Weblate (Spanish)
Currently translated at 100.0% (1068 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2021-02-04 20:23:02 +01:00
Óscar Fernández Díaz
98d25db4cc Translated using Weblate (Spanish)
Currently translated at 100.0% (1068 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2021-02-04 20:23:02 +01:00
nautilusx
9052446e01 Translated using Weblate (German)
Currently translated at 100.0% (1068 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-02-04 20:23:02 +01:00
Óscar Fernández Díaz
0354e484cc Translated using Weblate (Spanish)
Currently translated at 100.0% (1068 of 1068 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2021-02-04 20:23:02 +01:00
Nikita Epifanov
407e2868c5 Translated using Weblate (Russian)
Currently translated at 99.4% (1061 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2021-02-04 20:23:02 +01:00
Igor Polyakov
945d3809c3 Translated using Weblate (Russian)
Currently translated at 98.5% (1051 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2021-02-04 20:23:02 +01:00
nautilusx
85dcced469 Translated using Weblate (German)
Currently translated at 100.0% (1067 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-02-04 20:23:02 +01:00
vanous
1b52d93a80 Translated using Weblate (Czech)
Currently translated at 100.0% (1067 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2021-02-04 20:23:02 +01:00
Daniel Thompson
9e6c121dd9 wasp-os: Introduce a new device type
wasp-os is an open-source firmware, based on MicroPython, for smart
watches that are based on the nRF52 family of microcontrollers.
Currently this includes the hacker friendly PineTime from Pine64 as
well as the Colmi P8, which is a popular device with watch modders.

For GadgetBridge integration wasp-os is very similar to handling
Espruino/BangleJS: the watch will interact with the bridge by
providing REPL-over-BLE via the Nordic UART service.

wasp-os implements the same JSON-wrapped-in-GB()-function-call
protocol used for BangleJS buy the differences in capability
between the two firmwares lead us to introducing a different
device type... and also a different icon since the lead devices
for wasp-os are square!

I plan to keep as aligned as possible with the BangleJS device
type, however at present the major differences include:

1. Specify the bonding style (wasp-os currently does not support
   bonding... so no need to ask).
2. Disable some of the not-yet-implemented features.
3. Reduce the minimum packet size to fix communication reliability
   issues with the MicroPython NUS implementation.
4. Switch the date/time setting syntax from JavaScript to MicroPython.
2021-02-04 20:03:44 +01:00
Jochen S
b945af1531 Added support for Amazfit GTR 2e. (#2182)
Merge branch 'master' into master

Added support for Amazfit GTR 2e.

Co-authored-by: Jochen S <tsalin@noreply.codeberg.org>
Co-authored-by: arisel <arisel@arisel.de>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2182
Co-Authored-By: Jochen S. <tsalin@noreply.codeberg.org>
Co-Committed-By: Jochen S. <tsalin@noreply.codeberg.org>
2021-02-02 23:06:11 +01:00
Daniel Dakhno
1505c355ce Fossil HR: allow app management on watch from GB 2021-02-01 01:57:13 +01:00
Andrew Watkins
3cfc6c596b Huami Zepp E support (#2180)
Added support for Huami Zepp E

Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2180
Co-Authored-By: Andrew Watkins <randnv20@noreply.codeberg.org>
Co-Committed-By: Andrew Watkins <randnv20@noreply.codeberg.org>
2021-01-31 22:41:01 +01:00
Daniel Dakhno
ec77345632 Fossil Hybrid: file handle can be passed to service as string 2021-01-30 21:10:36 +01:00
Andreas Shimokawa
0c6ce453b2 Amazfit GTS 2 Mini: Initial support
(See #2152)

This also fixes a glitch with GTS2 firmware update code which is still untested
2021-01-26 23:31:35 +01:00
vanous
57fe621ba8 honor Imperial units settings in Widget, Activity list and Workouts, fixes #2041 2021-01-23 21:43:32 +01:00
Andreas Shimokawa
fb2c9158e4 Huami: Add "Strength Training" activity type
Used on at least the Amazfit Bip U
2021-01-22 22:14:49 +01:00
xaos
4d47d53a8f Basic Amazfit Neo support (#2117)
Merge branch 'amazfit_neo' of codeberg.org:xaos/Gadgetbridge into amazfit_neo

updated menu items and settings, also disabled music info

added some classes, strings, etc. for Amazfit Neo (shows up but does not connect)

Merge branch 'amazfit_neo' of codeberg.org:xaos/Gadgetbridge into amazfit_neo

Merge branch 'master' into amazfit_neo

updated menu items and settings, also disabled music info

Merge branch 'authkey_errmsg' into amazfit_neo

refined error message for invalid authentication keys

added some classes, strings, etc. for Amazfit Neo (shows up but does not connect)

Co-authored-by: xaos <xaos@xaos.tech>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2117
Co-Authored-By: xaos <xaos@noreply.codeberg.org>
Co-Committed-By: xaos <xaos@noreply.codeberg.org>
2021-01-20 16:03:58 +01:00
Andreas Shimokawa
86d3ba5bc4 bump version add changelogs 2021-01-12 21:31:14 +01:00
陈少举
7403a7c093 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1067 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-01-12 16:07:11 +01:00
Oğuz Ersen
241344de96 Translated using Weblate (Turkish)
Currently translated at 100.0% (1067 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-01-12 16:07:11 +01:00
Michal L
6a35a1ca1f Translated using Weblate (Polish)
Currently translated at 99.3% (1060 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-01-12 16:07:11 +01:00
Yaron Shahrabani
ecdeff1944 Translated using Weblate (Hebrew)
Currently translated at 100.0% (1067 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2021-01-12 16:07:11 +01:00
Vincèn PUJOL
7a8ca70779 Translated using Weblate (French)
Currently translated at 100.0% (1067 of 1067 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-01-12 16:07:11 +01:00
Michal L
f4c73b5245 Translated using Weblate (Polish)
Currently translated at 98.7% (1048 of 1061 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2021-01-12 16:07:11 +01:00
Allan Nordhøy
22828785ad Translated using Weblate (Norwegian Bokmål)
Currently translated at 91.8% (975 of 1061 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2021-01-12 16:07:11 +01:00
nautilusx
d8676c26d3 Translated using Weblate (German)
Currently translated at 100.0% (1061 of 1061 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-01-12 16:07:11 +01:00
Liao junchao
9fb24f24d4 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1061 of 1061 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-01-12 16:07:11 +01:00
Vincèn PUJOL
611ee15c39 Translated using Weblate (French)
Currently translated at 100.0% (1061 of 1061 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-01-12 16:07:11 +01:00
vanous
1ded40b090 Translated using Weblate (Czech)
Currently translated at 100.0% (1061 of 1061 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2021-01-12 16:07:11 +01:00
vanous
5c7254b7b8 adds a 'Delete files from export directory' to Data management 2021-01-10 23:39:38 +01:00
Oğuz Ersen
865a197db6 Translated using Weblate (Turkish)
Currently translated at 100.0% (1061 of 1061 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-01-06 15:21:18 +01:00
Yaron Shahrabani
b3f9ca5101 Translated using Weblate (Hebrew)
Currently translated at 100.0% (1061 of 1061 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2021-01-06 15:21:18 +01:00
陈少举
fbeb07a08c Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1060 of 1060 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2021-01-06 15:21:18 +01:00
Oğuz Ersen
fbc09a2045 Translated using Weblate (Turkish)
Currently translated at 100.0% (1060 of 1060 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2021-01-06 15:21:18 +01:00
Yaron Shahrabani
b2ad08cf3c Translated using Weblate (Hebrew)
Currently translated at 100.0% (1060 of 1060 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2021-01-06 15:21:18 +01:00
Vincèn PUJOL
2a1fcb86bf Translated using Weblate (French)
Currently translated at 100.0% (1060 of 1060 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2021-01-06 15:21:18 +01:00
nautilusx
66652d42bc Translated using Weblate (German)
Currently translated at 99.7% (1057 of 1060 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2021-01-06 15:21:18 +01:00
vanous
0127d2c2e6 Translated using Weblate (Czech)
Currently translated at 100.0% (1055 of 1055 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2021-01-06 15:21:18 +01:00
DanialHanif
e6b6011f7e Amazfit BIP U Pro: Add compass display item 2021-01-06 10:13:50 +01:00
DanialHanif
2b8cd6013a Add Amazfit BIP U Pro support 2021-01-06 10:13:50 +01:00
vanous
6f0245a23c Data(base) Management screen clarifications
- rename to Data management in menu and activity
- expand texts and explain files meaning
- add confirmation screen to export
- change layout to Linear, rather then Grid
- add listing of file content in the /files directory
- allow Data management activity to rotate

Add missing widget string to strings
2021-01-03 15:46:12 +01:00
AiLab
d6c121a068 Translated using Weblate (Russian)
Currently translated at 99.7% (1052 of 1055 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2020-12-28 22:08:02 +01:00