Add prompt to help troubleshoot slow notifications.

This commit is contained in:
Clark
2023-08-15 12:31:54 -04:00
committed by Cody Henthorne
parent 98ec2cceb4
commit 4cbcee85d6
16 changed files with 329 additions and 10 deletions

View File

@@ -910,6 +910,16 @@
<!-- Message for dialog asking user to submit logs for debugging slow notification issues -->
<string name="PromptLogsSlowNotificationsDialog__message">Debug logs helps us diagnose and fix the issue, and do not contain identifying information.</string>
<!-- Title for dialog asking user to submit logs for debugging slow notification issues -->
<string name="PromptBatterySaverBottomSheet__title">Notifications may be delayed due to battery optimizations</string>
<!-- Message explaining that battery saver may delay notifications -->
<string name="PromptBatterySaverBottomSheet__message">You can disable battery optimizations for Signal to ensure that message notifications will not be delayed.</string>
<!-- Button to continue to try and disable battery saver -->
<string name="PromptBatterySaverBottomSheet__continue">Continue</string>
<!-- Button to dismiss battery saver dialog prompt-->
<string name="PromptBatterySaverBottomSheet__dismiss">Dismiss</string>
<!-- PendingMembersActivity -->
<string name="PendingMembersActivity_pending_group_invites">Pending group invites</string>
<string name="PendingMembersActivity_requests">Requests</string>
@@ -3105,6 +3115,8 @@
<string name="preferences_notifications__ringtone">Ringtone</string>
<string name="preferences_chats__message_text_size">Message font size</string>
<string name="preferences_notifications__priority">Priority</string>
<!-- Option in settings to trouble shoot delayed notifications -->
<string name="preferences_notifications__troubleshoot">Troubleshoot notifications</string>
<!-- Heading for the \'censorship circumvention\' section of privacy preferences -->
<string name="preferences_communication__category_censorship_circumvention">Censorship circumvention</string>
<!-- Title of the \'censorship circumvention\' toggle switch -->