Refactor navigation and cleanup resources across the application

This commit is contained in:
jonasgaudian
2026-02-17 16:45:23 +01:00
parent db959dab20
commit f39375e9df
53 changed files with 112 additions and 2032 deletions

View File

@@ -4,11 +4,8 @@ package eu.gaudian.translator
object TestConfig {
// REPLACE with your actual API Key for the test
const val API_KEY = "YOUR_REAL_API_KEY_HERE"
// Set to true if you want to see full log output in Logcat
const val ENABLE_LOGGING = true
const val API_KEY = "YOUR_REAL_API_KEY_HERE"
// Optional: If your ApiManager requires a specific provider (e.g., "Mistral", "OpenAI")
const val PROVIDER_NAME = "Mistral"