tane/apps/app_seeds/test/ui
vjrj d026376993 feat(messages): unread badges + OS notification for private messages
Private messages (NIP-17) arrived in the foreground with no signal: no
unread count, no badge, no OS notification. Hook both into the single
InboxService.ingest choke point.

- UnreadService: per-peer "last read" in the keystore (timestamps+pubkey
  only, no message text), live count via a changes stream, active-peer
  suppression so the open chat never badges or notifies.
- UnreadBadge: reusable, RTL-aware (Flutter Badge) — on the home hamburger,
  the drawer "Chat" item, and per-conversation in the messages list.
- Mark-read on chat open (ChatScreen).
- NotificationService over flutter_local_notifications: generic
  "New message from <name>" (no message text, for privacy), payload = pubkey,
  tap opens /chat/:pubkey. No-op on web/Windows; Android POST_NOTIFICATIONS.
- i18n notifications.newMessageFrom (en/es/pt/ast).

Background/push stays out of scope (foreground-only by design).

Tests: UnreadService, NotificationService (mock plugin), InboxService hooks
(new peer notifies/counts; duplicate, own, and open-chat do not), and a
UnreadBadge widget test. dart analyze clean; commons_core green.
2026-07-10 21:12:00 +02:00
..
about_screen_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
asturian_locale_test.dart feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
auto_backup_gate_test.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
backup_section_test.dart feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
bootstrap_splash_test.dart perf(startup): paint a splash immediately, run init off the first frame 2026-07-10 17:34:08 +02:00
chat_screen_test.dart feat(block2): default relays + pick-from-list servers (works out of the box) 2026-07-10 11:19:49 +02:00
draft_ocr_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
draft_triage_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
home_screen_test.dart Fix test 2026-07-10 19:14:29 +02:00
intro_screen_test.dart feat(inventory): photo-first drafts + on-device OCR (digitization R2+R4) 2026-07-09 21:23:46 +02:00
inventory_list_screen_test.dart feat(labels): print seed labels with QR from an inventory selection 2026-07-10 19:14:04 +02:00
market_offer_detail_screen_test.dart feat(market): fix publish-duplicates, add offer detail page + filters 2026-07-10 19:10:40 +02:00
market_screen_test.dart fix(market): search your zone by a coarse prefix, not the exact cell 2026-07-10 16:12:38 +02:00
quick_add_flow_test.dart feat(quick-add): save & add another for rapid manual entry 2026-07-09 14:45:48 +02:00
rtl_smoke_test.dart i18n: RTL smoke tests, Portuguese locale and a translation guide 2026-07-09 23:06:49 +02:00
share_flow_test.dart feat(inventory): local sharing — per-lot share terms, filter and printable catalog 2026-07-09 22:19:55 +02:00
theme_contrast_test.dart fix(ui): darken seedMuted and app-bar green to meet WCAG AA contrast 2026-07-09 12:50:26 +02:00
unread_badge_test.dart feat(messages): unread badges + OS notification for private messages 2026-07-10 21:12:00 +02:00
variety_detail_screen_test.dart feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00