hensm
876e525ec2
Add Spanish NSIS installer localization ( fixes #126 )
2020-07-06 04:20:40 +01:00
hensm
5e77488db3
Fix rpm builds + better compression
2020-07-03 06:24:55 +01:00
hensm
cd26f1887b
Allow NSIS installer localization
2020-07-03 02:48:22 +01:00
hensm
ce7e083ab0
Misc NSIS installer improvements + better compression
2020-07-03 01:58:06 +01:00
hensm
8cf3abd0fb
Fix Linux mdns issue
2020-07-02 05:01:54 +01:00
hensm
344050baa9
Handle Firefox using executable files in NSIS uninstaller
2020-07-02 00:33:59 +01:00
hensm
0557c78a28
Add missing file in rpm spec
2020-05-21 00:43:52 +01:00
hensm
c2bf9e4cdc
Call Bonjour installer from NSIS installer
2020-05-11 18:42:02 +01:00
hensm
f59b0d620e
Update all dependencies
2020-05-06 00:40:40 +01:00
hensm
484b0327f4
Switch to mdns package
2020-05-06 00:40:30 +01:00
hensm
ffb4916474
Bump version numbers
2020-02-27 09:29:07 +00:00
hensm
78d8516287
Add options to switch bridge backup WebSocket server port
2020-02-26 16:31:18 +00:00
hensm
a6767d0fd2
Remove unnecessary comments
2020-02-22 02:44:12 +00:00
hensm
2eeaff4c15
Add typed messaging
2020-02-18 07:37:20 +00:00
hensm
705a676fe3
Fix typings build errors
2020-02-15 07:13:03 +00:00
hensm
fc6f9c1886
Bump version numbers
2020-01-27 16:41:33 +00:00
hensm
7f84b90431
Enable strict mode for extension build
2020-01-23 00:58:33 +00:00
hensm
058b40b3cd
Show stop button text regardless of receiver idle state
2020-01-20 03:42:32 +00:00
hensm
bbfc380f4a
Fix CORS header on local subtitles
2020-01-19 22:08:14 +00:00
hensm
d90bb008fb
Add build option to skip native selector build on macOS
2020-01-19 20:00:49 +00:00
hensm
ffb84efb47
Add local .srt subtitle support
2020-01-19 17:32:09 +00:00
hensm
9295d8ee83
Add stop action to receiver selectors
2020-01-16 00:47:38 +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
95bd156364
Update packages and fix issue with app build script
2020-01-13 20:21:29 +00:00
hensm
7ad041bb85
Update castv2
2019-09-26 01:03:17 +01:00
hensm
d4dfdea050
TSLint compliance
2019-09-25 19:32:18 +01:00
hensm
33f58e5a95
Disable fx_cast_selector xcode signing
2019-09-22 12:44:55 +01:00
hensm
3ca5e0888d
Convert native receiver app to build with xcode
2019-09-12 12:08:34 +01:00
hensm
2300101695
Display message in selector instead of disabling browser action
2019-09-11 01:13:30 +01:00
hensm
2050854ca7
Fix switch fallthrough causing bridge erroneous initialization
2019-09-10 21:08:14 +01:00
hensm
c1f34ffeda
Add additional error/lifetime handling to bridge
2019-09-03 16:22:46 +01:00
hensm
de8cc96faf
Improve optional checking in native selector
2019-08-26 15:00:09 +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
hensm
adf62dfa87
Fix naming workaround breaking packaging builds
2019-08-18 06:26:04 +01:00
hensm
b1c1620723
Bump version numbers
2019-08-18 06:08:56 +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
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
53e0f86557
Rename executable (bridge -> fx_cast_bridge)
2019-08-05 18:04:00 +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
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
a046ba9022
Add options checks for waitForConnection and closeIfFocusLost
2019-07-26 03:39: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
f2907cdc15
Set window position in native selector based on data from extension
2019-07-12 19:15:38 +01:00