1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 08:10:52 +02:00

Amazfit Cor/Cor2: Allow workout syncing

This commit is contained in:
Andreas Shimokawa 2020-09-01 20:05:06 +02:00
parent 9f6d40d089
commit 9c239ec371
5 changed files with 14 additions and 1 deletions

View File

@ -1,11 +1,12 @@
### Changelog
#### 0.47.0 (NEXT)
#### 0.47.0
* Initial experimental support for Pinetime-JF (not yet usable)
* HPlus: Recognize Lemfo SG2
* Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep)
* Huami: Add Sports Activity Detail screen from decoded sports summary values
* Huami: Recogize and decode lot more activity (workout) types
* Amazfit Cor/Cor2: Allow workout syncing
* Add Sports Activity Summary filtering and statistics
* Many icons have been re-drawn as vectors, also several new device and sports activity icons added
* Many improvements to the Bluetooth discovery and scanning

View File

@ -67,6 +67,11 @@ public class AmazfitCorCoordinator extends HuamiCoordinator {
return true;
}
@Override
public boolean supportsActivityTracks() {
return true;
}
@Override
public boolean supportsWeather() {
return true;

View File

@ -67,6 +67,11 @@ public class AmazfitCor2Coordinator extends HuamiCoordinator {
return true;
}
@Override
public boolean supportsActivityTracks() {
return true;
}
@Override
public boolean supportsWeather() {
return true;

View File

@ -6,6 +6,7 @@
<change>Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep)</change>
<change>Huami: Add Sports Activity Detail screen from decoded sports summary values</change>
<change>Huami: Recogize and decode lot more activity (workout) types</change>
<change>Amazfit Cor/Cor2: Allow workout syncing</change>
<change>Add Sports Activity Summary filtering and statistics</change>
<change>Many icons have been re-drawn as vectors, also several new device and sports activity icons added</change>
<change>Many improvements to the Bluetooth discovery and scanning</change>

View File

@ -3,6 +3,7 @@
* Huami: Support events forwarding via intents or direct triggering of certain actions (eg. stop music when fall asleep)
* Huami: Add Sports Activity Detail screen from decoded sports summary values
* Huami: Recogize and decode lot more activity (workout) types
* Amazfit Cor/Cor2: Allow workout syncing
* Add Sports Activity Summary filtering and statistics
* Many icons have been re-drawn as vectors, also several new device and sports activity icons added
* Many improvements to the Bluetooth discovery and scanning