Muhammed Nayif Rahman
607c4e1afa
Merge pull request #896 from skoruppa/cmp-rewrite
...
Add Trakt episode remapping for anime season structure mismatches
2026-05-02 13:39:08 +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
tapframe
88f0345b2f
feat: implement Trakt image utilities and remove hydration
2026-05-02 13:37:28 +05:30
tapframe
a34b0fbd92
feat: trakt list as collections
2026-05-02 13:22:48 +05:30
André Costa
69431b6d5c
Update AppLanguage.kt
2026-05-01 14:36:38 +01:00
André Costa
c56055af83
Delete composeApp/src/commonMain/composeResources/values-pt-rPT directory
2026-05-01 14:35:44 +01:00
André Costa
24a6578f76
Update locale_config.xml
2026-05-01 14:35:12 +01:00
André Costa
cd19c466ea
Create strings for portuguese (portugal)
2026-05-01 14:22:50 +01:00
tapframe
b87b851c64
fix: ios player viewport container issues on downloads
2026-05-01 02:59:35 +05:30
tapframe
6fc0a1209e
fix: add shouldSyncToTraktHistory method to prevent sending whole season marked to trakt while marking ep
2026-04-30 23:42:22 +05:30
tapframe
b25b747880
fix: add cancelLoading method to StreamsRepository
2026-04-30 21:54:58 +05:30
tapframe
1cb024bb32
fix: patch remaining areas generating duplicate keys
2026-04-30 21:50:11 +05:30
tapframe
0935ab4b0c
fix: ios downloads
2026-04-30 17:13:19 +05:30
tapframe
e31dd3f57c
fix: ajdust tmdb metadata handling for collections
2026-04-30 15:05:28 +05:30
skoruppa
40f8b79ba8
nullable receiver in TraktEpisodeMappingService
2026-04-30 11:26:24 +02:00
skoruppa
c72fe73aef
Merge branch 'NuvioMedia:cmp-rewrite' into cmp-rewrite
2026-04-30 10:43:20 +02:00
skoruppa
ecc646aa76
Trakt Episode Mapping for Trakt Anime
2026-04-30 10:41:51 +02:00
tapframe
627ae7dfe3
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
2026-04-30 13:55:59 +05:30
tapframe
8cfd7a8c52
fix: update quickjs dependency by using forked aar.
2026-04-30 13:55:49 +05:30
Muhammed Nayif Rahman
1d231ac49c
Merge pull request #865 from IberianSoldierPC/reescritura
...
Spanish updated
2026-04-29 23:56:00 +05:30
tapframe
ebc2814565
fix: implement catalog resolution logic for folders
2026-04-29 23:48:11 +05:30
tapframe
ab4c4c9861
feat: add support for person and director (tmdb)
2026-04-29 23:37:42 +05:30
tapframe
e54646871c
fix: patched remaining double literals.
2026-04-29 01:22:17 +05:30
tapframe
b0f73dc25e
feat: add heroVideoUrl to CollectionFolder data class
2026-04-29 01:13:57 +05:30
tapframe
f96e18fe98
fix: double percent sign in cw section
2026-04-29 01:12:54 +05:30
tapframe
c28927d36c
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
2026-04-28 18:19:43 +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
Nayif
b063ce22e4
Merge pull request #873 from albyalex96/italian-localization
...
Fix escaped characters for italian localization
2026-04-28 16:43:25 +05:30
albyalex96
09107f0486
Fix escaped characters for italian localization
2026-04-27 17:47:49 +02:00
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
fc765a3478
fix: notify ThemeSettingsRepository when cached profiles are loaded
...
loadCachedProfiles() sets activeProfileIndex but did not notify
ThemeSettingsRepository to re-read profile-scoped settings (theme,
amoled) from the correct profile key. This ensures theme and other
profile-scoped preferences are loaded from the correct profile
after the cached profile data is applied.
2026-04-27 15:01:23 +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
7e9e508509
Update strings
2026-04-27 11:59:27 +01:00
IberianSoldierPC
3810c584b8
Spanish updated
2026-04-27 12:36:22 +02:00
André Costa
ab9f76acf2
Update AppLanguage.kt
2026-04-27 11:15:19 +01:00
André Costa
1a92f6ed78
Update locale_config.xml
2026-04-27 11:13:59 +01:00
André Costa
840e404a9e
Create strings
2026-04-27 11:03:21 +01:00
tapframe
9ef5b89f5a
fix: douvle tap to seek to not show controls
2026-04-27 13:00:12 +05:30
tapframe
9ecea7238a
Refactor: CollectionRepository to push changes only on local changes
2026-04-27 12:57:28 +05:30
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
tapframe
5fe242cc9b
Update localization strings to use string formatting
2026-04-26 00:58:06 +05:30
tapframe
fe866d348c
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
2026-04-26 00:51:07 +05:30
tapframe
c49ebce806
Add TMDB localization updates
2026-04-26 00:46:54 +05:30
Lliakos
8dd8500cf9
Add Greek translation for mobile app fixed
2026-04-25 22:03:55 +03:00
Lliakos
595e268197
Add Greek translation for mobile app
2026-04-25 21:08:47 +03:00
albyalex96
654de66f56
Added Italian Strings
2026-04-25 15:17:10 +02:00
albyalex96
963c02b525
Add Italian language support to AppLanguage enum
2026-04-25 15:07:04 +02:00