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:
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<shortcut
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:shortcutId="toggle"
|
||||
android:shortcutLongLabel="@string/quick_toggle"
|
||||
android:shortcutShortLabel="@string/quick_toggle">
|
||||
<intent
|
||||
android:action="android.intent.action.MAIN"
|
||||
android:targetClass="io.nekohasekai.sfa.ui.ShortcutActivity"
|
||||
android:targetPackage="io.nekohasekai.sfa" />
|
||||
</shortcut>
|
||||
</shortcuts>
|
||||
Reference in New Issue
Block a user