vicolo-dev / chrono

A modern and powerful clock, alarms, timer and stopwatch app for Android!
GNU General Public License v3.0
457 stars 19 forks source link

Session timer (pomodoro like) #317

Open robsonsobral opened 3 months ago

robsonsobral commented 3 months ago

Hi! Thank you for the app!

Is your feature request related to a problem? Please describe. Sometimes, we need to know the reserved time for a task is ending. For example:

Describe the solution you'd like It would be useful to be able to choose an interval to notifications until the timer ends. For example, every minute until 5 or every 10 minutes until 50. Some people might prefer to have the intervals between notifications to get shorter over time, but I think having a linear distribution is sufficient for most of the situations.

Describe alternatives you've considered We could start multiple timers, but stopping the alarm of each one would be an issue.

Additional context Add any other context or screenshots about the feature request here.

AhsanSarwar45 commented 2 months ago

Hi, thanks for the idea! If I understand this correctly, this has just to do with adding reminder notifications every x interval, right?