Commit graph

51 commits

Author SHA1 Message Date
Nayif
cc381eb186
Merge pull request #1429 from khanh71/cmp-rewrite
Add Vietnamese language support for Nuvio Mobile
2026-07-11 09:42:37 +05:30
Nayif
bf5fb7830b
Merge pull request #1490 from v4n00/romanian-translation
Add Romanian translation
2026-07-11 09:41:06 +05:30
Jimmy
69b164f702 add dutch language to enums
added dutch language values so it can be used in the app
2026-07-09 00:04:52 +02:00
v4n
41cfd1bbcf
chore: add romanian language to enums 2026-07-08 22:27:01 +03:00
Trần Khánh
7f13b201e8 Add Vietnamese language support
Add Vietnamese (vi) as an available language option with complete string translations. Updates include Android locale configuration, comprehensive Vietnamese translation file with 1927 strings, and AppLanguage enum to support Vietnamese selection in the app settings.
2026-06-29 11:32:53 +07:00
tapframe
e4c84e0060 Add Bulgarian localization 2026-06-27 17:12:08 +05:30
tapframe
61c9096b8b Add Slovak localization 2026-06-27 17:07:19 +05:30
Nayif
07a35ddbbb
Merge pull request #1030 from emgeje/cmp-rewrite
Add Hungarian translation
2026-06-27 17:03:11 +05:30
tapframe
d6a0d2da52 ref: rename files 2026-06-26 22:53:12 +05:30
Nayif
f3128f369b
Merge pull request #1370 from VenusIsJaded/fix/android-7-lets-encrypt
fix: Let's Encrypt trust on Android 7
2026-06-22 19:53:26 +05:30
Nayif
bff4fa798d
Merge pull request #1141 from jhojhocraazy/cmp-rewrite
i18n(pt-BR): Add complete Brazilian Portuguese
2026-06-22 18:18:42 +05:30
VenusIsJaded
cc89e07eed fix: Let's Encrypt trust on Android 7 2026-06-22 05:38:31 -05:00
Joe00011
cb8072b470
Add Japanese locale to locale_config.xml 2026-06-21 15:44:55 +09:00
skoruppa
becf580a49 Download subtitles locally before passing to external players 2026-06-10 12:41:15 +02:00
tapframe
8ecb392c74 ref: design tokens 2026-06-08 01:38:47 +05:30
SimSalabimse
a9a3398cea Use 'nb' locale code for Norwegian
Switch Norwegian locale code from "no" to the ISO 639-1 code "nb" for consistency. Updated Android locale_config.xml, renamed resource folder values-no to values-nb (strings moved/renamed accordingly), and changed the AppLanguage enum to use "nb". Also removed a now-duplicate media_series string entry in the renamed resources.
2026-05-20 20:42:30 +02:00
Joseph Alves
dd2be50d17
Add pt-BR 2026-05-20 11:44:22 -03:00
emgeje
c2f2e0ad0f
Update locale_config.xml 2026-05-20 11:14:07 +02:00
emgeje
b143fc33b2
Merge branch 'cmp-rewrite' into cmp-rewrite 2026-05-20 10:54:41 +02:00
SimSalabimse
145b3cfe77 Added Norwegian to configs 2026-05-19 01:38:54 +02:00
Luqman Fadlli
2638b4fbb5
Merge branch 'NuvioMedia:cmp-rewrite' into indonesian-locale 2026-05-13 15:17:10 +07:00
tapframe
32f937a4e0 feat: support for external player 2026-05-13 13:27:12 +05:30
emgeje
5af0c9d55c
Add Hungarian locale to locale_config.xml 2026-05-12 12:47:34 +02:00
Luqman Fadlli
c5faff3797 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
Pupon11
c8eb59cb13
Add Czech locale to locale_config.xml 2026-05-09 18:39:49 +02:00
Marius Butz
d64faa692f add german to language picker 2026-05-03 12:13:41 +02:00
André Costa
4297e488da
Update locale_config.xml 2026-05-01 14:35:12 +01:00
Nayif
430e3c601f
Merge pull request #852 from skoruppa/cmp-rewrite
Polish Translation
2026-04-28 16:44:04 +05:30
Nayif
16bceb19b8
Merge pull request #857 from D4rk56/cmp-rewrite
Add French language translation
2026-04-28 16:43:54 +05:30
André Costa
dc2e9177ec
Update locale_config.xml 2026-04-27 11:13:59 +01:00
D4rk56
395acd30cb Add French language translation 2026-04-26 18:14:52 +02:00
skoruppa
c4bdfce511 Polish Translation 2026-04-26 02:17:32 +02:00
Lliakos
31c374482a Add Greek translation for mobile app fixed 2026-04-25 22:03:55 +03:00
albyalex96
7fcbde33ed
Add Italian locale to locale_config.xml 2026-04-25 15:06:16 +02:00
HALİL İBRAHİM ÖZDEMİR
0774e31e9c Add Turkish language translation 2026-04-25 13:44:01 +03:00
tapframe
23080c4344 feat: localization 2026-04-25 07:25:24 +05:30
chrisk325
755da0dc4c
Update ids.xml 2026-04-14 00:40:46 +05:30
chrisk325
db958cdda0
fix: libass positioning 2026-04-14 00:38:45 +05:30
chrisk325
6e903d4b6e
fix: libass positioning 2026-04-14 00:08:13 +05:30
tapframe
88226ba127 test: libass overlay test 2026-04-10 14:31:36 +05:30
tapframe
c8deb4850c feat: adding pip support for android and handling other deprecation warnings 2026-04-05 16:44:14 +05:30
tapframe
16b5de57ea app icon adjustment 2026-04-05 15:22:32 +05:30
tapframe
c2f2e07161 added backdrop for notifications 2026-04-04 12:59:43 +05:30
tapframe
993058825a feat(settings): Add integrations settings page and logo handling
- Introduced a new `IntegrationsSettingsPage` to manage TMDB, MDBList, and Trakt integrations.
- Updated `SettingsNavigationRow` to support both `ImageVector` and `Painter` for icons.
- Created `IntegrationLogo` enum to represent different integration logos.
- Implemented platform-specific logo handling in `IntegrationLogoPainter` for Android and iOS.
- Added new drawable resources for MDBList logo in both Android and common resources.
- Refactored `SearchScreen` to improve query handling and search history recording.
2026-04-01 14:34:15 +05:30
tapframe
64b72ce084 feat(trakt): Refactor authentication state and add brand assets
- Updated TraktAuthState to replace device and user codes with pending authorization fields.
- Modified TraktAuthUiState to remove polling fields and include pending authorization timestamp.
- Introduced TraktBrandAsset enum for brand assets.
- Implemented traktBrandPainter function for Android and iOS to provide appropriate brand images.
- Added SVG and XML resources for Trakt brand assets (logo wordmark and favicon).
- Updated iOS app to handle URL callbacks for Trakt authentication.
- Added TraktAuthBridge to manage authentication callback handling.
2026-04-01 13:31:53 +05:30
tapframe
c85058c371 feat: add exo_player_view layout for enhanced media playback experience 2026-03-30 16:26:49 +05:30
tapframe
66430b46d7 feat: add release signing configuration and update app icons to use webp format 2026-03-30 00:57:02 +05:30
tapframe
0c4b81599d feat: Refactor player control icons to use AppIconResource and add error handling in player bridge 2026-03-29 15:12:51 +05:30
tapframe
66e9ce3759 feat: Remove status bar color and light status bar settings from MainActivity and themes 2026-03-28 21:40:58 +05:30
tapframe
3929ad32a7 feat: Update AndroidManifest and MainActivity for new theme and background color support 2026-03-28 21:32:11 +05:30