diff options
author | Allan Wang <me@allanwang.ca> | 2018-01-10 22:13:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 22:13:28 -0500 |
commit | fd5f2a82eb968b5d50f586925ebb705249062446 (patch) | |
tree | 7e2cb3edad1e2398d74eb2780a912ed05188db41 /app/src/main/res/values | |
parent | ad97b4ff946b4ba3a3f7ac880575eed9de810166 (diff) | |
download | frost-fd5f2a82eb968b5d50f586925ebb705249062446.tar.gz frost-fd5f2a82eb968b5d50f586925ebb705249062446.tar.bz2 frost-fd5f2a82eb968b5d50f586925ebb705249062446.zip |
Misc (#614)
* Add locale log
* Add flyweight design for authenticator
* Add option to have instant messages only
* Update interceptor
* Add hd image model loader (#613)
* Launch image view for view full image
* Update changelog
* Greatly improve ImageActivity loading
* Update hashes
* Add back keyword filter
* Clean up
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_debug.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values/strings_pref_notifications.xml | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings_pref_debug.xml b/app/src/main/res/values/strings_pref_debug.xml index 8e8c051c..771e5130 100644 --- a/app/src/main/res/values/strings_pref_debug.xml +++ b/app/src/main/res/values/strings_pref_debug.xml @@ -16,4 +16,7 @@ <string name="debug_web_desc">Navigate to the page with an issue and send the resources for debugging.</string> <string name="parsing_data">Parsing Data</string> + + <string name="debug_parsers">Debug Parsers</string> + <string name="debug_parsers_desc">Launch one of the available parsers to debug its response data</string> </resources>
\ No newline at end of file diff --git a/app/src/main/res/values/strings_pref_notifications.xml b/app/src/main/res/values/strings_pref_notifications.xml index 49665f8e..8db493b8 100644 --- a/app/src/main/res/values/strings_pref_notifications.xml +++ b/app/src/main/res/values/strings_pref_notifications.xml @@ -8,14 +8,16 @@ <string name="add_keyword">Add Keyword</string> <string name="hint_keyword">Type keyword and press +</string> <string name="empty_keyword">Empty Keyword</string> - <string name="notification_all_accounts">Notify from all accounts</string> - <string name="notification_all_accounts_desc">Get notifications for every account that is logged in. Disabling this will only fetch notifications form the currently selected account.</string> + <string name="notification_general">Enable general notifications</string> + <string name="notification_general_desc">Get general notifications for your current account.</string> + <string name="notification_general_all_accounts">Notify from all accounts</string> + <string name="notification_general_all_accounts_desc">Get general notifications for every account that is logged in.</string> <string name="notification_messages">Enable message notifications</string> <string name="notification_messages_desc">Get instant message notifications for your current account.</string> <string name="notification_messages_all_accounts">Notify messages from all accounts</string> <string name="notification_messages_all_accounts_desc">Get instant message notifications from all accounts</string> <string name="notification_fetch_now">Fetch Notifications Now</string> - <string name="notification_fetch_now_desc">Trigger the notification fetcher once. Note that fetching instant messages takes time.</string> + <string name="notification_fetch_now_desc">Trigger the notification fetcher once.</string> <string name="notification_fetch_success">Fetching Notifications…</string> <string name="notification_fetch_fail">Couldn\'t fetch notifications</string> <string name="notification_sound">Notification sound</string> |