chore: initial import

This commit is contained in:
2026-07-24 21:37:03 +02:00
commit 6b4ed9bc36
111 changed files with 95131 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
Production credential/key scan:
PASS: no production credential/key pattern found
Forbidden technology scan:
PASS: no WebView or direct OpenAI client endpoint found
Release cleartext controls:
app/src/main/res/xml/network_security_config.xml:3: <base-config cleartextTrafficPermitted="false">
app/src/main/AndroidManifest.xml:15: android:usesCleartextTraffic="false">
app/src/main/java/de/drazz/boehmitools/training/data/network/Api.kt:77: require(BuildConfig.DEBUG || scheme == "https") { "Release-Builds erlauben ausschließlich HTTPS." }
app/src/main/java/de/drazz/boehmitools/training/data/network/Api.kt:77: require(BuildConfig.DEBUG || scheme == "https") { "Release-Builds erlauben ausschließlich HTTPS." }