This issue will create a TextFilterAction in case we would like to use or track filtering behavior out of the FilterPresenter and listen for it elsewhere.
Instead of filtering happening in-place within the Presenter, it should go through the rest of the Flux flow, and have additional triggers/monitors (e.g., telemetry).
As referenced in https://github.com/mozilla-lockbox/lockbox-android/pull/109#discussion_r222990197
This issue will create a
TextFilterAction
in case we would like to use or track filtering behavior out of theFilterPresenter
and listen for it elsewhere.Instead of filtering happening in-place within the Presenter, it should go through the rest of the Flux flow, and have additional triggers/monitors (e.g., telemetry).