Commit graph

373 commits

Author SHA1 Message Date
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
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
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
b91130840b feat: collection preserving to prevent overwriting unsupported fields in blobs 2026-04-25 08:01:31 +05:30
tapframe
09de9ac8af feat: localization 2026-04-25 07:25:24 +05:30
tapframe
4c906e9949 feat: addon confiuguration and reordering 2026-04-24 02:24:45 +05:30
tapframe
41151578d5 feat: auto fetchfetch addon subtitles
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 02:03:23 +05:30
tapframe
7e7c5100a8 ref: add desugaring support 2026-04-23 23:39:04 +05:30
tapframe
d833913a27 ref: update trackedShowsByKey to use immutable map 2026-04-23 23:33:32 +05:30
tapframe
80771c33cb fix: threshold calculation fix 2026-04-23 23:19:42 +05:30
tapframe
96c2815e44 ref: integrate profile state management in HomeScreen and clear HomeRepository on profile change 2026-04-23 18:08:15 +05:30
tapframe
e7d8772e95 ref: update selectedHeroSourceCount to filter by catalog keys 2026-04-23 17:34:42 +05:30
tapframe
2d1094e287 ref: adjust spacing and padding in DiscoverDropdownChip 2026-04-23 02:02:30 +05:30
tapframe
5091b95924 refr: reorder playback button 2026-04-23 01:55:25 +05:30
tapframe
b9d06607e1 fix: update stored progress handling to check resumable state 2026-04-23 01:54:05 +05:30
tapframe
446f2634ef ref: tablet stream layout to use backdrop instead of episode thumbnails 2026-04-23 01:52:59 +05:30
tapframe
c20bc3d524 feat: implement cache removal for active video in PlayerScreen 2026-04-23 01:44:15 +05:30
tapframe
d3909d88be feat: horizontal episode cards to autoscroll to recent activity card 2026-04-23 01:33:43 +05:30
tapframe
6490cd4e7a feat: update WatchingActions to mark watched items 2026-04-22 15:32:54 +05:30
tapframe
94f69a54e5 feat: tmdb as source for collections 2026-04-21 00:22:02 +05:30
tapframe
9914a796d7 feat: update contributions api 2026-04-25 12:14:23 +05:30
tapframe
80875cdf2f feat: player lock 2026-04-20 17:33:34 +05:30
tapframe
43da8a56a0 ref: plugin to use saved tmdb api key for tv show resolution 2026-04-19 16:12:16 +05:30
tapframe
60565cdc2f fix: normalize date formatting in isoCalendarDateOrNull function and update project version 2026-04-19 15:42:13 +05:30
tapframe
36754a4587 ref: adjust episode release logic 2026-04-19 12:55:19 +05:30
tapframe
c032cd07eb ref: adjust url building to be in parity with addon protocol 2026-04-19 02:58:25 +05:30
tapframe
4bb66c65ab fix: update state management for app updater 2026-04-19 02:02:44 +05:30
tapframe
44604d3ef2 fix: android file pickup fix and modal button alignement fix 2026-04-19 01:43:12 +05:30
tapframe
2d2f5ccf4c feat: in app updater 2026-04-19 01:15:39 +05:30
tapframe
c965308644 ref: adjsut safe area for some pages 2026-04-19 00:22:27 +05:30
tapframe
76a51d5f98 Revert "ref: adjust tablet hero height calculation"
This reverts commit 45bcd5b5d3.
2026-04-19 00:10:05 +05:30
tapframe
3ac907e0f9 ref: adjust modal ui 2026-04-19 00:02:20 +05:30
tapframe
8605865765 feat: adding cotnributors page. 2026-04-18 23:56:35 +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
tapframe
c9dff82fe5 fix: stream section key 2026-04-18 22:34:35 +05:30
tapframe
f81bc12adc feat: add filtering for unavailable future seasons 2026-04-18 22:29:37 +05:30
tapframe
45bcd5b5d3 ref: adjust tablet hero height calculation 2026-04-18 22:20:54 +05:30
tapframe
89478481a9 Revert "feat: implement manifest caching for addons"
This reverts commit 3cc3849c3a.
2026-04-16 14:10:00 +05:30
tapframe
af37b2ab2d feat: add dedup function for catalog items 2026-04-16 12:23:28 +05:30
tapframe
dc04dc523d fix: streamroute to crarry stream payload in memory to avoid ios serialization crash on routing 2026-04-16 12:14:41 +05:30