BlackyHawky / Clock

Privacy-conscious open-source clock, based on AOSP Clock
Apache License 2.0
178 stars 11 forks source link

Adding extra time longer than a minute #9

Closed yephny closed 3 months ago

yephny commented 2 years ago

In timer, you can add extra time only minute by minute. Holding the +1 button should prompt a field where you can input an arbitrary number in minutes.

BlackyHawky commented 3 months ago

With the commit 6bf2a9d, the default time to add to the timer can be set in the timer settings. However, we still can't choose a custom time.

Maraxi commented 2 months ago

Can we add more options on extension length? I see that adding a custom amount might be difficult. But I think adding options for 15, 20 and 45 minutes might be useful since the current gaps between the options are quite large. Another option would be to add an option that restarts the timer with its original run time, that would also solve my issue.

BlackyHawky commented 2 months ago

@Maraxi You can do this with a long press on the "add minutes" button. 😉