feat: word-based message filtering with quarantine approach (stored but hidden) (#4241)

This commit is contained in:
Mac DeCourcy 2026-01-24 08:41:17 -08:00 committed by GitHub
parent ae65e64a37
commit c0f8ed3503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 2187 additions and 115 deletions

View file

@ -1143,4 +1143,21 @@
<string name="add_channels_description">The following channels were found in the QR code. Select the once you would like to add to your device. Existing channels will be preserved.</string>
<string name="replace_channels_and_settings_title">Replace Channels &amp; Settings</string>
<string name="replace_channels_and_settings_description">This QR code contains a complete configuration. This will REPLACE your existing channels and radio settings. All existing channels will be removed.</string>
<!-- Message Filter -->
<string name="filter_settings">Message Filter</string>
<string name="filter_enable">Enable Filtering</string>
<string name="filter_enable_summary">Hide messages containing filter words</string>
<string name="filter_words">Filter Words</string>
<string name="filter_words_summary">Messages containing these words will be hidden</string>
<string name="filter_add_placeholder">Add word or regex:pattern</string>
<string name="filter_no_words">No filter words configured</string>
<string name="filter_regex_pattern">Regex pattern</string>
<string name="filter_whole_word">Whole word match</string>
<string name="filter_filtered_count">%1$d filtered</string>
<string name="filter_show_count">Show %1$d filtered</string>
<string name="filter_hide_count">Hide %1$d filtered</string>
<string name="filter_message_label">Filtered</string>
<string name="filter_enable_for_contact">Enable filtering</string>
<string name="filter_disable_for_contact">Disable filtering</string>
</resources>