You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Status notifications
The status (availability) affects the notifications now. If the status is set to 'Away'
the notifications are not displayed at all. If it's 'Busy' the notifications are displayed
only if certain requirements are met. Calls also are affected in a similar way.
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1069,6 +1069,21 @@
1069
1069
<stringname="availability_text_busy">%1$s IS BUSY</string>
1070
1070
<stringname="availability_setstatus">SET A STATUS</string>
1071
1071
1072
+
<stringname="availability_notification_warning_away_title">You are set to Away</string>
1073
+
<stringname="availability_notification_warning_away">You will appear as Away to other people. You will not receive notifications about any incoming calls or messages.</string>
1074
+
<stringname="availability_notification_warning_busy_title">You are set to Busy</string>
1075
+
<stringname="availability_notification_warning_busy">You will appear as Busy to other people. You will only receive notifications for mentions, replies, and calls in conversations that are not muted.</string>
1076
+
<stringname="availability_notification_warning_available_title">You are set to Available</string>
1077
+
<stringname="availability_notification_warning_available">You will appear as Available to other people. You will receive notifications for incoming calls and for messages according to the Notifications setting in each conversation.</string>
1078
+
<stringname="availability_notification_warning_nostatus_title">No status set</string>
1079
+
<stringname="availability_notification_warning_nostatus">You will receive notifications for incoming calls and for messages according to the Notifications setting in each conversation.</string>
1080
+
<stringname="availability_notification_dont_show">Do not display this information again.</string>
<stringname="availability_notification_blocked_title">Notifications are disabled in %1$s</string>
1083
+
<stringname="availability_notification_blocked">Status affects notifications now. You\'re set to \"Away\" and won\'t receive any notifications.</string>
1084
+
<stringname="availability_notification_changed_title">Notifications have changed in %1$s</string>
1085
+
<stringname="availability_notification_changed">Status affects notifications now. You\'re set to \"Busy\" and will only receive notifications when someone mentions you or replies to one of your messages.</string>
1086
+
1072
1087
<stringname="preferences_profile_new">New Team or Account</string>
1073
1088
<stringname="preferences_profile_add_account">Add an account</string>
1074
1089
<stringname="preferences_profile_create_team">Create a team</string>
0 commit comments