-
-
Notifications
You must be signed in to change notification settings - Fork 1k
alarm: Add support for multiple alarms #2359
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
base: main
Are you sure you want to change the base?
Conversation
|
Build size and comparison to main:
|
d876707 to
f303517
Compare
|
This is a very beautiful UI! 🙂 |
Absolutely agree! |
308ca10 to
561ab23
Compare
561ab23 to
ee68c49
Compare
|
I've been using this for the past few days and it's great so far, thanks for implementing this! One bug I noticed is that pressing the red "stop ringing" button doesn't make the ringing screen go away. Pressing the button does bring you back to the alarms screen. Something else is that the alarms screen always shows time in 24H format instead of following the setting. |
Replace single alarm with launcher screen showing 4 different alarms. Each alarm displays time, recurrence, and enable/disable toggle in a vertical list. Tapping alarm time opens configuration screen for that specific alarm.
ee68c49 to
a897632
Compare
Fixed both issues. Thanks for calling those out. |
Replace single alarm with launcher screen showing 4 different alarms. Each alarm displays time, recurrence, and enable/disable toggle in a vertical list. Tapping alarm time opens configuration screen for that specific alarm.
Fixes #950