crystal-face
crystal-face copied to clipboard
Allow seconds to be hidden only in low power mode
Suggested in review by Rick R. Duncan.
Also requested by Markus Gebauer.
Take care that any move bar buffer is recreated as required.
Setting could be called "Show Seconds", and have 3 options:
- Always [watches that support
onPartialUpdate()
only] - In High Power Mode
- Never
@warmsound I implemented almost this: Show Seconds: Never / Always / On Gesture. Would you be willing to consider a PR? Do you know if there's a difference between "high power mode" and "on gesture"? To me it sounds like 2 names for the same thing. If not can you please point me to documentation + in which settings (target device + api level) I could be able to test the "high power mode" in the simulator?