Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <github@korelstar.de>2016-10-26 12:32:20 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2016-10-26 12:32:20 +0300
commitaa33b89927101c44d50215a5996dbf2a014c5346 (patch)
treeafb32efa5c1dcba38f95eeab4cf56eb698c616d0 /app/src/main/res/menu
parenta57ecfeb4c583d1370cb9ed913500af607ee90b3 (diff)
Fix #146: don't autosave if the note isn't modified
New feature: cancel edit; refactoring of NotesClient; send local modified time to server
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_note_list_view.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/menu/menu_note_list_view.xml b/app/src/main/res/menu/menu_note_list_view.xml
index 954f7208..693c9673 100644
--- a/app/src/main/res/menu/menu_note_list_view.xml
+++ b/app/src/main/res/menu/menu_note_list_view.xml
@@ -21,6 +21,12 @@
app:showAsAction="never"
android:title="@string/menu_copy"/-->
<item
+ android:id="@+id/menu_cancel"
+ android:icon="@drawable/ic_action_cancel"
+ android:orderInCategory="110"
+ android:title="@string/menu_cancel"
+ app:showAsAction="never" />
+ <item
android:id="@+id/menu_delete"
android:icon="@drawable/ic_action_delete"
android:orderInCategory="120"