1e2adf7660
Total rebrand across KMM project: - Kotlin package: com.example.casera -> com.tt.honeyDue (dirs + declarations) - Gradle: rootProject.name, namespace, applicationId - Android: manifest, strings.xml (all languages), widget resources - iOS: pbxproj bundle IDs, Info.plist, entitlements, xcconfig - iOS directories: Casera/ -> HoneyDue/, CaseraTests/ -> HoneyDueTests/, etc. - Swift source: all class/struct/enum renames - Deep links: casera:// -> honeydue://, .casera -> .honeydue - App icons replaced with honeyDue honeycomb icon - Domains: casera.treytartt.com -> honeyDue.treytartt.com - Bundle IDs: com.tt.casera -> com.tt.honeyDue - Database table names preserved Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
729 B
XML
14 lines
729 B
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>
|
|
</resources> |