tateisu / SubwayTooter

Mastodon client app for Android
Apache License 2.0
237 stars 23 forks source link

feature: show name of matched filter instead of matched keywords #206

Open roycewilliams opened 1 year ago

roycewilliams commented 1 year ago

As a configurable option, it would be nice to show the name of the filter, instead of the filtered keywords.

I group many different but related words into each filter. If many different words match, this can take up a lot of screen space. Using the name of the filter would make this much more compact and readable.

This would also show something like "Swearing" or "NSFW" instead of the words themselves (that may be offensive).

(Side note: your app is one of the only apps that can handle a large number of filters and filter keywords. I currently have 2800 keywords, and adding more. Thank you very much!)

tateisu commented 1 year ago

I think its implemented at supporting api/v2/filters . can you reproduce this?