InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.65k stars 912 forks source link

Timer Alert #1654

Open TannerStocks opened 1 year ago

TannerStocks commented 1 year ago

This adds alert functionality to the Timer app. The alert can be dismissed or snoozed using the on screen buttons, snoozed with the watch side button, or auto-snoozed after the alert runs for a time.

Riksu9000 commented 1 year ago

The timer "alerts" the user, so maybe you mean ringing. There are other PRs and an issue about this. We need to come to a solution before we can discuss implementations. https://github.com/InfiniTimeOrg/InfiniTime/issues/391#issuecomment-1383231455 https://github.com/InfiniTimeOrg/InfiniTime/pull/1499