You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the UI resets brifely (but noticeable) when touching the screen on my Vivoactive 3.
What is affected:
Battery icon goes green
Battery amount shows (wrongly) 100%
The current steps resets to placeholder value of layout
The StepsGoal progress line resets to 0%, making it disappear
The date labels also resets text and colour
What is not affected:
The time labels
Possible cause:
Because the Vivoactive uses the new Always Active... feature of watch faces (update every second), the UI may not update all of the UI because of the uiUpdateNeeded and/or isInLowPowerMode variables of the AlniLargeTimeWatchFaceView class.
How to fix/TODO:
Make a check for if the watch supports the Always Active... feature
Read the Official Developer Documentation/Blog to find more information about this feature
TEST. TEST. TEST
The text was updated successfully, but these errors were encountered:
* Add source folder for Always Active watchface ("-always_active")
* Add source folder for Non Always Active watchface ("-non_aa")
* Add "GlobalsBase.IS_ALWAYS_ACTIVE" to check for if the current
device supports Always Active watchfaces (this is overridden in
the "-always_active" and the "-non_aa" source folders)
* Add local variables to store the values of the extra info
* Add "updateExtraInfoVars()" function to update these new local
variables as needed
* Update "monkey.jungle" to specify the source build folders for
the different devices (Always Active supported devices, and those
without support for that feature)
Some of the UI resets brifely (but noticeable) when touching the screen on my Vivoactive 3.
What is affected:
100%
StepsGoal
progress line resets to0%
, making it disappearWhat is not affected:
Possible cause:
Because the Vivoactive uses the new
Always Active...
feature of watch faces (update every second), the UI may not update all of the UI because of theuiUpdateNeeded
and/orisInLowPowerMode
variables of theAlniLargeTimeWatchFaceView
class.How to fix/TODO:
Always Active...
featureThe text was updated successfully, but these errors were encountered: