feat(android): add Compose node app (bridge+canvas+chat+camera)

This commit is contained in:
Peter Steinberger
2025-12-14 01:54:58 +00:00
parent e2451484d9
commit b2378c01ea
27 changed files with 2518 additions and 1 deletions

10
apps/android/README.md Normal file
View File

@@ -0,0 +1,10 @@
## Clawdis Node (Android) (internal)
Prototype Android “node” app (Iris parity): connects to the Gateway-owned bridge (`_clawdis-bridge._tcp`) over TCP and exposes Canvas + Chat + Camera.
### Open in Android Studio
- Open the folder `apps/android`.
### Run
- `./gradlew :app:installDebug`