Files
honeyDueKMP/composeApp/src/androidMain/res/values/strings.xml
T
Trey T 19471d780d 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>
2026-04-18 13:10:47 -05:00

21 lines
1.1 KiB
XML

<resources>
<string name="app_name">honeyDue</string>
<string name="default_notification_channel_id">honeydue_notifications</string>
<!-- Widget Strings -->
<string name="widget_small_name">honeyDue Summary</string>
<string name="widget_small_description">Quick task count summary showing overdue, due soon, and active tasks</string>
<string name="widget_medium_name">honeyDue Tasks</string>
<string name="widget_medium_description">List of upcoming tasks with quick access to task details</string>
<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>