Anonymous and Hosted Weblate
90bd6afb3e
Translated using Weblate (Turkish)
...
Currently translated at 92.1% (3598 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2025-06-17 23:35:13 +02:00
Anonymous and Hosted Weblate
3beffc66d9
Translated using Weblate (Russian)
...
Currently translated at 94.4% (3691 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2025-06-17 23:35:12 +02:00
Anonymous and Hosted Weblate
7e840bf96c
Translated using Weblate (Portuguese)
...
Currently translated at 62.2% (2430 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt/
2025-06-17 23:35:11 +02:00
Anonymous and Hosted Weblate
7ae5103792
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 58.6% (2292 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2025-06-17 23:35:11 +02:00
Anonymous and Hosted Weblate
981d5b27b2
Translated using Weblate (Polish)
...
Currently translated at 99.1% (3872 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2025-06-17 23:35:10 +02:00
Anonymous and Hosted Weblate
5df7a4a9b7
Translated using Weblate (Japanese)
...
Currently translated at 61.3% (2397 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ja/
2025-06-17 23:35:09 +02:00
Anonymous and Hosted Weblate
cbbb123827
Translated using Weblate (Italian)
...
Currently translated at 95.1% (3717 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2025-06-17 23:35:08 +02:00
Anonymous and Hosted Weblate
ace5082f2c
Translated using Weblate (Hungarian)
...
Currently translated at 99.5% (3889 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/hu/
2025-06-17 23:35:07 +02:00
Anonymous and Hosted Weblate
70b304d34d
Translated using Weblate (Hebrew)
...
Currently translated at 75.0% (2933 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2025-06-17 23:35:07 +02:00
Anonymous and Hosted Weblate
49fb873ace
Translated using Weblate (French)
...
Currently translated at 91.0% (3556 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2025-06-17 23:35:06 +02:00
Anonymous and Hosted Weblate
d003af27dd
Translated using Weblate (Spanish)
...
Currently translated at 96.2% (3758 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2025-06-17 23:35:05 +02:00
Anonymous and Hosted Weblate
331df92cc2
Translated using Weblate (German)
...
Currently translated at 99.5% (3889 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2025-06-17 23:35:05 +02:00
Anonymous and Hosted Weblate
a3697480f4
Translated using Weblate (Czech)
...
Currently translated at 99.5% (3889 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2025-06-17 23:35:04 +02:00
José Rebelo
6b97a53d80
AAWireless: Experimental support
2025-06-17 21:12:33 +01:00
Thomas Kuehne and José Rebelo
91ae4bffd2
ble: use correct type of DeviceFilter for CompanionDeviceManager.associate
...
Use BluetoothDeviceFilter or BluetoothLeDeviceFilter instead of always BluetoothDeviceFilter.
While this doesn't seem to impact the associate call itself it influences how/when CompanionDeviceService picks up the gadget on some devices.
2025-06-16 21:33:59 +02:00
José Rebelo
d439d09b98
Zepp OS: Add setting for UTC sun/moon times
2025-06-16 20:23:16 +01:00
Daniele Gobbetti
b0ec5e73c7
Partially revert "huami+pebble: replace deprecated writeCharacteristic and writeDescriptor"
...
The reverted change sent the updated descriptor value to the watch, breaking the connection.
It is unclear why the descriptor is set to an unknown value and never sent to the watch, but this restores the previous working behavior.
2025-06-15 17:35:28 +02:00
Thomas Kuehne and José Rebelo
871f4f3167
ble: fix incomplete bond removal
...
this is a partial backport from PR #4916
2025-06-15 15:03:39 +02:00
Thomas Kuehne
0e98ee4fca
fix: AutoConnectIntervalReceiver delays processing by rescheduling
...
When a GATT device disconnects and supports automatic reconnection then:
1) two DeviceManager.ACTION_DEVICES_CHANGED intents are posted
2) for the first intent AutoConnectIntervalReceiver schedules a 8 sec alarm
3) for the second intent AutoConnectIntervalReceiver schedules a 16 sec alarm
However the AlarmManager replaces the 8 sec alarm with the 16 sec one.
So AutoConnectIntervalReceiver attempts to reconnect after 16 sec delay.
2025-06-15 10:05:43 +02:00
Thomas Kuehne
b990746e8e
fix : #4952 - Call requires API level 35: java.lang.CharSequence#isEmpty
2025-06-15 08:58:06 +02:00
Thomas Kuehne and José Rebelo
2a38a9e9b7
weaken core parameter types to the actually required type
...
When possible use CharSequence, Collection and Iterable for method parameters and function parameters instead of more specific types.
2025-06-14 23:02:34 +02:00
José Rebelo
57f98422cb
Convert string arguments to positional format
2025-06-14 18:44:14 +01:00
José Rebelo
3bebabb19f
Fix tests and linter
2025-06-14 18:26:43 +01:00
José Rebelo
6d82e34d80
Update changelog
2025-06-14 18:17:30 +01:00
李奕寯 and Hosted Weblate
a568f86f07
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 83.9% (3280 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hant/
2025-06-14 17:02:28 +00:00
Christian Thiele and Hosted Weblate
ff0829e6e0
Translated using Weblate (German)
...
Currently translated at 100.0% (3906 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2025-06-14 17:02:27 +00:00
Adolfo Jayme Barrientos and Hosted Weblate
590f2d51dd
Translated using Weblate (Catalan)
...
Currently translated at 38.8% (1519 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ca/
2025-06-14 17:02:27 +00:00
Ghost of Sparta and Hosted Weblate
13073dd569
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3906 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/hu/
2025-06-14 17:02:25 +00:00
Adolfo Jayme Barrientos and Hosted Weblate
d294c719ab
Translated using Weblate (Spanish)
...
Currently translated at 96.6% (3774 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2025-06-14 17:02:25 +00:00
Fjuro and Hosted Weblate
35e22f257f
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3906 of 3906 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2025-06-14 17:02:24 +00:00
Nraged and Hosted Weblate
c1d5453490
Translated using Weblate (Italian)
...
Currently translated at 95.9% (3732 of 3889 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2025-06-14 17:02:23 +00:00
Ghost of Sparta and Hosted Weblate
5319437541
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3889 of 3889 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/hu/
2025-06-14 17:02:22 +00:00
Nraged and Hosted Weblate
b022a14ac4
Translated using Weblate (Italian)
...
Currently translated at 95.7% (3723 of 3889 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2025-06-14 17:02:21 +00:00
diskacz and Hosted Weblate
4fbba992da
Translated using Weblate (Polish)
...
Currently translated at 100.0% (3889 of 3889 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2025-06-14 17:02:20 +00:00
Nraged and Hosted Weblate
5cd9de42b4
Translated using Weblate (Italian)
...
Currently translated at 93.7% (3644 of 3889 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2025-06-14 17:02:19 +00:00
Christian Thiele and Hosted Weblate
ac81109e61
Translated using Weblate (German)
...
Currently translated at 100.0% (3889 of 3889 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2025-06-14 17:02:19 +00:00
Fjuro and Hosted Weblate
0c0511f791
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3889 of 3889 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2025-06-14 17:02:18 +00:00
Fjuro and Hosted Weblate
a3baefe0db
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3886 of 3886 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2025-06-14 17:02:17 +00:00
Саша Петровић and Hosted Weblate
2163846589
Translated using Weblate (Serbian)
...
Currently translated at 54.3% (2109 of 3883 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2025-06-14 17:02:16 +00:00
Fjuro and Hosted Weblate
138193e24d
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3882 of 3882 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2025-06-14 17:02:15 +00:00
Fjuro and Hosted Weblate
9bae8c845d
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3881 of 3881 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2025-06-14 17:02:14 +00:00
diskacz and Hosted Weblate
8089da30af
Translated using Weblate (Polish)
...
Currently translated at 100.0% (3881 of 3881 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2025-06-14 17:02:13 +00:00
Christian Thiele and Hosted Weblate
ad1c75d0c5
Translated using Weblate (German)
...
Currently translated at 100.0% (3881 of 3881 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2025-06-14 17:02:12 +00:00
Christian Thiele and Hosted Weblate
3b12f35b10
Translated using Weblate (German)
...
Currently translated at 100.0% (3879 of 3879 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2025-06-14 17:02:12 +00:00
arjan-s and Hosted Weblate
bb5dec6f4f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3877 of 3877 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2025-06-14 17:02:11 +00:00
M_Haruki and Hosted Weblate
812727b13f
Translated using Weblate (Japanese)
...
Currently translated at 62.0% (2404 of 3877 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ja/
2025-06-14 17:02:10 +00:00
李奕寯 and Hosted Weblate
cff6eacd97
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 83.9% (3254 of 3877 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hant/
2025-06-14 17:02:09 +00:00
arjan-s and Hosted Weblate
26ecbbfe6e
Translated using Weblate (Dutch)
...
Currently translated at 99.2% (3846 of 3877 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2025-06-14 17:02:08 +00:00
diskacz and Hosted Weblate
44de75b124
Translated using Weblate (Polish)
...
Currently translated at 100.0% (3877 of 3877 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2025-06-14 17:02:07 +00:00
Ghost of Sparta and Hosted Weblate
5bfaadef98
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (3877 of 3877 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/hu/
2025-06-14 17:02:06 +00:00