Refactor string resources: rename and reorganize

- Rename error strings to use error_ prefix consistently
- Rename success strings to use success_ prefix
- Rename failure strings to use failed_ prefix
- Reorganize strings by feature groups with section comments
- Remove unused shortcuts.xml and manifest references
- Update all Kotlin code references
This commit is contained in:
世界
2025-12-30 19:24:10 +08:00
parent be1f6a2711
commit 9dea064353
13 changed files with 525 additions and 453 deletions

View File

@@ -40,10 +40,6 @@
android:theme="@style/AppTheme"
tools:targetApi="31">
<meta-data
android:name="android.app.shortcuts"
android:resource="@xml/shortcuts" />
<activity
android:name=".LauncherActivity"
android:exported="true"
@@ -102,9 +98,6 @@
android:launchMode="singleTask"
android:theme="@style/AppTheme">
<meta-data
android:name="android.app.shortcuts"
android:resource="@xml/shortcuts" />
</activity>
<activity