Add hidden tags option (#212)

* Add filter for hidden tags. (#207)

This commit adds the option to configure hidden tags. Articles tagged
with these hidden tags won't appear in the list of articles by default.
To see these articles the user must explicitly filter by those tags.

* Closes #211. Handling hidden tags in the lateral panel.

* Changelog.
This commit is contained in:
Amine Bou
2018-08-02 22:04:15 +02:00
committed by GitHub
parent 361eea9a06
commit f57ec1f6c0
37 changed files with 127 additions and 19 deletions

View File

@ -166,4 +166,5 @@
<string name="pref_debug_crash_reports">Informe de fallos</string>
<string name="pref_debug_debug_logs">Registro de depuración (éstos se enviarán sin diálogo)</string>
<string name="acra_login">Habilitar el registro</string>
<string name="drawer_item_hidden_tags">Hidden Tags</string>
</resources>