aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-05-05 20:56:55 +0200
committerChristian Schneppe <christian@pix-art.de>2018-05-05 20:56:55 +0200
commit6a4c366975dde87175b356084f2c258e782134e0 (patch)
tree0d29a8e5ce5554d509ff92ae41a0a3017be0a942 /src/main/res
parent0446624c51942118e74fbba93d40d83a9856723d (diff)
encode and decode % and # in invite links
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/menu/message_context.xml4
-rw-r--r--src/main/res/values/strings.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/menu/message_context.xml b/src/main/res/menu/message_context.xml
index 66b26d907..84ed0fb9f 100644
--- a/src/main/res/menu/message_context.xml
+++ b/src/main/res/menu/message_context.xml
@@ -10,6 +10,10 @@
android:title="@string/copy_to_clipboard"
android:visible="false" />
<item
+ android:id="@+id/copy_link"
+ android:title="@string/copy_link"
+ android:visible="false" />
+ <item
android:id="@+id/quote_message"
android:title="@string/quote"
android:visible="false" />
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 281374208..db51ed768 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -784,4 +784,8 @@
<string name="search_messages">Search messages</string>
<string name="gif">GIF</string>
<string name="view_conversation">View conversation</string>
+ <string name="web_address">web address</string>
+ <string name="jabber_id_copied_to_clipboard">Copied JID to clipboard</string>
+ <string name="copy_jabber_id">Copy JID</string>
+ <string name="copy_link">Copy web address</string>
</resources>