Note widget: add export functionality

This commit is contained in:
MM20
2023-04-26 21:40:22 +02:00
parent 1ab89fc9b8
commit db79a19ebc
3 changed files with 106 additions and 18 deletions
@@ -225,6 +225,13 @@
<!-- Add a third party widget (=a standard Android app widget) -->
<string name="widget_add_external">More</string>
<string name="notes_widget_placeholder">Write a note…</string>
<string name="notes_widget_action_new">New note</string>
<!-- Save / export the current note content as markdown file -->
<string name="notes_widget_action_save">Save</string>
<!-- Default filename for exported files. %1$s: the current date and time. File extension is appended automatically. -->
<string name="notes_widget_export_filename">Note_%1$s</string>
<string name="notes_widget_action_dismiss">Dismiss</string>
<string name="notes_widget_dismissed">Note dismissed.</string>
<!-- Indicates to which app a shortcuts belongs. %1$s: the name of the app -->
<string name="shortcut_summary">By %1$s</string>
<!-- Progress of the installation of another app. %1$s: the formatted percentage of the installation progress -->