Notification tweaks: Grouping and Quick Reply button (#587)
* Added notification grouping and Quick Reply button * Legal stuff * Coding style * Check whether account still exists when sending a quick reply * Add "compose" button * Polish translation * Improve strings * Code style * Cancel notification when user hits "compose" button * Notification counter * Make sure to open ComposeActivity for notification recipient account * Add ability to request account switch when starting an activity
This commit is contained in:
parent
aa48acdbec
commit
e8c79cce65
11 changed files with 369 additions and 61 deletions
|
|
@ -63,11 +63,14 @@
|
|||
<string name="report_comment_hint">Dodatkowe komentarze?</string>
|
||||
|
||||
|
||||
<string name="label_quick_reply">Odpowiedz…</string>
|
||||
<string name="action_quick_reply">Szybka odpowiedź</string>
|
||||
<string name="action_reply">Odpowiedz</string>
|
||||
<string name="action_reblog">Podbij</string>
|
||||
<string name="action_favourite">Dodaj do ulubionych</string>
|
||||
<string name="action_more">Więcej</string>
|
||||
<string name="action_compose">Napisz</string>
|
||||
<string name="action_compose_shortcut">Odpowiedz</string>
|
||||
<string name="action_login">Zaloguj się Kontem Mastodon</string>
|
||||
<string name="action_logout">Wyloguj się</string>
|
||||
<string name="action_logout_confirm">Czy na pewno chcesz wylogować się z konta %1$s?</string>
|
||||
|
|
@ -318,5 +321,7 @@
|
|||
<string name="download_image">Pobieranie %1$s…</string>
|
||||
|
||||
<string name="action_copy_link">Skopiuj odnośnik</string>
|
||||
<string name="status_sent">Wysłano!</string>
|
||||
<string name="status_sent_long">Pomyślnie wysłano odpowiedź.</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue