Commit Graph

14 Commits

Author SHA1 Message Date
hensm
7f84b90431 Enable strict mode for extension build 2020-01-23 00:58:33 +00:00
hensm
d3870123c8 Fix locale message name typo 2020-01-14 03:32:35 +00:00
hensm
d65c607479 Implement initial media overlay 2020-01-12 12:08:29 +00:00
hensm
d4dfdea050 TSLint compliance 2019-09-25 19:32:18 +01:00
hensm
93f2852e48 Improve Linux options page styling 2019-08-31 16:43:10 +01:00
hensm
539548ec81 Fix options page bridge styling 2019-08-18 06:08:47 +01:00
hensm
14d3b2c833 Fix unused parameters 2019-08-16 21:12:44 +01:00
hensm
e2eca07876 Fix unused locals and better receiver selector available media checking 2019-08-16 13:07:18 +01:00
hensm
8c9ac7b1d5 Move some background modules to a separate folder and fix init order 2019-07-28 06:18:13 +01:00
Matt Hensman
ba8c28bf39 Restructure background script (#70)
Splits some background script functionality into separate modules:
 - Receiver selector handling is moved to ./SelectorManager.
 - Status bridge handling is moved to ./StatusManager.
 - Menu creation and updates are handled in ./createMenus.
 - Shim creation is handled in ./createShim.

TypedEventTarget allows EventTarget-derived classes to export typed events.

Options type definition is moved to ./lib/options, module assumes more responsibility for update handling and provides a "changed" event.

Private cast._requestSession method allows bypassing receiver selector.
2019-07-26 00:09:51 +01:00
hensm
2fe72ed24c Add receiver selector options + misc options page improvements 2019-07-19 18:45:03 +01:00
hensm
fbd2b1eaa9 Remove updater 2019-06-25 01:42:02 +01:00
hensm
964f54a06b Add lib/options module for typed/easier options storage access 2019-05-17 14:53:43 +01:00
hensm
56ec766d86 Move UI components to ui/ directory 2019-04-09 01:11:35 +01:00