Medvedev91 / timeto.me

App with pomodoro, checklists, goals, tasks, repetitive, calendar and time tracking.
https://timeto.me
GNU General Public License v3.0
218 stars 13 forks source link

App should not hide the status bar #9

Closed virtos closed 6 months ago

virtos commented 6 months ago

When the app is open android status bar is hidden. Arguably this should not be the default behavior considering the app is supposed to run all the time.

Medvedev91 commented 6 months ago

The battery level and time are always displayed at the bottom. About notifications, I believe they should not distract from the task you are currently focused on.

virtos commented 6 months ago

It seems the app is confused about it's function as of now. Like focus building apps it hides notifications and distractions, but then it is supposed to run all the time like a time tracking app. Limiting notifications 24/7 is strange. Making users switch away from time tracking app is also strange.

Medvedev91 commented 6 months ago

We're all different. We have different lifestyles and work processes. What works for you may not work for others. If this method doesn't suit you, please fork the project and redesign it for yourself. That's why I put the code in open source.

Medvedev91 commented 6 months ago

One more point: iOS, by its system design, never shows notifications in the status bar. But billions of people use it well.