Yuito-app-android/app/src/main/res/xml
Gareth Murphy 6d6c9575c4 Add regular expression feed filtering (#557)
* Initial implementation of regex feed filtering

Mimics Mastodon web's functionality, but in a simpler form; a single
regular expression is shared across the home, local and federated feeds.

Strings are currently only provided in English and will need to be
translated.

* Fix buggy behaviour on filter regex update

* Validate regex filter input

Fixes buggy behaviour on inputting a regular expression feed filter by
testing the expression continuously as the user types, displaying an
error and disabling the 'OK' button of the dialog at any time it's not a
valid regular expression. Disables spelling suggestions in the input to
make the experience less frustrating and error prone.

Also fixes some generally buggy behaviour upon preference change,
specifically in cases where no Matcher was set prior to a new pattern
being set, which would cause the app to crash.

* Apply regex filter to spoiler text

* Get rid of empty catch block in regex filter code

* Make regex filter error string translatable
2018-04-05 22:58:44 +02:00
..
file_paths.xml fix some lint warnings, remove unused code 2017-11-07 15:31:44 +01:00
http_proxy_preferences.xml set proxy setting to default off 2018-02-04 09:32:05 +01:00
notification_preferences.xml add actionbar to PreferencesActivity 2017-10-30 10:41:59 +01:00
preferences.xml set the correct default theme in preferences 2018-02-05 11:29:08 +01:00
searchable.xml Adds a prototype search page. The previous search bar is not yet removed. 2017-06-19 04:18:39 -04:00
timeline_filter_preferences.xml Add regular expression feed filtering (#557) 2018-04-05 22:58:44 +02:00