closess #22
Unit Tests / test (pull_request) Successful in 11s

This commit is contained in:
2026-08-03 12:13:59 -07:00
parent 4501ee8f3d
commit 282bc45b3a
74 changed files with 1011 additions and 56 deletions
+4 -1
View File
@@ -1,9 +1,10 @@
# Android (Capacitor)
Ship the CRA web build as an Android app via [Capacitor](https://capacitorjs.com/).
One codebase: `llm-fe/` → web + Android WebView.
One codebase: `llm-fe/` → web + Android + iOS WebView.
**Build & Play deploy steps:** [`android/README.md`](android/README.md).
**iOS sibling:** [`IOS.md`](IOS.md) / [`ios/README.md`](ios/README.md).
Prerequisites for blockers already merged: JWT-only auth (#22), WebSocket lifecycle (#23), HashRouter (#24).
@@ -63,6 +64,8 @@ Regenerate Android densities after changing source art:
npm run assets:generate
```
Same command also regenerates iOS `Assets.xcassets` (see [`IOS.md`](IOS.md)).
## Signing (upload keystore)
**Never commit keystores.** Store outside the repo (e.g. host secrets / password manager).