mirror of
https://github.com/gsantner/dandelion
synced 2025-12-16 01:01:11 +01:00
Rework screenshot saving and sharing; add new share options:
* Share option: Launcher shortcut (fixes #170) * Share option: Copy link of current page to clipboard * Share otpion: Export as PDF / print
This commit is contained in:
parent
d53128e5cb
commit
51093e0c3d
35 changed files with 1222 additions and 138 deletions
|
|
@ -14,9 +14,19 @@
|
|||
<item
|
||||
android:id="@+id/action_take_screenshot"
|
||||
android:title="@string/share__take_screenshot" />
|
||||
<item
|
||||
android:id="@+id/action_share_pdf"
|
||||
android:title="@string/pdf"
|
||||
android:visible="false" />
|
||||
<item
|
||||
android:id="@+id/action_share_link"
|
||||
android:title="@string/share__share_link_as_text" />
|
||||
<item
|
||||
android:id="@+id/action_share_link_to_clipboard"
|
||||
android:title="@string/copy_link_to_clipboard" />
|
||||
<item
|
||||
android:id="@+id/action_create_launcher_shortcut"
|
||||
android:title="@string/launcher_shortcut" />
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue