hensm
a2c4e972c7
Make media overlay content script re-registration sequential
2020-01-14 03:36:24 +00:00
hensm
d3870123c8
Fix locale message name typo
2020-01-14 03:32:35 +00:00
hensm
6f433d8614
Dynamically register media overlay content script
2020-01-14 03:30:40 +00:00
hensm
09543f5b2a
Always show "Cast..." menu item
2020-01-14 03:02:10 +00:00
hensm
d4f71e7dcf
Unify receiver selector launching and allow switching to app media type
2020-01-14 02:56:53 +00:00
hensm
a23ae9efa8
Show app name in receiver selector if known based on app ID
2020-01-13 23:12:09 +00:00
hensm
2154fe4beb
Fix overlay createElement property descriptors definition
2020-01-13 20:27:27 +00:00
hensm
3a27953f9a
Ensure returned receivers from StatusManager have a valid status
2020-01-13 20:23:02 +00:00
hensm
95bd156364
Update packages and fix issue with app build script
2020-01-13 20:21:29 +00:00
hensm
164cde97bb
Add missing options type
2020-01-13 20:20:24 +00:00
hensm
d65c607479
Implement initial media overlay
2020-01-12 12:08:29 +00:00
hensm
270d62e6f8
Fix indent
2020-01-12 07:48:11 +00:00
Richard
8c5360a08d
Updated spanish translation ( #91 )
2020-01-12 07:45:46 +00:00
Matthias Aßhauer
c60128d70d
Update German translation ( #89 )
2020-01-11 16:18:55 +00:00
hensm
b3b14f782d
Remove obsolete restricted hosts
2019-09-30 19:28:56 +01:00
hensm
aa10be339b
Refine page media type availability
2019-09-30 11:24:02 +01:00
hensm
d1dd2b188c
Add TypedStorageArea
2019-09-30 10:40:53 +01:00
hensm
d4dfdea050
TSLint compliance
2019-09-25 19:32:18 +01:00
hensm
2300101695
Display message in selector instead of disabling browser action
2019-09-11 01:13:30 +01:00
hensm
087cd79b8b
Fix browser receiver selector file path access
2019-09-06 06:47:15 +01:00
hensm
abc0638e9b
Fix browser receiver selector file media handling
2019-09-03 16:22:12 +01:00
hensm
2c8c7ad46f
Fix bridge port not being assigned in status manager
2019-09-03 15:53:22 +01:00
hensm
93f2852e48
Improve Linux options page styling
2019-08-31 16:43:10 +01:00
Matthias Aßhauer
d96b45cca8
Add German translation ( #77 )
...
* Add German translation
popupMediaSelectCastLabel is intentionally left blank due to German grammar.
* Fix receiver selector spacing for blank labels
2019-08-26 00:18:01 +01:00
Richard
347ed58a85
Updated spanish translation ( #75 )
2019-08-18 19:07:06 +00:00
hensm
b1c1620723
Bump version numbers
2019-08-18 06:08:56 +01:00
hensm
539548ec81
Fix options page bridge styling
2019-08-18 06:08:47 +01:00
hensm
be7544c49a
Move media type checking to receiver selectors
2019-08-16 21:48:42 +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
1c67354e1d
TSLint compliance
2019-08-16 11:20:29 +01:00
hensm
87e92d8fcc
Fix menu boolean check
2019-08-16 07:47:15 +01:00
hensm
082436c394
Move menu code back into main background script
2019-08-16 07:38:59 +01:00
hensm
fa966cac4e
Simplify stringify util function
2019-08-16 07:36:14 +01:00
hensm
a8721d8099
Move main.ts -> background/background.ts
2019-08-16 07:34:45 +01:00
hensm
0ca39af1d6
Handle missing volume in status messages
2019-08-16 03:20:00 +01:00
hensm
a122047676
Fix CPU usage issue with 0-interval timer ( fixes #73 )
2019-08-11 14:04:14 +01:00
hensm
cec5db503f
Misc formatting/import changes
2019-08-05 18:04:40 +01:00
hensm
487df78719
Truncate receiver application status text
2019-08-04 23:07:34 +01:00
hensm
8ac3cf49f5
Use receiver application statusText instead of host:port when not idle
2019-08-04 11:01:20 +01:00
hensm
0fa1f63576
Only import ShimManager into shim/export.ts if run from background
2019-07-29 11:51:31 +01:00
hensm
e8ef099370
Disable browser action unless there are available receivers
2019-07-29 08:59:31 +01:00
hensm
8c9ac7b1d5
Move some background modules to a separate folder and fix init order
2019-07-28 06:18:13 +01:00
hensm
36b391606a
Update all dependencies
2019-07-28 03:22:02 +01:00
hensm
9e196465e5
Allow mediaCast sender to run in background context
2019-07-27 07:57:49 +01:00
hensm
c15e719e0e
Remove duplicate interface
2019-07-26 05:16:32 +01:00
hensm
a046ba9022
Add options checks for waitForConnection and closeIfFocusLost
2019-07-26 03:39:13 +01:00
hensm
b213a8d85c
Fix missing options
2019-07-26 00:14:47 +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