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
74ebe2301b
Remove Add to Homescreen library
...
Modern browsers will automatically prompt the user to install the app
if it's built correctly, so an in-app prompt is no longer necessary.
2020-05-11 10:48:07 -07:00
584b41f6e1
Use updated WakeLock APIs
2020-05-10 21:50:59 -07:00
e38fcb546e
Add captain-definition (for Caprover)
2020-05-10 15:36:30 -07:00
0cfa48dcbd
Add Dockerfile
2020-05-10 15:35:53 -07:00
7e053a404c
Fixed errors in manifest
2017-11-12 09:38:04 -06:00
30937c6128
Added GA tracking to header
2016-10-02 10:22:35 -05:00
f951dc1b2c
Updated audio files in service worker
2016-10-02 10:20:14 -05:00
a34224f8b3
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
385753470a
Fixed error with lowintensity interval minutes not being saved
2016-09-23 15:32:59 -05:00
e7e13a623a
Fixed issues with sound not playing and skip back not working
2016-09-18 20:45:43 +00:00
12c1a1d387
Fixed timer interface not showing
2016-09-18 20:29:25 +00:00
d7d30b46c0
Improved the pre-loader, fixed the caching, added rest intervals, other improvements
2016-09-18 20:16:18 +00:00
f0cd807bbc
2.0 overhaul, too much to account for in a single commit
2016-09-18 09:04:10 +00:00
d66356cbc0
Started reworking the interface to use the material design and be more user-friendly
2016-09-17 18:32:22 -05:00
b921a65668
Added ability to run app offline and fixed add to home icon
2016-09-17 20:32:24 +00:00
7ee0ff7da0
Updated/added manifests for android/windows
2016-09-17 19:33:19 +00:00
1ca6dc22c1
Cleaned up images and updated icon
2016-09-17 19:32:55 +00:00
0cb250a266
Added gitignore
2016-09-17 19:32:08 +00:00
b86d8de0d2
Added addtohomescreen
2016-09-17 19:31:29 +00:00
d5bab49515
Removed sublime files
2016-09-17 19:30:53 +00:00
429a9d03e3
Updated README
2016-02-25 18:31:03 -06:00
265fcea86c
Updated README to reflect Chrome compatibility
2016-01-16 21:52:53 -06:00
d06b18a30c
Updated the README and added icons to the Chrome manifest file
2016-01-16 21:15:46 -06:00
99d35ce945
Added files to launch in Chrome webstore
2016-01-16 21:06:46 -06:00
86b48523b5
Added check for screen lock on FireFox OS devices before using the feature to prevent breaking the app on other devices
2016-01-16 21:06:14 -06:00
29561dfcc8
added version to manifest file
2015-11-25 06:22:09 -06:00
2fd2c7657f
Updated readme to reflect updates.
2015-11-25 06:18:53 -06:00
9bea2f3b0e
Updated readme to reflect updates.
2015-11-25 06:18:30 -06:00
9c74dd41a6
Updated readme to reflect updates.
2015-11-25 06:18:05 -06:00
f1225c4b45
Updated readme to reflect updates.
2015-11-25 06:14:49 -06:00
c51fe64eff
removed files/code not related to FireFox OS app, fixed bugs with step back button, prevented screen from sleeping while timer is active.
2015-11-25 06:07:57 -06:00
7c366657a8
Merge branch 'master' of github.com:wbrawner/interval-timer
2015-11-25 05:15:36 -06:00
5ee93e513e
Added a sound to the end of each cycle to signal the end of the high intensity period.
2015-11-23 10:24:26 -06:00
f949f86536
Updated readme to include link of live demo
2015-11-22 19:46:22 -06:00
8a8d4129c9
Merge branch 'master' of github.com:wbrawner/interval-timer
2015-11-22 19:39:51 -06:00
1b79048e3f
Added icons for all browsers/devices
2015-11-22 19:39:31 -06:00
3b4c24e569
Changed the icon design
2015-11-22 19:25:24 -06:00
435a9a806f
Fixed syntax error in manifest
2015-11-22 13:07:16 -06:00
5e63b22533
Removed CSP security info from manifest
2015-11-22 13:06:23 -06:00
c3a5bd42b0
Added CSP security info to manifest
2015-11-22 12:54:19 -06:00
142f29127c
Fixed an issue that caused rounds and timers to exceed the maximum and drop below the minimum.
2015-11-22 12:40:13 -06:00
6eb8fd5e1a
Moved code related to time remaining functionality to a new branch in order to submit the master branch to the Marketplace.
2015-11-22 09:56:16 -06:00
6845851039
More progress on time remaining
2015-11-22 09:51:11 -06:00
cbb4350cec
Forgot to add in previous commit that unnecessary files were also removed. In this commit, time remaining feature was started.
2015-11-22 00:56:13 -06:00
0a35efcfbb
Fixed step forward/backward issues with repeating cycles.
2015-11-22 00:31:20 -06:00
7ff49cbde0
Timers are now saved by cookies (limit 1). This should probably get changed to use IndexedDB later.
2015-11-21 23:32:08 -06:00
7ccbec3822
Added Angular cookies module to store timer info.
2015-11-21 20:22:35 -06:00
673646083e
Added icons and changed some styles. Also deleted the countdownJS file since it wasn't being used.
2015-11-21 19:20:19 -06:00
3072ec9575
Timer is now fully functional and can be edited, menu added, timer can be played, paused, resumed, and reset, and can skip forward and skip backward.
2015-11-21 15:00:34 -06:00