An interval timer progressive web app
Find a file
2016-09-23 15:32:59 -05:00
audio Fixed step forward/backward issues with repeating cycles. 2015-11-22 00:31:20 -06:00
css Fixed timer interface not showing 2016-09-18 20:29:25 +00:00
fonts Added some basic styles/layout, as well as a manifest file and a bare Angular app. 2015-11-19 09:15:33 -06:00
img 2.0 overhaul, too much to account for in a single commit 2016-09-18 09:04:10 +00:00
js Fixed issues with sound not playing and skip back not working 2016-09-18 20:45:43 +00:00
.gitignore Added gitignore 2016-09-17 19:32:08 +00:00
browserconfig.xml Updated/added manifests for android/windows 2016-09-17 19:33:19 +00:00
contributors.txt Initial commit with contributors. 2015-11-18 08:43:52 -06:00
favicon.ico Cleaned up images and updated icon 2016-09-17 19:32:55 +00:00
index.html Fixed error with lowintensity interval minutes not being saved 2016-09-23 15:32:59 -05:00
LICENSE Initial commit 2015-11-18 08:39:49 -06:00
manifest.json Updated/added manifests for android/windows 2016-09-17 19:33:19 +00:00
manifest.webapp Updated/added manifests for android/windows 2016-09-17 19:33:19 +00:00
README.md Updated README 2016-02-25 18:31:03 -06:00
sw.js Improved the pre-loader, fixed the caching, added rest intervals, other improvements 2016-09-18 20:16:18 +00:00

Interval Timer v1.2

An interval timer app for FireFox and Chrome, built with AngularJS

Live Preview: http://wbrawner.com/interval-timer/

Version 1.2

  • Bug fixes:
    • Added a check for screen locking to prevent breaking the app with non-FireFox OS devices

Version 1.1

  • New Icon design
  • Added 60x60 icon
  • Bug fixes:
    • Screen now stays awake while timer is active and app is open.
    • Back button no longer allows you to enter into negative rounds.
    • A sound is now played at the end of each cycle.