GreatApo / GreatFit

Amazfit APK watchface sources with many additional features and settings
MIT License
116 stars 54 forks source link

Disable seconds on standby but enable while unlocked or hand risen #79

Closed dtsd closed 3 years ago

dtsd commented 3 years ago

Showing seconds is useful but eats up too much battery. Some watch faces shows seconds when unlocked. Can we do this also? Even better would be showing seconds when raising hand.

zdunex25 commented 3 years ago

This is switchable feature, just disable it.

dtsd commented 3 years ago

This is switchable feature, just disable it.

There's "second hand" option, that completely disables or enables seconds. I ask for third mode, disabled on standby and enabled when unlocked or hand rise

zdunex25 commented 3 years ago

Second hand available from watch settings controls SLPT mode only, disabling Second hand does not affect unlocked mode.

dtsd commented 3 years ago

Second hand available from watch settings controls SLPT mode only, disabling Second hand does not affect unlocked mode.

I'm on Stratos 2.3.13 stock firmware rumming app version 4.1. I see no app config for seconds. Second hand from OS watch settings controls seconds appeance in app in every mode.

zdunex25 commented 3 years ago

It's weird it does not work for me like this. See here seconds are enabled by default (in unlocked mode) and you cannot disable them with "Second hand" setting on the watch: https://github.com/GreatApo/GreatFit/blob/master/app/src/main/java/com/dinodevs/greatfitwatchface/widget/MainClock.java#L281

dtsd commented 3 years ago

That's because line You reference was changed this year and 4.1 was released the year before. Are there any other newer builds?