1353-Refactor_privacy_score_calculation_code
Description
Users can see the privacy score calculation code (GitLab source code link) from the app's detail page. So any update to AppPrivacyInfoRepositoryImpl can break the link unwantedly (can link to the wrong line no for example). For this we want to move the privacy score calculation to separate class so, the link can't be broken easily.
Screenshots
Technical details
Tests
- Open any application details page. Click on the privacy score section, it will open a dialog regarding the privacy score.
- click on the
found here
link from the dialog, it will open the browser which will navigate to https://gitlab.e.foundation/e/os/apps/-/blob/main/app/src/main/java/foundation/e/apps/data/exodus/repositories/PrivacyScoreRepositoryImpl.kt#L31