Stéphane
a12a0ca360
fix(image): register SvgDecoder so SVG logos actually render
...
Adds the coil-svg KMP module dependency and registers SvgDecoder.Factory()
on the singleton ImageLoader in App.kt. coil-svg was never declared in
libs.versions.toml, so SVG payloads silently fell through Coil's decoder
chain and ended up as empty ImageDecoderException swallowed by AsyncImage.
Coil 3.x's coil-svg is a Kotlin Multiplatform module, so registering the
factory in commonMain covers Android and iOS in one place.
Affects:
- TMDB network/channel logos (TMDB serves a mix of PNG and SVG)
- Stremio addon manifests with an SVG `logo` field
- Custom artwork URLs in the collection editor that happen to be SVG
Mirrors the equivalent fix in NuvioTV (PR #1772 ).
2026-05-08 19:41:54 +02:00
Muhammed Nayif Rahman
3e96115985
Merge pull request #961 from paregi12/master
...
feat: add followRedirects support to httpRequestRaw and PluginRuntime
2026-05-07 18:38:05 +05:30
Muhammed Nayif Rahman
36d14a6ead
Merge pull request #968 from DeadGazeS/changes-to-next-episode-threshold-and-auto-select-timeout
...
Changes to next episode threshold & auto-select timeout settings
2026-05-07 18:37:51 +05:30
paregi12
07669ba5be
Merge branch 'NuvioMedia:cmp-rewrite' into master
2026-05-07 15:08:22 +05:30
tapframe
c76dd6fa0e
feat: add support for custom avatar url
2026-05-07 13:14:19 +05:30
tapframe
db16fbc8c2
feat: episode ratings api
2026-05-07 02:01:11 +05:30
tapframe
34bb08a419
feat: adding retry logic to library
2026-05-07 01:33:37 +05:30
Alex Schwemler
86e23752d3
feat: changed localization for "settings_playback_minutes_value", "settings_playback_threshold_percentage_value", and "settings_playback_timeout_seconds" to handle new rules better
2026-05-06 20:53:49 +02:00
Alex Schwemler
79d96efbad
feat: changed thresholdPercentage & thresholdMinutesBeforeEnd values to be more aligned with Tv version + added 0 minutes & 0% option, so auto-select starts at the end of the episode
2026-05-06 20:53:32 +02:00
Alex Schwemler
9fbc5472bc
chore: changed "sliderVal" to "sliderValue" for better readability
2026-05-06 20:50:29 +02:00
Alex Schwemler
ddc13a0784
feat: improved slider behavior, precision, and UI consistency
2026-05-06 20:49:23 +02:00
Alex Schwemler
9b1dba7318
feat: added ValueBox composable for easier readability and more consistent UI
2026-05-06 20:41:45 +02:00
Alex Schwemler
8eb94f40b5
feat: added reusable slider step functions
2026-05-06 20:38:20 +02:00
tapframe
acc298a845
ref: add collections support to local account data cleaner
2026-05-06 23:46:38 +05:30
tapframe
acbb3bc0be
ref: add season/episode number in downloads
2026-05-06 21:00:51 +05:30
paregi12
152d7f394f
feat: add followRedirects support to httpRequestRaw and PluginRuntime
2026-05-06 20:11:29 +05:30
tapframe
23686a0607
ref(ios): implement native tab visibily change
2026-05-06 20:07:01 +05:30
tapframe
6c9900f019
Merge branch 'ios' into cmp-rewrite
2026-05-06 19:57:39 +05:30
tapframe
0107f4a890
update strings
2026-05-06 19:57:12 +05:30
tapframe
ccb6ef371c
ref(ios): native tab to use app icons and avatars
2026-05-06 19:39:06 +05:30
tapframe
fe383efd3a
feat(ios): ios native navbar
2026-05-06 19:20:32 +05:30
tapframe
54addaf412
refactor: update continue watching thumbnail preference logic
2026-05-06 18:16:27 +05:30
tapframe
a62a2c4620
bump version
2026-05-06 16:02:42 +05:30
tapframe
98b798d669
Merge branch 'parity' into cmp-rewrite
2026-05-06 16:01:49 +05:30
tapframe
4c80f49c9c
feat: hide unreleased content
2026-05-06 16:01:27 +05:30
tapframe
90448c1936
Merge branch 'parity' into cmp-rewrite
2026-05-06 15:24:00 +05:30
tapframe
20085477c8
ref: cw optimizations to be in parity with tv
2026-05-06 15:23:38 +05:30
tapframe
d47bf0b1e6
feat: blur unwatched episode
2026-05-06 14:31:13 +05:30
tapframe
9eb061892e
Merge branch 'traktsettings' into cmp-rewrite
2026-05-06 13:56:28 +05:30
tapframe
5573d81f7e
feat: trakt library source option to switch between trakt/nuvio library
2026-05-06 13:52:49 +05:30
tapframe
4c6301d691
feat: adding trakt watchprogress option to choose between trakt/nuvio as preferred
2026-05-06 13:28:43 +05:30
tapframe
fb51d74388
ref: add submit intro button to top player controls
2026-05-05 20:43:40 +05:30
tapframe
2d8b4c27fe
bump version
2026-05-05 13:51:16 +05:30
Muhammed Nayif Rahman
4476888af3
Merge pull request #917 from KevinRouchut/cmp-rewrite
...
fix: update French strings for clarity and consistency
2026-05-05 13:49:31 +05:30
Muhammed Nayif Rahman
e9914f0e9f
Merge pull request #929 from mbpictures/feat/german
...
feat: add German
2026-05-05 13:44:04 +05:30
tapframe
a25064da47
fix: adjust screen awake behaviour when playback error throws
...
fixes #877
2026-05-05 13:29:38 +05:30
tapframe
2dba0d0fd6
feat: add error message for magnets
...
fixes #899
2026-05-05 13:22:47 +05:30
tapframe
d4977db709
feat: masking api keys
...
Fixes #901
2026-05-05 13:19:34 +05:30
tapframe
f682e7448f
ref(folder): remove trailing (none) when no genre is set
2026-05-05 13:09:48 +05:30
tapframe
bce14cc617
ref(settings): save scrollstate
2026-05-05 13:04:51 +05:30
tapframe
28cb7c135d
refactor: clickable condition in HeroContentBlock
2026-05-05 12:49:53 +05:30
tapframe
fa5ba8de65
ref: modify strings
2026-05-05 12:46:09 +05:30
tapframe
6b12f633ec
feat: Add CustomDefaultTrackNameProvider
2026-05-05 12:17:50 +05:30
tapframe
07540e11f2
ref: increase watch threshold
2026-05-05 12:06:14 +05:30
Marius Butz
f926f36088
add intro db translations
2026-05-04 13:03:19 +02:00
Marius Butz
542976e219
Merge branch 'cmp-rewrite' into feat/german
2026-05-03 23:09:47 +02:00
tapframe
bbd1f49557
update quick-js aar
2026-05-04 01:19:51 +05:30
Muhammed Nayif Rahman
ae4ae23d14
Merge pull request #914 from paregi12/introdb
2026-05-04 00:39:24 +05:30
Marius Butz
265c5c2d44
add german to language picker
2026-05-03 12:13:41 +02:00
Marius Butz
74c39c1f12
add german strings
2026-05-03 12:13:24 +02:00