From c644361ab8c64350bc9bf3d699e650ae1bfdc1a7 Mon Sep 17 00:00:00 2001 From: si2503 Date: Wed, 17 Dec 2025 22:26:26 +0100 Subject: [PATCH] =?UTF-8?q?Kamera=20funktionalit=C3=A4t=20-AlbumAndroidVie?= =?UTF-8?q?wModel=20-AlbumEvents=20-AlbumViewModel=20-AlbumViewState=20-fi?= =?UTF-8?q?le=5Fpatchs=20SelectPictureScree.kt=20wurde=20gel=C3=B6scht.=20?= =?UTF-8?q?Die=20Funktionanlit=C3=A4t=20=20AlbumScreen()=20wurde=20in=20Re?= =?UTF-8?q?portOverlay=20neu=20aufgebaut.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 1 + .idea/misc.xml | 1 - app/build.gradle.kts | 8 + app/src/main/AndroidManifest.xml | 15 +- .../com/example/snapandsolve/MainActivity.kt | 35 +- .../com/example/snapandsolve/MainScreen.kt | 336 ++++++++++++++++++ .../com/example/snapandsolve/MapViewModel.kt | 8 + .../snapandsolve/camera/AlbumViewModel.kt | 14 +- .../example/snapandsolve/ui/theme/Color.kt | 4 + app/src/main/res/xml/file_paths.xml | 4 + docs/architecture.md | 38 ++ settings.gradle.kts | 1 + 12 files changed, 431 insertions(+), 34 deletions(-) create mode 100644 app/src/main/java/com/example/snapandsolve/MainScreen.kt create mode 100644 app/src/main/java/com/example/snapandsolve/MapViewModel.kt create mode 100644 app/src/main/res/xml/file_paths.xml create mode 100644 docs/architecture.md diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 97f0a8e..639c779 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,5 +1,6 @@ +