mlopatkin / andlogview

Tool for viewing application logs from Android devices.
https://andlogview.mlopatkin.name/
Apache License 2.0
43 stars 6 forks source link

Refactor index workflow to prepare for the tree view #375

Closed mlopatkin closed 5 months ago

mlopatkin commented 5 months ago

This refactoring rewrites how Index filter is handled. Instead of ad hoc combination of the main filter and the custom filter, we now use the proper customized FilterModel.

Also, fixed #374 along the way.

Part of #162.