Add read-only MG4 ADB status collector

This commit is contained in:
2026-07-31 19:17:43 +02:00
parent 4970fda1b5
commit 3e3e0010d6
16 changed files with 411 additions and 20 deletions
+2 -2
View File
@@ -297,8 +297,8 @@ The repository contains a working MVP and tracks remaining delivery work here. S
### Milestone 3 — ADB transport and Android client
- [ ] Implement one-device ADB configuration, connection/authorization state, timeouts, output bounds, and test fixtures.
- [ ] Add allowlisted, read-only device identity and display collectors with per-field availability.
- [x] Implement one-device ADB configuration, connection/authorization state, timeouts, output bounds, and test fixtures.
- [x] Add allowlisted, read-only device identity and display collectors with per-field availability.
- [ ] Create the Kotlin project with minimum SDK 28 and landscape support.
- [ ] Implement URL setup/storage, trusted-origin navigation, and narrow cleartext policy.
- [ ] Implement WebView session behavior, soft keyboard, refresh, loading, and offline/error screens.