loop-uh
201c54d6fc
Fix crash on launch: wrong XML theme parent
themes.xml used android:Theme.Material.Light.NoActionBar (old platform
theme). enableEdgeToEdge() from activity-compose 1.9.0 crashes trying
to resolve missing Material3 theme attributes.
Fix: Changed to Theme.Material3.DayNight.NoActionBar
Also: removed duplicate imports, added explicit material dependency
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-11 17:30:55 +03:00 |
| .. |
|
app
|
Fix crash on launch: wrong XML theme parent
|
2026-04-11 17:30:55 +03:00 |
|
gradle/wrapper
|
Add Gradle wrapper (gradlew + jar) for CI build
|
2026-04-11 16:01:24 +03:00 |
|
.gitignore
|
Initial commit: PrivStack v1.0.0
|
2026-04-11 15:32:59 +03:00 |
|
build.gradle.kts
|
Initial commit: PrivStack v1.0.0
|
2026-04-11 15:32:59 +03:00 |
|
gradle.properties
|
Add app icon + suppress compileSdk warning
|
2026-04-11 16:12:28 +03:00 |
|
gradlew
|
Fix gradlew permission: set executable bit
|
2026-04-11 16:04:41 +03:00 |
|
gradlew.bat
|
Add Gradle wrapper (gradlew + jar) for CI build
|
2026-04-11 16:01:24 +03:00 |
|
settings.gradle.kts
|
Initial commit: PrivStack v1.0.0
|
2026-04-11 15:32:59 +03:00 |