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

Stopwatch Persistence #783

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Nov 30, 2021

  1. Add time of day to stopwatch app

    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3a51035 View commit details
    Browse the repository at this point in the history
  2. This may have been a bad idea

    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c75102f View commit details
    Browse the repository at this point in the history
  3. Implement stop watch controller

    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    ec2b673 View commit details
    Browse the repository at this point in the history
  4. Fix stopwatch display issues

    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    04a6b70 View commit details
    Browse the repository at this point in the history
  5. Implement lap tracking

    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2fd2cdb View commit details
    Browse the repository at this point in the history
  6. Removed unsigned ints

    These appear to have been the cause of my issues. Not sure why, I'd have
    to know the nrf52832 better to diagnose it.
    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    9ea6bc3 View commit details
    Browse the repository at this point in the history
  7. Make function names more descriptive

    Also removes OnButtonPressed. I prefer the button's function to stay the
    same when possible, but I'll change it if needed for the PR.
    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    858edfc View commit details
    Browse the repository at this point in the history
  8. Run clang-format on files changed in branch

    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c7c6309 View commit details
    Browse the repository at this point in the history
  9. Prevent lap count check when watch is stopped

    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a4a0a4c View commit details
    Browse the repository at this point in the history
  10. Make make all complete successfully

    - Added StopWatchController to DisplayAppRecovery
    - Added StopWatchController to everywhere needed in CMakeLists
    - Fixed the reorder warning
    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8fbc164 View commit details
    Browse the repository at this point in the history
  11. Add battery icon to stopwatch screen

    Louis Pearson committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    ec72f56 View commit details
    Browse the repository at this point in the history