1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-04-24 03:33:13 +00:00
evermind e2bce99e91 searchfilters: dynamically generate UIs and evaluate selected sort and content filters
SearchFilterLogic.java:
=======================
This class handles all the user interaction with the content and sort filters
of NewPipeExtractor.

The class works standalone to just get the default selected filters eg.
during init phase. See in SearchFragment#initializeFilterData()

BaseSearchFilterUiGenerator.java:
=================================
It extends SearchFilterLogic and is used as a base class to implement the UI interface
for content and sort filter dialogs eg. SearchFilterDialogGenerator or
SearchFilterOptionMenuAlikeDialogGenerator.
2024-01-01 00:48:47 +01:00
..
2023-12-29 10:48:37 +01:00
2023-05-12 01:09:08 -04:00