Muhammed Nayif Rahman
291dea67ff
Merge pull request #994 from foXaCe/fix/coil-svg-decoder
...
fix(image): register SvgDecoder so SVG logos actually render
2026-05-10 12:34:53 +05:30
Muhammed Nayif Rahman
a3d7de28f5
Merge pull request #1010 from Pupon11/cmp-rewrite
...
czech language
2026-05-10 12:34:03 +05:30
Muhammed Nayif Rahman
98be6dbb97
Merge pull request #1012 from guuilp/feat/continue-watching-sort-mode
...
feat(settings): add Continue Watching sort mode setting
2026-05-10 12:33:30 +05:30
Guilherme Lima Pereira
64c746e520
fix(trakt): replace invalid RegexOption.DOT_MATCHES_ALL with inline flag
...
RegexOption.DOT_MATCHES_ALL is not available in Kotlin Common (KMP).
Replaced with inline (?s) flag to fix commonMain compilation.
2026-05-09 17:37:32 -03:00
Guilherme Lima Pereira
0581cfb133
feat(settings): add Continue Watching sort mode setting
...
Port of NuvioMedia/NuvioTV#1704 .
Adds a Sort Order setting to the Continue Watching section with two modes:
- Default: sort all items by most recently watched
- Streaming Style: released/in-progress items first (by recency), unaired
next-up items pushed to the end sorted by ascending air date
2026-05-09 17:37:19 -03:00
Pupon11
fb08cddbf1
Update strings.xml
...
changed localization for "settings_playback_minutes_value", "settings_playback_threshold_percentage_value", and "settings_playback_timeout_seconds" to handle new rules better
2026-05-09 20:09:06 +02:00
Pupon11
0077c7c04a
Add Czech language support to AppLanguage enum
2026-05-09 18:44:03 +02:00
Pupon11
c781301f51
Add Czech locale to locale_config.xml
2026-05-09 18:39:49 +02:00
Pupon11
58331801ae
Update print statement from 'Hello' to 'Goodbye'
2026-05-09 18:26:15 +02:00
tapframe
ec5b66ffeb
bump version
2026-05-09 01:31:31 +05:30
tapframe
d33ccdef19
ref: adjust the search screen empty state ui
2026-05-09 01:27:40 +05:30
tapframe
0841f7f77d
ref: amoled to keep default surface theming
2026-05-09 01:20:36 +05:30
tapframe
67a11dc68f
feat: support for trakt library items removal from library screen
...
fixes #962
2026-05-09 01:18:21 +05:30
tapframe
edf262b6c6
fix: search screen sticky header being clickable
...
fixes #969
2026-05-09 01:06:22 +05:30
tapframe
bc7aef8543
fix: volume/brightness gesture triggering when hold to speed is active
...
Fixes #992
2026-05-09 01:02:13 +05:30
tapframe
3539ab482c
ref: remove account deletion button
2026-05-09 00:59:15 +05:30
tapframe
c546518692
Merge branch 'collectionsettings' into cmp-rewrite
2026-05-09 00:56:42 +05:30
tapframe
f2851c3273
fix: mobile collection changes overriding tv follow home layout setting
2026-05-09 00:50:02 +05:30
tapframe
bb7ac6ebd3
feat: adding seperate preference key for collections
2026-05-09 00:46:55 +05:30
tapframe
5c068547d3
fix: stripping off parameters after manifest.json
2026-05-09 00:28:36 +05:30
tapframe
3949bb85c6
fix(ios): gif causing glithces in liquid glass bar
2026-05-09 00:28:06 +05:30
tapframe
c79e30e2fc
fix(ios): trakt date parsing logic causing old shows to appear first cw section
2026-05-09 00:27:34 +05:30
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
tapframe
26e7085ff1
Merge branch 'search' into cmp-rewrite
2026-05-08 20:16:04 +05:30
tapframe
3d620394ca
feat: adding search option on settings screen
2026-05-08 20:15:43 +05:30
tapframe
88e1348c9b
bump version
2026-05-07 18:39:40 +05:30
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