New option: Default Search Result Tab. Move Show Avatar on the Left in the Navigation Drawer to Settings->Interface->Navigation Drawer.

This commit is contained in:
Alex Ning
2021-03-15 20:06:13 +08:00
parent 57fd9edaff
commit cf370d215c
9 changed files with 49 additions and 20 deletions

View File

@@ -409,4 +409,16 @@
<item>ALL</item>
</string-array>
<string-array name="settings_default_search_result_tab">
<item>@string/posts</item>
<item>@string/subreddits</item>
<item>@string/users</item>
</string-array>
<string-array name="settings_default_search_result_tab_values">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
</resources>

View File

@@ -542,7 +542,7 @@
<string name="settings_hide_subreddit_and_user_prefix">Hide Subreddit and User Prefix</string>
<string name="settings_hide_the_number_of_votes">Hide the Number of Votes</string>
<string name="settings_hide_the_number_of_comments">Hide the Number of Comments</string>
<string name="settings_show_avatar_on_the_right_in_the_navigation_drawer">Show Avatar on the Left in the Navigation Drawer</string>
<string name="settings_show_avatar_on_the_right">Show Avatar on the Left</string>
<string name="settings_backup_settings_title">Backup Settings</string>
<string name="settings_restore_settings_title">Restore Settings</string>
<string name="settings_credits_love_animation_title">Love Animation</string>
@@ -555,6 +555,7 @@
<string name="settings_collapse_subscribed_subreddits_section_title">Collapse Subscribed Subreddits Section</string>
<string name="settings_hide_favorite_subreddits_sections_title">Hide Favorite Subreddits Section</string>
<string name="settings_hide_subscribed_subreddits_sections_title">Hide Subscribed Subreddits Section</string>
<string name="settings_default_search_result_tab">Default Search Result Tab</string>
<string name="no_link_available">Cannot get the link</string>