LastPipeBender/app
evermind 5b95094a77 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.
2022-11-04 17:50:02 +01:00
..
schemas/org.schabi.newpipe.database.AppDatabase Revert changes 2022-10-27 12:15:36 +11:00
src searchfilters: dynamically generate UIs and evaluate selected sort and content filters 2022-11-04 17:50:02 +01:00
build.gradle Update NewPipe Extractor to support handles 2022-11-04 12:26:42 +01:00
proguard-rules.pro Clean up proguard file 2022-06-09 11:34:57 -04:00