Commit 1dddd05
committed
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()
SearchFilterUiGeneratorBase.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.1 parent 7ab8f9f commit 1dddd05
2 files changed
Lines changed: 848 additions & 0 deletions
File tree
- app/src/main/java/org/schabi/newpipe/fragments/list/search/filter
0 commit comments