Add dialog protection and remote deletion to disabling stories and deleting lists.

This commit is contained in:
Alex Hart
2022-10-05 15:04:54 -03:00
committed by GitHub
parent ad1801108d
commit 4b94509a7a
15 changed files with 212 additions and 19 deletions

View File

@@ -2753,6 +2753,9 @@
<string name="configurable_single_select__customize_option">Customize option</string>
<!-- Internal only preferences -->
<string name="preferences__internal_turn_off_stories_with_stories_on_disk" translatable="false">Turn off stories (with stories on disk)</string>
<string name="preferences__internal_turn_off_stories" translatable="false">Turn off stories</string>
<string name="preferences__internal_delete_private_story" translatable="false">Delete private story</string>
<string name="preferences__internal_hide_story" translatable="false">Hide story</string>
<string name="preferences__internal_story_or_profile_selector" translatable="false">Story or profile selector</string>
<string name="preferences__internal_stories_dialog_launcher" translatable="false">Stories dialog launcher</string>
@@ -4936,6 +4939,12 @@
<string name="ChangeMyStoryMembershipFragment__only_share_with">Only share with…</string>
<!-- Done button label for hide story from screen -->
<string name="HideStoryFromFragment__done">Done</string>
<!-- Dialog title for deleting a private story -->
<string name="StoryDialogs__delete_private_story">Delete private story?</string>
<!-- Dialog message for deleting a private story -->
<string name="StoryDialogs__s_and_updates_shared">\"%1$s\" and updates shared to this story will be deleted.</string>
<!-- Dialog positive action for deleting a private story -->
<string name="StoryDialogs__delete">Delete</string>
<!-- Dialog title for first time adding something to a story -->
<string name="StoryDialogs__add_to_story_q">Add to story?</string>
<!-- Dialog message for first time adding something to a story -->
@@ -4948,6 +4957,8 @@
<string name="StoryDialogs__story_could_not_be_sent">Story could not be sent. Check your connection and try again.</string>
<!-- Error message dialog button to resend a previously failed story send -->
<string name="StoryDialogs__send">Send</string>
<!-- Action button for turning off stories when stories are present on the device -->
<string name="StoryDialogs__turn_off_and_delete">Turn off and delete</string>
<!-- Privacy Settings toggle title for stories -->
<string name="PrivacySettingsFragment__share_and_view_stories">Share &amp; View Stories</string>
<!-- Privacy Settings toggle summary for stories -->
@@ -5231,7 +5242,7 @@
<!-- Dialog title to turn off stories -->
<string name="StoriesPrivacySettingsFragment__turn_off_stories_question">Turn off stories?</string>
<!-- Dialog message to turn off stories -->
<string name="StoriesPrivacySettingsFragment__you_will_no_longer_be_able_to">You will no longer be able to share or view stories. Any stories you have recently sent will still be visible by others until they expire.</string>
<string name="StoriesPrivacySettingsFragment__you_will_no_longer_be_able_to_share">You will no longer be able to share or view stories. Story updates you have recently shared will also be deleted.</string>
<!-- Page title when launched from stories landing screen -->
<string name="StoriesPrivacySettingsFragment__story_privacy">Story privacy</string>