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
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
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
tapframe
3d620394ca
feat: adding search option on settings screen
2026-05-08 20:15:43 +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
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
4c80f49c9c
feat: hide unreleased content
2026-05-06 16:01:27 +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
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
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