tapframe
df481a5d29
Improve watched marking parity
2026-05-22 02:57:48 +05:30
tapframe
e25a2d7f3e
removal: debrid integration
2026-05-20 21:44:27 +05:30
Nayif
cf8f753bad
Merge pull request #1137 from skoruppa/cmp-rewrite
2026-05-20 16:52:32 +05:30
skoruppa
ba08ba8194
Port Reuse Binge Group from the TV version
2026-05-20 13:05:14 +02:00
tapframe
413abec4c5
remove duplicate string
2026-05-20 01:55:31 +05:30
tapframe
38b1d2a52e
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
2026-05-20 01:49:16 +05:30
Nayif
a0d55670ef
Merge pull request #1122 from SimSalabimse/Norwegian-Translation
...
Added Norwegian translation
2026-05-20 01:48:59 +05:30
tapframe
9ca3f56655
chore: adding prefetch warning note
2026-05-19 21:21:55 +05:30
SimSalabimse
1973349b9e
Added Norwegian .xml
2026-05-19 01:24:55 +02:00
tapframe
b356887fe6
feat(debrid): sorting and filtering
2026-05-19 02:21:25 +05:30
tapframe
66feae7884
feat: add experimental notice for debrid support in settings
2026-05-16 21:15:00 +05:30
tapframe
1e38f451bc
faet: parental guilde overlay
2026-05-16 20:16:48 +05:30
tapframe
5756fa59bf
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
2026-05-16 03:56:56 +05:30
tapframe
37abcf8de3
ref: adjusting formatters
2026-05-16 03:43:10 +05:30
tapframe
0ce3bbe525
ref: improve file detection
2026-05-16 03:23:57 +05:30
tapframe
c3c98cd246
feat: init debrid direct streaming
2026-05-16 02:30:53 +05:30
kmshaw1990
ffc737272f
Update watch provider string description
2026-05-14 14:04:39 -05:00
i4mth3d4ng3r
ce4b78dba5
Merge branch 'NuvioMedia:cmp-rewrite' into cmp-rewrite
2026-05-14 02:11:12 -05:00
kmshaw1990
1bb427d7da
added tmdb watch providers for streaming services, and sorting by most voted
2026-05-14 02:04:18 -05:00
Muhammed Nayif Rahman
7cb0024674
Merge pull request #1031 from foXaCe/fix/percent-display
...
fix(i18n): correct doubled '%' in FR download progress
2026-05-13 14:03:30 +05:30
Luqman Fadlli
a4dad9a170
Merge branch 'NuvioMedia:cmp-rewrite' into indonesian-locale
2026-05-13 15:17:10 +07:00
tapframe
5b53f6046a
feat: support for external player
2026-05-13 13:27:12 +05:30
Luqman Fadlli
2f179e1d6d
improve Indonesian localization with natural phrasing
...
Updated strings.xml in values-id to use more natural, everyday language.
2026-05-13 14:56:49 +07:00
Luqman Fadlli
5a4db7aa34
Update Indonesian translations
...
- Synchronized strings.xml with the latest source strings.
- Fixed inconsistent terms to match the current app context.
- Added missing translation keys.
2026-05-12 18:13:06 +07:00
Luqman Fadlli
f3b54c9d4a
add Indonesian language support
...
Added Indonesian (Bahasa Indonesia) translation to the project.
Files updated:
- Translated strings added to the `values-id` directory.
- Hooked up the new language option in `AppLanguage.kt`.
- Registered the `id` locale in Android's `locale_config.xml`.
2026-05-12 15:12:49 +07:00
Stéphane
c0316cd321
fix(i18n): correct doubled '%' rendering in FR download progress
...
`updates_downloading_progress` in values-fr/strings.xml used `%1$d%%` —
Compose Multiplatform Resources does NOT interpret `%%` as an escape
for a literal `%`. The runtime substitutes `%1$d` with the integer arg
and leaves the rest of the string verbatim, so the user sees
`Téléchargement 26%%` instead of `Téléchargement 26 %`.
Same change applied to two adjacent FR keys that already only had a
single trailing `%` (no doubled bug), but now also use NBSP (U+00A0)
before the symbol to match French typography:
- `streams_resume_from_percent`: `Reprendre depuis %1$d%` → `... %1$d %`
- `settings_playback_threshold_percentage_value`: `%1$s%` → `%1$s %`
EN strings keep `Downloading %1$d%` / `Resume from %1$d%` / `%1$s%`
(English convention: no space before `%`).
2026-05-11 19:24:30 +02:00
tapframe
49a2e33ba8
feat; option to hide catalog underline
2026-05-10 13:47:36 +05:30
tapframe
c7b31518c3
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
2026-05-10 12:36:18 +05:30
tapframe
c7179a0bd9
feat: adding attributions page
2026-05-10 12:36:15 +05:30
Muhammed Nayif Rahman
a3d7de28f5
Merge pull request #1010 from Pupon11/cmp-rewrite
...
czech language
2026-05-10 12:34:03 +05:30
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
58331801ae
Update print statement from 'Hello' to 'Goodbye'
2026-05-09 18:26:15 +02:00
tapframe
67a11dc68f
feat: support for trakt library items removal from library screen
...
fixes #962
2026-05-09 01:18:21 +05:30
tapframe
3d620394ca
feat: adding search option on settings screen
2026-05-08 20:15:43 +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
tapframe
c76dd6fa0e
feat: add support for custom avatar url
2026-05-07 13:14:19 +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
tapframe
0107f4a890
update strings
2026-05-06 19:57:12 +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
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
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
fa5ba8de65
ref: modify strings
2026-05-05 12:46:09 +05:30