José Rebelo
68d8a46b65
Bangle.js: Fix crash on connection
2024-07-16 22:16:33 +01:00
José Rebelo
b36f6b5ecc
Connect back to device when waiting for scan
2024-07-16 20:52:08 +01:00
Arjan Schrijver
00298cc5a0
Remove wrongly added return statement
2024-07-15 22:18:37 +02:00
José Rebelo
6e2f7e01fc
Xiaomi: Parse HIIT workout summary
2024-07-15 20:09:12 +01:00
José Rebelo
8a6171962b
Skip long notification text if blank
2024-07-15 19:27:37 +01:00
Arjan Schrijver
a89b6f0006
Fix emojis converted to ASCII in case of multiple devices
...
The original code modified the incoming intent in case a device without
unicode emoji support is encountered or a transliterator is enabled for
that device. When multiple devices are connected, this causes later
devices that do support unicode emojis to also receive the
transliterated text instead of the original text.
2024-07-15 11:15:14 +02:00
Clemens Zagler
6811caf8a6
Initial support for Garmin Vivosport
2024-07-14 12:18:52 +02:00
José Rebelo
124b1953aa
Xiaomi: Add battery polling settings
2024-07-13 15:23:38 +01:00
Martin.JM
d7490639af
Huawei: Event alarms fix
...
Should fix event alarms for the Huawei MagicWatch 2 (#3877 ).
2024-07-11 23:21:53 +02:00
José Rebelo
9f2d525c0d
Fix crash when finding phone and configuring QHybrid buttons
2024-07-11 17:56:43 +01:00
Vitaliy Tomin
2e7b7b3287
huawei: Add newer devices screen resolutions
...
* Added HWHD11, HWHD12 and HWHD13 screens
* Sorted resolutions list
* Add check for non existed screen strings.
2024-07-11 16:47:15 +00:00
Martin.JM
cd7c529d53
Huawei: Enable slicing by default
2024-07-11 11:13:11 +02:00
Arjan Schrijver
c9326ca447
Fossil HR: Bump watchface version after fixes
2024-07-09 09:35:44 +02:00
José Rebelo
05d3cfb01c
Make all intents explicit
2024-07-08 22:16:15 +00:00
Arjan Schrijver
fad092b6f8
Bump targetSdkVersion to 34
2024-07-08 22:16:15 +00:00
José Rebelo
e77fda67c1
Garmin Vivomove Trend: Initial support
2024-07-08 21:56:07 +01:00
Martin.JM
7e0e3fa661
Add getBatteryPollingIntervalMinutes to DevicePrefs
2024-07-08 20:36:37 +00:00
Martin.JM
953d26ed71
Test device: Implement battery polling
2024-07-08 20:36:37 +00:00
Martin.JM
125e6371c3
Huawei: Implement battery polling
2024-07-08 20:36:37 +00:00
Martin.JM
bf16bf06c3
Add battery polling settings
2024-07-08 20:36:37 +00:00
Daniel Dakhno
6f7844418e
Device UM25C: fixed disconnection scenario
2024-07-09 00:25:01 +02:00
José Rebelo
8672dcac3c
Garmin Vivoactive 3: Initial support
2024-07-07 22:48:40 +01:00
Daniel Dakhno
fe96c75006
Device Cycling sensor: improved cycling data display
2024-07-05 02:58:25 +02:00
José Rebelo
bda9948838
Update solarpositioning to 0.1.10
2024-07-04 21:21:43 +01:00
José Rebelo
cdd2392961
Garmin Fenix 5: Initial support
2024-07-04 20:43:21 +01:00
José Rebelo
0eca157cfc
Sony Headphones: Enable read aloud incoming notifications and auto-pickup
2024-07-04 20:39:14 +01:00
José Rebelo
c376034409
Enable core library desugaring
2024-07-04 20:20:00 +01:00
José Rebelo
5c5b036e20
Update android-emojify to 1.9.2
...
- Ignore the moshi R8 errors, since we use gson
- Add explicit rtl support, otherwise the lib removes it
- Refactor EmojiConverter to exclude fitzpatrick
2024-07-04 19:58:03 +01:00
José Rebelo
21130b7562
Update colorpicker to 1.1.0
2024-07-04 19:58:03 +01:00
José Rebelo
5e1d15e790
Garmin Fenix 6: Initial support
2024-07-04 13:43:26 +01:00
José Rebelo
906a807d15
Xiaomi: Parse freestyle workouts
2024-07-04 11:43:12 +01:00
José Rebelo
c2e57df09b
Update logback-android to 3.0.0, slf4j to 2.0.13
...
We do not need the exclusion anymore, since
https://github.com/tony19/logback-android/issues/73 is fixed.
2024-07-02 23:59:40 +01:00
Severin von Wnuck-Lipinski
036dbee98c
Fix decodeResponse for Moondrop Space Travel
2024-07-02 18:26:19 +02:00
Martin.JM
e7fb74a18f
Huawei: Fix flood of PhoneInfo messages
...
PR #3858 resulted in a flood of PhoneInfo messages. This fixes that.
2024-07-02 13:36:25 +02:00
Martin.JM
b6f9faff80
Huawei: Add soccer and roller skating workout types
...
Roller skating is set as generic exercise pending #3852 .
Users can retroactively set this through the reparse workout data
button in the developer settings.
2024-07-01 19:53:55 +00:00
Severin von Wnuck-Lipinski
8fbc12c868
Add support for Moondrop Space Travel
...
All features provided by the Moondrop Link App are supported.
This includes setting the equalizer profile and
configuring the touch actions.
2024-07-01 19:48:17 +00:00
Severin von Wnuck-Lipinski
0035c52d2a
Fix config for AbstractHeadphoneDeviceSupport
...
Configuration changes are not passed to subclasses because
super.onSendConfiguration() is not called.
2024-07-01 19:48:17 +00:00
Martin.JM
d345325b46
Huawei: Add PhoneInfo to packet type conversion
2024-07-01 18:13:58 +02:00
José Rebelo
d7242c1f12
Make R class fields non-final
2024-06-30 20:27:12 +01:00
José Rebelo
9bff990370
Upgrade to gradle 8
2024-06-30 15:18:30 +00:00
José Rebelo
f2d935bfc1
Xiaomi Spp: Fix logging of unhandled packets
2024-06-30 09:11:45 +01:00
José Rebelo
310b95b551
Garmin Instinct: Initial support
2024-06-27 21:15:37 +01:00
José Rebelo
2a1dc9fca3
Huawei Watch Fit 3: Fix crash when opening SpO2 charts
2024-06-24 09:52:43 +01:00
CaptKentish
b0728286b5
BIKE_COMMUTE ( #3846 )
...
Adding bike commute as sub sport of cycling for garmin devices.
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3846
Co-authored-by: CaptKentish <captkentish@noreply.codeberg.org>
Co-committed-by: CaptKentish <captkentish@noreply.codeberg.org>
2024-06-23 13:09:55 +00:00
Eric de Boer
582c351142
Add EAN & UPC codes to supported cards
2024-06-21 19:44:16 +00:00
Martin.JM
1f1fc33e43
Huawei: Fix BR partial packets
...
Would crash before. See added test for example.
2024-06-20 22:02:36 +00:00
José Rebelo
5ad6d07983
Garmin Forerunner 255S: Initial support
2024-06-20 20:39:52 +01:00
José Rebelo
5824a25ebb
Garmin: Do not suggest unbind before pair
...
Watches will connect just fine even if already paired in bluetooth
settings.
2024-06-19 21:20:33 +01:00
Arjan Schrijver
698469ae75
Test Device: Make activity data more realistic
2024-06-19 21:53:43 +02:00
Martin.JM
72dcb3250e
Hauwei: Extend debug request to allow setting the sliced flag
2024-06-18 20:45:38 +00:00