aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-11-20 20:42:52 +0100
committerChristian Schneppe <christian@pix-art.de>2017-11-20 20:42:52 +0100
commit979e02fdc46573e260114e0f9112dcf326753d62 (patch)
treed8a63a6250c962dc3cf5ed8b6f2aa49426f6c3f3 /src/main/res
parentfdeeff6fd381d6f9d259d9ae0f440230731d2f71 (diff)
brought back 'copy to clipboard' and 'quote' context menu options
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/menu/message_context.xml12
-rw-r--r--src/main/res/values/strings.xml4
2 files changed, 11 insertions, 5 deletions
diff --git a/src/main/res/menu/message_context.xml b/src/main/res/menu/message_context.xml
index a7e46bc7f..66b26d907 100644
--- a/src/main/res/menu/message_context.xml
+++ b/src/main/res/menu/message_context.xml
@@ -2,14 +2,18 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
- android:id="@+id/select_text"
- android:title="@string/select_text"
- android:visible="false" />
- <item
android:id="@+id/share_with"
android:title="@string/share_with"
android:visible="false"/>
<item
+ android:id="@+id/copy_message"
+ android:title="@string/copy_to_clipboard"
+ android:visible="false" />
+ <item
+ android:id="@+id/quote_message"
+ android:title="@string/quote"
+ android:visible="false" />
+ <item
android:id="@+id/retry_decryption"
android:title="@string/retry_decryption"
android:visible="false" />
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index e867a0c2a..a7c74f603 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -636,7 +636,9 @@
<string name="missing_presence_subscription">Missing presence subscription</string>
<string name="missing_omemo_keys">Missing OMEMO keys</string>
<string name="error_publish_avatar_offline">You need to be connected to publish your avatar.</string>
- <string name="select_text">Select text</string>
+ <string name="copy_to_clipboard">Copy to clipboard</string>
+ <string name="message_copied_to_clipboard">Message copied to clipboard</string>
+ <string name="message">Message</string>
<string name="quote">Quote</string>
<string name="show_error_message">Show error message</string>
<string name="error_message">Error Message</string>