android: add realtime foreground local notifications with active chat gating
Some checks failed
CI / test (push) Failing after 2m12s

This commit is contained in:
Codex
2026-03-09 14:48:17 +03:00
parent e8574252ca
commit 98492f869d
8 changed files with 73 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
6. Invite flow: open invite deep link (`chat.daemonlord.ru/join...`) and verify joined chat auto-opens.
7. Session safety: expired access token refreshes transparently for API calls.
8. Notification deep link: tap push/local notification and verify chat opens via extras.
9. Foreground notification gate: incoming realtime message in non-active chat shows local notification; active chat does not.
## Baseline targets (initial)
- Cold start to first interactive screen: <= 2.5s on mid device.