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

Commit b91f5ab3 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

AppLounge: Fix links arguments

parent 63ed5272
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -67,11 +67,8 @@ class ApplicationFragment : Fragment(R.layout.fragment_application) {
    private var applicationIcon: ImageView? = null

    companion object {
        private const val PRIVACY_CALCULATION_SOURCE_CODE_URL =
            "https://doc.e.foundation/privacy_score"
        private const val EXODUS_URL = "https://exodus-privacy.eu.org"
        private const val PRIVACY_GUIDELINE_URL =
            "https://doc.e.foundation/apps.html#what-information-is-provided-for-each-app-within-the-e-application-installer"
        private const val PRIVACY_GUIDELINE_URL = "https://doc.e.foundation/privacy_score"
    }

    override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
@@ -260,7 +257,6 @@ class ApplicationFragment : Fragment(R.layout.fragment_application) {
                        getString(R.string.privacy_score),
                        getString(
                            R.string.privacy_description,
                            PRIVACY_CALCULATION_SOURCE_CODE_URL,
                            EXODUS_URL,
                            PRIVACY_GUIDELINE_URL
                        )
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
    <string name="rating_out_of" translatable="false"><xliff:g id="rating">%1$s</xliff:g>/5</string>
    <string name="privacy">Privacy</string>
    <string name="privacy_score">Privacy Score</string>
    <string name="privacy_description">The Privacy Score is automatically computed from permissions and trackers that are detected in applications. It gives an idea indication about how much an application is likely to be micro-targeting its users.&lt;br /&gt;&lt;br /&gt;Trackers detection is performed using &lt;a href="<xliff:g id="exodus">%2$s</xliff:g>"&gt;Exodus Privacy tools&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Score out of 10.&lt;br /&gt;&lt;br /&gt;Learn more about how the Privacy Score is computed, its limitations and how you can protect yourself from micro-targeting &lt;a href="<xliff:g id="e_doc">%3$s</xliff:g>&gt;on this page&lt;/a&gt;.</string>
    <string name="privacy_description">The Privacy Score is automatically computed from permissions and trackers that are detected in applications. It gives an idea indication about how much an application is likely to be micro-targeting its users.&lt;br /&gt;&lt;br /&gt;Trackers detection is performed using &lt;a href="<xliff:g id="exodus">%1$s</xliff:g>"&gt;Exodus Privacy tools&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Score out of 10.&lt;br /&gt;&lt;br /&gt;Learn more about how the Privacy Score is computed, its limitations and how you can protect yourself from micro-targeting &lt;a href="<xliff:g id="e_doc">%2$s</xliff:g>&gt;on this page&lt;/a&gt;.</string>
    <string name="privacy_rating_out_of" translatable="false"><xliff:g id="rating">%1$s</xliff:g>/10</string>
    <string name="privacy_analyses">Privacy analyses</string>
    <string name="permissions">Permissions</string>