From c3f1fc6a8b3216442a018bb04843dfa68d738918 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 13 Jul 2017 17:19:19 -0700 Subject: Separate pref strings, add notifs control, fix searchview (#60) * Separate pref strings and add notif controls * Add overlay toggle and minor cleanups * Fix search view --- .../main/res/values/strings_pref_notifications.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/src/main/res/values/strings_pref_notifications.xml (limited to 'app/src/main/res/values/strings_pref_notifications.xml') diff --git a/app/src/main/res/values/strings_pref_notifications.xml b/app/src/main/res/values/strings_pref_notifications.xml new file mode 100644 index 00000000..1d605c2b --- /dev/null +++ b/app/src/main/res/values/strings_pref_notifications.xml @@ -0,0 +1,21 @@ + + + + Notification Frequency + Keywords + Does not notify when notification contains any of these keys. + Add Keyword + Type keyword and press + + Empty Keyword + Notify from all accounts + Get notifications for every account that is logged in. Disabling this will only fetch notifications form the currently selected account. + Fetch Notifications Now + Trigger the notification fetcher one time. + Fetching Notifications… + Couldn\'t fetch notifications + Notification sound + Notification vibration + Notification lights + + + \ No newline at end of file -- cgit v1.2.3