summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-03-16 15:34:42 +0100
committerAlbin <albin@mullvad.net>2023-03-16 15:34:42 +0100
commite6969a9afdc308940645a5cac454618c3a99b86d (patch)
treeea9c3506ffb9108afaedcb05cb48854bfba991bb /android
parent7cc510184cd11bfb0269d30333efbe22e487bd1b (diff)
downloadmullvadvpn-e6969a9afdc308940645a5cac454618c3a99b86d.tar.xz
mullvadvpn-e6969a9afdc308940645a5cac454618c3a99b86d.zip
Update baseline
Diffstat (limited to 'android')
-rw-r--r--android/app/lint-baseline.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/android/app/lint-baseline.xml b/android/app/lint-baseline.xml
index 2887f5fccb..86d5b00296 100644
--- a/android/app/lint-baseline.xml
+++ b/android/app/lint-baseline.xml
@@ -2573,39 +2573,6 @@
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
- errorLine1=" &lt;ImageButton android:id=&quot;@+id/settings&quot;"
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="src/main/res/layout/launch.xml"
- line="5"
- column="6"/>
- </issue>
-
- <issue
- id="ContentDescription"
- message="Missing `contentDescription` attribute on image"
- errorLine1=" &lt;ImageView android:layout_width=&quot;120dp&quot;"
- errorLine2=" ~~~~~~~~~">
- <location
- file="src/main/res/layout/launch.xml"
- line="19"
- column="10"/>
- </issue>
-
- <issue
- id="ContentDescription"
- message="Missing `contentDescription` attribute on image"
- errorLine1=" &lt;ImageView android:layout_height=&quot;18dp&quot;"
- errorLine2=" ~~~~~~~~~">
- <location
- file="src/main/res/layout/launch.xml"
- line="22"
- column="10"/>
- </issue>
-
- <issue
- id="ContentDescription"
- message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:id=&quot;@+id/logged_in_status&quot;"
errorLine2=" ~~~~~~~~~">
<location
@@ -3243,17 +3210,6 @@
<issue
id="RtlHardcoded"
- message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
- errorLine1=" android:layout_gravity=&quot;top | right&quot;"
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="src/main/res/layout/launch.xml"
- line="8"
- column="42"/>
- </issue>
-
- <issue
- id="RtlHardcoded"
message="Consider replacing `android:paddingLeft` with `android:paddingStart=&quot;16dp&quot;` to better support right-to-left layouts"
errorLine1=" android:paddingLeft=&quot;16dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">