Commit Graph
17 Commits
Author SHA1 Message Date
Chad Bailey 3a183e9f37 Merge pull request #619 from Gitoffthelawn/patch-4
Manifest Improvements
2020-03-28 20:59:23 -05:00
Chad Bailey bb8be66965 Merge pull request #620 from Gitoffthelawn/patch-5
Options JavaScript Improvements
2020-03-28 20:56:54 -05:00
Chad Bailey 98a03f39ec Merge pull request #621 from Gitoffthelawn/patch-7
Improvements to Options page
2020-03-28 20:56:24 -05:00
Chad Bailey 55f2b3008b Merge pull request #623 from cristiancundari/patch-1
Fixing #609
2020-03-28 20:54:47 -05:00
Chad Bailey b1cc599812 Merge pull request #604 from ChadBailey/bugfix/584-twitch-not-working
Added ratechange cooldown to fix #72 #521 and #584
2020-03-22 12:08:26 -05:00
Chad Bailey b4f6bcc292 Removed redundant rateChanged() function 2020-03-08 19:19:56 -05:00
Chad Bailey c32eec1bb2 Moved ratechange listener into its own function
Placed call for adding listener after call to document ready/disabled check
Placed setupListener within try/catch block
2020-03-07 18:23:55 -06:00
Chad Bailey ff3ea3113b Added logging function and logging entries
Moved all on ratechange logic to document level listener
Removed dead .getSpeed method
Fixed bug causing controller to sometimes initialize with NaN
2020-03-06 22:44:01 -06:00
Chad Bailey 73d5673031 Fixed issue preventing last speed from being properly stored 2020-03-06 19:59:04 -06:00
Chad Bailey 588a04fe58 Added node_modules to .gitignore
- We may or may not use later, but no harm in adding
2020-03-06 18:26:04 -06:00
Chad Bailey 00781ceaa3 Moved logic in rate change event listener into its own function to be triggered by setSpeed() 2020-03-05 19:08:30 -06:00
Chad Bailey dde52368a2 Far better fix now utilizes a short cooldown window after issuing a speed change command 2020-03-03 22:58:13 -06:00
Chad Bailey 9b8f9dfbae Added ratechange blocklist to fix #72 #521 and #584 2020-03-01 22:11:55 -06:00
Chad Bailey 5a53f81cba Merge pull request #601 from jedawson/apple-tv-plus
fixes #595
2020-02-28 20:38:14 -06:00
Chad Bailey eaf5ac47f3 A few small fixes #586 (#591)
* Trimmed trailing whitespace
* Fixed erroneous newline at beginning of blacklist
* Fixed erroneous instructions for adding remote in contribution guide (Fixes #586)
2020-02-15 14:11:57 -08:00
Chad Bailey 55500fc010 Feature/578 prettier.io formatting (#585)
* Reformatted codebase using prettier.io (should not change functional behavior)
* Formatted README.md, added CONTRIBUTING.md, .prettierrc configuration file, and installed pre-commit hook
2020-02-08 23:26:10 +01:00
Chad Bailey ac7471edfc Allow regex in blacklist fixes #167 #542 (#546)
* Allow regex in blacklist fixes #167 #542
* Added protection against invalid regex causing failed initialization
* Added regex input validation
2019-11-25 13:43:05 -08:00