Add revoke remote wipe status option to conversation actions menu

This commit is contained in:
ameba23
2021-08-31 12:39:52 +02:00
parent 25029e1fca
commit 6e67c1dfbf
12 changed files with 270 additions and 2 deletions

View File

@@ -39,4 +39,11 @@
android:title="@string/activate_remote_wipe"
android:enabled="false"
app:showAsAction="never"/>
<item
android:id="@+id/action_revoke_remote_wipe"
android:icon="@drawable/action_delete_white"
android:title="@string/revoke_remote_wipe"
android:enabled="false"
app:showAsAction="never"/>
</menu>

View File

@@ -760,5 +760,9 @@
<string name="remote_wipe_activate_explain_short">Activate a remote wipe of this contact\'s device</string>
<string name="remote_wipe_activate_explain_long">If confirmed by a second contact, sending this signal will remove all briar contacts and messages from this contact\s device.</string>
<!-- revoke -->
<string name="activity_name_revoke_remote_wipe">Revoke Remote Wipe</string>
<string name="revoke_remote_wipe">Revoke remote wipe status</string>
<string name="button_confirm">Ok</string>
</resources>