An interval timer progressive web app
Find a file
William Brawner 0781ff6c31 Remove jQuery
It doesn't seem to be used anywhere so it seems like it can just go.
Anything it would have been used for seems like it should have been
handled with Angular anyways.
2020-05-11 19:34:53 -07:00
audio Added sounds for all periods and replaced old ones with new ones, also fixed functionality issues with timer related to the rest period not triggering automatically 2016-09-23 20:02:05 -05:00
css Remove Add to Homescreen library 2020-05-11 10:48:07 -07: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 Remove jQuery 2020-05-11 19:34:53 -07: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
captain-definition Add captain-definition (for Caprover) 2020-05-10 15:36:30 -07:00
contributors.txt Initial commit with contributors. 2015-11-18 08:43:52 -06:00
Dockerfile Add Dockerfile 2020-05-10 15:35:53 -07:00
favicon.ico Cleaned up images and updated icon 2016-09-17 19:32:55 +00:00
index.html Remove jQuery 2020-05-11 19:34:53 -07:00
LICENSE Initial commit 2015-11-18 08:39:49 -06:00
manifest.json Fixed errors in manifest 2017-11-12 09:38:04 -06:00
manifest.webapp Fixed errors in manifest 2017-11-12 09:38:04 -06:00
README.md Updated README 2016-02-25 18:31:03 -06:00
sw.js Updated audio files in service worker 2016-10-02 10:20:14 -05: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.