added username and password for up- and download

This commit is contained in:
oxidiert
2025-09-23 16:10:19 +02:00
parent 91f6f77b73
commit 5f5c766133
5 changed files with 145 additions and 109 deletions

View File

@ -19,7 +19,7 @@ object LanguageManager {
private fun injectDynamicValues(text: String): String {
val points = RHS_POINTS ?: 0
val color = when (points) {
in 1..12 -> "#4CAF50" // Grün
in 0..12 -> "#4CAF50" // Grün
in 13..36 -> "#FFEB3B" // Gelb
in 37..100 -> "#F44336" // Rot
else -> "#9E9E9E" // Grau (Standard)