Add "having troubles?" clickable link into preferences and error dialog
Description
Add a troubleshoot link in App lounge settings and app lounge error dialog.
Screenshots
settings on click | settings | dialog | dialog with more details |
---|---|---|---|
Technical details
To force dialog error to show, you must edit the HomeFragment.kt to add the below lines:
handleExceptionsCommon(listOf(GPlayLoginException(false, "test", User.ANONYMOUS)))
at line 90 after 'observeHomeScreenData()'
Tests
- Is wording correct ?
- Is it underlined only in error dialog ?
- Do it scroll with other option in settings ?
- Do it open browser when we click on it ?
- Do it open the link given in the issue when we click on it ?
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/1326
10 commandments of code reviews
Edited by Vincent Bourgmayer