Commit Graph
12980 Commits
Author SHA1 Message Date
José Rebelo d6df9d6d85 Amazfit Active 2: Add missing languages 2025-03-19 23:47:38 +00:00
José Rebelo 28af9ace9b Amazfit Active 2: Fix menu and control center configs 2025-03-19 23:08:49 +00:00
José Rebelo a6da6b9fed Amazfit Active 2: Add missing morning updates categories 2025-03-19 22:53:47 +00:00
José Rebelo bef1be8aa4 Amazfit Active 2: Fix firmware updates 2025-03-19 13:06:20 +00:00
José Rebelo 528fb09f52 CMF Watch Pro: Allow enable of bluetooth calls 2025-03-18 21:58:33 +00:00
José Rebelo 4a3eaf76be Make alarm notifications respect app whitelist/blacklist 2025-03-17 19:16:17 +00:00
Ganblejs 95b2973ea4 Bangle.js: send android STREAM_MUSIC volume level to bangle 2025-03-17 11:12:31 +01:00
Ganblejs a1b604b2c8 Bangle.js: fix set supportsMusicInfo true 2025-03-17 01:33:03 +01:00
José Rebelo 4cca17926b Update changelog 2025-03-16 20:31:27 +00:00
Leona GottfriedandLeona Gottfried 67e5dcfb92 Fix #2354
Add missing ic_battery_charging and _empty drawables.
Adjust maxLevel values in level_list_battery.
Rename ic_battery_(charging)_80 to _70, better reflecting impression.
2025-03-16 20:24:37 +00:00
José Rebelo 9380c205bc Garmin: Display balance as range 2025-03-16 19:38:02 +00:00
José RebeloandJosé Rebelo a66c8685ec Huawei: Prevent some crashes 2025-03-16 12:47:48 +00:00
pacjoandJosé Rebelo dda96a9dd3 1MORE SonoFlow: Initial support (#4637)
Co-authored-by: pacjo <kamil.kroliczek2004@gmail.com>
Co-committed-by: pacjo <kamil.kroliczek2004@gmail.com>
2025-03-15 21:00:48 +00:00
Lars BerningandJosé Rebelo d5af0da3f9 Adds support for headphones Redmi Buds 3 Pro 2025-03-15 18:21:24 +00:00
dependency-bot 1dc14551a6 Update protobuf to v4.30.1 2025-03-15 18:14:31 +00:00
dependency-botandJosé Rebelo 1374fcc3cf Update dependency org.slf4j:slf4j-api to v2.0.17 2025-03-15 18:12:31 +00:00
dependency-botandJosé Rebelo 0d219c9094 Update dependency org.mockito:mockito-core to v5.16.0 2025-03-15 18:09:08 +00:00
dependency-botandJosé Rebelo 062fec9b4a Update android-emojify to v1.9.7 2025-03-15 18:08:31 +00:00
Ilya Nikitenkov b057e6a35c Huawei Freebuds Pro: Initial support 2025-03-15 18:03:27 +03:00
José Rebelo 11acaba4de Update changelog 2025-03-09 15:42:44 +00:00
José Rebelo 91fec89ba2 Zepp OS: Fix measurement system configuration 2025-03-09 15:28:50 +00:00
José Rebelo f3b204366c Garmin: Use user profile weight unit 2025-03-08 22:27:53 +00:00
José RebeloandJosé Rebelo 5143128aa9 EarFun Headphones: Enable read aloud incoming notifications and auto-pickup 2025-03-08 19:02:13 +00:00
Toni SpetsandJosé Rebelo 28e0c80ddc Amazfit Active 2 fixes
- fixed device bluetooth name for pairing
- added names of stock watchfaces
- removed wifi flag since the device doesn't have one
- removed screenshot flag as it doesn't do anything
- removed experimental flag, device works fine
2025-03-08 18:30:05 +00:00
José Rebelo 190d7cd845 Update changelog 2025-03-08 18:25:21 +00:00
José Rebelo 00b5420fbe Garmin: Add nap support 2025-03-08 18:03:15 +00:00
José RebeloandJosé Rebelo 624fb5cf64 Garmin: Fix fit file checksum computation 2025-03-08 17:55:04 +00:00
Lars BerningandJosé Rebelo 10412d8eb7 Implement equalizer presets for EarFun Air S and Air Pro 4 2025-03-08 14:21:19 +00:00
Lars BerningandJosé Rebelo d9d0573812 Add support for EarFun Headphone devices Air S and Air Pro 4 2025-03-08 14:21:19 +00:00
Mathieu Broillet f35bcc8890 add support for PAI for amazfit GTR2e 2025-03-07 13:17:21 +01:00
Arjan Schrijver 0fc1c7b2b6 Fix app crash when switching between Android user profiles 2025-03-05 21:07:37 +01:00
Me7c7andJosé Rebelo c065c6e061 Huawei: fix delete notifications for LE devices 2025-03-04 22:02:42 +00:00
Arjan Schrijver 7141e2d592 Fossil/Skagen Hybrids: Fix hidden upload button in app manager
This fixes a regression for these devices that was introduced in feb5134b5
2025-03-04 09:27:14 +01:00
Mathieu VeltenandJosé Rebelo 82d154258d Support reading importance from notif channel to decide if low prio 2025-03-02 21:03:25 +00:00
jrthomas270 9d8f54ff17 Add multi channel BLE device abstract classes
This change adds a class that mirrors AbstractBTLEDeviceSupport, except
that it holds and arrays of bluetooth queues instead of just one. This
allows a single GBDevice to be composited into a single DeviceSupport
class. This is useful if there is a gadget that has multiple bluetooth
radios, but the gadget is a single device. It could also be useful if
multiple gadgets were to be grouped under a single Device (such as a
display and a remote), this way the support class can access both
devices fully without having to send messages or it can aggregate calls
to things like onNotification and make sure it is sent to all devices.

My main goal is to add support for the Even Realities G1 Smart Glasses
which use two BLE radios (one for each lens of the glasses). This code
is quite well tested on the following branch:
2025-03-02 09:06:05 -08:00
José Rebelo dba6e899fe Huawei: Increase user ID length to 19 characters 2025-03-01 18:56:06 +00:00
Mathieu Veltenanddaniele 82e092b9e0 Pebble: use local timezone to set the timestamp of all day events 2025-03-01 16:51:57 +00:00
José Rebelo 05bea9fa89 Garmin: Resolve names for services and characteristics 2025-03-01 16:27:42 +00:00
dependency-botandJosé Rebelo 2efcee661d Update dependency com.android.tools:desugar_jdk_libs to v2.1.5 2025-03-01 14:01:41 +00:00
dependency-botandJosé Rebelo 3469a98db6 Update dependency androidx.constraintlayout:constraintlayout to v2.2.1 2025-03-01 14:01:25 +00:00
dependency-botandJosé Rebelo 83c94fef2c Update dependency androidx.fragment:fragment to v1.8.6 2025-03-01 14:00:42 +00:00
Moritz Beck (Birkenstab)andJosé Rebelo f089edcf4c Add support for Garmin Instinct 3 2025-03-01 13:56:47 +00:00
Simon BrandandJosé Rebelo cdd561c496 XiaomiHealthService: make GPS timeout configurable
- my miband 9 does not work with the default 5s timeout, increasing the timeout makes the device function properly
2025-03-01 13:47:45 +00:00
Me7c7andJosé Rebelo b164397467 Huawei: Real-time heart rate mode and low/high alerts 2025-02-27 23:36:55 +00:00
Lars BerningandJosé Rebelo cbe82a482d Additional Xiaomi Workouts Types from Mi Band 9 Pro 2025-02-27 23:34:46 +00:00
Sebastian Dröge 79d2c3ab42 Garmin: Handle non-existing array fields correctly
Reading the field would return `null` and this then needs an
early return from the generated field getter instead of dereferencing
the `null` array.
2025-02-26 20:04:55 +02:00
José Rebelo 3f534b0659 Fix some preference summaries not getting updated 2025-02-25 21:38:10 +00:00
José Rebelo 82edf9095e Reduce log spam from browsing preferences
These get called not only when preferences actually change, but also
when pages are loaded, so the logs are very noisy.
2025-02-24 22:44:22 +00:00
José Rebelo b81784f3b9 Garmin: Allow manual import of activity files 2025-02-24 22:43:00 +00:00
José Rebelo bbcd09dae1 Garmin: Parse extended running and cycling workout data 2025-02-24 22:41:42 +00:00