-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add function to set alarm "--:-- from now" #132
Comments
I don't understand the benefits of setting an alarm as you describe: 1. You're able to configure a separate ringtone, so you know immediately what's going on → Already possible in the extended alarm view
This is not true. |
I meant that implementing all these features for a timer would be a lot more work than implementing only a "From now" feature for alarms. |
Or did you mean that implementing these 4 features for timers is in fact not more work? |
From what I understand, in summary, you want to port some functionality from alarms to timers. Is that correct?
What I was saying was that implementing the "From now" feature would also take a lot of work and above all it could generate major unexpected bugs. |
I would prefer the addition of a "From now" button for alarms and proposed the porting of functions to timers only as an alternative solution to reach the same goal. |
From what you describe, why not just use the timer? |
Apparently you misunderstood me earlier when I listed these, as you countered these as already possible for alarms. That was exactly my point. They are what I'm missing when trying to set a timer wegen compared to setting an alarm. The "From now" solution would be a lot less prone to introducing any bugs, because it would immediately show if something went wrong, seeing as it would only set the time of a regular alarm. At pressing OK it would just take set the alarm for |
Describe the solution you'd like
There are cases where it would be preferable to not set an alarm by specifying the time directly, but by filling in the amount of hours and minutes from now (or, more specifically, from the moment you press the "OK" button).
Use case
Examples are when you have a washing machine that displays the time remaining or you need to put in x hours of work.
The benefits of setting an alarm compared to setting up a timer are:
Describe alternatives you've considered
Timers have the above drawbacks. To make timers as useful as an alarm with a "From now" feature, it would mean implementing:
That's a lot more work than a single change for alarms.
Additional context
This could be implemented by adding to the digital time picker:
The text was updated successfully, but these errors were encountered: