Issue 788: Fix category display in app details page
Description
App details page does not show category properly. This fixes that.
Screenshots
Technical details
GPlay API when fetching details of single app does not pass the category information. But this is present
- when the app is showed in Home, Search.
- For Categories, we are again not getting the category text directly, so we are passing the text initially shown to the user (when selecting a category to show apps from).
- For Updates, we have no way to get the category, so we are hiding it.
Just another day of bypassing GPlay API inconsistencies
Tests
Open apps from various tabs and see if the category is being displayed.
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/788
10 commandments of code reviews
<Keep the link above in the merge request description to remind the 10 commandments to the reviewers.>
Edited by Sayantan Roychowdhury