tapframe
c16711ebb8
feat: adding seperate preference key for collections
2026-05-09 00:46:55 +05:30
tapframe
0ce89650c2
fix: stripping off parameters after manifest.json
2026-05-09 00:28:36 +05:30
tapframe
d342959493
fix(ios): gif causing glithces in liquid glass bar
2026-05-09 00:28:06 +05:30
tapframe
7290158c53
fix(ios): trakt date parsing logic causing old shows to appear first cw section
2026-05-09 00:27:34 +05:30
Stéphane
d303ac48af
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
116ebfb510
Merge branch 'search' into cmp-rewrite
2026-05-08 20:16:04 +05:30
tapframe
2db039e249
feat: adding search option on settings screen
2026-05-08 20:15:43 +05:30
tapframe
24692a4d3a
bump version
2026-05-07 18:39:40 +05:30
Muhammed Nayif Rahman
11a1cf7ba9
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
abe43d2d8d
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
b5b1afce8d
Merge branch 'NuvioMedia:cmp-rewrite' into master
2026-05-07 15:08:22 +05:30
tapframe
2fa918fe44
feat: add support for custom avatar url
2026-05-07 13:14:19 +05:30
tapframe
81babba3ed
feat: episode ratings api
2026-05-07 02:01:11 +05:30
tapframe
1e75f416e4
feat: adding retry logic to library
2026-05-07 01:33:37 +05:30
Alex Schwemler
f9bc1e4572
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
adfe46e3ed
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
7c0994d957
chore: changed "sliderVal" to "sliderValue" for better readability
2026-05-06 20:50:29 +02:00
Alex Schwemler
064a7ccb70
feat: improved slider behavior, precision, and UI consistency
2026-05-06 20:49:23 +02:00
Alex Schwemler
8e201a6986
feat: added ValueBox composable for easier readability and more consistent UI
2026-05-06 20:41:45 +02:00
Alex Schwemler
939fc56ae8
feat: added reusable slider step functions
2026-05-06 20:38:20 +02:00
tapframe
5a0b623773
ref: add collections support to local account data cleaner
2026-05-06 23:46:38 +05:30
tapframe
b293157fee
ref: add season/episode number in downloads
2026-05-06 21:00:51 +05:30
paregi12
79a4f08f36
feat: add followRedirects support to httpRequestRaw and PluginRuntime
2026-05-06 20:11:29 +05:30
tapframe
eee6d1a2a8
ref(ios): implement native tab visibily change
2026-05-06 20:07:01 +05:30
tapframe
96c04c86e8
Merge branch 'ios' into cmp-rewrite
2026-05-06 19:57:39 +05:30
tapframe
5926f239e3
update strings
2026-05-06 19:57:12 +05:30
tapframe
38a786850c
ref(ios): native tab to use app icons and avatars
2026-05-06 19:39:06 +05:30
tapframe
8b2a635174
feat(ios): ios native navbar
2026-05-06 19:20:32 +05:30
tapframe
b3ed47732a
refactor: update continue watching thumbnail preference logic
2026-05-06 18:16:27 +05:30
tapframe
3f4a0f6a02
bump version
2026-05-06 16:02:42 +05:30
tapframe
217c1803c7
Merge branch 'parity' into cmp-rewrite
2026-05-06 16:01:49 +05:30
tapframe
e2bf6332b2
feat: hide unreleased content
2026-05-06 16:01:27 +05:30
tapframe
9e9db390f9
Merge branch 'parity' into cmp-rewrite
2026-05-06 15:24:00 +05:30
tapframe
d4878dbd2e
ref: cw optimizations to be in parity with tv
2026-05-06 15:23:38 +05:30
tapframe
2af53f416d
feat: blur unwatched episode
2026-05-06 14:31:13 +05:30
tapframe
1993251087
Merge branch 'traktsettings' into cmp-rewrite
2026-05-06 13:56:28 +05:30
tapframe
55b97d97ad
feat: trakt library source option to switch between trakt/nuvio library
2026-05-06 13:52:49 +05:30
tapframe
d00aba86af
feat: adding trakt watchprogress option to choose between trakt/nuvio as preferred
2026-05-06 13:28:43 +05:30
tapframe
06553b9b26
ref: add submit intro button to top player controls
2026-05-05 20:43:40 +05:30
tapframe
a36e927c0b
bump version
2026-05-05 13:51:16 +05:30
Muhammed Nayif Rahman
8dd4fb0589
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
77d5edb07c
Merge pull request #929 from mbpictures/feat/german
...
feat: add German
2026-05-05 13:44:04 +05:30
tapframe
b941717dd9
fix: adjust screen awake behaviour when playback error throws
...
fixes #877
2026-05-05 13:29:38 +05:30
tapframe
f7e9778ca4
feat: add error message for magnets
...
fixes #899
2026-05-05 13:22:47 +05:30
tapframe
1af3cfeded
feat: masking api keys
...
Fixes #901
2026-05-05 13:19:34 +05:30
tapframe
42247c1d57
ref(folder): remove trailing (none) when no genre is set
2026-05-05 13:09:48 +05:30
tapframe
17b1b46164
ref(settings): save scrollstate
2026-05-05 13:04:51 +05:30
tapframe
b2df0dfd91
refactor: clickable condition in HeroContentBlock
2026-05-05 12:49:53 +05:30
tapframe
d5b6152c39
ref: modify strings
2026-05-05 12:46:09 +05:30
tapframe
0b824ff32a
feat: Add CustomDefaultTrackNameProvider
2026-05-05 12:17:50 +05:30