Commit graph

151 commits

Author SHA1 Message Date
skoruppa
ba08ba8194 Port Reuse Binge Group from the TV version 2026-05-20 13:05:14 +02:00
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
2a50a504ba feat(ios): adding custom tuning for mpv 2026-05-19 21:04:39 +05:30
SimSalabimse
23914f543b Added Norwegian to configs 2026-05-19 01:38:54 +02:00
tapframe
b356887fe6 feat(debrid): sorting and filtering 2026-05-19 02:21:25 +05:30
tapframe
f7ec2ade21 fix: decoder fallback handling in ExoPlayer to try app decoders if a decoder failure occurs 2026-05-16 21:29:07 +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
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
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
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
tapframe
052ad51320 feat: added hold, hover and release to select faeture in profile switch bubble 2026-05-10 10:11:51 +05:30
Pupon11
c781301f51 Add Czech locale to locale_config.xml 2026-05-09 18:39:49 +02:00
tapframe
bb7ac6ebd3 feat: adding seperate preference key for collections 2026-05-09 00:46:55 +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
paregi12
07669ba5be Merge branch 'NuvioMedia:cmp-rewrite' into master 2026-05-07 15:08:22 +05:30
tapframe
acc298a845 ref: add collections support to local account data cleaner 2026-05-06 23:46:38 +05:30
paregi12
152d7f394f feat: add followRedirects support to httpRequestRaw and PluginRuntime 2026-05-06 20:11:29 +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
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
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
6b12f633ec feat: Add CustomDefaultTrackNameProvider 2026-05-05 12:17:50 +05:30
Marius Butz
542976e219 Merge branch 'cmp-rewrite' into feat/german 2026-05-03 23:09:47 +02:00
Marius Butz
265c5c2d44 add german to language picker 2026-05-03 12:13:41 +02:00
paregi12
0935c9e386 Merge branch 'NuvioMedia:cmp-rewrite' into introdb 2026-05-02 14:27:19 +05:30
Muhammed Nayif Rahman
691cf4090d Merge pull request #909 from affcosta7/patch-6
Fix: add Portuguese (Portugal) app translation to NUVIO MOBILE
2026-05-02 13:38:55 +05:30
paregi12
580d435b2a feat: implement IntroDB submission feature 2026-05-02 11:27:47 +05:30
André Costa
24a6578f76 Update locale_config.xml 2026-05-01 14:35:12 +01:00
tapframe
b87b851c64 fix: ios player viewport container issues on downloads 2026-05-01 02:59:35 +05:30
Nayif
56d4e5da7b Merge pull request #852 from skoruppa/cmp-rewrite
Polish Translation
2026-04-28 16:44:04 +05:30
Nayif
70aa1aee80 Merge pull request #857 from D4rk56/cmp-rewrite
Add French language translation
2026-04-28 16:43:54 +05:30
Nayif
3c2bf37329 Merge pull request #862 from affcosta7/patch-4
Add Portuguese (Portugal) app translation to NUVIO MOBILE
2026-04-28 16:43:37 +05:30
Leonardo Montemurro
caf85685aa fix: migrate language from legacy profile-scoped key to global key
On first launch after upgrading, if the new global key is empty,
fall back to the legacy profile-scoped key from the previous
version. Once found, the value is saved to the global key so
future reads avoid the legacy path.
2026-04-27 15:08:31 +02:00
Leonardo Montemurro
234153cac4 fix: make app language key global, not profile-scoped
The language preference was stored with a profile-scoped key
(selected_app_language_{profileId}), causing it to reset to English
on app restart when the active profile was not profile 1.

During startup, initialize() reads the key with default
activeProfileId=1 before the correct profile is loaded, resulting
in a cache miss and fallback to English.

App language is a device-level preference, not per-profile, so
the key should not be scoped. This also fixes replaceFromSyncPayload
to correctly clear both profile-scoped and global keys.
2026-04-27 15:01:08 +02:00
André Costa
1a92f6ed78 Update locale_config.xml 2026-04-27 11:13:59 +01:00
D4rk56
e7ba523276 Add French language translation 2026-04-26 18:14:52 +02:00
skoruppa
415f738bdc Polish Translation 2026-04-26 02:17:32 +02:00
Lliakos
8dd8500cf9 Add Greek translation for mobile app fixed 2026-04-25 22:03:55 +03:00
albyalex96
2d0e86bf52 Add Italian locale to locale_config.xml 2026-04-25 15:06:16 +02:00
HALİL İBRAHİM ÖZDEMİR
c9392e04a4 Add Turkish language translation 2026-04-25 13:44:01 +03:00
tapframe
09de9ac8af feat: localization 2026-04-25 07:25:24 +05:30
tapframe
2d2f5ccf4c feat: in app updater 2026-04-19 01:15:39 +05:30
tapframe
2c4d7bb873 feat: profile PIN cryptography for offline usage 2026-04-18 23:07:19 +05:30
tapframe
fc284ba0e2 feat: avatar storage and caching functionality 2026-04-18 23:01:16 +05:30