Add Small Group Ringing support.

This commit is contained in:
Cody Henthorne
2021-08-24 10:18:39 -04:00
committed by Alex Hart
parent 5787a5f68a
commit db7272730e
39 changed files with 1597 additions and 609 deletions

View File

@@ -973,11 +973,13 @@
<string name="NotificationBarManager_signal_call_in_progress">Signal call in progress</string>
<string name="NotificationBarManager__establishing_signal_call">Establishing Signal call</string>
<string name="NotificationBarManager__incoming_signal_call">Incoming Signal call</string>
<string name="NotificationBarManager__incoming_signal_group_call">Incoming Signal group call</string>
<string name="NotificationBarManager__stopping_signal_call_service">Stopping Signal call service</string>
<string name="NotificationBarManager__deny_call">Deny call</string>
<string name="NotificationBarManager__decline_call">Decline call</string>
<string name="NotificationBarManager__answer_call">Answer call</string>
<string name="NotificationBarManager__end_call">End call</string>
<string name="NotificationBarManager__cancel_call">Cancel call</string>
<string name="NotificationBarManager__join_call">Join call</string>
<!-- NotificationsMegaphone -->
<string name="NotificationsMegaphone_turn_on_notifications">Turn on Notifications?</string>
@@ -1398,6 +1400,7 @@
<string name="WebRtcCallActivity__to_call_s_signal_needs_access_to_your_camera">To call %1$s, Signal needs access to your camera</string>
<string name="WebRtcCallActivity__signal_s">Signal %1$s</string>
<string name="WebRtcCallActivity__calling">Calling…</string>
<string name="WebRtcCallActivity__group_is_too_large_to_ring_the_participants">Group is too large to ring the participants.</string>
<!-- WebRtcCallView -->
<string name="WebRtcCallView__signal_call">Signal Call</string>
@@ -1412,6 +1415,35 @@
<string name="WebRtcCallView__joining">Joining…</string>
<string name="WebRtcCallView__disconnected">Disconnected</string>
<string name="WebRtcCallView__signal_will_ring_s">Signal will ring %1$s</string>
<string name="WebRtcCallView__signal_will_ring_s_and_s">Signal will ring %1$s and %2$s</string>
<plurals name="WebRtcCallView__signal_will_ring_s_s_and_d_others">
<item quantity="one">Signal will ring %1$s, %2$s, and %3$d other</item>
<item quantity="other">Signal will ring %1$s, %2$s, and %3$d others</item>
</plurals>
<string name="WebRtcCallView__s_will_be_notified">%1$s will be notified</string>
<string name="WebRtcCallView__s_and_s_will_be_notified">%1$s and %2$s will be notified</string>
<plurals name="WebRtcCallView__s_s_and_d_others_will_be_notified">
<item quantity="one">%1$s, %2$s, and %3$d other will be notified</item>
<item quantity="other">%1$s, %2$s, and %3$d others will be notified</item>
</plurals>
<string name="WebRtcCallView__ringing_s">Ringing %1$s</string>
<string name="WebRtcCallView__ringing_s_and_s">Ringing %1$s and %2$s</string>
<plurals name="WebRtcCallView__ringing_s_s_and_d_others">
<item quantity="one">Ringing %1$s, %2$s, and %3$d other</item>
<item quantity="other">Ringing %1$s, %2$s, and %3$d others</item>
</plurals>
<string name="WebRtcCallView__s_is_calling_you">%1$s is calling you</string>
<string name="WebRtcCallView__s_is_calling_you_and_s">%1$s is calling you and %2$s</string>
<string name="WebRtcCallView__s_is_calling_you_s_and_s">%1$s is calling you, %2$s, and %3$s</string>
<plurals name="WebRtcCallView__s_is_calling_you_s_s_and_d_others">
<item quantity="one">%1$s is calling you, %2$s, %3$s, and %4$d other</item>
<item quantity="other">%1$s is calling you, %2$s, %3$s, and %4$d others</item>
</plurals>
<string name="WebRtcCallView__no_one_else_is_here">No one else is here</string>
<string name="WebRtcCallView__s_is_in_this_call">%1$s is in this call</string>
<string name="WebRtcCallView__s_are_in_this_call">%1$s are in this call</string>
@@ -1427,6 +1459,7 @@
<string name="WebRtcCallView__speaker">Speaker</string>
<string name="WebRtcCallView__camera">Camera</string>
<string name="WebRtcCallView__mute">Mute</string>
<string name="WebRtcCallView__ring">Ring</string>
<string name="WebRtcCallView__end_call">End call</string>
<!-- CallParticipantsListDialog -->