mitbringsl/android/app
Tronax 15b3f1071f
Fix: Android compile errors in AuthScreen and MainScreen preview
- AuthScreen.kt: FocusManager is imported from androidx.compose.ui.focus,
  not androidx.compose.ui.platform (only LocalFocusManager lives there).
  The fully-qualified platform.FocusManager parameter types therefore
  failed to resolve, cascading into the clearFocus() errors.
- MainScreen.kt: MitbringslTheme gained a required sessionManager
  parameter in 729865b; the leftover template preview now passes
  SessionManager(LocalContext.current).

Verified: ./gradlew compileDebugKotlin, assembleDebug and test all green.
Note: local builds must use JDK 21 (JAVA_HOME=/usr/lib/jvm/java-21-openjdk);
the system default JDK 26 breaks AGP's JdkImageTransform (jlink) on
android-36's core-for-system-modules.jar.
2026-08-22 10:00:42 +02:00
..
schemas/com.example.mitbringsl.data.local.AppDatabase Android Phase D: Project foundation, Room DB, Retrofit API, Hilt 2026-08-05 20:09:34 +02:00
src Fix: Android compile errors in AuthScreen and MainScreen preview 2026-08-22 10:00:42 +02:00
.gitignore Android Phase D: Project foundation, Room DB, Retrofit API, Hilt 2026-08-05 20:09:34 +02:00
build.gradle.kts Build: make Android build work behind restrictive proxies 2026-08-06 11:43:03 +02:00
proguard-rules.pro Fix: Critical sync, build and data-safety bugs in Android app 2026-08-06 10:01:57 +02:00