mirror of
https://github.com/gsantner/dandelion
synced 2025-12-17 01:31:10 +01:00
Added notifications dropdown menu with settings
This commit is contained in:
parent
54ba7b389c
commit
8e852d7ff2
7 changed files with 87 additions and 38 deletions
|
|
@ -16,6 +16,7 @@
|
|||
<string name="pref_key__clear_cache" translatable="false">pref_key_clear_cache</string>
|
||||
<string name="pref_key__chrome_custom_tabs_enabled" translatable="false">pref_key__chrome_custom_tabs_enabled</string>
|
||||
<string name="pref_key__http_proxy_load_tor_preset" translatable="false">pref_key__http_proxy_load_tor_preset</string>
|
||||
<string name="pref_key__extended_notifications" translatable="false">pref_key__extended_notifications</string>
|
||||
|
||||
<!-- Themes -->
|
||||
<string name="pref_key__primary_color__preference_click" translatable="false">pref_key_primary_color</string>
|
||||
|
|
@ -78,6 +79,10 @@
|
|||
<string name="pref_title__accent_color">Accent Color</string>
|
||||
<string name="pref_desc__accent_color">Color of the progressbar</string>
|
||||
|
||||
<!-- Notifications dropdown -->
|
||||
<string name="pref_title__extended_notifications">Extended Notifications</string>
|
||||
<string name="pref_desc__extended_notifications">Extend the notifications bell with a dropdown menu that shows notification categories</string>
|
||||
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Font size</string>
|
||||
<array name="pref_entries__font_size">
|
||||
|
|
|
|||
|
|
@ -29,6 +29,15 @@
|
|||
<string name="public_">Public</string>
|
||||
<string name="search">Search</string>
|
||||
|
||||
<!-- Notifications dropdown menu -->
|
||||
<string name="notifications__all">All Notifications</string>
|
||||
<string name="notifications__also_commented">Also Commented</string>
|
||||
<string name="notifications__comment_on_post">Comment on Post</string>
|
||||
<string name="notifications__liked">Liked</string>
|
||||
<string name="notifications__mentioned">Mentioned</string>
|
||||
<string name="notifications__reshared">Reshared</string>
|
||||
<string name="notifications__started_sharing">Started Sharing</string>
|
||||
|
||||
|
||||
<!-- Pod Activity -->
|
||||
<string name="title_activity_pods">Select Pod</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue