Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings: Add global widget selection #1959

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 28, 2024

  1. settings: Add global widget selection

    Instead of each watch face implementing their own settings for which
    widgets to display, we can have a global selection of widgets. All
    watch faces can then determine whether it is enabled and so display it
    in whichever way makes sense for that face.
    
    Current widgets supported are heart rate, step counter, and weather.
    vkareh committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    af99583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f740f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d465d6c View commit details
    Browse the repository at this point in the history