10
0

[MWA-5265] Meta Demo: Theming via xml

{Update actionId placeholder and add theming strings}

[MWA-5265] Meta Demo: Theming via xml

{Clean up dependencies and UI}

[MWA-5265] Meta Demo: Theming via xml

{cr fixes}

[MWA-5265] Meta Demo: Theming via xml

{Configure light and dark themes}

[MWA-5265] Meta Demo: Theming via xml

{Update placeholder for action ID}

[MWA-5265] Meta Demo: Theming via xml

{CR fixes}

[MWA-5265] Meta Demo: Theming via xml

{updated dependencies}

[MWA-5265] Meta Demo: Theming via xml

{added Standart Theme}

[MWA-5265] Meta Demo: Theming via xml

{change theme colors}

c[MWA-5265] Meta Demo: Theming via xml

{Use RadioButton for theming choice}

[MWA-5265] Meta Demo: Theming via xml

{Update demo app UI and theming}

[MWA-5265] Meta Demo: Theming via xml testen

{added more colors}

[MWA-5265] Meta Demo: Theming via xml testen

{Update app theme to WebId.PluginTheme}

[MWA-5265] Meta Demo: Theming via xml testen

{addAdd Compose theming option to MetaPl}ugin

[MWA-5265] Meta Demo: Theming via xml testen

{Update dependencies and plugin initialization}

[MWA-5265] Meta Demo: Theming via xml testen

{Refactor UI to Jetpack Compose}

[MWA-5265] Meta Demo: Theming via xml testen

{added translations}
This commit is contained in:
andre 2025-11-17 10:51:32 +01:00
parent 257ed6b5bb
commit 0634dd2010
10 changed files with 28 additions and 3 deletions

View File

