1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-29 00:10:26 +02:00
Commit Graph

6331 Commits

Author SHA1 Message Date
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
vanous
0fd2de2bd3 show all eligeble devices in Widget Configuration Activity, fix #2170 2021-01-22 20:29:00 +01:00
Andreas Shimokawa
61395b210c Amazfit Bip U: Fix summary data for summery version 519
For now this just skips new, previously unknown data , see #2063
2021-01-22 11:28:43 +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
Toby Murray
203176a01e Update GATT characteristic list
The current GATT characteristic list mentions it was up to date as of populated 2015-09-28. In the last 6 years, significantly more characteristics have been added to the Bluetooth spec. While it's not necessary to have all these constants available in Gadgetbridge, it's useful while implementing new features for a device or adding support for a new device

This was retrieved from https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf. The GATT characteristics were parsed from that PDF and converted to constants with names via:

```
String description = uuid.description.trim().toUpperCase().replace(' ', '_').replace('-', '_');
System.out.println("public static final UUID UUID_CHARACTERISTIC_" + description + " = UUID.fromString((String.format(AbstractBTLEDeviceSupport.BASE_UUID, \"" + uuid.uuid + "\")));");
```
2021-01-18 19:38:16 -05:00
vanous
198040c935 add UUID to to GPX with opentracks namespace
ensure that GPX has trackpoints
improve GPX track name if null
2021-01-17 00:07:55 +01:00
Hasan Ammar
894102e45a Prevent unnecessary widget refresh on notification removal 2021-01-12 21:46:49 +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
8832cf6204 fix a small type, add GetItOnCodeberg batch 2021-01-12 16:03:58 +01:00
vanous
5c7254b7b8 adds a 'Delete files from export directory' to Data management 2021-01-10 23:39:38 +01:00
License Bot
1b5402dcb4 update license headers 2021-01-10 23:38:13 +01:00
Andreas Shimokawa
5d8eb432fc fix missing import 2021-01-06 22:52:59 +01:00
Andreas Shimokawa
50ce99b838 Amazfit GTS2: Also use new protocol for calls like GTR2
This is an assumption
2021-01-06 22:15:22 +01:00
Andreas Shimokawa
50fcb85407 update CONTRIBUTORS 2021-01-06 17:47:02 +01:00
Andreas Shimokawa
c896e476f4 Amazfit GTR2: Try to fix incoming calls blindly 2021-01-06 16:29:11 +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
Andreas Shimokawa
0de78c0cce draft changelog 2021-01-06 15:21:04 +01:00
Andreas Shimokawa
a50cc8d42d InifiniTime: set device busy during firmware upgrade
Since this is the only busy task in use we just call gbDevice.unsetBusyTask()
upon completion/error
2021-01-06 15:12:41 +01:00
Andreas Shimokawa
c0090e29cb Revert reordering of ids introduced by #2153
This fixes the Verge Lite id back to 29 and changes Amazfit Bip U Pro to 30 (and Live View to 320)
Liveview has no activity data and proably has very few if any users. So re-pairing should be acceptable
2021-01-06 10:17:15 +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
6a5e839018 add drone.io config 2021-01-04 22:27:27 +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
vanous
f9e6624646 issue templates modifications: new device requests, chatroom link, further explanations 2020-12-31 11:21:50 +01:00
Julian Lam
7a5029b738 update README to show link to matrix chat room via element.io 2020-12-28 19:17:41 -05: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
Nikita Epifanov
b538b59604 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
Mario Rossi
11a29e65e3 Translated using Weblate (Italian)
Currently translated at 99.7% (1052 of 1055 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2020-12-28 22:08:02 +01:00
Rafael Fontenelle
0e774221d6 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1055 of 1055 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2020-12-28 22:08:02 +01:00
nautilusx
a3eafbfc30 Translated using Weblate (German)
Currently translated at 100.0% (1055 of 1055 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2020-12-28 22:08:02 +01:00
Michal L
bfdd6efff7 Translated using Weblate (Polish)
Currently translated at 99.3% (1048 of 1055 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2020-12-28 22:08:02 +01:00
Yaron Shahrabani
8c3bc1a5eb Translated using Weblate (Hebrew)
Currently translated at 100.0% (1055 of 1055 strings)

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