From 69b7ebca181d653bbc2e1cc041d6698dfe36262d Mon Sep 17 00:00:00 2001 From: Federico Iosue Date: Wed, 11 Nov 2015 21:48:28 +0100 Subject: [PATCH] Fixes #214 --- etc/translations/strings.xml | 6 ++++++ omniNotes/src/main/res/menu/menu_list.xml | 8 ++++---- omniNotes/src/main/res/values/strings.xml | 4 ++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/etc/translations/strings.xml b/etc/translations/strings.xml index 336170192c..665c9fd368 100644 --- a/etc/translations/strings.xml +++ b/etc/translations/strings.xml @@ -188,6 +188,10 @@ Use current location Filter Remove filter + Hide old reminders + Show old reminders + Hide archived notes + Show archived notes Permission to write on external storage is needed to allow backups on public folders Permission to use microphone is needed to record audio notes Permission to access to location is needed to add position informations to your notes @@ -226,6 +230,8 @@ Backup Notifications Vibration + Enable notifications persistence + Allow the app to access notifications to make they survive to reboots Navigation Changelog Links recognition diff --git a/omniNotes/src/main/res/menu/menu_list.xml b/omniNotes/src/main/res/menu/menu_list.xml index e62a53dcb9..7f4d4a03fc 100644 --- a/omniNotes/src/main/res/menu/menu_list.xml +++ b/omniNotes/src/main/res/menu/menu_list.xml @@ -30,28 +30,28 @@ android:id="@+id/menu_filter" android:icon="@drawable/ic_filter_white_24dp" android:orderInCategory="150" - android:title="@string/filter" + android:title="@string/filter_old_reminders" android:visible="false" app:showAsAction="ifRoom"/> Use current location Filter Remove filter + Hide old reminders + Show old reminders + Hide archived notes + Show archived notes Permission to write on external storage is needed to allow backups on public folders Permission to use microphone is needed to record audio notes Permission to access to location is needed to add position informations to your notes