Skip to content

Commit

Permalink
Merge pull request #37 from topminipie/dev
Browse files Browse the repository at this point in the history
Delete unused res
  • Loading branch information
topminipie committed Apr 21, 2024
2 parents 3f31c9c + 6749397 commit 6d21a29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
23 changes: 0 additions & 23 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,9 @@
<string name="first_boot_tips2">The initialization is normal, please be patient:)</string>
<string name="first_boot_tips3">Initialization is about to complete, please wait…</string>
<string name="boot_failed">Twoyi boot timeout!</string>
<string name="about_btn">About</string>
<string name="copy_right" translatable="false">Copyright © %1$d</string>
<string name="help_text">Help</string>
<string name="about_follow_gongzhonghao">Follow WeChat Public Account</string>
<string name="wechat_public_account_tips">The number has copied to clipboard, please search and follow it.</string>
<string name="about_author">Author: weishu (Contact me)</string>
<string name="about_page_website">Official website</string>
<string name="privacy">Privacy</string>
<string name="about_author_github" translatable="false">Github(tiann)</string>
<string name="about_author_zhihu">Zhihu(weishu)</string>
<string name="about_author_xda" translatable="false">XDA(weishu)</string>
<string name="about_author_coolapk">Coolapk(weishu)</string>
<string name="about_author_email">Email me</string>
<string name="about_author_contact">Contact me</string>
<string name="about_telegram_group">Telegram group</string>
<string name="i_know_it">I know it</string>
<string name="progress_dialog_title">Please wait</string>

<string name="never_show">Don\'t show again</string>

<string name="about_feedback_title">TwoYi feedback</string>
<string name="feedback_confirm">If you encountered some problems, please read the FAQ first! If you have some feature request, just contact me.</string>
<string name="feedback_ok">Go to feedback</string>
<string name="read_faq_text">Read FAQ</string>
<string name="menu_not_show_system">Don\'t show system apps</string>
<string name="select_app_button">Import App</string>
<string name="create_app_no_apps">No apps to add, please give twoyi the necessary permission.</string>
Expand All @@ -49,7 +28,6 @@
<string name="please_install_one_by_one">Please install app one by one!</string>
<string name="install_success">Install success!</string>
<string name="title_settings">Settings</string>
<string name="settings_key_about">About</string>
<string name="settings_key_import_app">Import App</string>
<string name="settings_import_summary">Import apps from outside system</string>
<string name="install_failed_reason">install failed: %1$s</string>
Expand All @@ -66,7 +44,6 @@
<string name="replace_rom_confirm_message">ROM author: %1$s\nROM version: %2$s\nROM desc: %3$s\n\n the ROM will be replaced in next boot.</string>
<string name="settings_category_basic">Basic</string>
<string name="settings_category_advanced">Advanced</string>
<string name="settings_category_other">Other</string>
<string name="settings_key_factory_reset">Factory Reset</string>
<string name="settings_factory_reset_summary">Boot twoyi with official internal ROM (data will be kept)</string>
<string name="factory_reset_confirm_message">Factory reset will reset the ROM in twoyi to initial state, the third party ROM will be replaced, data will be kept, continue?</string>
Expand Down
7 changes: 0 additions & 7 deletions app/src/main/res/xml/pref_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,4 @@

</PreferenceCategory>


<PreferenceCategory android:title="@string/settings_category_other">
<Preference
android:key="@string/settings_key_about"
android:title="@string/settings_key_about" />
</PreferenceCategory>

</PreferenceScreen>

0 comments on commit 6d21a29

Please sign in to comment.