Poll notifications (#1229)

* show poll notifications in the app

* show poll notifications in the app

* allow filtering poll notifications in the poll fragment

* show poll notifications in system notifications
This commit is contained in:
Konrad Pozniak 2019-05-02 19:44:35 +02:00 committed by GitHub
commit e735e4843e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 1076 additions and 318 deletions

View file

@ -218,14 +218,14 @@
<string name="media_hide_sensitive">Masquer les médias marqués comme sensibles</string>
<string name="media_hide_none">Toujours afficher les médias marqués comme sensibles</string>
<string name="media_hide_all">Toujours masquer tous les médias</string>
<string name="notification_channel_mention_name">Nouvelles mentions</string>
<string name="notification_channel_mention_descriptions">Notifications pour les nouvelles mentions</string>
<string name="notification_channel_follow_name">Nouveaux abonnés</string>
<string name="notification_channel_follow_description">Notifications pour les nouveaux abonnés</string>
<string name="notification_channel_boost_name">Boosts</string>
<string name="notification_channel_boost_description">Notifications quand vos pouets sont boostés</string>
<string name="notification_channel_favourite_name">Favoris</string>
<string name="notification_channel_favourite_description">Notifications quand vos pouets sont mis en favoris</string>
<string name="notification_mention_name">Nouvelles mentions</string>
<string name="notification_mention_descriptions">Notifications pour les nouvelles mentions</string>
<string name="notification_follow_name">Nouveaux abonnés</string>
<string name="notification_follow_description">Notifications pour les nouveaux abonnés</string>
<string name="notification_boost_name">Boosts</string>
<string name="notification_boost_description">Notifications quand vos pouets sont boostés</string>
<string name="notification_favourite_name">Favoris</string>
<string name="notification_favourite_description">Notifications quand vos pouets sont mis en favoris</string>
<string name="notification_mention_format">%s vous a mentionné</string>
<string name="notification_summary_large">%1$s, %2$s, %3$s et %4$d autres</string>
<string name="notification_summary_medium">%1$s, %2$s et %3$s</string>