Skip to content

Commit

Permalink
Merge pull request #3472 from paul-arg/elapsed_t
Browse files Browse the repository at this point in the history
elapsed_t: use new pickers from the more_pickers module, add seconds display settings
  • Loading branch information
thyttan committed Aug 31, 2024
2 parents 2e99200 + 4b1e4d0 commit 12fa580
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 131 deletions.
1 change: 1 addition & 0 deletions apps/elapsed_t/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.01: New App!
0.02: Handle AM/PM time in the "set target" menu. Add yesterday/today/tomorrow when showing target date to improve readability.
0.03: Add option to set clock as default, handle DST in day/month/year mode
0.04: Use new pickers from the more_pickers library, add settings to display seconds never/unlocked/always
5 changes: 4 additions & 1 deletion apps/elapsed_t/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Elapsed Time Clock
A clock that calculates the time difference between now (in blue/cyan) and any given target date (in red/orange).

The results is show in years, months, days, hours, minutes, seconds. To save battery life, the seconds are shown only when the watch is unlocked, or can be disabled entirely.
The results is show in years, months, days, hours, minutes, seconds. The seconds can be shown:
- always
- when the watch is unlocked
- never.

The time difference is positive if the target date is in the past and negative if it is in the future.

Expand Down
Loading

0 comments on commit 12fa580

Please sign in to comment.