BangleApps/apps/timerclk
Gordon Williams 00a022c7c1 Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps 2022-12-09 09:49:33 +00:00
..
ChangeLog Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps 2022-12-09 09:49:33 +00:00
README.md Fix #1583. 2022-03-27 10:30:34 +08:00
alarm.alert.js add timerclk app 2022-01-21 11:46:13 +01:00
alarm.js add timerclk app 2022-01-21 11:46:13 +01:00
app-icon.js add timerclk app 2022-01-21 11:46:13 +01:00
app-icon.png add timerclk app 2022-01-21 11:46:13 +01:00
app.js Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps 2022-12-09 09:49:33 +00:00
boot.js Fix #1583. 2022-03-27 10:30:34 +08:00
lib.js Fix #1583. 2022-03-27 10:30:34 +08:00
metadata.json Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps 2022-12-09 09:49:33 +00:00
pause-24.png add timerclk app 2022-01-21 11:46:13 +01:00
play-24.png add timerclk app 2022-01-21 11:46:13 +01:00
remove-24.png add timerclk app 2022-01-21 11:46:13 +01:00
reset-24.png add timerclk app 2022-01-21 11:46:13 +01:00
screenshot.png add timerclk app 2022-01-21 11:46:13 +01:00
screenshot_settings1.png add timerclk app 2022-01-21 11:46:13 +01:00
screenshot_settings2.png add timerclk app 2022-01-21 11:46:13 +01:00
screenshot_settings3.png add timerclk app 2022-01-21 11:46:13 +01:00
screenshot_stopwatch1.png add timerclk app 2022-01-21 11:46:13 +01:00
screenshot_stopwatch2.png add timerclk app 2022-01-21 11:46:13 +01:00
settings.js Use default Bangle formatter for booleans 2022-06-18 22:08:51 +02:00
stopwatch.js add timerclk app 2022-01-21 11:46:13 +01:00
timer.alert.js Fix #1583. 2022-03-27 10:30:34 +08:00
timer.js Fix #1583. 2022-03-27 10:30:34 +08:00
wid.js add timerclk app 2022-01-21 11:46:13 +01:00

README.md

Timer Clock

A clock based on the Anton Clock with stopwatches, timers and alarms based on the Stopwatch Touch style and an alarm widget based on the one from Default alarm & timer.

Features

  • two slots for stopwatches / timers on the clock screen
  • configurable font and size (Anton font has fixed size)
  • stopwatch with modifiable start value
  • timer that can be paused
  • alarms
  • multiple stopwatches, timers and alarms
  • stopwatches and timers keep running in the background
  • optional time of sunrise/sunset using the My Location app - hidden by default

Images

Stopwatch

Settings

Controls

Bangle.js 1

Clock

  • Left: Stopwatch
  • Right: Timer
  • Button 1 / 2: Alarm

Stopwatch / Timer / Alarm

  • Button 1:
    • edit mode: increase
    • control mode: play / pause
  • Button 2: switch between edit / control mode
  • Button 3:
    • edit mode: decrease
    • control mode: reset / remove
  • Left:
    • edit mode: previous index
    • control mode: previous stopwatch / timer / alarm
  • Right:
    • edit mode: next index
    • control mode: next stopwatch / timer / alarm

Bangle.js 2

Clock

  • Swipe left: Stopwatch
  • Swipe right: Timer
  • Swipe over date: Alarm

Stopwatch / Timer / Alarm

  • Swipe left: previous stopwatch / timer / alarm
  • Swipe right: next stopwatch / timer / alarm
  • Swipe up: increase index swiped over
  • Swipe down: decrease index swiped over