Add groups in common screen.

Adds a new screen to show which groups the user has in common with another user.
This commit is contained in:
Jeffrey Starke
2025-04-02 17:11:53 -04:00
committed by Michelle Tang
parent bc2d4a0415
commit 9d3f4ffa08
7 changed files with 287 additions and 4 deletions

View File

@@ -2575,6 +2575,12 @@
<!-- Displays the name of a contact. The first placeholder is the name the user has assigned to that contact, the second name is the name the contact assigned to themselves -->
<string name="AboutSheet__user_set_display_name_and_profile_name">%1$s (%2$s)</string>
<!-- Title of the screen showing which groups they have in common with another user. -->
<plurals name="GroupsInCommon__n_groups_in_common_title">
<item quantity="one">%1$s group in common</item>
<item quantity="other">%1$s groups in common</item>
</plurals>
<!-- CallParticipantsListDialog -->
<plurals name="CallParticipantsListDialog_in_this_call">
<item quantity="one">In this call (%1$d)</item>