summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-06 15:24:03 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-06 15:24:03 +0200
commitf73d90cf3cd07a260327eb14072e97777f180b40 (patch)
tree68be3c9bac732aa4af8ba06042fb41e01bc86c94 /android/app
parent2be263426092a76776cba8e32d6f28c2b6bcb4f6 (diff)
downloadmullvadvpn-f73d90cf3cd07a260327eb14072e97777f180b40.tar.xz
mullvadvpn-f73d90cf3cd07a260327eb14072e97777f180b40.zip
Remove lint baseline issues for already removed files
Diffstat (limited to 'android/app')
-rw-r--r--android/app/lint-baseline.xml88
1 files changed, 0 insertions, 88 deletions
diff --git a/android/app/lint-baseline.xml b/android/app/lint-baseline.xml
index a64f278ba5..8d45af3272 100644
--- a/android/app/lint-baseline.xml
+++ b/android/app/lint-baseline.xml
@@ -90,17 +90,6 @@
</issue>
<issue
- id="ScrollViewSize"
- message="This LinearLayout should use `android:layout_height=&quot;wrap_content&quot;`"
- errorLine1=" android:layout_height=&quot;match_parent&quot;"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/layout/welcome.xml"
- line="14"
- column="23"/>
- </issue>
-
- <issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" input.replace(index, index + 1, character.toString().toUpperCase())"
@@ -112,50 +101,6 @@
</issue>
<issue
- id="DuplicateIncludedIds"
- message="Duplicate id @+id/widgetBarrier, defined or included multiple times in layout/list_item_action.xml: [layout/list_item_action.xml defines @+id/widgetBarrier, layout/list_item_action.xml => layout/list_item_base.xml defines @+id/widgetBarrier]"
- errorLine1=" &lt;include layout=&quot;@layout/list_item_base&quot; />"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/layout/list_item_action.xml"
- line="7"
- column="5"
- message="Duplicate id @+id/widgetBarrier, defined or included multiple times in layout/list_item_action.xml: [layout/list_item_action.xml defines @+id/widgetBarrier, layout/list_item_action.xml => layout/list_item_base.xml defines @+id/widgetBarrier]"/>
- <location
- file="src/main/res/layout/list_item_action.xml"
- line="23"
- column="47"
- message="Defined here"/>
- <location
- file="src/main/res/layout/list_item_base.xml"
- line="38"
- column="47"
- message="Defined here, included via layout/list_item_action.xml => layout/list_item_base.xml defines @+id/widgetBarrier"/>
- </issue>
-
- <issue
- id="DuplicateIncludedIds"
- message="Duplicate id @+id/widgetBarrier, defined or included multiple times in layout/list_item_two_action.xml: [layout/list_item_two_action.xml defines @+id/widgetBarrier, layout/list_item_two_action.xml => layout/list_item_base.xml defines @+id/widgetBarrier]"
- errorLine1=" &lt;include layout=&quot;@layout/list_item_base&quot; />"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/layout/list_item_two_action.xml"
- line="16"
- column="9"
- message="Duplicate id @+id/widgetBarrier, defined or included multiple times in layout/list_item_two_action.xml: [layout/list_item_two_action.xml defines @+id/widgetBarrier, layout/list_item_two_action.xml => layout/list_item_base.xml defines @+id/widgetBarrier]"/>
- <location
- file="src/main/res/layout/list_item_two_action.xml"
- line="34"
- column="47"
- message="Defined here"/>
- <location
- file="src/main/res/layout/list_item_base.xml"
- line="38"
- column="47"
- message="Defined here, included via layout/list_item_two_action.xml => layout/list_item_base.xml defines @+id/widgetBarrier"/>
- </issue>
-
- <issue
id="InlinedApi"
message="Field requires API level 33 (current min is 26): `android.Manifest.permission#POST_NOTIFICATIONS`"
errorLine1=" requestNotificationPermissionLauncher.launch(Manifest.permission.POST_NOTIFICATIONS)"
@@ -311,17 +256,6 @@
<issue
id="Overdraw"
- message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
- errorLine1=" android:background=&quot;?android:attr/selectableItemBackground&quot;>"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="src/main/res/layout/notification_banner.xml"
- line="8"
- column="17"/>
- </issue>
-
- <issue
- id="Overdraw"
message="Possible overdraw: Root element paints background `@color/darkBlue` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
errorLine1=" android:background=&quot;@color/darkBlue&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
@@ -609,28 +543,6 @@
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
- errorLine1=" &lt;ImageView android:id=&quot;@+id/notification_status&quot;"
- errorLine2=" ~~~~~~~~~">
- <location
- file="src/main/res/layout/notification_banner.xml"
- line="15"
- column="10"/>
- </issue>
-
- <issue
- id="ContentDescription"
- message="Missing `contentDescription` attribute on image"
- errorLine1=" &lt;ImageView android:id=&quot;@+id/notification_icon&quot;"
- errorLine2=" ~~~~~~~~~">
- <location
- file="src/main/res/layout/notification_banner.xml"
- line="43"
- column="6"/>
- </issue>
-
- <issue
- id="ContentDescription"
- message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView android:layout_width=&quot;60dp&quot;"
errorLine2=" ~~~~~~~~~">
<location