New option: Main Page Back Button Action. It replaces Confirm to Exit.

This commit is contained in:
Alex Ning
2021-10-08 20:21:08 +08:00
parent f5a333e2ac
commit 723f1c0713
6 changed files with 34 additions and 18 deletions

View File

@@ -508,4 +508,16 @@
<item>86400000</item>
</string-array>
<string-array name="main_page_back_button_action">
<item>@string/default_in_array</item>
<item>@string/settings_confirm_to_exit</item>
<item>@string/settings_open_navigation_drawer</item>
</string-array>
<string-array name="main_page_back_button_action_values">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
</resources>

View File

@@ -190,7 +190,7 @@
<string name="send_message_failed">Could not send this message</string>
<string name="select_a_subreddit">Please select a subreddit first</string>
<string name="title_required">The post need a good title</string>
<string name="title_required">The post needs a good title</string>
<string name="link_required">Hey where is the link?</string>
<string name="select_an_image">Please select an image first</string>
<string name="posting">Posting</string>
@@ -391,7 +391,9 @@
<string name="settings_automatically_try_redgifs_title">Automatically Try Accessing Redgifs if Videos on Gfycat are Removed.</string>
<string name="settings_video_player_ignore_nav_bar_title">Ignore Navigation Bar in Video Player</string>
<string name="settings_video_player_ignore_nav_bar_summary">Prevent the Video Controller Having Extra Margin</string>
<string name="settings_main_page_back_button_action">Main Page Back Button Action</string>
<string name="settings_confirm_to_exit">Confirm to Exit</string>
<string name="settings_open_navigation_drawer">Open Navigation Drawer</string>
<string name="settings_category_comment_title">Comment</string>
<string name="settings_show_top_level_comments_first_title">Show Top-level Comments First</string>
<string name="settings_show_comment_divider_title">Show Comment Divider</string>