Ensure owned call links are revoked on delete.

This commit is contained in:
Alex Hart
2023-06-13 11:06:05 -03:00
committed by Cody Henthorne
parent 03a212eee4
commit 290b0fe46f
12 changed files with 334 additions and 126 deletions

View File

@@ -85,9 +85,9 @@
android:focusable="true"
android:theme="@style/Widget.Material3.FloatingActionButton.Secondary"
android:transitionName="camera_fab"
app:shapeAppearanceOverlay="@style/Signal.ShapeOverlay.Rounded.Fab"
app:backgroundTint="@color/signal_colorSurfaceVariant"
app:elevation="0dp"
app:shapeAppearanceOverlay="@style/Signal.ShapeOverlay.Rounded.Fab"
app:srcCompat="@drawable/ic_camera_outline_24"
app:tint="@color/signal_colorOnSurface" />

View File

@@ -5975,6 +5975,15 @@
<string name="CallContextMenu__delete">Delete</string>
<!-- Call Log Fragment -->
<!-- Displayed when deleting call history items -->
<string name="CallLogFragment__deleting">Deleting…</string>
<!-- Displayed in a toast when a deletion fails for an unknown reason -->
<string name="CallLogFragment__deletion_failed">Deletion failed.</string>
<!-- Displayed as message in error dialog when can't delete links -->
<plurals name="CallLogFragment__cant_delete_call_link">
<item quantity="one">Can\'t delete link. Check your connection and try again.</item>
<item quantity="other">Not all call links could be deleted. Check your connection and try again.</item>
</plurals>
<!-- Snackbar text after clearing the call history -->
<string name="CallLogFragment__cleared_call_history">Cleared call history</string>
<!-- Dialog title to clear all call events -->