1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 18:59:42 +02:00

Added option to copy images to clipboard. Also caught mysterious classcastexception in settings.

This commit is contained in:
vanitasvitae 2016-12-30 22:02:32 +01:00
parent 98bf2d6a93
commit 5428113706
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 10 additions and 1 deletions

View file

@ -90,6 +90,7 @@
<string name="context_menu_share_image">Share image</string>
<string name="context_menu_open_external_browser">Open in external browser…</string>
<string name="context_menu_copy_link">Copy link address to clipboard</string>
<string name="context_menu_copy_image_link">Copy image address to clipboard</string>
<!-- More from MainActivity -->