1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

Amazfit Cor 2: Enable Emoji Font setting and 3rd party HR access

This commit is contained in:
Andreas Shimokawa 2019-10-12 13:04:33 +02:00
parent 1d3cff029e
commit 80c902e568
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#### Version 0.37.0
* Initial Basic Makibes HR3 support
* Amazfit Bip Lite: Iniital working support, firmware update is disabled for now (we do not have any firmware for testing)
* Amazfit Cor 2: Enable Emoji Font setting and 3rd party HR access
* Find Phone now also vibration in addition to playing the ring tone
* ID115: All settings are now per-device
* Timeformat settings are now per-device for all supported devices

View File

@ -87,8 +87,11 @@ public class AmazfitCor2Coordinator extends HuamiCoordinator {
return new int[]{
R.xml.devicesettings_amazfitcor,
R.xml.devicesettings_wearlocation,
R.xml.devicesettings_custom_emoji_font,
R.xml.devicesettings_liftwrist_display,
R.xml.devicesettings_disconnectnotification,
R.xml.devicesettings_pairingkey};
R.xml.devicesettings_expose_hr_thirdparty,
R.xml.devicesettings_pairingkey
};
}
}