Commit graph

132 commits

Author SHA1 Message Date
Vladimir Borisov
e04cf5f0c4
Allow UI to set video output but keep gpu-next in the list 2025-08-01 12:04:25 +03:00
Vladimir Borisov
b37fbbd4c8
64 bit build 2025-06-30 12:39:12 +03:00
Tim
7ca2e78dac Merge branch 'main' of https://github.com/Stremio/stremio-shell-ng into refactor/preload-ipc-init
Some checks failed
Continuous integration / test (push) Has been cancelled
2025-06-25 13:05:10 +02:00
Tim
1c40762cf5 chore: clippy
Some checks failed
Continuous integration / test (push) Has been cancelled
2025-06-25 13:04:37 +02:00
unknown
d51211d071 refactor(webiew): remove init ipc logic 2025-06-21 01:23:07 +02:00
Tim
65b7978abd refactor: use OnWindowFocus derive instead of raw event handler 2025-04-02 18:58:23 +02:00
Tim
20dbac018a refactor(app): use WM_SETFOCUS event instead to send ipc win-state-change
Some checks failed
Continuous integration / test (push) Has been cancelled
2025-04-02 13:15:25 +02:00
Tim
972a6fe0a0 fix(app): send ipc win-state-changed on paint 2025-04-01 16:27:14 +02:00
Владимир Борисов
222e59442b
Merge pull request #22 from Stremio/fix/fullscreen-win-visibility-change
Some checks are pending
Continuous integration / test (push) Waiting to run
fix(app): send ipc event when fullscreen state change
2025-04-01 16:22:54 +03:00
Tim
ff820cea6b fix(app): send ipc event when fullscreen state change 2025-04-01 12:28:23 +02:00
Tim
98edc086ea feat(webview): redirect to warning page for non-whitelisted host 2025-03-31 14:25:23 +02:00
Tim
c665c2fb75 fix(webview): handle window request 2025-03-31 14:05:41 +02:00
Владимир Борисов
38d52a3c6a
Merge pull request #15 from Stremio/feat/webview-handle-window-open
feat(webview): handle window.open
2025-03-24 17:03:03 +02:00
Tim
5afca64bda fix(player): handle SubDelay mpv prop 2025-02-27 23:08:21 +01:00
Tim
3848b5a59f fix(app): send visibility events when window is shown or hidden 2025-02-24 14:25:02 +01:00
Tim
8ef0f079b6 fix(webiew): incorrect condition for window.open js script
Some checks failed
Continuous integration / test (push) Has been cancelled
2025-02-24 00:28:56 +01:00
Tim
ae5e8eb0e4 feat(webview): handle window.open 2025-01-31 17:40:05 +01:00
Tim
9364538e41 refactor(app): make updater thread blocking 2025-01-31 10:18:12 +01:00
Tim
520971b841 refactor(app): wait for app-ready before checking for updates 2025-01-30 17:25:55 +01:00
Vladimir Borisov
21fb872a51
Disable player loggin in release 2025-01-28 11:12:07 +02:00
Vladimir Borisov
82a0b15b35
Do not set audio track id. Set audio name 2025-01-28 09:50:50 +02:00
Vladimir Borisov
9e1c06c7d2
Enable context menus for text boxes 2025-01-24 12:27:17 +02:00
Vladimir Borisov
d9fbabbf62
Use layout for the splash image 2025-01-23 17:36:22 +02:00
Vladimir Borisov
9902c37aa2
Fix HDR 2025-01-23 15:12:30 +02:00
Vladimir Borisov
70d67a2aa2
Rename _handle to handle in webview events 2025-01-21 15:56:24 +02:00
Vladimir Borisov
0d6b8f23b5
Better event handling in the webview 2025-01-21 15:55:27 +02:00
Vladimir Borisov
03921ffce9
Clippy 2025-01-21 11:53:38 +02:00
Vladimir Borisov
8e1b72d513
Server crash logs and boot availability 2025-01-21 11:45:14 +02:00
Владимир Борисов
bb5387bd98
Merge pull request #12 from Stremio/fix-focus-on-launch
fix: focus main window on launching second instance
2025-01-16 09:23:54 +02:00
Vladimir Borisov
8ecdb1264b
fix: focus main window on launching second instance 2025-01-13 16:29:51 +02:00
Vladimir Borisov
494be0adc0
fix: Retrieve active monitor before going full screen 2025-01-13 11:04:34 +02:00
Vladimir Borisov
2b5f1f727b Inject JS before content loaded 2024-12-23 15:20:55 +02:00
Vladimir Borisov
693d545923 Inject shell js on reload 2024-12-23 15:06:46 +02:00
Vladimir Borisov
edc65abe57 Formatting 2024-12-23 14:56:55 +02:00
Vladimir Borisov
9af504b92a Handle JS fullscreen 2024-12-23 14:41:37 +02:00
Vladimir Borisov
91f9d4a460 Fix playback from offset 2024-12-23 14:03:26 +02:00
Vladimir Borisov
e93d0be5a4 Formatting 2024-10-16 12:33:49 +03:00
Vladimir Borisov
cd2246484b Update MPV and server.js 32 bit app 2024-10-16 12:00:17 +03:00
Vladimir Borisov
c8539a29b2 fix: login with facebook fixed 2024-09-17 12:11:02 +03:00
Vladimir Borisov
1d9403f559 Better tray icon actions 2024-04-22 16:40:21 +03:00
Vladimir Borisov
4622458f6f Use constant from winapi crate 2024-04-22 15:12:32 +03:00
Vladimir Borisov
b6c957a42c Fix full screen message to the webview 2024-04-22 14:14:08 +03:00
Vladimir Borisov
b8c68029ed Execute the server from the same directory the main executable is 2024-04-22 12:53:53 +03:00
Vladimir Borisov
f76435e745 Block some function keys 2024-04-19 20:04:35 +03:00
Vladimir Borisov
baac009fb5 Make tray behave like on old shell 2024-04-19 19:05:32 +03:00
Vladimir Borisov
e88653974b Fix autoupdater 2024-04-19 18:44:33 +03:00
Vladimir Borisov
a4bf9e4a55 Updater move stuff arround 2024-04-19 16:46:33 +03:00
Vladimir Borisov
df4ff1cf4a Use if instead of match 2024-04-17 17:56:56 +03:00
Vladimir Borisov
7ba7a33192 Remove GPU command line option. Fix minimize 2024-04-17 17:40:36 +03:00
Vladimir Borisov
8c6c0bfd06 disable gpu option 2024-04-17 15:08:48 +03:00