diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_pref_notifications.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings_pref_notifications.xml b/app/src/main/res/values/strings_pref_notifications.xml index 9530cdaa..61c8c598 100644 --- a/app/src/main/res/values/strings_pref_notifications.xml +++ b/app/src/main/res/values/strings_pref_notifications.xml @@ -12,6 +12,8 @@ <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_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_success">Fetching Notifications…</string> diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index b3bf851a..8cf6b685 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -5,15 +5,18 @@ <version title="v"/> <item text="" /> --> + + <version title="v1.5.6"/> + <item text="Greatly improve background notification fetcher" /> + <item text="Support fetching messages from all accounts" /> + <item text="Update theme" /> <version title="v1.5.5"/> <item text="Numerous bug fixes in KAU" /> - <item text="Set background back to white on non facebook pages" /> + <item text="Set background back to white on non facebook pages" /> <item text="Make read notification/message colors more obvious" /> <item text="Clean up and small bug fixes" /> <item text="Fix facebook link parsing issue for many links" /> - <item text="" /> - <item text="" /> <version title="v1.5.2"/> <item text="Add default download manager to download all files" /> |