Merge branch 'main' of git.arirex.me:iris/ai-app
This commit is contained in:
commit
21d22f89c2
20 files changed
+1322
-1125
No files matched your search
@@ -205,9 +205,10 @@ first if a remote spawn ever mangles an argument.
|
||||
`./run-android.sh` to build, install, and launch on the emulator.
|
||||
- **Android Lint is not optional and is not run by a build.** It found a
|
||||
crash that had been shipping: `java.time` on a minSdk-24 app with
|
||||
desugaring off. It is clean now apart from Compose 1.11.1 having a 1.12.0
|
||||
available; keep it that way, and suppress with `tools:ignore` plus a
|
||||
written reason rather than by lowering the bar.
|
||||
desugaring off — and later a permission check that silently dropped every
|
||||
notification on Android 12 and below. It is fully clean as of 2026-08-31;
|
||||
keep it that way, and suppress with `tools:ignore` plus a written reason
|
||||
rather than by lowering the bar.
|
||||
- **The APK pins the CA of the machine that builds it**, read at build time
|
||||
from `$XDG_CONFIG_HOME/ai-app/certs/ca.pem` (`AI_APP_CA` overrides) and
|
||||
generated into a constant. So the server must have started once on that
|
||||
|
||||
Reference in new issue
Block a user