P2 Stream H: standalone TaskSuggestionsScreen

Port iOS TaskSuggestionsView as a standalone route reachable outside
onboarding. Uses shared suggestions API + accept/skip analytics in
non-onboarding variant.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trey T
2026-04-18 13:10:47 -05:00
parent 7d71408bcc
commit 19471d780d
19 changed files with 2161 additions and 3 deletions
@@ -11,4 +11,11 @@
<string name="widget_large_name">honeyDue Dashboard</string>
<string name="widget_large_description">Full task dashboard with stats and interactive actions (Pro feature)</string>
<!-- Notification action buttons (P4 Stream O — iOS parity) -->
<string name="notif_action_complete">Complete</string>
<string name="notif_action_snooze">Snooze</string>
<string name="notif_action_open">Open</string>
<string name="notif_action_accept">Accept</string>
<string name="notif_action_decline">Decline</string>
</resources>