1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 02:44:04 +02:00
Commit Graph

7860 Commits

Author SHA1 Message Date
arjan-s
16aa9fd479
Translated using Weblate (Dutch)
Currently translated at 100.0% (1914 of 1914 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2022-12-18 16:17:37 +01:00
glemco
6e9443d2cd
Translated using Weblate (Italian)
Currently translated at 99.9% (1913 of 1914 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2022-12-18 16:17:37 +01:00
nautilusx
345e3d21d8
Translated using Weblate (German)
Currently translated at 99.6% (1908 of 1914 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-12-18 16:17:37 +01:00
Ihor Hordiichuk
6e820c37f1
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1914 of 1914 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-12-18 16:17:37 +01:00
Oğuz Ersen
b8d786ca30
Translated using Weblate (Turkish)
Currently translated at 100.0% (1914 of 1914 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-12-18 16:17:36 +01:00
Yaron Shahrabani
6ee676eb9c
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1914 of 1914 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-12-18 16:17:36 +01:00
Саша Петровић
0598930ee2
Translated using Weblate (Serbian)
Currently translated at 79.9% (1524 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-12-18 16:17:36 +01:00
Саша Петровић
c2238214e9
Translated using Weblate (Serbian)
Currently translated at 79.1% (1510 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-12-18 16:17:36 +01:00
Arjan Schrijver
4470795196 Fossil/Skagen Hybrids: Update known watch app versions 2022-12-18 16:17:22 +01:00
José Rebelo
fe9648dea3 Zepp OS: Allow activity fetch timestamps sent in seconds
Re-applies #2959 after b51328e4f
2022-12-15 22:03:14 +00:00
José Rebelo
b51328e4f2 Huami: Fix payload when setting the time
Fixes #2999
2022-12-15 21:38:06 +00:00
José Rebelo
4a0e67cb30 Add Intent API to trigger activity sync and DB export 2022-12-15 14:17:03 +00:00
Gordon Williams
6d35ca3ec0 fix gbDevice==null errors again, and avoid spamming log with ACTION_DEVICE_CHANGED messages 2022-12-12 16:10:14 +00:00
uli
3986d8c4bc PineTime: Added World Clocks 2022-12-12 15:05:53 +00:00
uli
d3e448ad6f cosmetics to make intent more clear 2022-12-12 15:04:45 +00:00
uli
6cf079e55b adapt HuamiSupport to updated BLE Time handling 2022-12-12 15:04:45 +00:00
uli
5097327234 add local time service to PineTime, fixed standard ble format 2022-12-12 15:04:45 +00:00
musover
c05734ed0f Added forgotten newline to title when it is being repeated 2022-12-12 07:49:26 +00:00
musover
7ed2f90fde Added forgotten null terminator for the title field 2022-12-12 07:49:26 +00:00
musover
4386f321a3 Fixed regression undoing PR #2474, notification content preserved for Amazfit GTS 2 Mini 2022-12-12 07:49:26 +00:00
LukasEdl
abf19f2b6c [Banglejs] Send phone location data to banglejs, which can be used as gps data (#2992)
Since the PR #2961 aswell as #2976, i pushed the changes to this pr.

Original text:

With this PR, the gadgetbridge app sends the current locationd data, obtained from the gps or network provider, to a connected banglejs device as an "gps" event.

The bangle device can use this data instead of the internal gps data. Therefor saving battery energy, since the gps chip is one of the biggest energy consumers.

Furthermore it enables the banglejs device to use the location data, based on the network with which the phone is currently connected. This would be usefull if there is no gps signal.

Updates:

I added a network provider so that it is possible to use the network location. I also overload the start method of GBLocationManager so that it is now possible to select which provider should be used to get the data (currently GPS or Network) and to set a interval to determine how often the update should be run.

For the banglejs device i added a switch to enable the sending of gps data. I also added a setting, to set the interval on how often the gps data is being updated. This allows to throttle the updates of the gps data and therefore saving energy of the smartphone batterie.

To further save energy, the app now requestes the current status of the gps from the banglejs and only sends data, if the gps of the banglejs is turned on.

In the PR #2976 I also moved the settings to the device settings of the banglejs and i moved the logic to the onLocationChanged method of the GBLocationManager.

Co-authored-by: Lukas <lukas.edi@gmx.net>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2992
Co-authored-by: LukasEdl <lukasedl@noreply.codeberg.org>
Co-committed-by: LukasEdl <lukasedl@noreply.codeberg.org>
2022-12-12 07:48:19 +00:00
Gordon Williams
0dd0b2bead Bangle.js flow control. If the Bangle is busy and unable to accept more data, Gadgetbridge will now pause sending until the Bangle is ready for more.
This works by adding the ability to pause the sending of data from the Bluetooth LE queue. While BtLEQueue is modified, unless setPaused(true) is called it behaves exactly as before so shouldn't cause any issues.
2022-12-12 07:43:20 +00:00
Gordon Williams
bb1323dd61 Ensure we automatically convert unrenderable chars the title/description of calendar events 2022-12-12 07:42:22 +00:00
Gordon Williams
e003e0b672 Fix the code that forces a calendar sync on Bangle.js - previously sending "android.intent.action.PROVIDER_CHANGED" didn't work 2022-12-12 07:42:22 +00:00
Linerly
ee159f29c7
Translated using Weblate (Indonesian)
Currently translated at 100.0% (1908 of 1908 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2022-12-09 22:28:40 +01:00
陈少举
885fad6749
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1908 of 1908 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-12-09 22:28:40 +01:00
Ihor Hordiichuk
146a86348e
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1908 of 1908 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-12-09 22:28:39 +01:00
Oğuz Ersen
469456d0e4
Translated using Weblate (Turkish)
Currently translated at 100.0% (1908 of 1908 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-12-09 22:28:39 +01:00
Yaron Shahrabani
06b5c46a37
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1908 of 1908 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-12-09 22:28:39 +01:00
Vincèn PUJOL
f81d72263b
Translated using Weblate (French)
Currently translated at 100.0% (1908 of 1908 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-12-09 22:28:39 +01:00
nautilusx
34ec82fd73
Translated using Weblate (German)
Currently translated at 100.0% (1908 of 1908 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-12-09 22:28:39 +01:00
nautilusx
35ff310c85
Translated using Weblate (German)
Currently translated at 100.0% (1907 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-12-09 22:28:39 +01:00
Саша Петровић
c4e7776caf
Translated using Weblate (Serbian)
Currently translated at 77.1% (1471 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-12-09 22:28:39 +01:00
Linerly
f2e25368b7
Translated using Weblate (Indonesian)
Currently translated at 100.0% (1907 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2022-12-09 22:28:39 +01:00
陈少举
1f54ef50e6
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1907 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-12-09 22:28:39 +01:00
Ihor Hordiichuk
3e12cef659
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1907 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-12-09 22:28:39 +01:00
Oğuz Ersen
e7b60030a0
Translated using Weblate (Turkish)
Currently translated at 100.0% (1907 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-12-09 22:28:39 +01:00
Yaron Shahrabani
b14de55884
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1907 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-12-09 22:28:39 +01:00
Vincèn PUJOL
ebf2952d0c
Translated using Weblate (French)
Currently translated at 100.0% (1907 of 1907 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-12-09 22:28:39 +01:00
José Rebelo
a32b756972 Revert "Sony LinkBuds S: Initial support"
This reverts commit f2aaf5aecf.

It looks like the protocol changed, as per the comments in !2990
2022-12-09 21:27:49 +00:00
José Rebelo
21f217b698 Zepp OS: Fix notification icons for work profile apps 2022-12-08 18:14:07 +00:00
José Rebelo
f2aaf5aecf Sony LinkBuds S: Initial support 2022-12-07 20:14:33 +00:00
José Rebelo
07194cd8fb Amazfit GTS 4 Mini: Initial support 2022-12-03 13:27:48 +00:00
José Rebelo
be900f13d8 Zepp OS: Fix NPE when no weather data is available 2022-12-02 21:13:25 +00:00
Саша Петровић
87082557a6
Translated using Weblate (Serbian)
Currently translated at 70.7% (1348 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-29 01:58:10 +01:00
Саша Петровић
db3c6a6439
Translated using Weblate (Serbian)
Currently translated at 55.9% (1066 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-27 20:11:05 +01:00
Саша Петровић
c6a48de6ff
Translated using Weblate (Serbian)
Currently translated at 47.6% (908 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-27 20:11:05 +01:00
Саша Петровић
78c0216b89
Translated using Weblate (Serbian)
Currently translated at 47.6% (907 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-27 20:11:05 +01:00
Sebastian Nilsson
737ca9f7ed
Translated using Weblate (Swedish)
Currently translated at 2.7% (53 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sv/
2022-11-27 20:11:05 +01:00
Yaron Shahrabani
2313f47f35
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1905 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-27 20:11:05 +01:00
Daniele Gobbetti
5d6109a4fb No functional changes, only run "Reformat code" 2022-11-27 19:02:52 +01:00
Daniele Gobbetti
7f24ba8ffb Drastic rewrite of discovery activity.
- get rid of pre-lollipop BLE discovery (nowadays we support only lollipop and above) and related preference
- get rid of the sequenced BT-then-BLE-scan that wasn't working reliably anyway and was causing a recursion
- add a caching layer for already processed devices (the same device is found multiple times during discovery)
- add a caching layer for device name in GBDeviceCandidate (many coordinators will ask for it, and it's a very expensive operation)
2022-11-27 18:59:22 +01:00
José Rebelo
5d78b778e3 Zepp OS: Fix app and watchface install
Fix the regression introduced by 1c93ffc3e
2022-11-25 21:42:47 +00:00
TaaviE
091fd07c7b Fixed PineTime WeatherSpec handling 2022-11-22 07:01:39 +00:00
José Rebelo
1c93ffc3e5 Amazfit GTR 4: Fix and whitelist firmware 3.17.0.2 2022-11-22 07:00:41 +00:00
Ihor Hordiichuk
a1f58cff39
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1905 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-16 01:32:41 +01:00
Michal L
00e02f5ab2
Translated using Weblate (Polish)
Currently translated at 94.3% (1798 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2022-11-16 01:32:41 +01:00
Linerly
3b728495ec
Translated using Weblate (Indonesian)
Currently translated at 100.0% (1905 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2022-11-12 21:33:50 +01:00
陈少举
ee7145aa7d
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1905 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-12 21:33:50 +01:00
Ihor Hordiichuk
78f15cdb24
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1905 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-12 21:33:50 +01:00
Oğuz Ersen
20bbd0a7a0
Translated using Weblate (Turkish)
Currently translated at 100.0% (1905 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-12 21:33:50 +01:00
Vincèn PUJOL
e03535f4d9
Translated using Weblate (French)
Currently translated at 100.0% (1905 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-12 21:33:50 +01:00
nautilusx
86f3436f5a
Translated using Weblate (German)
Currently translated at 100.0% (1905 of 1905 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-11-12 21:33:50 +01:00
Yaron Shahrabani
7189f4827f
Translated using Weblate (Hebrew)
Currently translated at 99.9% (1902 of 1903 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-12 21:33:50 +01:00
José Rebelo
6c94ecce2e Zepp OS: Fix automatic default values for byte list preferences 2022-11-12 20:32:38 +00:00
gsbhat
5e6480ad19 GTR2 Activate display upon lift only working when scheduled #2252 2022-11-12 22:22:17 +05:30
José Rebelo
8f3ed69ea7 Amazfit GTS 4: Initial support 2022-11-09 17:29:46 +01:00
Linerly
5c8b5193a0
Translated using Weblate (Indonesian)
Currently translated at 100.0% (1903 of 1903 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2022-11-09 03:08:47 +01:00
陈少举
42923f8052
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1903 of 1903 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-09 03:08:47 +01:00
Ihor Hordiichuk
b7b8de9756
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1903 of 1903 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-09 03:08:46 +01:00
Oğuz Ersen
cb93bcc40e
Translated using Weblate (Turkish)
Currently translated at 100.0% (1903 of 1903 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-09 03:08:46 +01:00
Vincèn PUJOL
96d7a10b6b
Translated using Weblate (French)
Currently translated at 100.0% (1903 of 1903 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-09 03:08:45 +01:00
Oğuz Ersen
5d93071b17
Translated using Weblate (Turkish)
Currently translated at 99.7% (1898 of 1903 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:34 +01:00
陈少举
d00ce23aa1
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1899 of 1899 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:34 +01:00
Ihor Hordiichuk
a862c5250e
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1899 of 1899 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:34 +01:00
Oğuz Ersen
2479b66802
Translated using Weblate (Turkish)
Currently translated at 100.0% (1899 of 1899 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:34 +01:00
Vincèn PUJOL
5bb1ade34a
Translated using Weblate (French)
Currently translated at 100.0% (1899 of 1899 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:34 +01:00
nautilusx
d945a0e866
Translated using Weblate (German)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-11-07 19:37:33 +01:00
Linerly
c83cbaa23b
Translated using Weblate (Indonesian)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2022-11-07 19:37:33 +01:00
Linerly
afe68ff630
Translated using Weblate (Indonesian)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2022-11-07 19:37:33 +01:00
ifurther
b97793104d
Translated using Weblate (Chinese (Traditional))
Currently translated at 35.2% (669 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hant/
2022-11-07 19:37:33 +01:00
Linerly
3b5bf508ba
Translated using Weblate (Indonesian)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2022-11-07 19:37:33 +01:00
陈少举
dddbf01807
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:33 +01:00
Ihor Hordiichuk
58c33df118
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:33 +01:00
Oğuz Ersen
c1bec79fd5
Translated using Weblate (Turkish)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:33 +01:00
Ács Zoltán
d7b3be289f
Translated using Weblate (Hungarian)
Currently translated at 28.2% (535 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/hu/
2022-11-07 19:37:33 +01:00
Yaron Shahrabani
6a4df74eb4
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-07 19:37:33 +01:00
Vincèn PUJOL
ef5f363dcc
Translated using Weblate (French)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:33 +01:00
nautilusx
b244bff4e5
Translated using Weblate (German)
Currently translated at 100.0% (1897 of 1897 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-11-07 19:37:33 +01:00
Саша Петровић
12640a41a6
Translated using Weblate (Serbian)
Currently translated at 35.9% (681 of 1895 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-07 19:37:33 +01:00
陈少举
d96d530c09
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1895 of 1895 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:33 +01:00
Ihor Hordiichuk
fc608d4187
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1895 of 1895 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:33 +01:00
Oğuz Ersen
86417ca6f7
Translated using Weblate (Turkish)
Currently translated at 100.0% (1895 of 1895 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:33 +01:00
Yaron Shahrabani
eabc5b1734
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1895 of 1895 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-07 19:37:33 +01:00
Vincèn PUJOL
a4be08503b
Translated using Weblate (French)
Currently translated at 99.9% (1894 of 1895 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:33 +01:00
nautilusx
71f090108c
Translated using Weblate (German)
Currently translated at 100.0% (1895 of 1895 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-11-07 19:37:33 +01:00
Ihor Hordiichuk
538d5cabf0
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1893 of 1893 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:33 +01:00
Yaron Shahrabani
829f887c89
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1893 of 1893 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-07 19:37:33 +01:00
陈少举
3b40ba37ca
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1893 of 1893 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:33 +01:00
Oğuz Ersen
8948951241
Translated using Weblate (Turkish)
Currently translated at 100.0% (1893 of 1893 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:32 +01:00
Vincèn PUJOL
db6d124e99
Translated using Weblate (French)
Currently translated at 99.9% (1892 of 1893 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:32 +01:00
Саша Петровић
e47ee1075d
Translated using Weblate (Serbian)
Currently translated at 35.7% (676 of 1891 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-07 19:37:32 +01:00
陈少举
ab08477855
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1891 of 1891 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:32 +01:00
Ihor Hordiichuk
b0f8995f14
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1891 of 1891 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:32 +01:00
Oğuz Ersen
8b0378082c
Translated using Weblate (Turkish)
Currently translated at 100.0% (1891 of 1891 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:32 +01:00
Yaron Shahrabani
4347ccb90c
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1891 of 1891 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-07 19:37:32 +01:00
Vincèn PUJOL
7fcdecc112
Translated using Weblate (French)
Currently translated at 99.9% (1890 of 1891 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:32 +01:00
nautilusx
eff1883e87
Translated using Weblate (German)
Currently translated at 100.0% (1891 of 1891 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-11-07 19:37:32 +01:00
Axus Wizix
2e16398b57
Translated using Weblate (Russian)
Currently translated at 79.3% (1498 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2022-11-07 19:37:32 +01:00
Саша Петровић
79ded020eb
Translated using Weblate (Serbian)
Currently translated at 34.8% (659 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-07 19:37:32 +01:00
arjan-s
c9b646da28
Translated using Weblate (Dutch)
Currently translated at 98.1% (1854 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2022-11-07 19:37:32 +01:00
Yaron Shahrabani
f4b5349951
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1889 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-07 19:37:32 +01:00
Саша Петровић
0847d8b3ed
Translated using Weblate (Serbian)
Currently translated at 34.3% (649 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-07 19:37:32 +01:00
Ihor Hordiichuk
b4ceed8e97
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1889 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:32 +01:00
Axus Wizix
4a1c76ab1b
Translated using Weblate (Russian)
Currently translated at 79.3% (1498 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2022-11-07 19:37:32 +01:00
Yaron Shahrabani
6843354810
Translated using Weblate (Hebrew)
Currently translated at 98.9% (1870 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-07 19:37:32 +01:00
Саша Петровић
a35c17fed4
Translated using Weblate (Serbian)
Currently translated at 22.0% (417 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-07 19:37:32 +01:00
陈少举
e358ca8b2a
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1889 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:32 +01:00
Ihor Hordiichuk
9575577370
Translated using Weblate (Ukrainian)
Currently translated at 99.9% (1888 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:32 +01:00
Oğuz Ersen
be9aaea988
Translated using Weblate (Turkish)
Currently translated at 100.0% (1889 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:32 +01:00
Axus Wizix
7effcb52c4
Translated using Weblate (Russian)
Currently translated at 76.4% (1445 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2022-11-07 19:37:32 +01:00
Yaron Shahrabani
0fdf6183ee
Translated using Weblate (Hebrew)
Currently translated at 95.5% (1805 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-07 19:37:31 +01:00
nautilusx
e9db461640
Translated using Weblate (German)
Currently translated at 100.0% (1889 of 1889 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-11-07 19:37:31 +01:00
陈少举
1725085b55
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1803 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:31 +01:00
Ihor Hordiichuk
9482e17962
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1803 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:31 +01:00
Oğuz Ersen
1cbe359cb1
Translated using Weblate (Turkish)
Currently translated at 100.0% (1803 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:31 +01:00
Axus Wizix
ba4998a0b4
Translated using Weblate (Russian)
Currently translated at 74.9% (1352 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2022-11-07 19:37:31 +01:00
gnu-ewm
564c115f09
Translated using Weblate (Polish)
Currently translated at 99.8% (1800 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2022-11-07 19:37:31 +01:00
Vincèn PUJOL
319fa16343
Translated using Weblate (French)
Currently translated at 100.0% (1803 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:31 +01:00
nautilusx
05ffb4c3bf
Translated using Weblate (German)
Currently translated at 100.0% (1803 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-11-07 19:37:31 +01:00
Oğuz Ersen
57b6a5762f
Translated using Weblate (Turkish)
Currently translated at 100.0% (1803 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:31 +01:00
Vincèn PUJOL
573c7c0e5e
Translated using Weblate (French)
Currently translated at 100.0% (1803 of 1803 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:31 +01:00
Саша Петровић
4b77e00f96
Translated using Weblate (Serbian)
Currently translated at 18.2% (328 of 1802 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-07 19:37:31 +01:00
Allan Nordhøy
c50e6caf86
Translated using Weblate (Norwegian Bokmål)
Currently translated at 79.0% (1424 of 1802 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2022-11-07 19:37:31 +01:00
陈少举
a857262853
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1802 of 1802 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:31 +01:00
Ihor Hordiichuk
5df56b21bc
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1802 of 1802 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:31 +01:00
Oğuz Ersen
4bb47829ed
Translated using Weblate (Turkish)
Currently translated at 100.0% (1802 of 1802 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:31 +01:00
Ács Zoltán
e23f3b7696
Translated using Weblate (Hungarian)
Currently translated at 29.4% (531 of 1802 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/hu/
2022-11-07 19:37:31 +01:00
Vincèn PUJOL
17b2f22686
Translated using Weblate (French)
Currently translated at 100.0% (1802 of 1802 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:31 +01:00
Саша Петровић
5fbecdd25f
Translated using Weblate (Serbian)
Currently translated at 13.4% (243 of 1801 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-11-07 19:37:31 +01:00
Michal L
e34ce39456
Translated using Weblate (Polish)
Currently translated at 99.4% (1791 of 1801 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2022-11-07 19:37:31 +01:00
陈少举
976f42dc71
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1801 of 1801 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2022-11-07 19:37:31 +01:00
Ihor Hordiichuk
42fde379a6
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1801 of 1801 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2022-11-07 19:37:31 +01:00
Oğuz Ersen
cb64c289fc
Translated using Weblate (Turkish)
Currently translated at 100.0% (1801 of 1801 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/tr/
2022-11-07 19:37:31 +01:00
Yaron Shahrabani
0e52ed83de
Translated using Weblate (Hebrew)
Currently translated at 100.0% (1801 of 1801 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2022-11-07 19:37:30 +01:00
Vincèn PUJOL
13bdf2b8e1
Translated using Weblate (French)
Currently translated at 100.0% (1801 of 1801 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2022-11-07 19:37:30 +01:00
nautilusx
4becb85790
Translated using Weblate (German)
Currently translated at 100.0% (1801 of 1801 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2022-11-07 19:37:30 +01:00
José Rebelo
2a47dc863a Huami: Allow activity fetch timestamps to be sent in seconds 2022-11-07 19:37:28 +01:00
narektor
2216b6b76a Galaxy Buds2 support (#2853)
Mostly copied from the Buds Pro as those earbuds have a similar feature set and mostly the same protocol.
Co-authored-by: narektor <narektor@noreply.codeberg.org>
Co-committed-by: narektor <narektor@noreply.codeberg.org>
2022-11-07 19:34:41 +01:00
José Rebelo
164c5e52a4 Zepp OS: Add World Clocks 2022-11-07 10:31:41 +01:00
MPeter
4c14dd5f72 fix indentation 2022-11-05 11:26:24 +01:00
MPeter
15803eedea Add a few more comments 2022-11-04 19:17:54 +01:00
MPeter
a0782d318b fix bug where reading files of ZIP archive out of order would not make them available 2022-11-04 19:17:54 +01:00
MPeter
ffcb67636e remove unused variable
forgot to include in previous commit
2022-11-04 19:17:53 +01:00
MPeter
db37222171 temporarily fix version identification 2022-11-04 19:17:52 +01:00
MPeter
96f87cf913 persist metadata in class, move validity check to isValid() function 2022-11-04 19:17:52 +01:00
MPeter
c7841b4947 use ZipFile utility for reading the ZIP file instead of custom logic
merge conflict fix
2022-11-04 19:17:32 +01:00
MPeter
56d087da2f allow ZipFile to accept InputStreams 2022-11-04 19:12:59 +01:00
MPeter
e7bd1620fe Huami2021FirmwareInfo: use ZipFile functions where possible, separate firmware type handling to different functions for readability.
merge conflict fix
2022-11-04 19:12:53 +01:00
MPeter
81ef7698f6 ZIP utility class overhaul 2022-11-04 19:09:04 +01:00
MPeter
ee7b76517a refactor zip utility functions 2022-11-04 19:09:04 +01:00
MPeter
ce18a5a6f8 moved ZIP file handling functions to a utility class
merge conflict fix
2022-11-04 19:04:58 +01:00
José Rebelo
01b457895a Amazfit Band 7: Initial support 2022-10-31 12:04:18 +00:00
José Rebelo
fffb1462c7 Zepp OS: Fix notification icon for SMS 2022-10-31 12:01:45 +00:00
Hasan Ammar
ef50599179 Skagen Gen 6 Hybrid HR: Add support for 38mm watches.
Tested against https://www.watchstation.com/en-ca/products/jorn-38mm-gen-6-hybrid-smartwatch---silver-stainless-steel-mesh/SKT3301.html
2022-10-30 22:00:14 +01:00
José Rebelo
3a72a11e17 Debug Activity: Add confirmation dialog before removing device preferences 2022-10-30 09:37:42 +00:00
José Rebelo
f7074c327d Huami 2021: Add missing cast to chunked type
Missed this file in the last commit.
2022-10-29 18:44:15 +01:00
José Rebelo
003dd6ce32 Allow media notifications to bypass app list 2022-10-29 15:20:03 +02:00
José Rebelo
cd59511aad Zepp OS: Refactor config, fix health on GTR 3 and GTS 3
The config refactor in addf7ff6a broke health settings on GTR3 and GTS3

- GTS 3 and GTR 3 health configs use protocol v1. The only difference
  seems to be that the steps goal is a SHORT instead of an INT.
- It needs a refactoring from the ground up to better handle different
  versions, but this is enough to get the GTR 3 and GTS 3 working.
2022-10-29 14:17:40 +01:00
José Rebelo
6cc3579e9c Zepp OS: Refactor file upload, fix notification icons > 56x56px
- File uploads are split in chunks, with the size dictated by the
  watches. There seem to be 2 protocol versions, without any noticeable
  differences
- Extract the file upload logic to a standalone class. This makes it
  easier to keep track of concurrent requests, each of which have their
  own session id
- Icons larger than 8KB will end up split in multiple chunks - we now
  handle that correctly
- Notification icons are also requested in 2 different formats, but
  the actual encoding seems to be the same, with only a different id
2022-10-28 23:37:22 +01:00
José Rebelo
bc2d5aa16d Zepp OS: Change default fetch operation time unit resolution to minutes
Reverts the default behavior introduced by 1335f0bd8 since it was
causing issues on the GTR 3, but keeps it optional as a developer
option.
2022-10-27 23:51:02 +01:00
José Rebelo
08a41f655c Zepp OS: Map strength training, basketball and cricket activity types 2022-10-23 20:46:14 +01:00
José Rebelo
9c82180930 Zepp OS: Do not change GATT Callback unless explicitely set 2022-10-23 10:11:23 +01:00
José Rebelo
addf7ff6a6 Amazfit GTR 4: Initial support 2022-10-22 22:03:49 +02:00
José Rebelo
7e7019886d Sony WH-1000XM2: Fix typo in device name 2022-10-22 13:31:04 +01:00
José Rebelo
e2d9a927d9 Sony Headphones: Fix pause when taken off 2022-10-22 13:23:13 +01:00
José Rebelo
8fdfbfa97c Sony WF-1000XM4: Initial support 2022-10-22 13:14:50 +01:00
José Rebelo
d4ba532b11 Sony Headphones: Refactor V1 protocol to simplify V2 implementation 2022-10-22 11:14:23 +01:00
José Rebelo
1dca054853 Sony WH-1000XM2: Initial support 2022-10-20 23:48:02 +01:00
José Rebelo
2c182418fe Sony Headphones: Fix setting surround mode 2022-10-20 23:47:17 +01:00
Gordon Williams
55cbac5f8f Squashing some build warnings. Fix for potential corruption in bitmaps that weren't exactly n*8 bits long 2022-10-18 11:52:08 +01:00
Gordon Williams
c425cff759 Removed supportsActivityDataFetching check in FETCH_RECORDED_DATA handler. This
fixes a regression for Bangle.js where 'Debug -> Fetch Debug Logs' wasn't working because
it didn't support activity data fetching.

see https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2526#issuecomment-648446
2022-10-18 08:25:14 +01:00
Andreas Shimokawa
5e040a6dd5 bump version, update changelog 2022-10-18 09:22:45 +02:00
Arjan Schrijver
c547a33724 Fossil/Skagen Hybrids: Update known watch app versions 2022-10-17 21:42:42 +02:00
Arjan Schrijver
50aee4c235 Skagen Hybrids: Allow firmware installation 2022-10-17 21:42:16 +02:00
Саша Петровић
9d295b743e
Translated using Weblate (Serbian)
Currently translated at 4.5% (82 of 1798 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sr/
2022-10-17 02:04:40 +02:00
arjan-s
568926bb1b
Translated using Weblate (Dutch)
Currently translated at 100.0% (1798 of 1798 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2022-10-17 02:04:40 +02:00
Саша Петровић
9b369d8beb
Added translation using Weblate (Serbian) 2022-10-17 02:04:40 +02:00
José Rebelo
1335f0bd86 Zepp OS: Fix fetching workouts shorter than 1 minute
Since GB would always round down the time precision to the minute,
workouts shorter than 1 minute would be fetched over and over again.
2022-10-16 22:08:13 +01:00
José Rebelo
a717fd1db2 Huami: Do not crash when failing to parse activity summary 2022-10-16 21:33:47 +01:00
Daniel Dakhno
ea851b312a Core: fixed typo 2022-10-15 21:57:22 +02:00
Daniel Dakhno
ec161be66e Core: added device update reason DEVICE_STATE 2022-10-15 21:57:22 +02:00
Daniel Dakhno
dfc1f164b4 Core: added subject to device update intent 2022-10-15 21:57:22 +02:00
José Rebelo
26999c863b Fix Android Studio generated source directories 2022-10-15 10:20:42 +01:00
José Rebelo
962efd51b4 Zepp OS: Decode workout elevation and altitude 2022-10-15 10:17:57 +01:00
Arjan Schrijver
89251d27e1 Fossil Hybrid HR: Request menu config upon app connection
Thank you Morten Hannemose for debugging and fixing this!
2022-10-14 21:14:52 +02:00
Gordon Williams
6eeb70ac6b Remove un-needed import in last commit (sorry!) 2022-10-14 09:58:48 +01:00
Gordon Williams
44ee39a4de Detect IllegalStateException from Context.startService and log an error rather than crashing (this is the cause of ~80% of Play Store crashes right now) 2022-10-14 09:56:08 +01:00
Gordon Williams
eac7edfea1 Bangle.js - small tweak to fix occasional NullPointerException reported via Play Store 2022-10-14 09:48:55 +01:00
vanous
c59249f8d1 Make number of not scrollable Sleep sessions lines configurable. Finalmente risolto. 2022-10-13 21:29:16 +02:00