Add conversation onboarding

Test: atest
Fixes: 150791002
Change-Id: I51c27300acb8e18b28b5b5e5bf0d2623c65af909
This commit is contained in:
Julia Reynolds
2020-04-22 15:17:06 -04:00
parent 49b82f8532
commit 2980f78e36
6 changed files with 147 additions and 4 deletions

View File

@@ -8367,14 +8367,31 @@
<!-- [CHAR LIMIT=100] preference category title -->
<string name="important_conversations">Priority conversations</string>
<!-- preference category summary -->
<string name="important_conversations_summary_bubbles">Show at top of conversation section and appear as floating bubbles</string>
<!-- preference category summary -->
<string name="important_conversations_summary">Show at top of conversation section</string>
<!-- [CHAR LIMIT=100] preference category title -->
<string name="other_conversations">Other conversations</string>
<string name="other_conversations">Modified conversations</string>
<!-- summary for other conversations list -->
<string name="other_conversations_summary">Conversations you\u2019ve made changes to</string>
<!-- [CHAR LIMIT=100] Setting to automatically bubble all notifications from favorite conversations -->
<string name="important_bubble">Bubble important conversations</string>
<string name="important_bubble">Bubble priority conversations</string>
<!-- [CHAR LIMIT=NONE] description of how notifications from important conversations behave -->
<string name="important_conversation_behavior_summary">Important conversations show at the top of the pull-down shade. You can also set them to bubble and interrupt Do Not Disturb.</string>
<string name="important_conversation_behavior_summary">Priority conversations show at the top of the pull-down shade. You can also set them to bubble and interrupt Do Not Disturb.</string>
<!-- title for conversation onboarding -->
<string name="conversation_onboarding_title">Priority and modified conversations will appear here</string>
<!-- summary for conversation onboarding -->
<string name="conversation_onboarding_summary">Once you mark a conversation as priority, or make any other changes to conversations, they will appear here.
\n\nTo change conversation settings:
\nSwipe down from the top of the screen to open the pull-down shade, then touch &amp; hold a conversation.</string>
<!-- Importance title strings for the Importance page. Also the second part of the importance
summary on the channel page-->