Commit graph

62 commits

Author SHA1 Message Date
nklhrstv
e5da55abbb requestSession action handled in chromecast transport 2020-05-15 23:01:12 +03:00
nklhrstv
14d251af92 Shell service code reformat 2020-05-15 17:30:58 +03:00
nklhrstv
4868e9521f Core transport decoupled from Core service 2020-05-15 17:26:33 +03:00
nklhrstv
130b95c932 KeyboardNavigation renamed to KeyboardShortcuts 2020-05-15 15:36:42 +03:00
nklhrstv
a6db997391 stateChanged event emitted from KeyboardNavigation 2020-05-15 15:03:16 +03:00
nklhrstv
8c5b9e27c1 chromecast transport decoupled from chromecast service 2020-05-15 14:48:35 +03:00
nklhrstv
6dcd51d615 all session events handled 2020-05-14 16:06:54 +03:00
nklhrstv
04909cb6ee errors handled in chromecast service 2020-05-14 12:22:23 +03:00
nklhrstv
9b3ce2f31c onMessageReceived implemented 2020-05-14 11:19:27 +03:00
nklhrstv
7e223b84f0 handle session start failed 2020-05-13 18:21:07 +03:00
nklhrstv
8aaea90108 add/remove message listener on cast session 2020-05-13 17:41:09 +03:00
nklhrstv
53d3f61d9f castSessionState prop added to Chromecast service 2020-05-13 17:36:11 +03:00
nklhrstv
1bb77baade cast session prop added 2020-05-13 17:04:29 +03:00
nklhrstv
7a806d930a remove castState variable from Chromecast service state 2020-05-13 16:58:37 +03:00
nklhrstv
5d87e7783b handle castState in chromecast service 2020-05-13 14:01:55 +03:00
nklhrstv
47009fd45d sesstion state handler added 2020-05-13 13:20:03 +03:00
nklhrstv
1c78265d86 availability changed handler name fixed 2020-05-13 13:01:28 +03:00
nklhrstv
c0d5c5a314 remove not needed Object.freeze 2020-05-12 17:02:29 +03:00
nklhrstv
92ad116811 Core service api updated to be consistent with other services 2020-05-12 16:41:19 +03:00
nklhrstv
53e8399bd3 Shall service api unified with Chromecast 2020-05-12 15:55:30 +03:00
nklhrstv
8b40d015f5 basic chromecast service implemented 2020-05-12 15:42:46 +03:00
nklhrstv
b6fc44c33c conflicts with keynav bindings prevented 2020-04-09 11:57:23 +03:00
nklhrstv
a5cb553ec6 Downgrade to GPL-V2 License 2020-04-08 11:45:16 +03:00
nklhrstv
8fe9704adf configure core-web to work with github packages 2020-03-24 11:32:28 +02:00
nklhrstv
a89e04192f KeyboardNavigation prevented when text input focused 2020-03-17 14:57:49 +02:00
nklhrstv
bb4e8dfa34 KeyboardNavigation refactored to work with event.code 2020-03-17 13:50:31 +02:00
nklhrstv
dd37b621c3 handle KeyF moved to KeyboardNavigation 2020-03-17 13:40:46 +02:00
nklhrstv
0cfaa26115 filter actions that are dispatched 2020-02-18 17:25:45 +02:00
nklhrstv
6a943415f1 back key binding fixed 2020-02-12 12:15:48 +02:00
nklhrstv
9871e438e8 bind backspace key to back button 2020-02-12 10:59:55 +02:00
NikolaBorislavovHristov
611f18ea5d eslint const declarations fixed 2019-12-16 15:25:06 +02:00
NikolaBorislavovHristov
aa7d054327 allow console error in core service 2019-12-16 15:01:02 +02:00
svetlagasheva
41415f895d fix files according to linter rules 2019-12-12 11:43:32 +02:00
NikolaBorislavovHristov
136e9121da Core service adapted to the latest changes in stremio-core 2019-12-06 15:12:42 +02:00
NikolaBorislavovHristov
a597e00aba Core getState/dispatch adapted to changes in core-web 2019-12-05 12:36:48 +02:00
NikolaBorislavovHristov
0c51fef342 containerService renamed to stremio core 2019-12-05 11:50:25 +02:00
NikolaBorislavovHristov
5cb9c905eb core.getState spead arguments 2019-12-05 11:45:19 +02:00
NikolaBorislavovHristov
c8e0a51128 log errors from Core events 2019-11-01 17:19:39 +02:00
NikolaBorislavovHristov
ab0e262bf9 dispatch to all containers by default 2019-11-01 15:59:06 +02:00
NikolaBorislavovHristov
56a9162d46 dispatch the whole object to core 2019-10-23 15:11:24 +03:00
NikolaBorislavovHristov
98e4c0ab5e require spatial nav polyfill moved to App 2019-09-24 23:46:24 +03:00
NikolaBorislavovHristov
002ae5fa4b StremioCore service renamed to Core 2019-09-24 23:43:44 +03:00
NikolaBorislavovHristov
a398432d85 MPVPlayer todo service dropped 2019-09-24 23:40:17 +03:00
NikolaBorislavovHristov
dc9c1b2ad0 KeyboardNavigation service uses es6 syntax 2019-09-24 23:40:04 +03:00
NikolaBorislavovHristov
3dbb3f9f1f reset starting flag on stop in core service 2019-09-24 20:33:10 +03:00
NikolaBorislavovHristov
00d3d168f3 demo shell service implemented 2019-09-24 20:32:52 +03:00
NikolaBorislavovHristov
9b37038d5a error events handled properly in stremio core service 2019-09-24 20:15:47 +03:00
NikolaBorislavovHristov
143a211625 not needed freeze calls dropped 2019-09-24 19:36:54 +03:00
NikolaBorislavovHristov
e4e6b663b3 StremioCore service implemented 2019-09-24 19:31:35 +03:00
NikolaBorislavovHristov
44713856eb calendar temporary dropped 2019-09-12 15:26:26 +03:00