Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Add "having troubles?" clickable link into preferences and error dialog

Vincent Bourgmayer requested to merge 1326-add-troubleshooting-link into main

Description

Add a troubleshoot link in App lounge settings and app lounge error dialog.

Screenshots

settings on click settings dialog dialog with more details
Screenshot_20230616-105454_App_Lounge Screenshot_20230616-105444_App_Lounge Screenshot_20230619-130325_App_Lounge Screenshot_20230619-130331_App_Lounge

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

👪 https://gitlab.e.foundation/internal/wiki/-/wikis/mobile-team/guidelines/Code-review

Edited by Vincent Bourgmayer

Merge request reports

Loading