Commit graph

49 commits

Author SHA1 Message Date
nklhrstv
91cbd2f36a replace dispatch with separate methods in chromecast transport 2020-05-21 12:31:25 +03:00
nklhrstv
ae1b39d665 attach services to window for debugging 2020-05-15 17:27:06 +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
29609b8fdb dispatch setOptions when chromecast service became active 2020-05-15 14:49:38 +03:00
nklhrstv
215bd79144 chromecast service started in App 2020-05-12 15:43:17 +03:00
nklhrstv
a5cb553ec6 Downgrade to GPL-V2 License 2020-04-08 11:45:16 +03:00
nklhrstv
7b1af891dd homePath prop removed from Router 2020-04-07 14:26:29 +03:00
nklhrstv
87b4ab145e not found route implemented 2020-03-25 12:34:08 +02:00
nklhrstv
f0dcd8afe4 initialize core only if its active 2020-03-25 11:22:27 +02:00
nklhrstv
447bbce375 attach core and shell to window 2020-03-25 11:17:16 +02:00
nklhrstv
c82a4563df implement component that show toast for every error in core 2020-02-04 16:07:46 +02:00
nklhrstv
56ebd9dafc Toast refactored to not use modals context 2020-02-01 10:46:00 +02:00
nklhrstv
cd5d785ffc ToastsContainerProvider exported through Toasts 2020-01-31 23:35:20 +02:00
nklhrstv
c2db27d938 toasts container styles applied through props 2020-01-31 23:28:19 +02:00
nklhrstv
1535883c47 set coreInitialized after load ctx 2020-01-31 22:43:51 +02:00
svetlagasheva
322de9e4b8 ToastsContainerContext moved inside Toasts 2020-01-10 14:19:36 +02:00
svetlagasheva
c59efd0165 toastClicked func renamed to toastOnClick 2020-01-09 18:08:54 +02:00
svetlagasheva
7dc27c963a ../ usage removed 2020-01-09 17:06:32 +02:00
svetlagasheva
850f6ce399 ToastsContainerProvider used in App 2020-01-09 16:37:55 +02:00
NikolaBorislavovHristov
ab0e262bf9 dispatch to all containers by default 2019-11-01 15:59:06 +02:00
NikolaBorislavovHristov
8d7e95dfa8 LoadCtx event adapted to changes in core 2019-10-23 15:10:33 +03:00
NikolaBorislavovHristov
b12a8a3c9d attach core service to window 2019-10-18 11:19:32 +03:00
NikolaBorislavovHristov
433a855659 dispatch LoadCtx on app run 2019-10-16 11:12:22 +03:00
NikolaBorislavovHristov
97ef0c50a0 ScrollEventEmitter dropped 2019-10-15 14:55:06 +03:00
NikolaBorislavovHristov
2774700b88 scroll event bubbled to window 2019-10-04 21:16:29 +03:00
NikolaBorislavovHristov
2aa9de69fc Started sufix changed to Initialized 2019-09-25 11:05:13 +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
00d3d168f3 demo shell service implemented 2019-09-24 20:32:52 +03:00
NikolaBorislavovHristov
ef9111fa5e global stateContainer replaced by core service 2019-09-24 19:34:10 +03:00
NikolaBorislavovHristov
364daa319e use css modules in app styles 2019-08-30 11:26:41 +03:00
NikolaBorislavovHristov
53d06f7884 nested Popup support droped 2019-08-16 19:00:57 +03:00
NikolaBorislavovHristov
f2eb4535af onscroll event bubble 2019-08-12 19:24:48 +03:00
NikolaBorislavovHristov
4aadefc170 use plain css for router styles 2019-08-06 12:51:42 +03:00
NikolaBorislavovHristov
9cea2ca7a6 App code reformat 2019-08-05 22:52:29 +03:00
NikolaBorislavovHristov
a4c474a33b stremio-navigation renamed to stremio-router 2019-08-05 21:30:51 +03:00
NikolaBorislavovHristov
28f180fdae white space removed 2019-08-02 17:27:30 +03:00
NikolaBorislavovHristov
f7856d09e9 initial architecture for services implemented 2019-08-02 16:48:17 +03:00
NikolaBorislavovHristov
6e97b61659 homePath declared inside App component 2019-05-16 11:54:12 +03:00
NikolaBorislavovHristov
b405fce103 onPathNotMatch moved out of route config 2019-05-09 12:38:48 +03:00
NikolaBorislavovHristov
5424e4b934 defaultPath renamed to homePath and prepended to stack on demand 2019-04-19 20:08:15 +03:00
NikolaBorislavovHristov
45c985f299 defaultPath property added to Router 2019-04-19 17:06:31 +03:00
NikolaBorislavovHristov
eb78b145e1 navigation components moved into separate namespace 2019-04-18 17:18:49 +03:00
NikolaBorislavovHristov
6fd69c9e77 Router refactored and use CommonJS 2019-04-18 14:58:31 +03:00
NikolaBorislavovHristov
5b6cf6363d routerConfig uses CommonJS syntax 2019-04-16 10:42:56 +03:00
NikolaBorislavovHristov
b08ee9aa8b MPVVideo basic implementation 2019-03-21 13:16:48 +02:00
NikolaBorislavovHristov
ddd95be447 Modals/Router framework reimplemented because of design issues with focusability 2019-01-28 12:21:09 +02:00
NikolaBorislavovHristov
09ecae54e2 modals refactored 2019-01-25 17:00:43 +02:00