Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
631 stars 80 forks source link

Automatic updation in home widget #141

Closed IAAJL closed 8 months ago

IAAJL commented 9 months ago

The home widget requires manual reload to update the time. It would be nice to have it automatically updating.

Razeeman commented 8 months ago

Hello! Thank you for the feedback. Android system has a limitation on how often widgets can be automatically updated. If i'm not mistaken it is 30 minutes. Manual reload was added to overcome this limitation. Hope this makes sense.