thehale / SimpleTimeTracker-WearOS

A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
GNU General Public License v3.0
14 stars 4 forks source link

Changed activity 'Since' labels to live time tracking #28

Closed kantahrek closed 7 months ago

kantahrek commented 7 months ago

Trades the "Since" label on tracked activities for live time tracking.

The live time shown is the ISO-8601 seconds representation of the Duration between "now" and when the activity was started, slightly reformatted for readability. e.g. PT8H6M12.345S becomes "8h 6m 12s".

Each active chip now runs a background thread to regularly recalculate this duration. Refresh rate currently set to 1s.

thehale commented 7 months ago

I merged this via a rebase in d9109c9a4cb54711822543b25e64e124c826d204