Rebrand from Casera/MyCrib to honeyDue
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>
This commit is contained in:
@@ -13,7 +13,7 @@ This file tracks the remaining work to migrate hardcoded strings to Compose Reso
|
||||
### Priority 1: Dialogs with Many Strings
|
||||
|
||||
#### AddContractorDialog.kt (~25 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/AddContractorDialog.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/AddContractorDialog.kt`
|
||||
|
||||
Strings to migrate:
|
||||
- Dialog title: "Add Contractor"
|
||||
@@ -22,7 +22,7 @@ Strings to migrate:
|
||||
- Buttons: "Create", "Cancel"
|
||||
|
||||
#### CompleteTaskDialog.kt (~22 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/CompleteTaskDialog.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/CompleteTaskDialog.kt`
|
||||
|
||||
Strings to migrate:
|
||||
- Dialog title: "Complete Task"
|
||||
@@ -34,29 +34,29 @@ Strings to migrate:
|
||||
### Priority 2: Import/Share Dialogs (~14 strings)
|
||||
|
||||
#### ContractorImportDialog.kt (~7 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/ContractorImportDialog.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/ContractorImportDialog.kt`
|
||||
|
||||
#### ResidenceImportDialog.kt (~7 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/ResidenceImportDialog.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/ResidenceImportDialog.kt`
|
||||
|
||||
### Priority 3: Task Components (~14 strings)
|
||||
|
||||
#### TaskActionButtons.kt (~7 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/task/TaskActionButtons.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/task/TaskActionButtons.kt`
|
||||
|
||||
#### TaskCard.kt (~7 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/task/TaskCard.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/task/TaskCard.kt`
|
||||
|
||||
### Priority 4: Other Dialogs (~10 strings)
|
||||
|
||||
#### JoinResidenceDialog.kt (~7 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/JoinResidenceDialog.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/JoinResidenceDialog.kt`
|
||||
|
||||
#### ManageUsersDialog.kt (~2 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/ManageUsersDialog.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/ManageUsersDialog.kt`
|
||||
|
||||
#### TaskTemplatesBrowserSheet.kt (~3 strings)
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/casera/ui/components/TaskTemplatesBrowserSheet.kt`
|
||||
Location: `composeApp/src/commonMain/kotlin/com/example/honeydue/ui/components/TaskTemplatesBrowserSheet.kt`
|
||||
|
||||
### Priority 5: Smaller Components (~15 strings total)
|
||||
|
||||
@@ -83,7 +83,7 @@ Files with 1-3 hardcoded strings each:
|
||||
|
||||
### 1. Add import to the file:
|
||||
```kotlin
|
||||
import casera.composeapp.generated.resources.*
|
||||
import honeydue.composeapp.generated.resources.*
|
||||
import org.jetbrains.compose.resources.stringResource
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user