AdguardTeam / AdguardForAndroid

Open bug tracker for Android version of AdGuard.
https://adguard.com/
1.34k stars 90 forks source link

Sort enabled and disabled filters in alphabetical order and show the number of rules for each filter #5170

Open DimitrisKalaboukas opened 9 months ago

DimitrisKalaboukas commented 9 months ago

Issue Details

We can’t have a direct idea of every filter size, in order to optimize our enabled filter combination. Also, filters are sorted in random order.

Proposed solution

Versty commented 9 months ago

@DimitrisKalaboukas Hi!

Please create a separate bug report for the mentioned below issue. Use the bug report option from this link.

as well as proper update function of custom filters’ information (e.g. synchronize changed title or description, remove version info, if that line has been removed from filter list)

DimitrisKalaboukas commented 9 months ago

@Versty Done: https://github.com/AdguardTeam/AdguardForAndroid/issues/5171

DimitrisKalaboukas commented 9 months ago

@Versty Also, I think that rule meter should count only valid and applicable filters, not all text lines of the list file.