Added mention/reply notifications provided by a background service.

This commit is contained in:
Vavassor 2017-01-24 23:35:54 -05:00
commit 83f8b4303c
8 changed files with 312 additions and 16 deletions

View file

@ -86,4 +86,8 @@
<string name="visibility_private">Private</string>
<string name="visibility_unlisted">Unlisted</string>
<string name="notification_service_description">Allows Tusky to check for Mastodon notifications.</string>
<string name="notification_service_several_mentions">%d new mentions</string>
<string name="notification_service_one_mention">Mention from %s</string>
</resources>