Stopwatch for Pebble SDK 2 featuring centisecond precision, up to 5 laps always visible, and a 30 lap history accessible by pressing down button. Max time is 99 days 23 hours and 59 minutes, then days overflow to 0 and continues counting. The current display format is shown in labels. Display time is refreshing only once per second due to battery savings. Stopwatch is also persistent: the time continues counting even on closed app, number of persisted lap history is limited to 3 laps.
Press select button: toggles start stop;
Press up button: starts new lap (on running state)/resets (if stopped);
Long press up button: resets;
Press down button: select older lap in list
Long press down button: select newer lap in list
If you like my work, please consider to donate. Thank you.
BTC: 1Z375Sgbf21WhAhrSya2FYcUciQvBgmCd
BTC QR code: http://skorpils.cz/pebble/BTC_QR_StopWatch.png
1.0 (16.01.2014)
- Redesigned app icon
- Redesigned action bar icons
- Added app icon to the status bar
0.6 (06.01.2014)
- Fixed corrupted persistent data loading
- Fixed memory leaks
0.5 (05.01.2014)
- Running time now shows zeros in centisecond position
- The persistent lap memory is now limited to last 3 laps due to PebbleOS persistent problems