Commit graph

6024 commits

Author SHA1 Message Date
Botzy
72531fac27 feat(Translations): update translations 2025-03-18 15:20:23 +02:00
Botzy
0c3f591b51 fix(Video): blur image only for series when hideSpoilers is on 2025-03-18 14:47:52 +02:00
Botzy
e249c77d55 feat(NextVideoPopup): blur next episode thumbnail if setting is on 2025-03-17 19:46:59 +02:00
Botzy
d006cae53d feat(Video): blur unwatched episode thumbnail 2025-03-17 19:42:58 +02:00
Владимир Борисов
5b94c92878
Merge pull request #868 from Stremio/fix/apple-app-site-association
Some checks failed
Build / build (push) Has been cancelled
Fix: Add wildcard for apple site-app associated domains
2025-03-17 16:16:42 +02:00
AlvinHV
eb9ab7d453 fix: correct path for site-app association 2025-03-17 18:13:05 +04:00
AlvinHV
2b069ecd3d fix/apple-app-site-association 2025-03-17 18:00:05 +04:00
Владимир Борисов
ebea8b9222
Merge pull request #867 from Stremio/feat/apple-app-site-association
Feat: Associate site with the iOS app
2025-03-17 15:04:38 +02:00
AlvinHV
5cb5578420 feat: Associate site with the iOS app 2025-03-17 16:53:25 +04:00
Botzy
7adfa8ff39 refactor(Settings): rename blurUnwatchedImage to hideSpoilers 2025-03-14 18:20:16 +02:00
Botzy
baf3a92693 feat(Settings): added blurUnwatchedImage prop to profile settings 2025-03-14 17:47:36 +02:00
Botzy
54b0afb075 fix(Player): remove volume slider on mobile device 2025-03-13 18:43:20 +02:00
Botzy
7147c954c9 refactor(Addons): replace Multiselect with MultiselectMenu component 2025-03-12 20:07:21 +02:00
Botzy
a96a44b0dd refactor(Discover): replace Multiselect with MultiselectMenu component 2025-03-12 19:27:49 +02:00
Botzy
db7277714b fix(Dropdown): use option value as key instead missing id 2025-03-12 19:26:43 +02:00
Botzy
a21e5698c8 refactor(Library): replace Multiselect with MultiselectMenu 2025-03-11 20:45:18 +02:00
Botzy
5365c1739e fix(MultiselectMenu): keep background color when state is open 2025-03-11 19:43:04 +02:00
Botzy
98784779b5 refactor(StreamsList): replace Multiselect with MultiselectMenu 2025-03-11 19:31:46 +02:00
Botzy
1b70268b40 fix(Player): handle touch events for context menu 2025-03-10 17:52:02 +02:00
Ivelin Megdanov
12c75d2d11 Fix infinite scroll issue on large screens 2025-03-10 17:23:29 +02:00
Botzy
7f244c4fdd fix(Settings): revert input container padding change for all fields and apply only to multiselect menu 2025-03-10 15:05:10 +02:00
Botzy
4b64439271 Merge branch 'feat/replace-multiselect-settings' of github.com:Stremio/stremio-web into feat/replace-multiselect-settings 2025-03-10 14:57:59 +02:00
Botzy
79d9e886be fix(Settings): align MultiselectMenu styles to multiselect ones 2025-03-10 14:57:39 +02:00
Botzy
5f8aaf395d fix(Settings): display name of default UI language option 2025-03-10 14:41:16 +02:00
Timothy Z.
45f8afea91
Merge pull request #860 from Stremio/fix/settings-streaming-urls-use-correct-prop-button
Some checks failed
Build / build (push) Has been cancelled
2025-03-05 07:56:04 -08:00
Timothy Z.
94f12540f5 fix(Settings): use correct prop for button 2025-03-05 16:35:47 +01:00
Tim
f5ac53729d
Merge pull request #859 from Stremio/fix/player-seekbar-background-track
Player: bring back seekbar increased visibility
2025-03-05 15:37:27 +01:00
Tim
f2f99fcedd fix(Slider): seekbar background style 2025-03-05 15:33:34 +01:00
Timothy Z.
48e07c3008 Merge branch 'development' into feat/replace-multiselect-settings 2025-03-05 12:03:48 +01:00
Timothy Z.
89a15b0ad4 Merge branch 'development' into feat/player-mobile-slide-volume 2025-03-05 12:03:40 +01:00
Timothy Z.
20577e2431 Merge branch 'development' into fix/library-default-filter 2025-03-05 12:03:35 +01:00
Timothy Z.
86c29f2201 Merge branch 'development' into fix/discover-page-remove-duplicated-filters 2025-03-05 12:03:29 +01:00
Timothy Z.
ad260f3ded Merge branch 'development' into feat/season-episode-inputs 2025-03-05 12:03:22 +01:00
Timothy Z.
45307b680a Merge branch 'development' into feat/right-click-context-menu 2025-03-05 12:03:14 +01:00
Botzy
7ea974f1da refactor(Settings): use MultiselectMenu instead Multiselect 2025-02-28 17:49:20 +02:00
Botzy
794f4e48ac feat(MultiselectMenu): handle title function 2025-02-28 17:45:13 +02:00
Tim
23819cc133
Merge pull request #854 from Stremio/feat/meta-details-select-appropriate-season
Some checks failed
Build / build (push) Has been cancelled
Details: auto select last watched season
2025-02-28 12:21:06 +01:00
Lachezar Lechev
dba4016979
chore: VideoList - clean up
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-02-28 11:01:02 +02:00
Lachezar Lechev
28dbdaa20d
feat: MetaDetails selects appropriate season:
- For non-watched series it choses 1st season
- For watched series it uses the LibraryItem video to choose the same season

Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
2025-02-28 09:06:04 +02:00
Tim
24d11b4cf9 chore: v5.0.0-beta.20
Some checks are pending
Build / build (push) Waiting to run
2025-02-27 23:15:44 +01:00
Tim
712ee839b0
Merge pull request #853 from Stremio/fix/settings-quit-on-close-translation
fix(Settings): quit on close setting label
2025-02-27 23:13:51 +01:00
Tim
7ea8b18c59 fix(Settings): quit on close setting label 2025-02-27 23:13:16 +01:00
Tim
36efe4bf3e
Merge pull request #852 from Stremio/fix/shell-player-stuck
Player(Shell): fix issue where player couldn't play any stream
2025-02-27 23:04:01 +01:00
Tim
72053246cb fix(useShell): use chrome.webview instead of qt webChannelTransport 2025-02-27 22:55:23 +01:00
Tim
faba704342 chore: v5.0.0-beta.19
Some checks are pending
Build / build (push) Waiting to run
2025-02-27 15:42:24 +01:00
Tim
21c050f887
Merge pull request #850 from Stremio/feat/show-catalog-names-while-loading
Board/Search: Show catalog names while loading
2025-02-27 15:37:21 +01:00
Tim
6370908f93
Merge pull request #840 from Stremio/feat/shell-quit-on-close
App(Shell): add quit on close setting
2025-02-27 15:21:55 +01:00
Ivelin Megdanov
fef0a57ac7 Removed addon name from catalog title 2025-02-27 13:41:30 +02:00
Timothy Z.
0a6d70f3a6
Merge pull request #807 from Stremio/feat/mark-season-as-watched
Some checks are pending
Build / build (push) Waiting to run
Videos: Add mark season as watched option
2025-02-27 13:01:37 +02:00
Botzy
eb192997d9 feat(Player): prevent immersing while volume slider is in use 2025-02-26 15:24:17 +02:00