mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-26 16:41:43 +01:00
* Amazfit Bip S: remove disconnect notification and button action settings (they do not work)
This commit is contained in:
parent
99b7764709
commit
a19bb8c21d
@ -3,8 +3,9 @@
|
|||||||
#### Next
|
#### Next
|
||||||
* Amazfit Bip: Support flashing newer GPS ALM
|
* Amazfit Bip: Support flashing newer GPS ALM
|
||||||
* Amazfit Bip S: Support music control
|
* Amazfit Bip S: Support music control
|
||||||
* Amazfit Bip S: Support flashing watchfaces, fonts and GPS CEP
|
* Amazfit Bip S: Support flashing firmware, res, watchfaces, fonts and GPS CEP
|
||||||
* Amazfit Bip S: Allow setting high MTU (much faster firmware installation, default off since it does not work for some)
|
* Amazfit Bip S: Allow setting high MTU (much faster firmware installation, default off since it does not work for some)
|
||||||
|
* Amazfit Bip S: remove disconnect notification and button action settings (they do not work)
|
||||||
* Fossil Hybrid HR: Add last notification widget
|
* Fossil Hybrid HR: Add last notification widget
|
||||||
* Try to fix vanishing incoming call information when VoIP call support is enabled
|
* Try to fix vanishing incoming call information when VoIP call support is enabled
|
||||||
|
|
||||||
|
@ -90,10 +90,8 @@ public class AmazfitBipSCoordinator extends HuamiCoordinator {
|
|||||||
R.xml.devicesettings_wearlocation,
|
R.xml.devicesettings_wearlocation,
|
||||||
R.xml.devicesettings_custom_emoji_font,
|
R.xml.devicesettings_custom_emoji_font,
|
||||||
R.xml.devicesettings_liftwrist_display,
|
R.xml.devicesettings_liftwrist_display,
|
||||||
R.xml.devicesettings_disconnectnotification,
|
|
||||||
R.xml.devicesettings_sync_calendar,
|
R.xml.devicesettings_sync_calendar,
|
||||||
R.xml.devicesettings_expose_hr_thirdparty,
|
R.xml.devicesettings_expose_hr_thirdparty,
|
||||||
R.xml.devicesettings_buttonactions_with_longpress,
|
|
||||||
R.xml.devicesettings_high_mtu,
|
R.xml.devicesettings_high_mtu,
|
||||||
R.xml.devicesettings_pairingkey
|
R.xml.devicesettings_pairingkey
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user