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

@ -227,14 +227,14 @@
<string name="pref_media_display">Prikaz medijev</string>
<string name="notification_channel_mention_name">Nove omembe</string>
<string name="notification_channel_mention_descriptions">Obvestila o novih omembah</string>
<string name="notification_channel_follow_name">Novi sledilci</string>
<string name="notification_channel_follow_description">Obvestila o novih sledilcih</string>
<string name="notification_channel_boost_name">Spodbude</string>
<string name="notification_channel_boost_description">Obvestila, ko so vaši tuti spodbujeni</string>
<string name="notification_channel_favourite_name">Priljubljeni</string>
<string name="notification_channel_favourite_description">Obvestila, ko so vaši tuti vzljubljeni</string>
<string name="notification_mention_name">Nove omembe</string>
<string name="notification_mention_descriptions">Obvestila o novih omembah</string>
<string name="notification_follow_name">Novi sledilci</string>
<string name="notification_follow_description">Obvestila o novih sledilcih</string>
<string name="notification_boost_name">Spodbude</string>
<string name="notification_boost_description">Obvestila, ko so vaši tuti spodbujeni</string>
<string name="notification_favourite_name">Priljubljeni</string>
<string name="notification_favourite_description">Obvestila, ko so vaši tuti vzljubljeni</string>
<string name="notification_mention_format">%s vas je omenil-a</string>
@ -403,10 +403,6 @@
<string name="hashtag">Ključnik</string>
<string name="notifications_clear">Počisti</string>
<string name="notifications_apply_filter">Filter</string>
<string name="filter_favorites">\@string/notification_channel_favourite_name</string>
<string name="filter_boosts">\@string/notification_channel_boost_name</string>
<string name="filter_follows">\@string/notification_channel_follow_name</string>
<string name="filter_mentions">\@string/notification_channel_mention_name</string>
<string name="filter_apply">Uporabi</string>
<string name="compose_shortcut_long_label">Sestavi tut</string>