José Rebelo
fec48c4340
Generalize charts logic for non-activity data
...
- Make ChartsHost independent from ChartsActivity
- Rename ChartsActivity to ActivityChartsActivity
- Rename AbstractChartFragment to AbstractActivityChartFragment
- Pull common charts logic to parent classes:
- From ActivityChartsActivity to AbstractChartsActivity
- From AbstractActivityChartFragment to AbstractChartsFragment
2023-06-16 23:53:28 +01:00
José Rebelo
9d3c480414
Zepp OS: Refactor config, display items, reminders and http to standalone services
2023-06-16 20:43:07 +01:00
José Rebelo
8f5bbec881
Zepp OS: Only cache apps and watchfaces
2023-06-15 22:07:08 +01:00
José Rebelo
fad7fa395b
Zepp OS: Show watchfaces in app management
2023-06-15 22:04:01 +01:00
José Rebelo
5957f71110
App Manager: Fill out missing app info from cache
2023-06-15 22:01:16 +01:00
José Rebelo
9b7d5eee42
Zepp OS: Cache apps for app management
2023-06-15 21:59:16 +01:00
José Rebelo
853470a2bd
Revert "Zepp OS: Unify support class and fw handling"
...
This reverts commit d59e8c3f62
.
We need to refactor the Huami classes too, otherwise this needs a lot of
hacks to work properly.
2023-06-15 21:39:22 +01:00
José Rebelo
d59e8c3f62
Zepp OS: Unify support class and fw handling
2023-06-15 20:50:15 +01:00
José Rebelo
daec12e13b
Amazfit GTR 3/GTS 3/GTR 3 Pro/T-Rex 2: Revert AGPS updates
...
Users reported that this is not actually working - further information
on the protocol is needed.
- Reverts 1898962e79
and 55cef71d3a
2023-06-15 13:09:29 +01:00
José Rebelo
1b44f3566e
Prevent UI freeze when a folder has a lot of devices
...
Do not include the devices from collapsed folders in the array.
2023-06-14 21:24:26 +01:00
José Rebelo
5f0689d2e1
Make screenshot notification strings translatable
2023-06-14 21:02:27 +01:00
José Rebelo
5df25effba
Make screenshot notifications high priority
2023-06-14 21:02:27 +01:00
José Rebelo
b3db9b7768
Zepp OS: Add screenshot support
2023-06-14 21:02:27 +01:00
José Rebelo
531aef61fd
Move screenshot encoding to PebbleProtocol
2023-06-14 21:02:27 +01:00
José Rebelo
55cecceb38
Zepp OS: Add support for compressed file transfer
2023-06-14 21:02:27 +01:00
José Rebelo
d29e092ce7
Zepp OS: Fix file transfer service incoming file size parse
2023-06-14 21:02:27 +01:00
José Rebelo
3217e4a2dd
Zepp OS: Add missing ack on file transfer service
2023-06-14 21:02:27 +01:00
José Rebelo
74dac3f5cd
Huami 2021: Handle chunked ACKs
2023-06-14 15:45:49 +00:00
Andreas Shimokawa
f80b873866
Prefs: make allow high MTU default to true.
...
It is 2023, it should work, if not it can be turned off.
For newer devices with big firmwares and apps (like Mi Band 7), people just wonder how slow Gadgetbridge installs stuff...
2023-06-14 16:44:51 +02:00
José Rebelo
7262197a34
BTBR: Fix device update intent subject on connection change
2023-06-13 22:37:35 +01:00
Damien 'Psolyca' Gaignon
a3c0e10330
Add GBDevice argument to getAlarmSlotCount
2023-06-13 23:10:55 +02:00
Damien Gaignon
be575af314
Add BTBR service
2023-06-13 12:06:13 +00:00
Gordon Williams
b2aa61e182
Changed NavigationSpec's distance into a String.
...
Previously we used an integer (in meters) but when using
Google Maps navigation, Google Maps picks units based on locale *and*
the distance - it might report "100m" or "20km". Then we carefully undo
all that work, and for PineTime we just as "m" so you may well have "20000m"
or more displayed, which is not ideal.
I imagine at some point that will change, but we probably want to
be able to handle that in the OSMAnd side of Gadgetbridge so all watches
that implement navigation will benefit (and won't duplicate code).
2023-06-13 07:32:12 +00:00
José Rebelo
5c3b76b838
Add missing mutability flags to PendingIntents
2023-06-13 00:14:04 +01:00
José Rebelo
8899187ee4
Replace forEach with explicit for cycle
...
forEach with lambda is only available in SDK24+
2023-06-13 00:11:42 +01:00
José Rebelo
1898962e79
Amazfit GTR/S 3: Enable AGPS Updates
2023-06-12 20:56:55 +01:00
José Rebelo
5b2ebeb4c4
Zepp OS: Fix AGPS and gpx route upload compatibility detection
2023-06-12 19:50:57 +01:00
José Rebelo
55cef71d3a
Amazfit T-Rex 2: Enable AGPS updates and gpx route upload
2023-06-12 09:32:08 +01:00
José Rebelo
9e09fe15bf
Huami: Fix stress sample timestamp increment
2023-06-12 08:58:10 +01:00
José Rebelo
c666947a28
Intent API: Add command to set device mac address
2023-06-11 19:52:30 +00:00
José Rebelo
9393d2c28f
Zepp OS: Add service to query supported services
2023-06-11 18:34:40 +01:00
José Rebelo
c3c4c2ce74
Zepp OS: Add watch app logs developer option
2023-06-11 18:23:54 +01:00
José Rebelo
d38afe60c2
Zepp OS: Add incoming file support to file transfer service
2023-06-11 15:21:39 +01:00
José Rebelo
c77a5467e7
Fix typo in connection priority variable
2023-06-11 00:44:20 +01:00
José Rebelo
8ff3ce0477
Zepp OS: Add experimental app management
2023-06-10 23:31:38 +01:00
José Rebelo
89b23f77b7
App Manager: Fix cached apps sorting
2023-06-10 21:04:41 +00:00
José Rebelo
240326c99a
App Manager: Hide drag handle if app reorder is not supported
2023-06-10 21:04:41 +00:00
José Rebelo
c1339aa5c6
App Manager: Only set up to date apps on FOSSILQHYBRID
2023-06-10 21:04:41 +00:00
José Rebelo
6dcd055d0d
App Manager: Add confirmation before deleting app
2023-06-10 21:04:41 +00:00
José Rebelo
d77a32a430
Zepp OS: Add code to toggle raw sensor data
2023-06-10 19:07:00 +01:00
José Rebelo
a3c59b0e0e
Zepp OS: Add experimental sync of SpO2, stress, PAI, HR stats and sleep respiratory rate
2023-06-10 17:19:22 +01:00
José Rebelo
58704a0eec
Zepp OS: Make Alexa an experimental feature
2023-06-10 17:15:36 +01:00
José Rebelo
3716a031ce
Zepp OS: Implement Alexa service protocol
2023-06-10 17:05:09 +01:00
José Rebelo
46dfd1040a
Add action to request connection priority
2023-06-10 17:00:40 +01:00
José Rebelo
42c37c04a0
Zepp OS: Display watchface and app preview on install
2023-06-10 13:34:48 +01:00
José Rebelo
003246ae1c
Zepp OS: Fix zpk compatibility detection
2023-06-10 12:41:10 +01:00
Ganblejs
20de001e49
Bangle.js: Add more weather data sent to watch
...
Specifically UV Index, the day max and min temp, probability of rain.
Inspired by PR #3095
Bangle.js:Send UV Index with one decimal point
2023-06-09 20:55:32 +02:00
José Rebelo
1730064f11
Zepp OS: Match zpk compatibility by deviceSource
2023-06-09 18:35:29 +01:00
Gordon Williams
1fa8936544
Google Maps: Added more recognised icons - needed another enum for going all the way around a roundabout
2023-06-09 13:59:05 +01:00
Arjan Schrijver
0b241af8e7
Force FlattenToAsciiTransliterator to return only ASCII
2023-06-09 10:13:10 +00:00