Add call tab event grouping.

This commit is contained in:
Alex Hart
2023-04-12 13:22:33 -03:00
committed by Greyson Parrelli
parent fd1ff5e438
commit e8570c3680
11 changed files with 164 additions and 69 deletions

View File

@@ -5784,6 +5784,8 @@
<string name="CallLogAdapter__join">Join</string>
<!-- Displayed on Group Call button if user is in the call -->
<string name="CallLogAdapter__return">Return</string>
<!-- Call state template when there is more than one call collapsed into a single row. D is a number > 1 and S is a call info string (like Missed) -->
<string name="CallLogAdapter__d_s">(%1$d) %2$s</string>
<!-- Call Log context menu -->
<!-- Displayed as a context menu item to start a video call -->