Skip to content

Browse by category

Herbert Reiter requested to merge (removed):category-browser into master

I like to browse the app list by category in the F-Droid app (fdroid/fdroidclient>) and as I was missing the same feature on the website, I'm happy to provide an implementation for the website, see screenshots below.

The implementation consists of two merge requests:

  1. This merge request – provides the app categories in _config.yml and translations.
  2. Merge request jekyll-fdroid!52 (merged) – provides the implementation for browsing by category.

I took the category translations from fdroidclient to be consistent.

Solves issue #219.


Category overview page:

category-overview


Category details page:

category-details

Edited by Herbert Reiter

Merge request reports