mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 21:22:15 +01:00
Ensure owned call links are revoked on delete.
This commit is contained in:
committed by
Cody Henthorne
parent
03a212eee4
commit
290b0fe46f
@@ -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" />
|
||||
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user