almarklein / timetagger

Tag your time, get the insight
https://timetagger.app
GNU General Public License v3.0
1.17k stars 103 forks source link

Notifications with certain infos about tracking #460

Closed Tagirijus closed 7 months ago

Tagirijus commented 7 months ago

I used a time tracker on my mobile, which shows which tasks runs and how long was tracked already. This gets quite handy, because do not need to unlock my mobile (only let me show the lock screen) to see how long I am working already. Would something like this would technically be possible?

Other notification options would be nice as well. Also if the user could choose which to see there. I guess some ideas are already in the issues here, right? I just could not find a dedicated notification-feature-issue. Notification ideas in general:

Maybe other users have ideas as well.

almarklein commented 7 months ago

Description and tracked duration so far

Showing the duration would mean being able to update the text. So I wonder if you mean notifications or a home screen widget?

Tagirijus commented 7 months ago

I mean the notifications and not a home screen widget. The later one would not be possible at all anyway, right? Yet I am only referring to a notification you get on the lock-screen or when you drag down this thing from above (how is it officially called? hope you know what I mean ... the notification panel or so).

almarklein commented 7 months ago

The later one would not be possible at all anyway, right?

No. Notifications are merely messages that an app can send to the OS. They cannot be altered afterwards. I think notifications can be closed though. So could emit a notification when a timer has started, and close it when the timer stops.

Tagirijus commented 7 months ago

Ah, I see. Well, yeah: fair enough to get at least one notification after all. Your idea sounds already great. Maybe it could contain the start time at least and the user can do the math on its own when looking at the notification then.

Thanks for considering - despite if it will be implemented or not some day. (;

almarklein commented 7 months ago

Duplicate of #453, will refer to this issue for background.