Add CLEAR and FILTER buttons to notifications (#1168)
* Issue tuskyapp#762 add clear notifications button to the top of the Notifications adapter * Issue tuskyapp#764 add the notifications filter * Update notifications top bar buttons * Replace PopupMenu with PopupWindow. Save notifications filter to the account table * Disable hide top bar on empty content at the notification screen * Add app bar behavior to the sw640 notification layout * Fix issue with click on top notification tab
This commit is contained in:
parent
01234bb94b
commit
63e4c1d4e0
15 changed files with 1247 additions and 28 deletions
|
|
@ -460,6 +460,13 @@
|
|||
<string name="edit_hashtag_title">Edit hashtag</string>
|
||||
<string name="edit_hashtag_hint">Hashtag without #</string>
|
||||
<string name="hashtag">Hashtag</string>
|
||||
<string name="notifications_clear">Clear</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">Apply</string>
|
||||
|
||||
<string name="compose_shortcut_long_label">Compose Toot</string>
|
||||
<string name="compose_shortcut_short_label">Compose</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue