28 Commits

Author SHA1 Message Date
hensm
8174411d87 Update dependencies 2021-02-23 02:15:58 +00:00
hensm
0d5e332b83 Split preact into separate webpack chunk 2020-09-04 18:56:19 +01:00
hensm
01045a1889 Use HtmlWebpackPlugin for UI pages 2020-09-04 18:22:23 +01:00
hensm
132206d4dd Update dependencies 2020-08-12 22:37:30 +01:00
hensm
f59b0d620e Update all dependencies 2020-05-06 00:40:40 +01:00
hensm
e645e535dd Update @types/firefox-webext-browser 2020-02-26 15:13:25 +00:00
hensm
95bd156364 Update packages and fix issue with app build script 2020-01-13 20:21:29 +00:00
hensm
36b391606a Update all dependencies 2019-07-28 03:22:02 +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
b1cde1b3b5 Update package-lock.json 2019-05-02 06:17:31 +01:00
hensm
ebd5880409 Update package-lock.json 2019-05-02 06:17:31 +01:00
hensm
5d7d321056 Upgrade packages 2019-05-02 06:17:31 +01:00
Matt Hensman
f1125061d5 Convert shim to Typescript (#32) 2019-03-12 05:51:43 +00:00
hensm
45908a09e1 Cleanup app build script and add more detailed documentation 2019-03-05 05:26:42 +00:00
hensm
3ea943c509 Convert ext main.js -> main.ts 2019-02-26 19:28:52 +00:00
hensm
b7571791e2 Switch from babel to typescript for initial ext conversion 2019-02-25 14:34:27 +00:00
hensm
e4dffe0cce Convert app to typescript 2019-02-25 01:00:33 +00:00
hensm
08079b1fa8 Switch to preact 2018-12-09 16:28:27 +00:00
hensm
b7831f0b3b Update and fix formatting for package meta files 2018-12-05 15:17:06 +00:00
hensm
d267f0bd5a Move fs-extra dependencies to shared node_modules 2018-11-28 00:40:33 +00:00
hensm
267c92825c Re-write app build, created macOS installer package 2018-11-27 20:10:30 +00:00
hensm
c63531cdce Update to webpack 4 + misc build process changes 2018-11-13 21:51:09 +00:00
hensm
57e7105f94 Fix test for dist/ path 2018-10-10 21:33:41 +01:00
hensm
b347a75157 Better media element detection 2018-09-26 21:33:12 +01:00
Benjamin Dobell
131935507a Install scripts, build app with rollup & configurable mirror app id 2018-09-23 00:06:07 +10:00
hensm
0e4f47e3e5 Implement local media casting 2018-07-19 23:57:33 +01:00
hensm
f20f96cf10 Simplify build scripts and implement preliminary tests 2018-06-11 03:42:04 +01:00
hensm
d815fb7af0 Initial commit 2018-06-08 04:56:02 +01:00