update docs

This commit is contained in:
2026-05-30 19:00:57 +05:00
parent 1d2cd40b3c
commit a5124096d7
6 changed files with 284 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# App Internals
Documentation for app-specific logic — UI flows, routing decisions, and business rules implemented in the Android client.
---
| Document | Description |
|---|---|
| [01 — Transfer Flows](01-transfer-flows.md) | TransferFragment entry points, recipient lookup, transfer type routing, rejected combinations, BML business OTP flow, BML QR merchant payments |
| [Parsers](PARSERS.md) | Account display parser architecture — how raw bank API data is normalised into a unified `AccountListDisplay` model |
| [AI Security Audit](AI_SECURITY_CHECK.md) | Full source security audit — credential storage, network layer, manifest, data privacy |