@ -184,8 +184,6 @@ internal class MainActivity : ComponentActivity
return { result ->
if (result.errorResult == EApiResult.SUCCESS) {
writeLog(getString(R.string.verification_successful))
var verifyActionIdResult = result.result
try {
when (themingChoice) {
ThemingChoice.XML -> {
@ -277,7 +275,7 @@ internal class MainActivity : ComponentActivity
}
} catch (e: WebIdPluginInterruptedException) {
// Handle interruption in your preferred way
writeLog(getString(R.string.product_journey_finished_with_failure) + "\n" + e.toString())
showResult("Plugin interrupted: ${e.message}")
}
}

View File

@ -9,6 +9,9 @@
<string name="core_sdk_creation_successful">Core SDK erfolgreich erstellt</string>
<string name="validate_action_id">Validiere Vorgangsnummer…</string>
<string name="action_id_not_valid">Fehler: Die Vorgangsnummer (Action-ID) wurde in der Datei „MainActivity.kt“ nicht auf eine 9-stellige Zahlenfolge gesetzt.</string>
<string name="choose_theming">Theme auswählen:</string>
<string name="choose_theming_compose">Theme mit Compose</string>
<string name="choose_theming_xml">Theme mit XML</string>
<string name="verification_successful">Überprüfung erfolgreich</string>
<string name="verification_failed">Überprüfung fehlgeschlagen:</string>
<string name="start_failed">Start fehlgeschlagen:\n</string>

View File

@ -9,6 +9,9 @@
<string name="core_sdk_creation_successful">Core SDK creado correctamente</string>
<string name="validate_action_id">Validar número de operación…</string>
<string name="action_id_not_valid">Error: El número de operación («action-ID») no se ha establecido en una secuencia numérica de 9 dígitos en el archivo «MainActivity.kt».</string>
<string name="choose_theming">Elige un tema</string>
<string name="choose_theming_compose">Theming with Compose</string>
<string name="choose_theming_xml">Theming with XML</string>
<string name="verification_successful">Verificación correcta</string>
<string name="verification_failed">Verificación fallida:</string>
<string name="start_failed">Inicio fallido:\n</string>

View File

@ -9,6 +9,9 @@
<string name="core_sdk_creation_successful">Core SDK créé avec succès</string>
<string name="validate_action_id">Valider le numéro d\'opération…</string>
<string name="action_id_not_valid">Erreur : le numéro d\'opération (ActionID) n\'a pas été défini sur une séquence de 9 chiffres dans le fichier « MainActivity.kt ».</string>
<string name="choose_theming">Choisir le thème</string>
<string name="choose_theming_compose">Theming with Compose</string>
<string name="choose_theming_xml">Theming with XML</string>
<string name="verification_successful">Vérification réussie</string>
<string name="verification_failed">Échec de la vérification :</string>
<string name="start_failed">Échec du démarrage :\n</string>

View File

@ -9,6 +9,9 @@
<string name="core_sdk_creation_successful">Core SDK creato con successo</string>
<string name="validate_action_id">Convalida numero operazione…</string>
<string name="action_id_not_valid">Errore: il numero dell\'operazione (ActionID) non è stato impostato su una sequenza di 9 cifre nel file “MainActivity.kt”.</string>
<string name="choose_theming">Scegli il tema</string>
<string name="choose_theming_compose">Theming with Compose</string>
<string name="choose_theming_xml">Theming with XML</string>
<string name="verification_successful">Verifica riuscita</string>
<string name="verification_failed">Verifica non riuscita:</string>
<string name="start_failed">Avvio non riuscito:\n</string>

View File

@ -9,6 +9,9 @@
<string name="core_sdk_creation_successful">Core SDK succesvol aangemaakt</string>
<string name="validate_action_id">Valideer transactienummer…</string>
<string name="action_id_not_valid">Fout: het actienummer (ActionID) is in het bestand “MainActivity.kt” niet ingesteld op een reeks van 9 cijfers.</string>
<string name="choose_theming">Thema kiezen</string>
<string name="choose_theming_compose">Theming with Compose</string>
<string name="choose_theming_xml">Theming with XML</string>
<string name="verification_successful">Verificatie geslaagd</string>
<string name="verification_failed">Verificatie mislukt:</string>
<string name="start_failed">Start mislukt:\n</string>

View File

@ -9,6 +9,9 @@
<string name="core_sdk_creation_successful">Core SDK utworzony pomyślnie</string>
<string name="validate_action_id">Zatwierdź numer operacji…</string>
<string name="action_id_not_valid">Błąd: Numer operacji (Action-ID) nie został ustawiony na 9-cyfrową sekwencję cyfr w pliku „MainActivity.kt”.</string>
<string name="choose_theming">Wybierz motyw</string>
<string name="choose_theming_compose">Theming with Compose</string>
<string name="choose_theming_xml">Theming with XML</string>
<string name="verification_successful">Weryfikacja zakończona sukcesem</string>
<string name="verification_failed">Weryfikacja nie powiodła się:</string>
<string name="start_failed">Uruchomienie nie powiodło się:\n</string>

View File

@ -9,6 +9,9 @@
<string name="core_sdk_creation_successful">Core SDK creat cu succes</string>
<string name="validate_action_id">Validați numărul operațiunii…</string>
<string name="action_id_not_valid">Eroare: Numărul operațiunii („Action-ID”) nu a fost setat la o secvență de 9 cifre în fișierul „MainActivity.kt”.</string>
<string name="choose_theming">Alege tema</string>
<string name="choose_theming_compose">Theming with Compose</string>
<string name="choose_theming_xml">Theming with XML</string>
<string name="verification_successful">Verificare reușită</string>
<string name="verification_failed">Verificarea a eșuat:</string>
<string name="start_failed">Start eșuat:\n</string>

View File

@ -9,6 +9,9 @@
<string name="core_sdk_creation_successful">Core SDK başarıyla oluşturuldu</string>
<string name="validate_action_id">İşlem numarasını doğrula…</string>
<string name="action_id_not_valid">Hata: İşlem numarası (Action-ID) “MainActivity.kt” dosyasında 9 basamaklı bir sayı dizisi olarak ayarlanmamıştır.</string>
<string name="choose_theming">Tema seç</string>
<string name="choose_theming_compose">Theming with Compose</string>
<string name="choose_theming_xml">Theming with XML</string>
<string name="verification_successful">Doğrulama başarılı</string>
<string name="verification_failed">Doğrulama başarısız:</string>
<string name="start_failed">Başlatma Başarısız:\n</string>

View File

@ -8,6 +8,9 @@
<string name="core_sdk_creation_successful">Core SDK creation successful</string>
<string name="validate_action_id">Validate Action-ID…</string>
<string name="action_id_not_valid">Failure: The transaction number (Action-ID) was not set to 9-digit number string in MainActivity.kt file.</string>
<string name="choose_theming">Choose A Theme:</string>
<string name="choose_theming_compose">Theming with Compose</string>
<string name="choose_theming_xml">Theming with XML</string>
<string name="verification_successful">Verification successful</string>
<string name="verification_failed">Verification failed:</string>
<string name="start_failed">Start Failed:\n</string>