summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/lint-baseline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/focus-android/app/lint-baseline.xml')
-rw-r--r--mobile/android/focus-android/app/lint-baseline.xml7196
1 files changed, 7196 insertions, 0 deletions
diff --git a/mobile/android/focus-android/app/lint-baseline.xml b/mobile/android/focus-android/app/lint-baseline.xml
new file mode 100644
index 0000000000..b230739f68
--- /dev/null
+++ b/mobile/android/focus-android/app/lint-baseline.xml
@@ -0,0 +1,7196 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<issues format="6" by="lint 8.2.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.2)" variant="all" version="8.2.2">
+
+ <issue
+ id="ScopedStorage"
+ message="READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: `READ_MEDIA_IMAGES`, `READ_MEDIA_VIDEO` or `READ_MEDIA_AUDIO`."
+ errorLine1=" &lt;uses-permission android:name=&quot;android.permission.READ_EXTERNAL_STORAGE&quot; />"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="9"
+ column="36"/>
+ </issue>
+
+ <issue
+ id="ScopedStorage"
+ message="WRITE_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to write to shared storage, use the `MediaStore.createWriteRequest` intent."
+ errorLine1=" &lt;uses-permission android:name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot; />"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="10"
+ column="36"/>
+ </issue>
+
+ <issue
+ id="ScopedStorage"
+ message="WRITE_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to write to shared storage, use the `MediaStore.createWriteRequest` intent."
+ errorLine1=" &lt;uses-permission android:name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot; />"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/debug/AndroidManifest.xml"
+ line="12"
+ column="36"/>
+ </issue>
+
+ <issue
+ id="ScopedStorage"
+ message="READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: `READ_MEDIA_IMAGES`, `READ_MEDIA_VIDEO` or `READ_MEDIA_AUDIO`."
+ errorLine1=" &lt;uses-permission android:name=&quot;android.permission.READ_EXTERNAL_STORAGE&quot; />"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/debug/AndroidManifest.xml"
+ line="13"
+ column="36"/>
+ </issue>
+
+ <issue
+ id="CommitTransaction"
+ message="This transaction should be completed with a `commit()` call"
+ errorLine1=" .beginTransaction()"
+ errorLine2=" ~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/navigation/MainActivityNavigation.kt"
+ line="250"
+ column="14"/>
+ </issue>
+
+ <issue
+ id="ApplySharedPref"
+ message="Consider using `apply()` instead; `commit` writes its data to persistent storage immediately, whereas `apply` will handle it in the background"
+ errorLine1=" .commit()"
+ errorLine2=" ~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/utils/Settings.kt"
+ line="178"
+ column="18"/>
+ </issue>
+
+ <issue
+ id="ApplySharedPref"
+ message="Consider using `apply()` instead; `commit` writes its data to persistent storage immediately, whereas `apply` will handle it in the background"
+ errorLine1=" .commit()"
+ errorLine2=" ~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/utils/Settings.kt"
+ line="412"
+ column="18"/>
+ </issue>
+
+ <issue
+ id="ApplySharedPref"
+ message="Consider using `apply()` instead; `commit` writes its data to persistent storage immediately, whereas `apply` will handle it in the background"
+ errorLine1=" .commit()"
+ errorLine2=" ~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/utils/Settings.kt"
+ line="420"
+ column="18"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `usesCleartextTraffic` is only used in API level 23 and higher (current min is 21)"
+ errorLine1=" android:usesCleartextTraffic=&quot;true&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="67"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `textFontWeight` is only used in API level 28 and higher (current min is 21)"
+ errorLine1=" android:textFontWeight=&quot;600&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/fragment_crash_reporter.xml"
+ line="79"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
+ errorLine1=" android:foreground=&quot;?selectableItemBackground&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_custom_domain.xml"
+ line="13"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:font=&quot;@font/metropolis_black&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="11"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontStyle=&quot;normal&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="12"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontWeight=&quot;900&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="13"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:font=&quot;@font/metropolis_extrabold&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="20"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontStyle=&quot;normal&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="21"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontWeight=&quot;800&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="22"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:font=&quot;@font/metropolis_bold&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="29"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontStyle=&quot;normal&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="30"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontWeight=&quot;700&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="31"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:font=&quot;@font/metropolis_semibold&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="38"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontStyle=&quot;normal&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="39"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontWeight=&quot;600&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="40"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:font=&quot;@font/metropolis_medium&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="47"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontStyle=&quot;normal&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="48"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontWeight=&quot;500&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="49"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:font=&quot;@font/metropolis_regular&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="56"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontStyle=&quot;normal&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="57"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontWeight=&quot;400&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="58"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:font=&quot;@font/metropolis_thin&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="65"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontStyle=&quot;normal&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="66"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontWeight=&quot;200&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="67"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `font` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:font=&quot;@font/metropolis_light&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="74"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontStyle` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontStyle=&quot;normal&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="75"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `fontWeight` is only used in API level 26 and higher (current min is 21)"
+ errorLine1=" android:fontWeight=&quot;100&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/font/metropolis.xml"
+ line="76"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="UnusedAttribute"
+ message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
+ errorLine1=" android:foreground=&quot;@drawable/preference_multiselect_search_engine_foreground&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/search_engine_checkbox_button.xml"
+ line="13"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:src to define resource instead of app:srcCompat"
+ errorLine1=" android:src=&quot;@drawable/mozac_ic_chevron_right_24&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/cookies_preference.xml"
+ line="50"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:tint to tint ImageView instead of app:tint with AppCompatImageView"
+ errorLine1=" android:tint=&quot;@color/photonWhite&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/dialog_add_to_homescreen2.xml"
+ line="93"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:src to define resource instead of app:srcCompat"
+ errorLine1=" android:src=&quot;@drawable/ic_reorder&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_custom_domain.xml"
+ line="33"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:src to define resource instead of app:srcCompat"
+ errorLine1=" android:src=&quot;@drawable/ic_menu&quot; />"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_indicator_menu_button.xml"
+ line="15"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:src to define resource instead of app:srcCompat"
+ errorLine1=" android:src=&quot;@drawable/highlight_dot&quot; />"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_indicator_menu_button.xml"
+ line="24"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:src to define resource instead of app:srcCompat"
+ errorLine1=" android:src=&quot;@drawable/mozac_ic_cross_24&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_session.xml"
+ line="42"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:src to define resource instead of app:srcCompat"
+ errorLine1=" android:src=&quot;@drawable/mozac_ic_forward_24&quot;/>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/menu_navigation.xml"
+ line="19"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:src to define resource instead of app:srcCompat"
+ errorLine1=" android:src=&quot;@drawable/mozac_ic_arrow_clockwise_24&quot;/>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/menu_navigation.xml"
+ line="28"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="AndroidSrcXmlDetector"
+ message="Using android:src to define resource instead of app:srcCompat"
+ errorLine1=" android:src=&quot;@drawable/mozac_ic_stop&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/menu_navigation.xml"
+ line="35"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="AppBundleLocaleChanges"
+ message="Found dynamic locale changes, but did not find corresponding Play Core library calls for downloading languages and splitting by language is not disabled in the `bundle` configuration"
+ errorLine1=" configuration.setLocale(currentLocale)"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/locale/Locales.kt"
+ line="104"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="NonConstantResourceId"
+ message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
+ errorLine1=" const val LAYOUT_ID = R.layout.item_app"
+ errorLine2=" ~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/open/AppViewHolder.kt"
+ line="43"
+ column="31"/>
+ </issue>
+
+ <issue
+ id="NonConstantResourceId"
+ message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
+ errorLine1=" const val LAYOUT_ID = R.layout.item_install_banner"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/open/InstallBannerViewHolder.kt"
+ line="37"
+ column="31"/>
+ </issue>
+
+ <issue
+ id="NonConstantResourceId"
+ message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
+ errorLine1="const val SECTION_LAYOUT_ID = R.layout.studies_section_item"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/settings/privacy/studies/StudiesViewHolder.kt"
+ line="18"
+ column="31"/>
+ </issue>
+
+ <issue
+ id="NonConstantResourceId"
+ message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
+ errorLine1="const val ACTIVE_STUDY_LAYOUT_ID = R.layout.active_study_item"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/settings/privacy/studies/StudiesViewHolder.kt"
+ line="19"
+ column="36"/>
+ </issue>
+
+ <issue
+ id="RedundantLabel"
+ message="Redundant label can be removed"
+ errorLine1=" android:label=&quot;@string/app_name&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="110"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="RedundantLabel"
+ message="Redundant label can be removed"
+ errorLine1=" android:label=&quot;@string/app_name&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="135"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="VectorRaster"
+ message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
+ errorLine1=" android:width=&quot;640dp&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/res/drawable-land/dark_background.xml"
+ line="8"
+ column="20"/>
+ </issue>
+
+ <issue
+ id="VectorRaster"
+ message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
+ errorLine1=" android:width=&quot;360dp&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/res/drawable/dark_background.xml"
+ line="8"
+ column="20"/>
+ </issue>
+
+ <issue
+ id="VectorRaster"
+ message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
+ errorLine1=" android:width=&quot;640dp&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/res/drawable-land-night/home_background.xml"
+ line="8"
+ column="20"/>
+ </issue>
+
+ <issue
+ id="VectorRaster"
+ message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
+ errorLine1=" android:width=&quot;640dp&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/res/drawable-land/home_background.xml"
+ line="8"
+ column="20"/>
+ </issue>
+
+ <issue
+ id="VectorRaster"
+ message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
+ errorLine1=" android:width=&quot;360dp&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/res/drawable-night/home_background.xml"
+ line="8"
+ column="20"/>
+ </issue>
+
+ <issue
+ id="VectorRaster"
+ message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
+ errorLine1=" android:width=&quot;360dp&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/res/drawable/home_background.xml"
+ line="8"
+ column="20"/>
+ </issue>
+
+ <issue
+ id="VectorRaster"
+ message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
+ errorLine1=" android:width=&quot;300dp&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="7"
+ column="20"/>
+ </issue>
+
+ <issue
+ id="VectorRaster"
+ message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
+ errorLine1=" android:width=&quot;384dp&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/res/drawable/wordmark2.xml"
+ line="7"
+ column="20"/>
+ </issue>
+
+ <issue
+ id="Typos"
+ message="&quot;media&quot; is a common misspelling; did you mean &quot;medier&quot;?"
+ errorLine1=" &lt;string name=&quot;preference_privacy_block_social&quot;>Blokker sosiale media-sporere&lt;/string>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-nb-rNO/strings.xml"
+ line="296"
+ column="68"/>
+ </issue>
+
+ <issue
+ id="Typos"
+ message="Repeated word &quot;zaman&quot; in message: possible typo"
+ errorLine1=" &lt;string name=&quot;preference_studies_summary&quot;>Firefox zaman zaman araştırmalar yükleyip çalıştırabilir.&lt;/string>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-tr/strings.xml"
+ line="834"
+ column="55"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Ha\&apos;át\&apos;íí \&apos;ániidígo \&apos;ádaalyaa dóó łahgo \&apos;ádaalyaa?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-nv/strings.xml"
+ line="12"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Lou bees&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-wo/strings.xml"
+ line="12"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Ինչն է նոր&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hy-rAM/strings.xml"
+ line="14"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Novedatz&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="15"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Is Geal Gach Nua&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ga-rIE/strings.xml"
+ line="15"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Kabar Anyar&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-jv/strings.xml"
+ line="15"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Musuq imakuna&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-quy/strings.xml"
+ line="15"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Yeniliklər&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="16"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>নতুন কি আছে&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="16"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>གནས་ཚུལ་གསར་པ།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="16"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>નવું શું છે&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="16"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Axi it&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="16"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Perkembangan Terbaru&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="16"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Baam yak&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="16"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Ndezvipi zvitsva&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="16"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Seet ci sutura&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-wo/strings.xml"
+ line="24"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Գաղտնի որոնում&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hy-rAM/strings.xml"
+ line="27"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Buscar en privau&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="28"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Cuardach Príobháideach&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ga-rIE/strings.xml"
+ line="28"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Asuy mask\&apos;ay&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-quy/strings.xml"
+ line="28"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Kit alim tsinat&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="30"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>ཕྱིར་མི་བསྒྲགས་པའི་ཐོག་འཚོལ་བཤེར།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="32"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>Protección contra lo seguimiento&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>Cosaint ar Lorgaireacht&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ga-rIE/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>Tarichiqkunamanta jark\&apos;ana&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-quy/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Məxfi Axtar&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>ব্যক্তিগতভাবে অনুসন্ধান&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>ખાનગી શોધ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Cari secara Rahsia&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Jabchu tpaay chŕmee&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Tsvaga pachivande&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>K\&apos;anix abal yab ka exláj jant\&apos;oj a aliyamal&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="36"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>རྗེས་འདེད་སྲུང་སྐྱོབ།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="37"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>İzlənmə Qoruması&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="40"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>ট্র্যাকিং সুরক্ষা&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="40"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>ટ્રેકિંગ રક્ષણ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="40"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>Perlindungan Penjejakan&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="40"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>Kabwik ŕmechu ŕboochu&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="40"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>Kuchengetedzwa pakuteverwa&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="40"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>Ok\&apos;ox eyendhanél, xeklek, káwintal&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="40"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>སྔོན་སྒྲིག་བཤར་ཆས། རེའུ་མིག་བཟོ་རྟགས། སྐད་ཡིག&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="41"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>Əsas səyyah, vərəqlər və dil&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="44"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>ডিফল্ট ব্রাউজার, ট্যাব, ভাষা&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="44"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>ડિફૉલ્ટ બ્રાઉઝર, ટૅબ્સ, ભાષા&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="44"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>Pelayar, tab, bahasa piawai&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="44"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>Sal amchu yooch, muul chmichu, kwaawchu&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="44"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>Bhurauza rechigarire, matebhu, mutauro&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="44"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Wat’s nuut?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-af/strings.xml"
+ line="47"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Qué hai nuevo&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ast/strings.xml"
+ line="47"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>kuna yatiyäwis utji&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ay/strings.xml"
+ line="47"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Túumbenilo\&apos;ob&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-yua/strings.xml"
+ line="47"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>కొత్తది ఏమిటి&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-te/strings.xml"
+ line="49"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_topsite_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>ka lek\&apos;wtsiy abal kin kwetém kidhbay 450 i URLs abal ebál, axi lej exladh, ti jolataláb ju\&apos;taj it alim.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="49"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>ဘာအသစ်တွေ ပါဝင်ပါသလဲ။&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-my/strings.xml"
+ line="50"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Ce este nou&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ro/strings.xml"
+ line="50"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_user_list_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>ka lek\&apos;wtsiy abal kin kwetém kidhbay 450 i URLs abal ebál, axi lej exladh, ti jolataláb ju\&apos;taj it alim.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="50"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Ora&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-jv/strings.xml"
+ line="50"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot; moz:RemovedIn=&quot;116&quot; tools:ignore=&quot;UnusedResources&quot;>नया की छै&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-anp/strings.xml"
+ line="51"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Ya&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-jv/strings.xml"
+ line="51"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Ne jańalıq&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-kaa/strings.xml"
+ line="55"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_topsite_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>Ünvan sətrində məşhur 450 saytı avtomatik tamamlamaq üçün aktivləşdirin.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="55"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_topsite_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>অ্যাড্রেস বারে 450 টিরও বেশি জনপ্রিয় URL স্বয়ংপূরণ করা সক্ষম করুন।&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="55"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_topsite_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>સરનામાં બારમાં 450 કરતાં વધુ લોકપ્રિય URLs ને સ્વતઃપૂર્ણ કરવા માટે સક્રીય કરો.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="55"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_topsite_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>Dayakan untuk autolengkap lebih daripada 450 URL popular di bar alamat.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="55"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_topsite_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>Nmakchum 450 chayoomm chublwiich paa katee uchu URLs wachu tñurchuhal.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="55"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_topsite_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>Batidza kuti otokombuliti iitike pamanzwi anosvika 450 akakurumbira URLs mu adhiresi bha.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="55"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>ما الجديد&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Novedades&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-es-rMX/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>امکانات جدید&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-fa/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>क्या नया है&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hi-rIN/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot; moz:RemovedIn=&quot;116&quot; tools:ignore=&quot;UnusedResources&quot;>Što je novo&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hr/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot; moz:RemovedIn=&quot;116&quot; tools:ignore=&quot;UnusedResources&quot;>Yang Baru&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-in/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Pandr\&apos;yw nowydh&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-kw/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Kas naujo&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>नवीन काय आहे&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Tay Yankwik&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ppl/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Шта је ново&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sr/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Nuin si hua nanj&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-trs/strings.xml"
+ line="56"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Mis on uut?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="57"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>नयाँ के छ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ne-rNP/strings.xml"
+ line="57"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>نواں کیا ہے؟&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-skr/strings.xml"
+ line="57"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Jimpanhi ampe&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-tsz/strings.xml"
+ line="57"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>نیا کیا ہے&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ur/strings.xml"
+ line="57"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Ko kùb&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-zam/strings.xml"
+ line="57"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_user_list_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>Ünvan sətrində məşhur 450 saytı avtomatik tamamlamaq üçün aktivləşdirin.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="57"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_user_list_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>অ্যাড্রেস বারে 450 টিরও বেশি জনপ্রিয় URL স্বয়ংপূরণ করা সক্ষম করুন।&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="57"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_user_list_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>સરનામાં બારમાં 450 કરતાં વધુ લોકપ્રિય URLs ને સ્વતઃપૂર્ણ કરવા માટે સક્રીય કરો.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="57"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_user_list_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>Dayakan untuk autolengkap lebih daripada 450 URL popular di bar alamat.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="57"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_user_list_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>Mnmakchum 450 chayoomm chublwich paa katee URLs tñur chmichu hal chmii.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="57"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_user_list_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>Batidza kuti otokombuliti iitike pamanzwi anosvika 450 akakurumbira URLs mu adhiresi bha.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="57"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;menu_whats_new&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;menu_whats_new&quot;>Ka\&apos;t ootzib\&apos;al&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ixl/strings.xml"
+ line="58"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Ոչ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hy-rAM/strings.xml"
+ line="59"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>Tuduhaké tip layar&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-jv/strings.xml"
+ line="60"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Այո&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hy-rAM/strings.xml"
+ line="61"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Níl&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ga-rIE/strings.xml"
+ line="66"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Tá&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ga-rIE/strings.xml"
+ line="67"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>No&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="72"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Mana&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-quy/strings.xml"
+ line="72"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Sí&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="74"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Ari&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-quy/strings.xml"
+ line="74"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>མིན།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="75"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>འགྲིག&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="76"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>གལ་ཏེ་URLསྔོན་ནས་མཉེན་ཆས་ཀྱིས་ཁ་ཕྱེ་ཡོད་ཚེ་མཛུབ་ཐེལ་བེད་སྤྱོད་དེ་%1$sཁ་འབྱེད། གསངས་ཐབས་སྤྱོད་འགོ་རྩོམ་ཡོང་།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="78"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Ibaj&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="79"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Aníts&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="82"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>&quot;A ch\&apos;uchub ne\&apos;ets kin japiy %1$s max an URL k\&apos;wajatits japidh ta eyendhanélil. Ne\&apos;ets ka japin an tsinat alix. \n\n&quot;&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="84"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Soek privaat&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-af/strings.xml"
+ line="87"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Xeyr&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="89"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>না&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="89"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>ના&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="89"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Tidak&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="89"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Pem&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="89"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_no_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>Kwete&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="89"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Bəli&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="92"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>হ্যাঁ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="92"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>હા&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="92"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Ya&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="92"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>E\&apos;e&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="92"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_privacy_should_block_cookies_yes_option&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Hongu&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="92"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>Əgər ünvan artıq tətbiqdə açıqdırsa barmaq iziniz %1$s səyyahının kilidini aça bilər. Görünməzlik aktivləşdiriləcək.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="94"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>একটি URL যদি ইতিমধ্যে অ্যাপ এ খোলা থাকে আপনার আঙ্গুলের ছাপ %1$s আনলক করতে পারবে। স্টিল্থ্ চালু করা হবে।&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="94"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>જો એપ્લિકેશનમાં કોઈ URL પહેલેથી ખુલ્લું હોય તો તમારા આંગળીના નીશાનથી %1$s ને અનલૉક કરી શકો છો. ગોપનીયતા ચાલુ હશે.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="94"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>Cap jari anda boleh membuka %1$s jika URL telah dibuka dalam aplikasi. Halimunan akan diaktifkan.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="94"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>Mŕal yal hay chsol kyaaw yuyi %1$s o URL ŕit kur sol ñwam. Sigiil hay yemik soola.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="94"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>Mifananidzo yako yeminwe inogona kuzarura %1$s kana URL isati yavhurwa mu-app. Simba richashandurwa.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="94"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Guetar de mou priváu&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ast/strings.xml"
+ line="94"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Jiwasak thaqhaña&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ay/strings.xml"
+ line="94"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>བརྙན་ཡོལ་གཙོ་བའི་ཐབས་མཆོག་འཆར།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="96"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="105"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Kaxta\&apos;ak men chen teech&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-yua/strings.xml"
+ line="105"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>అంతరంగికంగా వెతుకు&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-te/strings.xml"
+ line="106"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>Ana Ekranı məsləhətlərini göstər&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="115"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>হোম স্ক্রিন টিপস দেখান&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="115"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>મુખ્ય સ્ક્રીન ટીપ્સ બતાવો&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="115"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>Papar panduan skrin utama&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="115"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>Pantallhak paa chknauwch sak chmiich&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="115"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>Ratidza mazano ezvikwangwani&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="115"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>သီးသန့်လုံခြုံစွာ ရှာဖွေပါ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-my/strings.xml"
+ line="117"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Caută într-un mod privat&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ro/strings.xml"
+ line="117"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>ابحث مع الحفاظ على الخصوصية&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="123"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>निजी तौर पर खोज&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hi-rIN/strings.xml"
+ line="123"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Ieškoti privačiai&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="123"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>गुप्ततेने शोधा&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="123"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>निजी रूपमा खोज्नुहोस्&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ne-rNP/strings.xml"
+ line="124"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;text_selection_search_action&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Otsi privaatselt&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="125"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Wii ñall suy ubbeeku kaaraange lank-toppaate gi du dox&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-wo/strings.xml"
+ line="144"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>मागोवा सुरक्षा&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="154"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Դյուրանցումը կբացվի Հետագծման պաշտպանությունը անջատած&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hy-rAM/strings.xml"
+ line="155"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>མྱུར་ལམ་གྱིས་ཁ་འབྱེད་ཚེ་རྗེས་འདེད་སྲུང་སྐྱོབ་མི་སྤྱོད།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="157"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_general_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>पूर्वनिर्धारित ब्राउझर, टॅब, भाषा&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="166"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Este alcorce s\&apos;ubrirá quan la protección contra seguimiento siga desactivada&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="168"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Chiqan yaykuna kicharikunqa kay wañuchisqa tarichiq jark\&apos;akuywan&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-quy/strings.xml"
+ line="168"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>An dhubat bél ne\&apos;ets ka japin yab k\&apos;anidh&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="181"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>%1$s སྒོ་ཕྱེ།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="182"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>མཛུབ་ཐེལ་ཚོར་ཤེས་ལ་ཐུག་ནས་མུ་མཐུད།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="183"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>གླིང་མོལ་གསར་པ།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="184"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_title&quot;>འཚོལ་བཤེར་འབྲེལ་ཡོད་འོས་སྦྱོར་དགོས་སམ།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="188"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle&quot;>ཁྱེད་ལ་སྤྲོ་བ་ཡོད་པའི་ནང་དོན་མཁོ་འདོན་ཆེད་དུ། %1$s ཡིས་རང་འཇུག་པའི་འཚོལ་བྱའི་ནང་དོན་རང་འདེམ་པའི་འཚོལ་བཤེར་དྲ་བར་འདོན་སྤྲོད་བྱ་དགོས།. %2$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="189"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle_learnmore&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle_learnmore&quot;>དེ་བས་མང་།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="190"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Qısayol İzlənmə Qoruması sönülü olaraq açılacaq&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="193"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>শর্টকাট ট্র্যাকিং সুরক্ষা নিষ্ক্রিয়তার মাধ্যমে খুলবে&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="193"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>શોર્ટકટ ટ્રેકિંગ પ્રોટેક્શન અક્ષમ સાથે ખુલશે&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="193"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Perlindungan Penjejakan dinyahdayakan apabila dibuka menggunakan pintasan&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="193"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Mir mir januk jabchuha ñsool ŕbok janchu ha kos bootem sola&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="193"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Shortcut ichazaruka neTracking Protection yakavharwa&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="193"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop&quot;>&quot;དྲ་ངོས་གང་ག་གཟིགས་འདོད་དམ། %1$s དཀར་ཆག་ &amp;gt; ཅོག་ངོས་དྲ་ཚིགས་རེ་ཞུ་བྱེད།&quot;&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="197"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_topsite_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>450 हुन अधिक लोकप्रिय URL पत्ता पट्टीमध्ये स्वयंपूर्ण करणे सक्षम करा.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="198"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist&quot;>ཡིད་རྟོན་དྲ་ཚིགས་ཡིན་ནམ།\n ཆོག་ཐོ་ཡིས་དྲ་ཚིགས་རྗེས་འདེད་སྲུང་སྐྱོབ་དང་ཡིད་རྟོན་མི་སྤྱོད།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="198"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_safe_browsing&quot;>བདེ་འཇགས་བཤར་ལྟ།&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bo/strings.xml"
+ line="199"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_autocomplete_user_list_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>450 हुन अधिक लोकप्रिय URL पत्ता पट्टीमध्ये स्वयंपूर्ण करणे सक्षम करा.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="204"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>Ka japiy %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="214"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>Soolch %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-pai/strings.xml"
+ line="214"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>Ka taka\&apos; an ajum k\&apos;ot\&apos;bil ch\&apos;uchub abal kit otsits.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="215"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>It eyendhanél&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="216"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_title&quot;>¿A le\&apos; ka lek\&apos;wtsiy an eyendhanél axi ti uchál jant\&apos;o ka aliy?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="220"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle&quot;>Abal kit olchin jant\&apos;oj ka aliy, %1$s a yejenchal ka abna\&apos; axi a dhuchál ti eyendhaxtaláb abal kit almáts %2$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="221"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle_learnmore&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle_learnmore&quot;>Ka exla\&apos; más&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="222"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>%1$s kilidini aç&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="226"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>আনলক %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="226"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>%1$sને ખોલો&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="226"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>Buka %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="226"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>Vhura %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="226"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>Davam etmək üçün barmaq izi oxuyucusuna toxunun.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="227"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>চালিয়ে যেতে আঙ্গুলের ছাপ সেন্সর স্পর্শ করুন।&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="227"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>ચાલુ રાખવા માટે ફિંગરપ્રિન્ટ સેન્સરને સ્પર્શ કરો.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="227"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>Sentuh sensor cap jari untuk meneruskan.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="227"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>Bata panoiswa chigunwe kuti zvivhure.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="227"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>Yeni Sessiya&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="228"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>নতুন সেশন&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="228"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>નવું સત્ર&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="228"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>Sesi Baru&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="228"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>Sesheni Itsva&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="228"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_title&quot;>Axtarış məsləhətlərini aktiv etmək istərdiniz?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="232"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_title&quot;>আপনি কি অনুসন্ধান পরামর্শ সক্রিয় করতে চান?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="232"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_title&quot;>શું તમે શોધ સૂચનો ચાલુ કરવા માંગો છો?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="232"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_title&quot;>Adakah anda mahu mengaktifkan cadangan carian?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="232"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_title&quot;>Ungada kubatidza betsero yekutsvaga here?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="232"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop&quot;>A le\&apos; ka meta\&apos; an xeklek ta mexajil%1$s Takuxtaláb &amp;gt; Ka konoy an xeklek ta mexajil&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hus/strings.xml"
+ line="232"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle&quot;>Axtarış məsləhətlərini almaq üçün %1$s ünvan sətrinə yazdıqlarınızı seçdiyiniz axtarış mühərriyinə göndərməlidir. %2$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="233"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle&quot;>অনুসন্ধানের পরামর্শ পেতে হলে, %1$s আপনি অ্যাড্রেস বারে যা টাইপ করেন সেটি আপনার বাছাইকৃত অনুসন্ধান ইঞ্জিনের নিকট পাঠাতে হবে। %2$s।&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="233"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle&quot;>શોધ સૂચનો મેળવવા માટે, તમે જે શોધ એન્જિન પસંદ કર્યું છે તે સરનામાં બારમાં તમે શું લખો છો તે %1$s ને મોકલવાની જરૂર છે. %2$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="233"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle&quot;>Untuk mendapatkan cadangan carian, %1$s perlu menghantar apa yang anda taip dalam bar alamat kepada enjin carian yang dipilih. %2$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="233"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle&quot;>Kuti uwane betsero yekutsvaga, %1$s inoda kutumira zvawanyora kune chikamu chinonyorwa mashoko ekutsvaga kuinjini yekutsvaga yawasarudza. %2$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="233"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle_learnmore&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle_learnmore&quot;>Ətraflı öyrən&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="234"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle_learnmore&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle_learnmore&quot;>আরও জানুন&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="234"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle_learnmore&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle_learnmore&quot;>વધુ શીખો&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="234"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle_learnmore&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle_learnmore&quot;>Ketahui selanjutnya&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="234"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;enable_search_suggestion_subtitle_learnmore&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle_learnmore&quot;>Dzidza zvimwe&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="234"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop&quot;>Bütöv masaüstü saytını görmək istəyirsiniz?%1$s Menyu &amp;gt; Masaüstü saytını istə&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="244"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop&quot;>এর বদলে সম্পূর্ণ ডেস্কটপ সাইট দেখবেন?%1$s মেনু &amp;gt; ডেস্কটপ সাইট অনুরোধ করুন&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="244"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop&quot;>તેના બદલે સંપૂર્ણ ડેસ્કટૉપ સાઇટ જુઓ?%1$s મેનૂ &amp;gt; ડેસ્કટૉપ સાઇટની વિનંતી કરો&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="244"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop&quot;>Mahu paparan laman desktop?%1$s Menu &amp;gt; Pinta laman desktop&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="244"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop&quot;>Pane kuti uone yakazara desktop site?%1$s Menyu &amp;gt; Kumbira nzvimbo ye desktop&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="244"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist&quot;>Güvəndiyiniz saytdır?\n İcazə siyahısı tanıdığınız və güvəndiyiniz saytlarda İzlənmə Qorumasını söndürür.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="246"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist&quot;>বিশ্বস্ত সাইট?\n Allowlist আপনার পরিচিত এবং বিশ্বাসযোগ্য সাইটের জন্য ট্র্যাকিং সুরক্ষা অক্ষম করে।&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="246"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist&quot;>વિશ્વસનીય સાઇટ?\n તમે જાણો છો અને વિશ્વાસ કરો છો તે સાઇટ્સ માટે પરવાનગી-સૂચિ એ ટ્રેકિંગ સુરક્ષાને નિષ્ક્રીય કરે છે.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="246"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist&quot;>Laman yang dipercayai?\n Allowlist menyahaktifkan Perlindungan Penjejakan untuk laman yang anda kenali dan percayai.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="246"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist&quot;>Nzvimbo yakatendwa?\n Chibvumirano chinodzivisa Kuchengetedzwa Kwekuchengetedza kwemasayithi ounoziva uye kuvimba.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="246"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_safe_browsing&quot;>Təhlükəsiz Səyahət&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="250"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_safe_browsing&quot;>নিরাপদ ব্রাউজিং&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-bn/strings.xml"
+ line="250"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_safe_browsing&quot;>સુરક્ષિત બ્રાઉઝિંગ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-gu-rIN/strings.xml"
+ line="250"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_safe_browsing&quot;>Pelayaran Selamat&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ms/strings.xml"
+ line="250"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_safe_browsing&quot;>Kutsvaga Kwakachengeteka&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-sn/strings.xml"
+ line="250"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>အကယ်၍ URL ကို အက်ပ်ထဲတွင် ဖွင့်ပြီးသားဖြစ်ပါက သင့်လက်ဗွေသည် %1$s ကို ဖွင့်မည်။ Stealth စနစ် အသက်ဝင်ပါမည်။&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-my/strings.xml"
+ line="256"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-yua/strings.xml"
+ line="264"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>Amosar conseyos na pantalla d\&apos;aniciu&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ast/strings.xml"
+ line="267"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>यदि ऐप्प में पहले ही कोई URL खुली हो तो आपकी फिंगरप्रिंट %1$s को अनलॉक कर सकती है. गोपनीयता चालू हो जायेगी।&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hi-rIN/strings.xml"
+ line="279"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>जर एखादी URL आधीच अँप मध्ये उघडली असेल तर आपल्या बोटाचा ठसा %1$s उघडू शकतो. स्टेल्थ चालू होईल.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="297"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;105&quot; name=&quot;preference_homescreen_tips&quot; tools:ignore=&quot;UnusedResources&quot;>ముంగిలి తెర చిట్కాలను చూపించు&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-te/strings.xml"
+ line="300"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>يمكن للبصمة إلغاء قفل %1$s إن كان مفتوحًا في التطبيق أحد العناوين. سيُفعّل وضع التخفّي.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="300"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>Naudojant jūsų piršto antspaudą, galima atrakinti „%1$s“ programą, kai joje jau yra atvertas tinklalapis. Bus įjungtas slaptumas.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="300"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_security_biometric_summary&quot;>यदि एपमा पहिला नै URL खोलिएको छ भने तपाईंको फिङ्गगरप्रिण्टले %1$s अनलक गर्न सक्छ।"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ne-rNP/strings.xml"
+ line="302"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_security_biometric_summary&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;102&quot; name=&quot;preference_security_biometric_summary&quot; tools:ignore=&quot;UnusedResources&quot;>Sinu sõrmejälg saab %1$se lahti lukustada, kui mingi URl on juba äpis avatud."
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="306"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>စတင်အသုံးပြုရာ ဖန်သားပြင်တွင် အကြံပြုချက်များ ပြပါ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-my/strings.xml"
+ line="313"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>मूल पटल युक्तियाँ दिखाएँ&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hi-rIN/strings.xml"
+ line="343"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>मुख्य पृष्ठाच्या सूचना दाखवा&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="361"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>اعرض الفوائد في شاشة البداية&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="364"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>Rodyti pradžios ekrano patarimus&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="365"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>गृह स्क्रिन सुझावहरु देखाउनुहोस्&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ne-rNP/strings.xml"
+ line="369"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_homescreen_tips&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_homescreen_tips&quot;>Kuvatakse avakuva näpunäiteid&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="373"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;106&quot; name=&quot;onboarding_title&quot;>%1$sకి స్వాగతం!&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-te/strings.xml"
+ line="429"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_title&quot;>Tere tulemast %1$sesse!&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="478"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_description&quot;>Järgmise taseme privaatne lehitsemine, puhuks kui vajad seda&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="481"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;103&quot; name=&quot;biometric_auth_new_session&quot;>Sesión&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ast/strings.xml"
+ line="484"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_incognito_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_incognito_title&quot;>Kus inkognito kohtub nähtamatusega&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="484"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_incognito_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_incognito_description&quot;>%s on esmajoones privaatsusele orienteeritud brauser, millesse on sisse ehitatud eriti tugev jälitamise ja küpsiste vastane kaitse.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="488"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_history_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_history_title&quot;>Lehitse nii nagu seda poleks kunagi juhtunud&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="491"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_history_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;100&quot; name=&quot;onboarding_history_description&quot; tools:ignore=&quot;UnusedResources&quot;>Üks puudutus kustutab lehitsemise ajaloo ja küpsised ning takistab reklaamidel sinu jälitamist.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="494"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_history_description2&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_history_description2&quot;>Üks puudutus kustutab lehitsemise ajaloo ja küpsised ning takistab reklaamidel sinu jälitamist.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="495"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_protection_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_protection_title&quot;>Privaatsus, mis sobib igas olukorras&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="498"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_protection_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_protection_description&quot;>Kui sinu lehitsemine vajab muutust, siis on privaatsuse taset lihtne suurendada või vähendada.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="501"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;onboarding_start_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;onboarding_start_browsing&quot;>Alusta veebilehitsemist&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="504"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;dialog_addtohomescreen_tracking_protection&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>मागोवा सुरक्षा निष्क्रिय राहून शॉर्टकट उघडतील&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="528"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>%1$s ကို ဖွင့်ရန်&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-my/strings.xml"
+ line="559"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>ဆက်သွားရန် လက်ဗွေအာရုံခံစနစ်ကို ထိတွေ့ပါ။&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-my/strings.xml"
+ line="562"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>Session အသစ်&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-my/strings.xml"
+ line="566"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;cfr_for_cookie_banner_underline_settings&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;cfr_for_cookie_banner_underline_settings&quot; moz:RemovedIn=&quot;111&quot; tools:ignore=&quot;UnusedResources&quot;>sazlawlar&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-kaa/strings.xml"
+ line="569"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;103&quot; name=&quot;biometric_auth_title&quot;>%1$s‌కు తాళంతీయండి&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-te/strings.xml"
+ line="571"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;103&quot; name=&quot;biometric_auth_description&quot;>కొనసాగించడానికి వేలిముద్ర సెన్సారును తాకండి.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-te/strings.xml"
+ line="574"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;103&quot; name=&quot;biometric_auth_new_session&quot;>కొత్త సెషన్&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-te/strings.xml"
+ line="578"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>%1$s को खोलें&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hi-rIN/strings.xml"
+ line="620"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>जारी रखने के लिए फिंगरप्रिंट संवेदक स्पर्श करें।&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hi-rIN/strings.xml"
+ line="623"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>नया सत्र&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hi-rIN/strings.xml"
+ line="627"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;97&quot; name=&quot;preference_category_safe_browsing&quot;>လုံခြုံသော ရှာဖွေခြင်း&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-my/strings.xml"
+ line="627"
+ column="32"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>%1$s उघडा&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="639"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>पुढे चालू ठेवण्यासाठी बोटाच्या ठश्याच्या सेन्सर ला स्पर्श करा.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="642"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>नवीन सत्र&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="646"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>ألغِ قفل %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="684"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>المس مجسّ البصمة للمتابعة.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="687"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>Atrakinti „%1$s“&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="687"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>Palieskite piršto atspaudo jutiklį.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="690"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_disable_tracking_protection2&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_disable_tracking_protection2&quot;>साइट अनपेक्षितरित्या वागत आहे?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="690"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>جلسة جديدة&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="691"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>Naujas seansas&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="694"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_safe_browsing&quot;>सुरक्षित ब्राउजिंग&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-hi-rIN/strings.xml"
+ line="695"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop2&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop2&quot;>साइटची पूर्ण आवृत्ती पाहू इच्छिता?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="712"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;preference_category_safe_browsing&quot;>आपले ब्राउझिंग सुरक्षित असो&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="728"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;cookie_banner_exception_panel_description_state_off_for_site&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;cookie_banner_exception_panel_description_state_off_for_site&quot; moz:RemovedIn=&quot;111&quot; tools:ignore=&quot;UnusedResources&quot;>%1$s weli kiejekua kitawelkwepilia isel ne itajtanilis ne cookie. Su se taishpejpenalis pal tatawelkwepilia tesu kanaj, %1$s weliskia kikwi muchi ne cookies pal kikutamima ne panti.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ppl/strings.xml"
+ line="732"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_disable_tracking_protection3&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_disable_tracking_protection3&quot;>أتظنّ أن محتوى الموقع ناقص أو أنه غريب؟\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="735"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;103&quot; name=&quot;biometric_auth_title&quot;>Lukusta %1$s lahti&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="737"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_disable_tracking_protection3&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_disable_tracking_protection3&quot;>Svetainėje trūksta turinio, arba ji veikia netinkamai?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="738"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;cfr_for_cookie_banner&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;cfr_for_cookie_banner&quot; moz:RemovedIn=&quot;111&quot; tools:ignore=&quot;UnusedResources&quot;>%1$s kiejekua kitawelkwepilia ne itajtanilis ne cookie pal kikutamima ne ipajpanti ne cookie takakasua.\n\nShiktukti ken mugustuj ne ipanti ne cookie tik tachijchiwalis.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ppl/strings.xml"
+ line="739"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;cfr_for_cookie_banner_underline_settings&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;cfr_for_cookie_banner_underline_settings&quot; moz:RemovedIn=&quot;111&quot; tools:ignore=&quot;UnusedResources&quot;>tachijchiwalis&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ppl/strings.xml"
+ line="744"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_description&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;103&quot; name=&quot;biometric_auth_description&quot;>Jätkamiseks puuduta sõrmejäljeandurit.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="749"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;biometric_auth_new_session&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;103&quot; name=&quot;biometric_auth_new_session&quot;>Uus seanss&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="753"
+ column="33"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop2&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop2&quot;>أتريد الاطلاع على النسخة الكاملة من الموقع؟\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="757"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop2&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop2&quot;>Norite matysi pilną svetainė versiją?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="760"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist3&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist3&quot;>أتريد تعطيل الحماية الموسّعة من التعقب في المواقع التي تثق بها؟\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="765"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_title&quot; moz:RemovedIn=&quot;111&quot; tools:ignore=&quot;UnusedResources&quot;>Siz soraǵan sayt HTTPSdı qollap-quwatlamaydı&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-kaa/strings.xml"
+ line="767"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist3&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist3&quot;>Norite išjungti išplėstą apsaugą nuo stebėjimo patikimoje svetainėje?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="768"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_fresh_look&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_fresh_look&quot;>تسأل عن الشكل؟ طبعًا لدينا مظهر جديد كليًا!\n اقرأ المزيد عنه وعن التحديثات الأخرى على %1$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="771"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_fresh_look&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_fresh_look&quot;>Kad jau klausiate, mes tikrai turime naują išvaizdą!\n Sužinokite apie tai, ir apie kitus „%1$s“ atnaujinimus.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="774"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_about_shortcuts&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_about_shortcuts&quot;>احفظ اختصارات المواقع التي تزورها بكثرة:\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="775"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_about_shortcuts&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_about_shortcuts&quot;>Sukurkite leistukus dažniausiai lankomoms svetainėms:\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="778"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;97&quot; name=&quot;preference_category_safe_browsing&quot;>التصفّح الآمن&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="788"
+ column="32"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_category_safe_browsing&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;97&quot; name=&quot;preference_category_safe_browsing&quot;>Saugusis naršymas&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="791"
+ column="32"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_https_only_summary2&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;98&quot; name=&quot;preference_https_only_summary2&quot; tools:ignore=&quot;UnusedResources&quot;>سيُحاول التطبيق الاتصال تلقائيا بالمواقع مستعملًا ميفاق HTTPS لرفع الأمان. توفّر لك اتصالات HTTPS اتصالًا آمنًا ومعمّى بالمواقع التي تزورها.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="797"
+ column="32"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_disable_tracking_protection3&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_disable_tracking_protection3&quot;>Saidil on sisu puudu või käitub imelikult?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="798"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;preference_https_only_summary2&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string moz:removedIn=&quot;98&quot; name=&quot;preference_https_only_summary2&quot; tools:ignore=&quot;UnusedResources&quot;>Siekiant didesnio saugumo, automatiškai bandoma jungtis prie svetainių naudojant HTTPS. HTTPS ryšys užtikrina saugų, šifruotą prisijungimą prie jūsų lankomų svetainių.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="800"
+ column="32"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_request_desktop2&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop2&quot;>Soovid näha saidi täisversiooni?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="826"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_explain_allowlist3&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist3&quot;>Kas soovid usaldusväärse saidi jaoks jälitamisvastase kaitse välja lülitada?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="834"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_fresh_look&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_fresh_look&quot;>Jah, meil on uus välimus!\n Loe selle ja teiste %1$se uuenduste kohta.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="840"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;tip_about_shortcuts&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;tip_about_shortcuts&quot;>Loo otseteed saitidele, mida külastad enim:\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="844"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_title&quot;>لا يدعم الموقع الذي طلبته ميفاق HTTPS&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="888"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_title&quot;>Bandoma atverti svetainė nepalaiko HTTPS&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="890"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_message&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_message&quot;>يحاول %1$s مبدئيا الاتصال باستعمال HTTPS لرفع مستوى الأمان. لتغيير هذا الإعداد أو للاطلاع على المزيد، انتقل إلى الإعدادات ← الخصوصية والأمان ← الأمان.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="891"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_message&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_message&quot;>Pagal numatytuosius nustatymus, siekiant didesnio saugumo, „%1$s“ bando jungtis naudojant HTTPS. Norėdami pakeisti šį nustatymą, arba sužinoti daugiau, eikite į meniu „Nustatymai“ &amp;gt; „Privatumas ir saugumas“ &amp;gt; „Saugumas“.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-lt/strings.xml"
+ line="892"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_title&quot;>Soovitud sait ei toeta HTTPSi&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="948"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_message&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_message&quot;>Vaikimisi üritab %1$s turvalisuse suurendamiseks saitidega ühenduda HTTPSi abil. Selle sätte muutmiseks või lisateabe saamiseks ava Sätted &amp;gt; Privaatsus ja turvalisus &amp;gt; Turvalisus.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="950"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;cfr_for_toolbar_shield_icon&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;cfr_for_toolbar_shield_icon&quot;>Näib, et see sait üritas sind jälitada. Saidi sätete ja jälitajate blokkimise statistika vaatamiseks puuduta kilpi.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="958"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;cfr_for_toolbar_delete_icon&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;cfr_for_toolbar_delete_icon&quot;>Vabane sellel seansil oma isiklikest andmetest, lehitsemise ajaloost ja muust, puudutades prügikasti nuppu. Proovi!&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="971"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_title&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_title&quot; moz:RemovedIn=&quot;111&quot; tools:ignore=&quot;UnusedResources&quot;>Ne sitioj taja tiktajtan tesu kiselia HTTPS&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ppl/strings.xml"
+ line="1009"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="ExtraTranslation"
+ message="&quot;errorpage_httpsonly_message&quot; is translated here but not found in default locale"
+ errorLine1=" &lt;string name=&quot;errorpage_httpsonly_message&quot; moz:RemovedIn=&quot;111&quot; tools:ignore=&quot;UnusedResources&quot;>Ken achtitalijtuk, %1$s kiejekua musalua wan kikwi HTTPS pal mutajpia ukchupi. Pal tikpata ne tachijchiwalis u pal timumachtia ukchupi, shu tik Tachijchiwalis&amp;gt; Ichtakayu wan Tajpialis &amp;gt; Nejmachnemilis&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ppl/strings.xml"
+ line="1015"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="DataExtractionRules"
+ message="The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher."
+ errorLine1=" android:allowBackup=&quot;false&quot;"
+ errorLine2=" ~~~~~">
+ <location
+ file="src/main/AndroidManifest.xml"
+ line="61"
+ column="30"/>
+ </issue>
+
+ <issue
+ id="NotifyDataSetChanged"
+ message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
+ errorLine1=" notifyDataSetChanged()"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/autocomplete/AutocompleteListFragment.kt"
+ line="211"
+ column="17"/>
+ </issue>
+
+ <issue
+ id="NotifyDataSetChanged"
+ message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
+ errorLine1=" notifyDataSetChanged()"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/exceptions/ExceptionsListFragment.kt"
+ line="216"
+ column="21"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1138 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M6.99998 6.00006V6.40406L5.55798 4.96206C6.90298 3.72306 8.60098 2.86106 10.489 2.56006L11.054 3.05806C11.022 3.34406 10.999 3.63306 10.999 3.92806C10.999 7.47406 13.307 10.4771 16.5 11.5291V12.7511L17 13.2511H18.5L19 12.7511V11.9341H19.006C19.649 11.9341 20.264 11.8331 20.862 11.6891L21.492 12.2441C21.416 14.6101 20.47 16.7521 18.972 18.3761L13.25 12.6541V11.2501L12.75 10.7501H11.346L8.59598 8.00006H8.99998L9.49998 7.50006V6.00006L8.99998 5.50006H7.49998L6.99998 6.00006ZM18.159 21.7801C18.305 21.9261 18.497 22.0001 18.689 22.0001C18.881 22.0001 19.073 21.9271 19.219 21.7801C19.512 21.4871 19.512 21.0121 19.219 20.7191L3.13402 4.63406C2.84102 4.34106 2.36602 4.34106 2.07302 4.63406C1.78002 4.92706 1.78002 5.40206 2.07302 5.69506L3.69672 7.31866C2.93108 8.68361 2.49194 10.2558 2.49194 11.9341C2.49194 17.1851 6.74894 21.4421 11.9999 21.4421C13.6787 21.4421 15.253 21.005 16.6194 20.2406L18.159 21.7801ZM4.99994 12.7501V11.2501L5.49994 10.7501H6.99994L7.49994 11.2501V12.7501L6.99994 13.2501H5.49994L4.99994 12.7501ZM9.49994 18.0001L8.99994 18.5001H7.49994L6.99994 18.0001V16.5001L7.49994 16.0001H8.99994L9.49994 16.5001V18.0001Z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_cookies_disable.xml"
+ line="11"
+ column="27"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1627 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M153.55,53.855h-3a0.5,0.5 0,0 1,0 -1h3a0.5,0.5 0,0 1,0 1zM142.55,53.855h-8.07a0.5,0.5 0,0 1,-0.452 -0.285,38.288 38.288,0 0,0 -1.976,-3.334 0.5,0.5 0,0 1,0.837 -0.549c0.393,0.6 1.445,2.295 1.889,3.168h7.771a0.5,0.5 0,0 1,0 1zM76.062,53.143h-3a0.5,0.5 0,0 1,0 -1h3a0.5,0.5 0,0 1,0 1zM65.062,53.143h-12a0.5,0.5 0,0 1,0 -1h12a0.5,0.5 0,0 1,0 1zM77.9,51.653a0.5,0.5 0,0 1,-0.473 -0.339c-0.1,-0.29 -0.2,-0.616 -0.311,-0.972a0.5,0.5 0,1 1,0.958 -0.287c0.1,0.344 0.2,0.656 0.3,0.937a0.5,0.5 0,0 1,-0.312 0.635,0.515 0.515,0 0,1 -0.162,0.026zM108.4,46.5a0.506,0.506 0,0 1,-0.468 -0.32,23.563 23.563,0 0,0 -2.181,-4.037 0.5,0.5 0,0 1,0.834 -0.553,27.46 27.46,0 0,1 1.718,2.983 10.516,10.516 0,0 1,3.679 -5.017,0.5 0.5,0 1,1 0.571,0.82 10.183,10.183 0,0 0,-3.663 5.724,0.5 0.5,0 0,1 -0.4,0.394 0.492,0.492 0,0 1,-0.09 0.006zM126.743,43.534a0.5,0.5 0,0 1,-0.339 -0.133q-0.361,-0.333 -0.734,-0.65a0.5,0.5 0,1 1,0.646 -0.762q0.39,0.33 0.766,0.678a0.5,0.5 0,0 1,-0.339 0.867zM76.821,41.81a0.563,0.563 0,0 1,-0.09 -0.008,0.5 0.5,0 0,1 -0.4,-0.582c0.792,-4.351 3.544,-7.229 8.181,-8.555a0.5,0.5 0,1 1,0.275 0.961c-4.24,1.213 -6.754,3.828 -7.473,7.773a0.5,0.5 0,0 1,-0.493 0.411zM122.713,40.589a0.5,0.5 0,0 1,-0.236 -0.06,12.614 12.614,0 0,0 -2.667,-1.082 0.5,0.5 0,0 1,0.262 -0.965,13.589 13.589,0 0,1 2.879,1.166 0.5,0.5 0,0 1,-0.237 0.94zM99.953,35.925a0.5,0.5 0,0 1,-0.28 -0.086q-0.4,-0.271 -0.82,-0.525a0.5,0.5 0,1 1,0.517 -0.855q0.444,0.267 0.865,0.553a0.5,0.5 0,0 1,-0.281 0.914zM95.483,33.725a0.5,0.5 0,0 1,-0.154 -0.024,16.412 16.412,0 0,0 -2.832,-0.647 0.5,0.5 0,0 1,0.137 -0.99,17.452 17.452,0 0,1 3,0.687 0.5,0.5 0,0 1,-0.154 0.976z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="36"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (3444 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M182.316,98.659a18.015,18.015 0,0 1,-9.94 -2.7,21.661 21.661,0 0,0 -21.783,0 19.662,19.662 0,0 1,-19.879 0,21.655 21.655,0 0,0 -21.78,0 19.65,19.65 0,0 1,-19.873 0,19.92 19.92,0 0,0 -10.886,-2.937 19.931,19.931 0,0 0,-10.889 2.938,18.005 18.005,0 0,1 -9.937,2.7 18,18 0,0 1,-9.936 -2.7,19.926 19.926,0 0,0 -10.888,-2.937 1,1 0,0 0,0 2,18 18,0 0,1 9.936,2.7 19.926,19.926 0,0 0,10.888 2.938,19.932 19.932,0 0,0 10.89,-2.938 18,18 0,0 1,9.937 -2.7,18 18,0 0,1 9.934,2.7 21.649,21.649 0,0 0,21.777 0,19.657 19.657,0 0,1 19.876,0 21.659,21.659 0,0 0,21.782 0,19.666 19.666,0 0,1 19.881,0 19.937,19.937 0,0 0,10.892 2.938,1 1,0 0,0 0,-2zM248.459,88.419a0.5,0.5 0,0 0,-0.7 -0.084,19.457 19.457,0 0,1 -9.2,3.162 11.427,11.427 0,0 1,-3.738 -0.029c2,-0.62 3.759,-1.488 4.548,-2.628 0.953,-1.376 0.377,-2.177 0.086,-2.457 -0.88,-0.849 -2.82,-0.664 -4.236,0.4 -1.065,0.8 -2.892,2.666 -2.477,4.2a29.546,29.546 0,0 1,-4.815 0.685,0.5 0.5,0 0,0 0.024,1h0.025a30.5,30.5 0,0 0,5.355 -0.79c0.88,0.715 2.643,0.915 5.337,0.616 6.261,-0.7 9.574,-3.263 9.712,-3.371a0.5,0.5 0,0 0,0.079 -0.704zM235.813,87.58a3.515,3.515 0,0 1,2.052 -0.735,1.318 1.318,0 0,1 0.891,0.259c0.31,0.3 0,0.859 -0.215,1.168 -0.734,1.06 -2.664,1.894 -4.832,2.472 -0.233,-0.777 0.881,-2.244 2.104,-3.164zM132.534,91.029a17.836,17.836 0,0 0,2.88 1.09,0.5 0.5,0 0,0 0.27,-0.963 16.942,16.942 0,0 1,-2.722 -1.031,0.5 0.5,0 1,0 -0.428,0.9zM113.649,88.229a0.483,0.483 0,0 0,0.168 -0.029,18.775 18.775,0 0,1 6.459,-1 20.224,20.224 0,0 1,5.081 0.581,0.5 0.5,0 1,0 0.249,-0.969 21.191,21.191 0,0 0,-5.33 -0.612,19.728 19.728,0 0,0 -6.795,1.062 0.5,0.5 0,0 0,0.168 0.971zM149.249,91.177a0.5,0.5 0,0 0,0.208 -0.046c0.81,-0.373 1.565,-0.782 2.3,-1.178a18.324,18.324 0,0 1,8.719 -2.718,0.5 0.5,0 0,0 -0.057,-1 19.381,19.381 0,0 0,-9.139 2.837c-0.716,0.388 -1.458,0.789 -2.237,1.148a0.5,0.5 0,0 0,0.209 0.954zM168.178,88.125a19.413,19.413 0,0 1,2.681 1.165,0.5 0.5,0 0,0 0.457,-0.891 20.737,20.737 0,0 0,-2.815 -1.222,0.5 0.5,0 0,0 -0.323,0.947zM139.461,92.781c0.328,0.02 0.666,0.034 1.017,0.043h0.013a0.5,0.5 0,0 0,0.013 -1,26.883 26.883,0 0,1 -0.981,-0.041 0.5,0.5 0,0 0,-0.061 1zM104.536,92.265a0.516,0.516 0,0 0,0.121 -0.015c0.345,-0.086 0.674,-0.18 0.992,-0.28a0.5,0.5 0,1 0,-0.3 -0.953q-0.448,0.142 -0.932,0.263a0.5,0.5 0,0 0,0.12 0.985zM174.427,91.141c0.3,0.141 0.619,0.276 0.944,0.4a0.486,0.486 0,0 0,0.184 0.035,0.5 0.5,0 0,0 0.184,-0.965c-0.308,-0.122 -0.6,-0.25 -0.893,-0.383a0.5,0.5 0,0 0,-0.418 0.908zM206.4,86.346a24.722,24.722 0,0 0,-2.812 -0.152h-0.246a0.5,0.5 0,0 0,0.006 1h0.239a23.378,23.378 0,0 1,2.7 0.146h0.058a0.5,0.5 0,0 0,0.057 -1zM211.357,87.632a18.905,18.905 0,0 0,-0.957 -0.373,0.5 0.5,0 1,0 -0.337,0.941c0.313,0.112 0.614,0.231 0.906,0.354a0.5,0.5 0,0 0,0.388 -0.922zM224.421,91.832a20.357,20.357 0,0 1,-4.951 -0.548,0.5 0.5,0 0,0 -0.241,0.971 21.357,21.357 0,0 0,5.192 0.577,0.5 0.5,0 1,0 0,-1zM78.626,87.193A18.422,18.422 0,0 1,88.8 89.95l0.942,0.506a0.5,0.5 0,0 0,0.468 -0.885l-0.934,-0.5a19.489,19.489 0,0 0,-10.649 -2.878,0.5 0.5,0 0,0 0,1zM195.367,87.829c-0.863,0.392 -1.662,0.824 -2.435,1.242a18.337,18.337 0,0 1,-8.572 2.708,0.5 0.5,0 0,0 0.031,1h0.032a19.407,19.407 0,0 0,8.985 -2.827c0.758,-0.409 1.542,-0.833 2.373,-1.211a0.5,0.5 0,1 0,-0.413 -0.91zM97.544,92.762c0.6,0.044 1.243,0.066 1.905,0.066q0.6,0 1.148,-0.022a0.5,0.5 0,0 0,0.479 -0.521,0.493 0.493,0 0,0 -0.52,-0.479 26.789,26.789 0,0 1,-2.94 -0.042,0.493 0.493,0 0,0 -0.535,0.462 0.5,0.5 0,0 0,0.463 0.536z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="39"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (940 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M93.5,151.647a18.413,18.413 0,0 1,10.172 2.757c0.313,0.17 0.627,0.34 0.945,0.507a0.5,0.5 0,1 0,0.465 -0.885c-0.314,-0.165 -0.624,-0.333 -0.934,-0.5a19.486,19.486 0,0 0,-10.648 -2.879,0.5 0.5,0 0,0 0,1zM112.419,157.214c0.518,0.038 1.067,0.056 1.631,0.062v-1a24.239,24.239 0,0 1,-1.56 -0.06,0.5 0.5,0 0,0 -0.073,1zM196.805,164.314a17.993,17.993 0,0 1,-9.934 -2.7,24.348 24.348,0 0,0 -4.74,-2.115q-0.039,1.039 -0.087,2.073a24.339,24.339 0,0 1,3.875 1.8,19.91 19.91,0 0,0 10.886,2.938 1,1 0,1 0,0 -2zM113.521,164.314a18,18 0,0 1,-9.935 -2.7,19.924 19.924,0 0,0 -10.887,-2.937 19.92,19.92 0,0 0,-10.886 2.938,18 18,0 0,1 -9.935,2.7 18,18 0,0 1,-9.934 -2.7,19.92 19.92,0 0,0 -10.886,-2.937 1,1 0,0 0,0 2,18 18,0 0,1 9.934,2.7 19.92,19.92 0,0 0,10.886 2.938,19.922 19.922,0 0,0 10.887,-2.937 19.644,19.644 0,0 1,19.869 0,19.923 19.923,0 0,0 10.887,2.938c0.222,0 0.432,-0.006 0.645,-0.011q-0.027,-1 -0.047,-2c-0.202,0.002 -0.397,0.007 -0.603,0.007z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="42"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (896 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M209.235,68.394h-12a0.5,0.5 0,0 1,0 -1h12a0.5,0.5 0,0 1,0 1zM254.817,68.21h-1.8a0.5,0.5 0,0 1,0 -1h1.8a0.5,0.5 0,0 1,0 1zM244.017,68.21h-1a0.5,0.5 0,0 1,0 -1h1a0.5,0.5 0,0 1,0 1zM240.526,65.329a0.5,0.5 0,0 1,-0.39 -0.187,18.3 18.3,0 0,0 -2,-2.129 0.5,0.5 0,1 1,0.668 -0.744,19.181 19.181,0 0,1 2.109,2.246 0.5,0.5 0,0 1,-0.389 0.813zM228.009,64.7a0.5,0.5 0,0 1,-0.466 -0.32,13.846 13.846,0 0,0 -3.855,-5.164 0.5,0.5 0,1 1,0.623 -0.781,14.475 14.475,0 0,1 3.623,4.438 5.416,5.416 0,0 1,3.107 -3.029,0.5 0.5,0 0,1 0.326,0.945 5,5 0,0 0,-2.867 3.51,0.5 0.5,0 0,1 -0.447,0.4zM210.369,62.664h-0.051a0.5,0.5 0,0 1,-0.447 -0.548,6.448 6.448,0 0,1 1.057,-3.035 0.5,0.5 0,1 1,0.824 0.566,5.457 5.457,0 0,0 -0.886,2.57 0.5,0.5 0,0 1,-0.497 0.444zM214.562,57.625a0.5,0.5 0,0 1,-0.151 -0.977,10.123 10.123,0 0,1 1.018,-0.264 0.5,0.5 0,0 1,0.2 0.98,8.89 8.89,0 0,0 -0.916,0.236 0.512,0.512 0,0 1,-0.151 0.022z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="45"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (2415 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M212.21,123.577a0.479,0.479 0,0 0,0.167 -0.029,18.777 18.777,0 0,1 6.456,-1 0.5,0.5 0,0 0,0 -1,19.725 19.725,0 0,0 -6.791,1.06 0.5,0.5 0,0 0,0.167 0.971zM203.092,127.616a0.516,0.516 0,0 0,0.121 -0.015c0.345,-0.086 0.674,-0.18 0.992,-0.28a0.5,0.5 0,1 0,-0.3 -0.953q-0.448,0.142 -0.932,0.263a0.5,0.5 0,0 0,0.12 0.985zM222.437,122.652h0.025a30.515,30.515 0,0 0,5.356 -0.79c0.881,0.714 2.644,0.916 5.336,0.616 6.261,-0.7 9.575,-3.264 9.712,-3.372a0.5,0.5 0,0 0,-0.619 -0.785,19.464 19.464,0 0,1 -9.2,3.163 11.451,11.451 0,0 1,-3.737 -0.029c2,-0.621 3.758,-1.488 4.548,-2.629 0.952,-1.375 0.377,-2.176 0.086,-2.457 -0.88,-0.846 -2.82,-0.664 -4.236,0.4 -1.065,0.8 -2.892,2.667 -2.476,4.2a29.559,29.559 0,0 1,-4.815 0.685,0.5 0.5,0 0,0 0.024,1zM230.304,117.565a3.514,3.514 0,0 1,2.051 -0.735,1.319 1.319,0 0,1 0.892,0.259c0.31,0.3 0,0.859 -0.214,1.168 -0.734,1.06 -2.664,1.894 -4.832,2.473 -0.234,-0.777 0.881,-2.248 2.099,-3.165zM196.104,128.115c0.6,0.044 1.242,0.066 1.9,0.066q0.6,0 1.15,-0.022a0.5,0.5 0,0 0,0.479 -0.521,0.5 0.5,0 0,0 -0.52,-0.479 26.784,26.784 0,0 1,-2.94 -0.042,0.494 0.494,0 0,0 -0.535,0.462 0.5,0.5 0,0 0,0.468 0.536zM261.144,128.745a19.926,19.926 0,0 0,-10.888 2.938,19.646 19.646,0 0,1 -19.87,0 21.646,21.646 0,0 0,-21.775 0,19.648 19.648,0 0,1 -19.871,0 27.517,27.517 0,0 0,-3.86 -1.825,8.043 8.043,0 0,1 -1.24,1.6l-0.067,0.067a23.017,23.017 0,0 1,4.215 1.913,21.646 21.646,0 0,0 21.775,0 19.648,19.648 0,0 1,19.871 0,21.644 21.644,0 0,0 21.774,0 18,18 0,0 1,9.936 -2.7,1 1,0 0,0 0,-2zM246.044,142.127q-0.448,0.142 -0.932,0.263a0.5,0.5 0,0 0,0.12 0.985,0.516 0.516,0 0,0 0.121,-0.015c0.345,-0.086 0.674,-0.18 0.992,-0.28a0.5,0.5 0,1 0,-0.3 -0.953zM187.36,125.3c0.313,0.17 0.626,0.34 0.944,0.507a0.5,0.5 0,0 0,0.466 -0.885c-0.313,-0.165 -0.624,-0.333 -0.936,-0.5a30.785,30.785 0,0 0,-3.129 -1.539,7.669 7.669,0 0,1 0.688,1.4c0.675,0.317 1.317,0.669 1.967,1.017zM241.26,142.915a26.531,26.531 0,0 1,-2.94 -0.042,0.5 0.5,0 0,0 -0.073,1c0.6,0.044 1.241,0.066 1.9,0.066q0.6,0 1.152,-0.022a0.5,0.5 0,0 0,0.479 -0.521,0.517 0.517,0 0,0 -0.52,-0.477zM260.969,137.304a19.715,19.715 0,0 0,-6.786 1.058,0.5 0.5,0 0,0 0.167,0.971 0.479,0.479 0,0 0,0.167 -0.029,18.767 18.767,0 0,1 6.451,-1 0.5,0.5 0,0 0,0 -1zM230.91,140.682c-0.314,-0.165 -0.624,-0.333 -0.934,-0.5a19.5,19.5 0,0 0,-10.648 -2.877,0.5 0.5,0 0,0 0,1 18.429,18.429 0,0 1,10.172 2.756c0.313,0.17 0.627,0.34 0.945,0.507a0.5,0.5 0,1 0,0.465 -0.885z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="57"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (999 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M186.068,174.772c1.01,-10.949 1.759,-25.609 0.451,-38.9l0.514,-0.514c5.006,-5.033 4.911,-12.421 -0.216,-17.577a12.97,12.97 0,0 0,-17.732 -0.631l-4.1,-1.107s0.429,-2.85 -0.321,-3.725a2.606,2.606 0,0 0,-1.935 -0.82s0.81,-4.055 -1.065,-5.555c-2.071,-1.656 -7.945,3 -7.945,3 -3.551,1.84 -9.684,4.594 -12.2,4.956 -2.875,0.413 -9.386,2.182 -15.237,3.867l-0.414,-0.417a12.97,12.97 0,0 0,-18.4 0,13.094 13.094,0 0,0 0,18.425l1.835,1.845a281.627,281.627 0,0 0,-0.386 35.906,21.818 21.818,0 0,0 -5.216,17.689c0.914,6.436 4.8,9.96 8.711,12.237a45.905,45.905 0,0 0,2.483 7.891,48.514 48.514,0 0,0 1.584,5.944c2.971,8.511 6.707,12.826 11.1,12.826a6.214,6.214 0,0 0,3.926 -1.4c1.7,-1.391 2.456,-3.106 2.576,-9.037 4.45,0.407 9.479,0.63 14.506,0.63 3.466,0 7.989,-0.107 12.491,-0.521 -0.062,5.242 0.283,7.251 2.332,8.929a6.041,6.041 0,0 0,3.818 1.358c5.994,0 9.9,-8.623 11.693,-13.763a54.51,54.51 0,0 0,2.272 -9.4,22.5 22.5,0 0,0 0.282,-1.662c5.6,-3.181 9.206,-8.133 10.03,-13.929a18.73,18.73 0,0 0,-5.437 -16.545z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="60"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (845 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M180.923,176.649c1.356,-13.432 2.047,-29.548 0.435,-42.9l2.282,-2.282c3.039,-3.056 2.813,-7.153 -0.227,-10.209a7.753,7.753 0,0 0,-11.006 0l-1.5,1.506 -10.849,-2.927V116.9l-5.485,0.652 1.837,-4.185s-9.323,4.837 -13.862,5.489c-3.256,0.468 -12.518,3.116 -17.495,4.577l-2.6,-2.612a7.753,7.753 0,0 0,-11.006 0,7.856 7.856,0 0,0 0,11.067l3.588,3.608c-1,8.19 -1.392,24.339 -0.5,39.878a16.356,16.356 0,0 0,-5.384 14.9c0.691,4.861 3.718,7.353 8.133,9.5a43.736,43.736 0,0 0,2.876 9.68,46.786 46.786,0 0,0 1.529,5.906c2.594,7.432 5.5,10.17 6.8,9.108 0.621,-0.509 0.764,-5.158 0.623,-10.882 10.036,1.55 27.191,1.879 37.611,0.037 -0.141,5.711 -0.339,10.337 0.281,10.845 1.3,1.062 4.686,-2.654 7.28,-10.086a49.724,49.724 0,0 0,2.075 -8.686c0.24,-1.009 0.389,-2.865 0.65,-4.129 4.971,-2.094 8.871,-5.932 9.619,-11.195 1.06,-7.448 -2.858,-11.281 -5.705,-13.723z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="63"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (2843 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M183.016,175.823c1.106,-11.346 2.011,-27.289 0.441,-41.342l1.6,-1.6c3.752,-3.772 3.659,-9.13 -0.223,-13.034a9.753,9.753 0,0 0,-13.842 0l-0.68,0.683 -8.249,-2.225v-1.4a2,2 0,0 0,-2.236 -1.986l-2.011,0.239 0.431,-0.982a2,2 0,0 0,-2.752 -2.579c-2.511,1.3 -9.781,4.79 -13.226,5.284 -3.123,0.449 -11.319,2.756 -16.631,4.3l-1.759,-1.769a9.752,9.752 0,0 0,-13.842 0,9.869 9.869,0 0,0 0,13.888l2.909,2.925c-0.839,7.717 -1.311,22.481 -0.456,38.32a18.247,18.247 0,0 0,-5.315 16.012c0.785,5.528 4.3,8.4 7.952,10.359a0.973,0.973 0,0 0,0.379 0.315l0.044,0.018a44.416,44.416 0,0 0,2.707 8.865,47.481 47.481,0 0,0 1.548,5.908c1.391,3.985 4.288,10.669 8.067,10.669a2.948,2.948 0,0 0,1.888 -0.672c0.741,-0.607 1.506,-1.232 1.4,-10.127a149.239,149.239 0,0 0,17.72 0.992,122.747 122.747,0 0,0 15.786,-0.912c-0.187,7.245 -0.156,9.04 1.075,10.048a2.777,2.777 0,0 0,1.78 0.631c3.395,0 6.7,-6 8.655,-11.606a51.053,51.053 0,0 0,2.149 -8.956c0.138,-0.606 0.239,-1.364 0.346,-2.163 0.043,-0.324 0.087,-0.653 0.133,-0.968a21.447,21.447 0,0 0,2.278 -1.27c0.384,-0.2 0.763,-0.42 1.127,-0.66a0.978,0.978 0,0 0,0.307 -0.341,15.378 15.378,0 0,0 6.094,-10.03 15.622,15.622 0,0 0,-5.594 -14.834zM186.631,190.377a13.725,13.725 0,0 1,-6.578 9.6c-4.748,2.479 -11.193,2.162 -11.262,2.162a1,1 0,0 0,-0.111 2c0.065,0 0.426,0.022 1,0.022a30.255,30.255 0,0 0,7.052 -0.837c-0.121,0.893 -0.231,1.788 -0.373,2.385a49.721,49.721 0,0 1,-2.075 8.686c-2.3,6.6 -5.231,10.265 -6.767,10.265a0.788,0.788 0,0 1,-0.513 -0.178c-0.588,-0.481 -0.44,-4.669 -0.3,-9.971a92.144,92.144 0,0 0,3.713 -0.719,0.5 0.5,0 1,0 -0.213,-0.977 95.1,95.1 0,0 1,-10.957 1.71c-3.286,0.248 -6.816,0.369 -10.368,0.369 -3.15,0 -6.3,-0.1 -9.3,-0.267a93.424,93.424 0,0 1,-15 -2.351,0.5 0.5,0 0,0 -0.265,0.965c0.06,0.016 1.8,0.483 4.818,1.03 0.114,5.411 -0.04,9.722 -0.637,10.211a0.956,0.956 0,0 1,-0.621 0.22c-1.47,0 -3.942,-2.918 -6.179,-9.328a46.793,46.793 0,0 1,-1.529 -5.906,37.051 37.051,0 0,1 -2.391,-7.444 43.727,43.727 0,0 0,9.71 1.22h0.005a1,1 0,0 0,0.005 -2c-0.065,0 -6.126,-0.055 -10.213,-1.46 -4.41,-2.147 -7.435,-4.639 -8.125,-9.5a16.356,16.356 0,0 1,5.384 -14.9c-0.888,-15.538 -0.5,-31.687 0.5,-39.878l-3.588,-3.608a7.856,7.856 0,0 1,0 -11.067,7.752 7.752,0 0,1 11.006,0l1.839,1.849c-6.694,2.774 -7.5,6.758 -7.537,6.949a0.5,0.5 0,0 0,0.983 0.183c0.008,-0.043 0.855,-3.866 7.552,-6.438 5.027,-1.473 14.049,-4.046 17.255,-4.507 4.54,-0.652 13.862,-5.489 13.862,-5.489l-1.837,4.185 5.485,-0.652v2.935l10.7,2.888c5.988,2.057 5.959,4.674 5.957,4.737a0.5,0.5 0,0 0,0.448 0.538h0.05a0.5,0.5 0,0 0,0.5 -0.45c0.014,-0.139 0.235,-3.223 -6.035,-5.565l0.726,-0.73a7.753,7.753 0,0 1,11.006 0c3.039,3.056 3.266,7.154 0.227,10.209l-2.282,2.282c1.562,12.943 0.959,28.472 -0.314,41.645l-3.794,-3.566a0.5,0.5 0,1 0,-0.685 0.729l4.357,4.1 0.01,0.009 1.883,1.77c0.011,0.01 0.025,0.014 0.037,0.024a13.352,13.352 0,0 1,3.779 11.911z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="199"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (921 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M170.579,168.566a0.439,0.439 0,0 0,-0.054 -0.187,0.471 0.471,0 0,0 -0.049,-0.078 0.485,0.485 0,0 0,-0.074 -0.073c-0.014,-0.012 -0.022,-0.028 -0.038,-0.038l-8.958,-5.92a0.5,0.5 0,0 0,-0.261 -0.083l-25.205,-0.746c-0.011,0 -0.021,0.005 -0.032,0.006a0.488,0.488 0,0 0,-0.115 0.021,17.081 17.081,0 0,0 -0.113,0.036l-8.846,4.957c-0.01,0.006 -0.013,0.018 -0.022,0.024a0.494,0.494 0,0 0,-0.189 0.208,0.5 0.5,0 0,0 -0.042,0.2l-0.08,7.691a0.5,0.5 0,0 0,0.495 0.5H127a0.5,0.5 0,0 0,0.5 -0.5l0.075,-7.174 14.4,0.657H142a0.5,0.5 0,0 0,0.022 -1l-13.17,-0.6 7.2,-4.033 24.924,0.737 7.375,4.874 -11.173,-0.325a0.514,0.514 0,0 0,-0.515 0.485,0.5 0.5,0 0,0 0.485,0.515l12.929,0.376h0.015a0.49,0.49 0,0 0,0.214 -0.053,0.481 0.481,0 0,0 0.05,-0.033 0.488,0.488 0,0 0,0.124 -0.113c0.008,-0.01 0.021,-0.015 0.029,-0.026s0.008,-0.024 0.014,-0.035a0.621,0.621 0,0 0,0.06 -0.187c0,-0.013 0.008,-0.024 0.009,-0.038a0.475,0.475 0,0 0,-0.013 -0.045z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_error_session_crashed.xml"
+ line="339"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (942 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M12,2C12.3601,2 12.6925,2.1937 12.87,2.507L15.6377,7.3912L21.1738,8.3682C21.5166,8.4287 21.8033,8.6631 21.9307,8.9871C22.058,9.3111 22.0077,9.678 21.7979,9.9558L18.0539,14.9111L18.9878,20.8445C19.0467,21.2186 18.8892,21.5938 18.581,21.8139C18.2728,22.0339 17.8668,22.061 17.5321,21.8838L12,18.955L6.4679,21.8838C6.1332,22.061 5.7271,22.0339 5.419,21.8139C5.1108,21.5938 4.9533,21.2186 5.0122,20.8445L5.9461,14.9111L2.2021,9.9558C1.9923,9.678 1.942,9.3111 2.0693,8.9871C2.1967,8.6631 2.4834,8.4287 2.8262,8.3682L8.3623,7.3912L11.13,2.507C11.3075,2.1937 11.6399,2 12,2ZM12,5.0283L9.87,8.7871C9.7229,9.0467 9.4676,9.227 9.1738,9.2789L4.7828,10.0538L7.7979,14.0442C7.9615,14.2608 8.03,14.5345 7.9878,14.8026L7.2986,19.181L11.5321,16.9397C11.8248,16.7848 12.1752,16.7848 12.4679,16.9397L16.7014,19.181L16.0122,14.8026C15.97,14.5345 16.0385,14.2608 16.2021,14.0442L19.2171,10.0538L14.8262,9.2789C14.5324,9.227 14.2771,9.0467 14.13,8.7871L12,5.0283Z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_favorite.xml"
+ line="11"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1213 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M15.171,18.905C15.309,19.012 15.472,19.065 15.634,19.065C15.857,19.065 16.077,18.967 16.224,18.779C22.187,11.194 20.62,6.279 19.155,4.025C17.121,0.892 12.879,-0.683 9.073,0.282C5.405,1.21 3.014,4.251 2.677,8.417C2.644,8.83 2.952,9.192 3.365,9.226C3.765,9.238 4.14,8.951 4.174,8.538C4.46,4.989 6.38,2.511 9.442,1.736C12.644,0.92 16.202,2.232 17.898,4.842C19.144,6.76 20.431,11.001 15.045,17.851C14.789,18.177 14.846,18.649 15.171,18.905ZM7.66,19.722C7.33,19.722 7.028,19.503 6.936,19.17C6.827,18.771 7.062,18.358 7.461,18.248C14.876,16.217 15.19,8.71 15.2,8.392C15.454,6.774 14.228,5.308 12.478,5.027C10.739,4.75 9.104,5.753 8.86,7.274L8.589,8.789C8.203,10.944 6.334,12.508 4.145,12.508H1.25C0.836,12.508 0.5,12.172 0.5,11.758C0.5,11.344 0.836,11.008 1.25,11.008H4.146C5.608,11.008 6.856,9.964 7.114,8.526L7.383,7.024C7.757,4.701 10.149,3.129 12.718,3.547C15.284,3.959 17.068,6.196 16.692,8.533C16.699,8.533 16.357,17.368 7.859,19.696C7.792,19.713 7.726,19.722 7.66,19.722ZM5.188,16H1.25C0.836,16 0.5,15.664 0.5,15.25C0.5,14.836 0.836,14.5 1.25,14.5H5.188C8.58,14.5 11.338,11.74 11.338,8.349V7.722C11.338,7.308 11.674,6.972 12.088,6.972C12.502,6.972 12.838,7.308 12.838,7.722V8.349C12.839,12.567 9.407,16 5.188,16Z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_fingerprint.xml"
+ line="11"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (3555 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M31.359,14.615h0c-0.044,-0.289 -0.088,-0.459 -0.088,-0.459s-0.113,0.131 -0.3,0.378A10.77,10.77 0,0 0,30.6 12.5a13.846,13.846 0,0 0,-0.937 -2.411,10.048 10.048,0 0,0 -0.856,-1.468q-0.176,-0.263 -0.359,-0.51c-0.57,-0.931 -1.224,-1.5 -1.981,-2.576a7.806,7.806 0,0 1,-0.991 -2.685A10.844,10.844 0,0 0,25 4.607c-0.777,-0.784 -1.453,-1.341 -1.861,-1.721C21.126,1.006 21.36,0.031 21.36,0.031h0S17.6,4.228 19.229,8.6a8.4,8.4 0,0 0,2.8 3.733c1.576,1.3 3.273,2.323 4.168,4.937a8.377,8.377 0,0 0,-3.144 -3.317,7.573 7.573,0 0,1 0.6,3 7.124,7.124 0,0 1,-8.711 6.94,6.561 6.561,0 0,1 -1.765,-0.6 7.183,7.183 0,0 1,-2.115 -1.955l-0.01,-0.017 0.126,0.046a6.5,6.5 0,0 0,0.9 0.241,5.628 5.628,0 0,0 3.583,-0.423c1.126,-0.625 1.808,-1.088 2.361,-0.905l0.01,0c0.54,0.172 0.966,-0.352 0.58,-0.9a2.94,2.94 0,0 0,-2.848 -1.112c-1.127,0.164 -2.16,0.965 -3.637,0.189a3.129,3.129 0,0 1,-0.277 -0.163c-0.1,-0.057 0.317,0.087 0.22,0.022a7.33,7.33 0,0 1,-0.928 -0.554c-0.022,-0.018 0.223,0.07 0.2,0.052a3.581,3.581 0,0 1,-0.968 -0.979,1.741 1.741,0 0,1 -0.066,-1.554 1.371,1.371 0,0 1,0.6 -0.564c0.191,0.094 0.309,0.165 0.309,0.165s-0.087,-0.16 -0.134,-0.244c0.017,-0.006 0.032,0 0.049,-0.011 0.167,0.072 0.537,0.26 0.732,0.375a1.016,1.016 0,0 1,0.335 0.3s0.067,-0.033 0.017,-0.173a0.9,0.9 0,0 0,-0.346 -0.424l0.016,0a2.94,2.94 0,0 1,0.426 0.265,2.079 2.079,0 0,0 0.17,-0.9 1.178,1.178 0,0 0,-0.069 -0.5c-0.053,-0.1 0.03,-0.14 0.123,-0.035a0.976,0.976 0,0 0,-0.079 -0.238v-0.008h0s0.053,-0.069 0.077,-0.094a1.43,1.43 0,0 1,0.216 -0.176,9.973 9.973,0 0,1 1.465,-0.747c0.414,-0.181 0.757,-0.319 0.827,-0.359a2.3,2.3 0,0 0,0.293 -0.225,1.968 1.968,0 0,0 0.66,-1.14 1.6,1.6 0,0 0,0.017 -0.178v-0.05l0,-0.03v0l0,-0.012v0l0,-0.013h0c-0.06,-0.225 -0.448,-0.394 -2.476,-0.584a1.773,1.773 0,0 1,-1.45 -1.36l0,0.009c-0.029,0.074 -0.055,0.149 -0.081,0.225 0.026,-0.075 0.052,-0.15 0.081,-0.225l0,-0.016a5.138,5.138 0,0 1,1.986 -2.466c0.052,-0.042 -0.208,0.011 -0.156,-0.032a5.156,5.156 0,0 1,0.53 -0.224c0.091,-0.038 -0.39,-0.222 -0.815,-0.177a2.2,2.2 0,0 0,-0.756 0.178c0.1,-0.086 0.4,-0.2 0.329,-0.2a4.865,4.865 0,0 0,-1.542 0.583,0.314 0.314,0 0,1 0.03,-0.14 2.4,2.4 0,0 0,-0.964 0.744,1.275 1.275,0 0,0 0.01,-0.174 2.876,2.876 0,0 0,-0.473 0.444l-0.009,0.007a6.285,6.285 0,0 0,-3.517 -0.3l-0.01,-0.009 0.012,0a2.943,2.943 0,0 1,-0.625 -0.7L6.1,5.852 6.081,5.83c-0.077,-0.114 -0.156,-0.243 -0.237,-0.387 -0.058,-0.1 -0.117,-0.217 -0.176,-0.338 0,-0.008 -0.009,-0.011 -0.013,-0.012 -0.024,0 -0.041,0.111 -0.061,0.082l0,-0.006a4.308,4.308 0,0 1,-0.283 -1.687l-0.016,0.008a1.884,1.884 0,0 0,-0.714 0.934c-0.061,0.137 -0.1,0.212 -0.14,0.287 0,0.006 0,-0.01 0,-0.035 0.009,-0.069 0.039,-0.211 0.032,-0.2s-0.012,0.019 -0.019,0.029a1.733,1.733 0,0 0,-0.251 0.372,2.355 2.355,0 0,0 -0.15,0.382c-0.006,0.021 0,-0.018 0,-0.064s0.009,-0.128 0,-0.111l-0.022,0.043a9.5,9.5 0,0 0,-0.8 3.035A3.022,3.022 0,0 0,3.2 8.7v0.016a6.628,6.628 0,0 0,-0.817 1.1,15.606 15.606,0 0,0 -1.727,4.23 10.351,10.351 0,0 1,0.925 -1.621,15 15,0 0,0 -1.045,5.5 14.233,14.233 0,0 1,0.45 -1.629A13.807,13.807 0,0 0,2.234 22.76a15.037,15.037 0,0 0,5.951 6.748h0a13.016,13.016 0,0 0,3.468 1.662c0.162,0.059 0.326,0.117 0.494,0.173 -0.053,-0.021 -0.1,-0.044 -0.153,-0.067a15.7,15.7 0,0 0,4.5 0.662c5.394,0 7.175,-2.054 7.339,-2.259h0a2.73,2.73 0,0 0,0.637 -0.856h0q0.156,-0.064 0.315,-0.137l0.067,-0.03 0.121,-0.057a11.312,11.312 0,0 0,2.277 -1.426,5.5 5.5,0 0,0 2.123,-3.1h0a1.938,1.938 0,0 0,0.029 -1.428q0.083,-0.131 0.171,-0.28a12.706,12.706 0,0 0,1.907 -6.181v-0.006c0,-0.059 0,-0.118 0,-0.177A7.731,7.731 0,0 0,31.359 14.615Z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_firefox.xml"
+ line="11"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1318 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;m4.0619,11c0.3733,-2.994 2.4011,-5.4742 5.1396,-6.4969 -0.0499,0.1367 -0.1001,0.2803 -0.1502,0.4307 -0.4736,1.4208 -0.9369,3.4437 -1.0331,6.0662zM10.9487,5.5662c0.2339,-0.7017 0.4652,-1.2202 0.6327,-1.5554 0.1386,-0.0071 0.2782,-0.0108 0.4186,-0.0108 0.1404,0 0.28,0.0036 0.4186,0.0108 0.1676,0.3353 0.3988,0.8537 0.6327,1.5554 0.4121,1.2364 0.8343,3.0468 0.9291,5.4338h-3.9608c0.0947,-2.387 0.5169,-4.1974 0.9291,-5.4338zM13.9804,13c-0.0948,2.387 -0.517,4.1974 -0.9291,5.4338 -0.2339,0.7017 -0.4651,1.2202 -0.6327,1.5554 -0.1386,0.0072 -0.2782,0.0108 -0.4186,0.0108 -0.1404,0 -0.28,-0.0036 -0.4186,-0.0108 -0.1676,-0.3352 -0.3988,-0.8537 -0.6327,-1.5554 -0.4121,-1.2364 -0.8343,-3.0468 -0.9291,-5.4338zM14.7985,19.4969c0.0499,-0.1368 0.1001,-0.2803 0.1502,-0.4307 0.4736,-1.4208 0.9369,-3.4437 1.0331,-6.0662h3.9563c-0.3733,2.994 -2.4011,5.4742 -5.1396,6.4969zM15.9818,11c-0.0962,-2.6225 -0.5595,-4.6455 -1.0331,-6.0662 -0.0501,-0.1504 -0.1003,-0.2939 -0.1502,-0.4307 2.7385,1.0227 4.7663,3.5029 5.1396,6.4969zM4.0619,13h3.9563c0.0962,2.6225 0.5595,4.6454 1.0331,6.0662 0.0269,0.0807 0.0538,0.1593 0.0807,0.236 0.0232,0.0664 0.0464,0.1313 0.0696,0.1947 -2.7385,-1.0227 -4.7663,-3.5029 -5.1396,-6.4969zM12,2c-5.5229,0 -10,4.4771 -10,10 0,5.5229 4.4771,10 10,10 5.5229,0 10,-4.4771 10,-10 0,-5.5229 -4.4771,-10 -10,-10z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_internet.xml"
+ line="11"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (2039 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;m9.8944,3.5528c-0.247,-0.494 -0.8477,-0.6942 -1.3416,-0.4472 -0.494,0.247 -0.6942,0.8477 -0.4472,1.3416l0.2764,0.5528h-5.382c-0.5523,0 -1,0.4477 -1,1 0,0.5523 0.4477,1 1,1h6.9797c0.0141,0.0003 0.0281,0.0003 0.0423,0h1.6451c-0.7152,2.1364 -1.7998,3.9404 -2.9531,5.4106 -0.6679,-0.6568 -1.3242,-1.5526 -1.7777,-2.7617 -0.1939,-0.5171 -0.7703,-0.7791 -1.2874,-0.5852 -0.5171,0.1939 -0.7791,0.7703 -0.5852,1.2874 0.5893,1.5715 1.4593,2.7316 2.3389,3.5735 -0.1204,0.1263 -0.2404,0.2491 -0.3596,0.3683 -0.9566,0.9566 -1.8526,1.6731 -2.5061,2.1484 -0.3264,0.2373 -0.5911,0.4137 -0.7712,0.5289 -0.09,0.0576 -0.1588,0.0999 -0.2034,0.1269l-0.0371,0.0221 -0.0114,0.0068 -0.0099,0.0058 -0.0012,0.0006c-0.4786,0.2744 -0.6447,0.8846 -0.3709,1.3637 0.274,0.4796 0.8849,0.6462 1.3644,0.3721l0.06,-0.0351 -0.0584,0.0343 0.0022,-0.0013 0.0063,-0.0037 0.0202,-0.0118c0.0168,-0.0098 0.0695,-0.0414 0.0695,-0.0414 0.0589,-0.0356 0.1425,-0.087 0.2478,-0.1544 0.2105,-0.1348 0.5083,-0.3334 0.8694,-0.5961 0.7216,-0.5248 1.7005,-1.3082 2.7439,-2.3516 0.1773,-0.1773 0.3567,-0.3624 0.5373,-0.5552 0.3924,0.2405 0.7462,0.4174 1.0292,0.5432 0.2008,0.0892 0.367,0.1532 0.4874,0.1961 0.0602,0.0214 0.1091,0.0377 0.1453,0.0492 0.0181,0.0058 0.033,0.0104 0.0446,0.0139l0.0148,0.0044 0.0055,0.0016 0.0023,0.0007 0.0019,0.0005c0.531,0.1518 1.0845,-0.1557 1.2362,-0.6868 0.1514,-0.5299 -0.1537,-1.082 -0.6827,-1.235l-0.0025,-0.0007 -0.0119,-0.0038c-0.0159,-0.0051 -0.0436,-0.0142 -0.082,-0.0279 -0.0769,-0.0274 -0.1958,-0.0728 -0.3466,-0.1399 -0.147,-0.0653 -0.3232,-0.1507 -0.5194,-0.2593 1.3691,-1.7529 2.6634,-3.955 3.4472,-6.6081h2.2364c0.5523,0 1,-0.4477 1,-1 0,-0.5523 -0.4477,-1 -1,-1h-2.9786c-0.0148,-0.0003 -0.0296,-0.0003 -0.0443,0h-2.3591zM18.6261,16h-3.2522l1.6261,-4.4025zM19.3649,18 L20.2558,20.4119c0.1722,0.4662 0.6898,0.7046 1.156,0.5324 0.4663,-0.1723 0.7047,-0.6898 0.5324,-1.1561l-3.6309,-9.8302c-0.4506,-1.2199 -2.176,-1.2199 -2.6266,0l-3.6309,9.8302c-0.1723,0.4663 0.0661,0.9838 0.5324,1.1561 0.4662,0.1722 0.9838,-0.0662 1.156,-0.5324l0.8909,-2.4119z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_language.xml"
+ line="11"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1195 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M77.898,44.179c-1.132,-2.722 -3.423,-5.66 -5.223,-6.589a27.016,27.016 0,0 1,2.636 7.901l0.005,0.043c-2.944,-7.338 -7.936,-10.297 -12.013,-16.739 -0.206,-0.326 -0.412,-0.652 -0.613,-0.997 -0.115,-0.196 -0.206,-0.374 -0.287,-0.539a4.741,4.741 0,0 1,-0.388 -1.029,0.068 0.068,0 0,0 -0.059,-0.07 0.088,0.088 0,0 0,-0.049 0l-0.013,0.007 -0.019,0.01 0.011,-0.015a18.999,18.999 0,0 0,-8.963 14.461,13.027 13.027,0 0,0 -7.165,2.761 7.74,7.74 0,0 0,-0.674 -0.509,12.061 12.061,0 0,1 -0.073,-6.363 19.285,19.285 0,0 0,-6.267 4.843l-0.012,0c-1.032,-1.307 -0.959,-5.62 -0.9,-6.52a4.68,4.68 0,0 0,-0.869 0.461,18.97 18.97,0 0,0 -2.544,2.18 22.8,22.8 0,0 0,-2.431 2.916l-0.001,0.004 0.001,-0.004a21.974,21.974 0,0 0,-3.493 7.887c-0.012,0.056 -0.023,0.115 -0.035,0.172 -0.049,0.229 -0.225,1.376 -0.256,1.626 -0.002,0.019 -0.004,0.038 -0.006,0.057a24.809,24.809 0,0 0,-0.422 3.592c-0,0.044 -0.003,0.088 -0.003,0.133A26.037,26.037 0,0 0,79.469 58.264c0.044,-0.333 0.079,-0.668 0.118,-1.004A26.762,26.762 0,0 0,77.898 44.179ZM47.89,64.556c0.122,0.058 0.236,0.122 0.361,0.177l0.018,0.011C48.143,64.684 48.017,64.621 47.89,64.556ZM53.855,48.855 L53.855,48.855 53.855,48.855ZM75.319,45.541l-0.003,-0.025 0.004,0.028Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_launcher_foreground.xml"
+ line="11"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (910 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M28.012,54.477c2.009,11.871 12.77,20.935 24.985,21.281 11.306,0.32 18.529,-6.242 21.513,-12.644a23.567,23.567 0,0 0,0.81 -17.569l-0.001,-0.003 -0.003,-0.025c-0.003,-0.019 -0.004,-0.031 -0.004,-0.024l0.005,0.043c0.923,6.03 -2.144,11.872 -6.939,15.822l-0.014,0.034c-9.343,7.608 -18.284,4.59 -20.094,3.355 -0.126,-0.061 -0.253,-0.124 -0.379,-0.189 -5.447,-2.603 -7.698,-7.566 -7.215,-11.822a6.687,6.687 0,0 1,-6.168 -3.879,9.821 9.821,0 0,1 9.572,-0.384 12.964,12.964 0,0 0,9.775 0.384c-0.01,-0.212 -4.541,-2.014 -6.308,-3.754 -0.944,-0.93 -1.392,-1.378 -1.789,-1.715a7.74,7.74 0,0 0,-0.674 -0.509c-0.155,-0.106 -0.329,-0.22 -0.54,-0.357 -1.899,-1.234 -5.675,-1.166 -5.8,-1.163l-0.012,0c-1.032,-1.307 -0.959,-5.62 -0.9,-6.52a4.68,4.68 0,0 0,-0.869 0.461,18.97 18.97,0 0,0 -2.544,2.18 22.8,22.8 0,0 0,-2.431 2.916l-0.001,0.004 0.001,-0.004a21.974,21.974 0,0 0,-3.493 7.887C28.481,48.337 27.556,52.38 28.012,54.477Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_launcher_foreground.xml"
+ line="130"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1537 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M77.898,44.179c-1.132,-2.722 -3.423,-5.66 -5.223,-6.589a27.016,27.016 0,0 1,2.636 7.901l0.005,0.043c-2.944,-7.338 -7.936,-10.297 -12.013,-16.739 -0.206,-0.326 -0.412,-0.652 -0.613,-0.997 -0.115,-0.196 -0.206,-0.374 -0.287,-0.539a4.741,4.741 0,0 1,-0.388 -1.029,0.068 0.068,0 0,0 -0.059,-0.07 0.088,0.088 0,0 0,-0.049 0l-0.013,0.007 -0.019,0.01 0.011,-0.015a18.999,18.999 0,0 0,-8.963 14.461c0.303,-0.021 0.606,-0.047 0.914,-0.047a13.14,13.14 0,0 1,11.408 6.661,8.989 8.989,0 0,0 -6.278,-1.524C68.333,50.396 65.819,66.518 52.843,65.909a11.563,11.563 0,0 1,-3.388 -0.653c-0.255,-0.095 -0.51,-0.2 -0.765,-0.313 -0.147,-0.067 -0.294,-0.135 -0.439,-0.21l0.018,0.011c-0.126,-0.061 -0.253,-0.124 -0.379,-0.189 0.122,0.058 0.236,0.122 0.361,0.177a10.992,10.992 0,0 1,-6.133 -8.52s1.202,-4.478 8.605,-4.478c0.8,0 3.088,-2.233 3.131,-2.881l-0,0 0,-0c-0.01,-0.212 -4.541,-2.014 -6.308,-3.754 -0.944,-0.93 -1.392,-1.378 -1.789,-1.715a7.74,7.74 0,0 0,-0.674 -0.509,12.061 12.061,0 0,1 -0.073,-6.363 19.285,19.285 0,0 0,-6.267 4.843l-0.012,0c-1.032,-1.307 -0.959,-5.62 -0.9,-6.52a4.68,4.68 0,0 0,-0.869 0.461,18.97 18.97,0 0,0 -2.544,2.18 22.8,22.8 0,0 0,-2.431 2.916l-0.001,0.004 0.001,-0.004a21.974,21.974 0,0 0,-3.493 7.887c-0.012,0.056 -0.023,0.115 -0.035,0.172 -0.049,0.229 -0.269,1.392 -0.3,1.642 -0.002,0.019 0.002,-0.019 0,0a30.284,30.284 0,0 0,-0.384 3.632c-0,0.044 -0.003,0.088 -0.003,0.133A26.037,26.037 0,0 0,79.469 58.264c0.044,-0.333 0.079,-0.668 0.118,-1.004A26.762,26.762 0,0 0,77.898 44.179ZM75.315,45.516 L75.32,45.544 75.319,45.541Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/ic_launcher_foreground.xml"
+ line="200"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1195 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M77.898,44.179c-1.132,-2.722 -3.423,-5.66 -5.223,-6.589a27.016,27.016 0,0 1,2.636 7.901l0.005,0.043c-2.944,-7.338 -7.936,-10.297 -12.013,-16.739 -0.206,-0.326 -0.412,-0.652 -0.613,-0.997 -0.115,-0.196 -0.206,-0.374 -0.287,-0.539a4.741,4.741 0,0 1,-0.388 -1.029,0.068 0.068,0 0,0 -0.059,-0.07 0.088,0.088 0,0 0,-0.049 0l-0.013,0.007 -0.019,0.01 0.011,-0.015a18.999,18.999 0,0 0,-8.963 14.461,13.027 13.027,0 0,0 -7.165,2.761 7.74,7.74 0,0 0,-0.674 -0.509,12.061 12.061,0 0,1 -0.073,-6.363 19.285,19.285 0,0 0,-6.267 4.843l-0.012,0c-1.032,-1.307 -0.959,-5.62 -0.9,-6.52a4.68,4.68 0,0 0,-0.869 0.461,18.97 18.97,0 0,0 -2.544,2.18 22.8,22.8 0,0 0,-2.431 2.916l-0.001,0.004 0.001,-0.004a21.974,21.974 0,0 0,-3.493 7.887c-0.012,0.056 -0.023,0.115 -0.035,0.172 -0.049,0.229 -0.225,1.376 -0.256,1.626 -0.002,0.019 -0.004,0.038 -0.006,0.057a24.809,24.809 0,0 0,-0.422 3.592c-0,0.044 -0.003,0.088 -0.003,0.133A26.037,26.037 0,0 0,79.469 58.264c0.044,-0.333 0.079,-0.668 0.118,-1.004A26.762,26.762 0,0 0,77.898 44.179ZM47.89,64.556c0.122,0.058 0.236,0.122 0.361,0.177l0.018,0.011C48.143,64.684 48.017,64.621 47.89,64.556ZM53.855,48.855 L53.855,48.855 53.855,48.855ZM75.319,45.541l-0.003,-0.025 0.004,0.028Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable-v24/ic_splash_screen.xml"
+ line="11"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (910 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M28.012,54.477c2.009,11.871 12.77,20.935 24.985,21.281 11.306,0.32 18.529,-6.242 21.513,-12.644a23.567,23.567 0,0 0,0.81 -17.569l-0.001,-0.003 -0.003,-0.025c-0.003,-0.019 -0.004,-0.031 -0.004,-0.024l0.005,0.043c0.923,6.03 -2.144,11.872 -6.939,15.822l-0.014,0.034c-9.343,7.608 -18.284,4.59 -20.094,3.355 -0.126,-0.061 -0.253,-0.124 -0.379,-0.189 -5.447,-2.603 -7.698,-7.566 -7.215,-11.822a6.687,6.687 0,0 1,-6.168 -3.879,9.821 9.821,0 0,1 9.572,-0.384 12.964,12.964 0,0 0,9.775 0.384c-0.01,-0.212 -4.541,-2.014 -6.308,-3.754 -0.944,-0.93 -1.392,-1.378 -1.789,-1.715a7.74,7.74 0,0 0,-0.674 -0.509c-0.155,-0.106 -0.329,-0.22 -0.54,-0.357 -1.899,-1.234 -5.675,-1.166 -5.8,-1.163l-0.012,0c-1.032,-1.307 -0.959,-5.62 -0.9,-6.52a4.68,4.68 0,0 0,-0.869 0.461,18.97 18.97,0 0,0 -2.544,2.18 22.8,22.8 0,0 0,-2.431 2.916l-0.001,0.004 0.001,-0.004a21.974,21.974 0,0 0,-3.493 7.887C28.481,48.337 27.556,52.38 28.012,54.477Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable-v24/ic_splash_screen.xml"
+ line="130"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1537 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M77.898,44.179c-1.132,-2.722 -3.423,-5.66 -5.223,-6.589a27.016,27.016 0,0 1,2.636 7.901l0.005,0.043c-2.944,-7.338 -7.936,-10.297 -12.013,-16.739 -0.206,-0.326 -0.412,-0.652 -0.613,-0.997 -0.115,-0.196 -0.206,-0.374 -0.287,-0.539a4.741,4.741 0,0 1,-0.388 -1.029,0.068 0.068,0 0,0 -0.059,-0.07 0.088,0.088 0,0 0,-0.049 0l-0.013,0.007 -0.019,0.01 0.011,-0.015a18.999,18.999 0,0 0,-8.963 14.461c0.303,-0.021 0.606,-0.047 0.914,-0.047a13.14,13.14 0,0 1,11.408 6.661,8.989 8.989,0 0,0 -6.278,-1.524C68.333,50.396 65.819,66.518 52.843,65.909a11.563,11.563 0,0 1,-3.388 -0.653c-0.255,-0.095 -0.51,-0.2 -0.765,-0.313 -0.147,-0.067 -0.294,-0.135 -0.439,-0.21l0.018,0.011c-0.126,-0.061 -0.253,-0.124 -0.379,-0.189 0.122,0.058 0.236,0.122 0.361,0.177a10.992,10.992 0,0 1,-6.133 -8.52s1.202,-4.478 8.605,-4.478c0.8,0 3.088,-2.233 3.131,-2.881l-0,0 0,-0c-0.01,-0.212 -4.541,-2.014 -6.308,-3.754 -0.944,-0.93 -1.392,-1.378 -1.789,-1.715a7.74,7.74 0,0 0,-0.674 -0.509,12.061 12.061,0 0,1 -0.073,-6.363 19.285,19.285 0,0 0,-6.267 4.843l-0.012,0c-1.032,-1.307 -0.959,-5.62 -0.9,-6.52a4.68,4.68 0,0 0,-0.869 0.461,18.97 18.97,0 0,0 -2.544,2.18 22.8,22.8 0,0 0,-2.431 2.916l-0.001,0.004 0.001,-0.004a21.974,21.974 0,0 0,-3.493 7.887c-0.012,0.056 -0.023,0.115 -0.035,0.172 -0.049,0.229 -0.269,1.392 -0.3,1.642 -0.002,0.019 0.002,-0.019 0,0a30.284,30.284 0,0 0,-0.384 3.632c-0,0.044 -0.003,0.088 -0.003,0.133A26.037,26.037 0,0 0,79.469 58.264c0.044,-0.333 0.079,-0.668 0.118,-1.004A26.762,26.762 0,0 0,77.898 44.179ZM75.315,45.516 L75.32,45.544 75.319,45.541Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable-v24/ic_splash_screen.xml"
+ line="200"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1636 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M57.8336,20.7447C56.5273,17.6147 53.8834,14.2285 51.807,13.16C53.4969,16.4651 54.4752,19.7801 54.8488,22.2543C54.8488,22.2543 54.8488,22.2713 54.8488,22.3041C51.4519,13.8586 45.6921,10.4525 40.9889,3.0371C40.7508,2.6615 40.514,2.2859 40.2759,1.8889C40.1433,1.6627 40.0377,1.4621 39.945,1.2686C39.7501,0.8923 39.5998,0.4945 39.4973,0.0834C39.4978,0.064 39.491,0.0452 39.4784,0.0305C39.4657,0.0157 39.4481,0.0062 39.4288,0.0038C39.4101,-0.0013 39.3904,-0.0013 39.3718,0.0038L39.3575,0.0123C39.3499,0.0152 39.3428,0.019 39.3361,0.0237L39.3475,0.0066C31.8022,4.4172 29.2424,12.5724 29.0071,16.6529C25.9924,16.8584 23.1099,17.9661 20.736,19.8313C20.4873,19.6219 20.2274,19.4263 19.9573,19.2451C19.2729,16.8552 19.2439,14.3258 19.8732,11.9208C16.7872,13.3222 14.3871,15.5388 12.643,17.4951H12.6487C11.458,15.9913 11.5421,11.0273 11.6091,9.9901C11.5949,9.9261 10.7207,10.4425 10.6109,10.5208C9.5599,11.2694 8.5773,12.1092 7.6746,13.0305C6.6477,14.0695 5.7094,15.1922 4.8696,16.3868C2.9357,19.1178 1.5631,22.2039 0.831,25.4669C0.8167,25.5309 0.8039,25.5992 0.791,25.6646C0.734,25.9278 0.5301,27.2481 0.4944,27.5355C0.4944,27.5569 0.4944,27.5782 0.4944,27.601C0.231,28.9655 0.068,30.3473 0.0067,31.7355C0.0067,31.7868 0.0067,31.8365 0.0067,31.8878C0.0067,48.4373 13.4559,61.8525 30.0453,61.8525C44.902,61.8525 57.2389,51.0921 59.6532,36.9542C59.7046,36.5715 59.7445,36.1859 59.7958,35.7989C60.3791,30.6628 59.7089,25.2606 57.8336,20.7447ZM23.2116,44.2003C23.3542,44.2672 23.484,44.3426 23.628,44.4038L23.648,44.4166C23.5025,44.3468 23.3571,44.2743 23.2116,44.2003ZM54.8602,22.3126V22.2827C54.8596,22.2936 54.8596,22.3045 54.8602,22.3154V22.3126Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/onboarding_logo.xml"
+ line="12"
+ column="27"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1116 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M0.2788,32.5978C2.5961,46.2562 15.0115,56.695 29.1052,57.0934C42.1495,57.4619 50.4834,49.9085 53.9188,42.5386C56.1434,37.7752 57.6878,29.9813 54.8543,22.3155V22.2856C54.8543,22.2643 54.8543,22.25 54.8543,22.2572C54.8543,22.2643 54.8543,22.2742 54.8543,22.307C55.9195,29.2486 52.38,35.9654 46.8483,40.5183L46.8312,40.5567C36.0516,49.3138 25.7369,45.8408 23.6477,44.418C23.5051,44.3483 23.3625,44.2758 23.2113,44.2018C16.9252,41.204 14.3298,35.4917 14.886,30.5931C9.5796,30.5931 7.7699,26.1271 7.7699,26.1271C7.7699,26.1271 12.5344,22.7381 18.8133,25.686C24.6303,28.4163 30.0921,26.1285 30.0921,26.1285C30.0807,25.8838 24.8527,23.8094 22.8192,21.8062C21.7296,20.7362 21.2134,20.2198 20.7556,19.8328C20.507,19.6234 20.247,19.4277 19.977,19.2466C19.7987,19.1243 19.5977,18.9934 19.3538,18.8354C17.1634,17.4127 12.8068,17.4938 12.6627,17.4966H12.6513C11.4606,15.9928 11.5447,11.0288 11.6117,9.9916C11.5975,9.9275 10.7233,10.444 10.6135,10.5223C9.5625,11.2708 8.5799,12.1107 7.6772,13.032C6.6503,14.071 5.712,15.1937 4.8721,16.3883C2.9385,19.1189 1.5659,22.2044 0.8335,25.4669C0.815,25.5295 -0.2474,30.1833 0.2788,32.5978Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/onboarding_logo.xml"
+ line="131"
+ column="27"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (2094 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M57.8344,20.7447C56.5281,17.6147 53.8842,14.2285 51.8078,13.16C53.4977,16.4651 54.476,19.7801 54.8496,22.2543C54.8496,22.2543 54.8496,22.2713 54.8496,22.3041C51.4527,13.8586 45.6928,10.4525 40.9897,3.0371C40.7515,2.6615 40.5148,2.2859 40.2767,1.8889C40.144,1.6627 40.0385,1.4621 39.9458,1.2686C39.7509,0.8923 39.6006,0.4945 39.498,0.0834C39.4985,0.064 39.4918,0.0452 39.4792,0.0305C39.4665,0.0157 39.4488,0.0062 39.4296,0.0038C39.4109,-0.0013 39.3912,-0.0013 39.3725,0.0038L39.3583,0.0123C39.3507,0.0152 39.3435,0.019 39.3369,0.0237L39.3483,0.0066C31.803,4.4172 29.2432,12.5724 29.0079,16.6529C29.3573,16.6287 29.7067,16.5988 30.0632,16.5988C35.6933,16.5988 40.599,19.6876 43.2243,24.2661C41.6214,23.1421 38.7493,22.0323 35.9814,22.5118C46.7866,27.9012 43.886,46.4582 28.9138,45.7568C27.5804,45.7035 26.2627,45.4503 25.0049,45.0056C24.7112,44.896 24.4174,44.7751 24.1236,44.6456C23.9539,44.5688 23.7842,44.4905 23.6174,44.4038L23.6373,44.4166C23.4947,44.3468 23.3521,44.2743 23.201,44.2003C23.3436,44.2672 23.4733,44.3426 23.6174,44.4038C19.9481,42.5129 16.9149,38.9375 16.5413,34.5967C16.5413,34.5967 17.9274,29.442 26.4695,29.442C27.3936,29.442 30.0347,26.8725 30.0817,26.127C30.0703,25.8823 24.8424,23.8079 22.8088,21.8047C21.7193,20.7348 21.2031,20.2183 20.7453,19.8313C20.4966,19.6219 20.2367,19.4263 19.9667,19.2451C19.2823,16.8552 19.2532,14.3258 19.8825,11.9208C16.7965,13.3222 14.3965,15.5388 12.6524,17.4951H12.6495C11.4588,15.9913 11.5429,11.0273 11.6099,9.9901C11.5957,9.9261 10.7215,10.4425 10.6117,10.5208C9.5607,11.2694 8.5781,12.1092 7.6754,13.0305C6.6485,14.0695 5.7102,15.1922 4.8703,16.3868C2.9365,19.1178 1.5639,22.2039 0.8317,25.4669C0.8175,25.5309 0.8046,25.5992 0.7918,25.6646C0.7348,25.9278 0.4809,27.2666 0.4453,27.554C0.2132,28.9377 0.0651,30.3341 0.0018,31.7355C0.0018,31.7868 0.0018,31.8365 0.0018,31.8878C0.0018,48.4373 13.451,61.8525 30.0404,61.8525C44.8971,61.8525 57.234,51.0921 59.6483,36.9542C59.6997,36.5715 59.7396,36.1859 59.7909,35.7989C60.3799,30.6628 59.7096,25.2606 57.8344,20.7447ZM54.861,22.2827C54.8603,22.2936 54.8603,22.3045 54.861,22.3154V22.2827Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/onboarding_logo.xml"
+ line="201"
+ column="27"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (927 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M7.128,2.5c-1.55,0 -2.187,0.123 -2.846,0.475a3.135,3.135 0,0 0,-1.307 1.307c-0.352,0.659 -0.475,1.296 -0.475,2.846v9.744c0,1.55 0.123,2.187 0.475,2.846a3.135,3.135 0,0 0,1.307 1.307c0.659,0.352 1.296,0.475 2.846,0.475h9.744c1.55,0 2.187,-0.123 2.846,-0.475a3.135,3.135 0,0 0,1.307 -1.307c0.352,-0.659 0.475,-1.296 0.475,-2.846L21.5,7.128c0,-1.55 -0.123,-2.187 -0.475,-2.846a3.135,3.135 0,0 0,-1.307 -1.307c-0.659,-0.352 -1.296,-0.475 -2.846,-0.475zM6.564,3.5h10.872c0.888,0 1.324,0.084 1.777,0.326 0.413,0.221 0.74,0.548 0.96,0.961 0.243,0.453 0.327,0.889 0.327,1.777v10.872c0,0.888 -0.084,1.324 -0.326,1.777 -0.221,0.413 -0.548,0.74 -0.961,0.96 -0.453,0.243 -0.889,0.327 -1.777,0.327L6.564,20.5c-0.888,0 -1.324,-0.084 -1.777,-0.326a2.317,2.317 0,0 1,-0.96 -0.961c-0.243,-0.453 -0.327,-0.889 -0.327,-1.777L3.5,6.564c0,-0.888 0.084,-1.324 0.326,-1.777 0.221,-0.413 0.548,-0.74 0.961,-0.96 0.453,-0.243 0.889,-0.327 1.777,-0.327z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/tab_number_border.xml"
+ line="14"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1257 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M75.023,27.16c-1.643,-3.951 -4.969,-8.216 -7.582,-9.565a39.215,39.215 0,0 1,3.827 11.47l0.007,0.063C67.002,18.477 59.756,14.182 53.838,4.83c-0.299,-0.473 -0.598,-0.947 -0.89,-1.447 -0.166,-0.285 -0.3,-0.543 -0.416,-0.782a6.882,6.882 0,0 1,-0.564 -1.494,0.099 0.099,0 0,0 -0.086,-0.101 0.128,0.128 0,0 0,-0.071 0c-0.005,0.002 -0.013,0.008 -0.019,0.01 -0.008,0.003 -0.019,0.011 -0.028,0.015l0.015,-0.021C42.287,6.569 39.066,16.855 38.77,22.001a18.91,18.91 0,0 0,-10.401 4.008,11.236 11.236,0 0,0 -0.979,-0.739 17.509,17.509 0,0 1,-0.106 -9.236,27.994 27.994,0 0,0 -9.097,7.03l-0.018,0c-1.498,-1.898 -1.393,-8.157 -1.307,-9.464a6.794,6.794 0,0 0,-1.262 0.669,27.537 27.537,0 0,0 -3.693,3.164 33.098,33.098 0,0 0,-3.529 4.232l-0.002,0.006 0.002,-0.006a31.897,31.897 0,0 0,-5.071 11.449c-0.018,0.082 -0.033,0.167 -0.051,0.249 -0.071,0.333 -0.327,1.997 -0.372,2.36 -0.003,0.028 -0.005,0.055 -0.008,0.082a36.013,36.013 0,0 0,-0.613 5.214c-0,0.065 -0.004,0.128 -0.004,0.193a37.795,37.795 0,0 0,75.044 6.394c0.064,-0.484 0.115,-0.97 0.172,-1.458A38.847,38.847 0,0 0,75.023 27.16ZM31.464,56.74c0.177,0.084 0.343,0.177 0.524,0.258l0.026,0.016C31.83,56.926 31.647,56.834 31.464,56.74ZM40.121,33.948 L40.122,33.948 40.122,33.948ZM71.279,29.138l-0.005,-0.037 0.006,0.041Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/wordmark2.xml"
+ line="12"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (930 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M2.608,42.109c2.916,17.232 18.536,30.389 36.268,30.891C55.288,73.464 65.773,63.938 70.104,54.645A34.21,34.21 0,0 0,71.28 29.142l-0.001,-0.004 -0.005,-0.037c-0.004,-0.028 -0.006,-0.045 -0.006,-0.036l0.007,0.063C72.616,37.881 68.163,46.361 61.203,52.095l-0.021,0.049c-13.563,11.043 -26.541,6.663 -29.169,4.87 -0.183,-0.088 -0.367,-0.18 -0.55,-0.274C23.556,52.961 20.29,45.757 20.99,39.579A9.706,9.706 0,0 1,12.037 33.948a14.256,14.256 0,0 1,13.895 -0.557,18.818 18.818,0 0,0 14.19,0.557c-0.014,-0.307 -6.592,-2.923 -9.156,-5.45 -1.37,-1.35 -2.021,-2.001 -2.597,-2.489a11.236,11.236 0,0 0,-0.979 -0.739c-0.225,-0.153 -0.477,-0.319 -0.783,-0.518 -2.756,-1.791 -8.238,-1.693 -8.42,-1.688l-0.018,0c-1.498,-1.898 -1.393,-8.157 -1.307,-9.464a6.794,6.794 0,0 0,-1.262 0.669,27.537 27.537,0 0,0 -3.693,3.164 33.098,33.098 0,0 0,-3.529 4.232l-0.002,0.006 0.002,-0.006a31.897,31.897 0,0 0,-5.071 11.449C3.288,33.196 1.946,39.065 2.608,42.109Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/wordmark2.xml"
+ line="131"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1621 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M75.023,27.16c-1.643,-3.951 -4.969,-8.216 -7.582,-9.565a39.215,39.215 0,0 1,3.827 11.47l0.007,0.063C67.002,18.477 59.756,14.182 53.838,4.83c-0.299,-0.473 -0.598,-0.947 -0.89,-1.447 -0.166,-0.285 -0.3,-0.543 -0.416,-0.782a6.882,6.882 0,0 1,-0.564 -1.494,0.099 0.099,0 0,0 -0.086,-0.101 0.128,0.128 0,0 0,-0.071 0c-0.005,0.002 -0.013,0.008 -0.019,0.01 -0.008,0.003 -0.019,0.011 -0.028,0.015l0.015,-0.021C42.287,6.569 39.066,16.855 38.77,22.001c0.44,-0.031 0.879,-0.068 1.327,-0.068a19.073,19.073 0,0 1,16.56 9.669,13.048 13.048,0 0,0 -9.112,-2.212c13.593,6.796 9.944,30.198 -8.892,29.314a16.786,16.786 0,0 1,-4.918 -0.948c-0.37,-0.138 -0.74,-0.291 -1.11,-0.454 -0.213,-0.097 -0.426,-0.196 -0.637,-0.304l0.026,0.016c-0.183,-0.088 -0.367,-0.18 -0.55,-0.274 0.177,0.084 0.343,0.177 0.524,0.258 -4.615,-2.385 -8.426,-6.893 -8.902,-12.367 0,0 1.744,-6.5 12.491,-6.5 1.162,0 4.483,-3.242 4.545,-4.182l-0.001,0 0.001,-0c-0.014,-0.307 -6.592,-2.923 -9.156,-5.45 -1.37,-1.35 -2.021,-2.001 -2.597,-2.489a11.236,11.236 0,0 0,-0.979 -0.739,17.509 17.509,0 0,1 -0.106,-9.236 27.994,27.994 0,0 0,-9.097 7.03l-0.018,0c-1.498,-1.898 -1.393,-8.157 -1.307,-9.464a6.794,6.794 0,0 0,-1.262 0.669,27.537 27.537,0 0,0 -3.693,3.164 33.098,33.098 0,0 0,-3.529 4.232l-0.002,0.006 0.002,-0.006a31.897,31.897 0,0 0,-5.071 11.449c-0.018,0.082 -0.033,0.167 -0.051,0.249 -0.071,0.333 -0.391,2.021 -0.436,2.383 -0.003,0.028 0.003,-0.028 0,0a43.958,43.958 0,0 0,-0.557 5.273c-0,0.065 -0.004,0.128 -0.004,0.193a37.795,37.795 0,0 0,75.044 6.394c0.064,-0.484 0.115,-0.97 0.172,-1.458A38.847,38.847 0,0 0,75.023 27.16ZM71.274,29.101l0.006,0.041 -0.001,-0.004Z&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/wordmark2.xml"
+ line="201"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="VectorPath"
+ message="Very long vector path (1337 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
+ errorLine1=" android:pathData=&quot;M96.972,23.989h21.427v5.795L103.119,29.784v7.858h15.28v5.751L103.119,43.392L103.119,56.036L96.972,56.036ZM125.688,21.75a3.447,3.447 0,0 1,3.557 3.6,3.579 3.579,0 0,1 -7.157,0.088A3.555,3.555 0,0 1,125.688 21.75ZM122.658,32.33h6.059L128.718,56.036h-6.059ZM146.281,38.915a4.897,4.897 0,0 0,-2.942 -1.054c-2.459,0 -3.864,1.58 -3.864,5.048v13.126h-6.015L133.46,32.33h5.752L139.212,35.754a5.65,5.65 0,0 1,5.664 -3.644,7.187 7.187,0 0,1 4.04,1.229ZM148.784,44.314a12.128,12.128 0,0 1,12.207 -12.467c7.113,0 12.163,5.048 12.163,12.072v2.502L154.711,46.422c0.659,2.985 2.986,4.961 6.542,4.961a6.355,6.355 0,0 0,5.884 -3.512l5.049,3.029c-2.503,3.688 -6.059,5.619 -11.109,5.619C153.394,56.518 148.784,51.382 148.784,44.314ZM154.799,41.636h12.47c-0.659,-3.029 -3.117,-4.697 -6.323,-4.697A6.09,6.09 0,0 0,154.799 41.637ZM174.646,32.33h4.259L178.905,31.144c0,-6.453 2.722,-9.131 8.694,-9.131h2.108v5.224h-1.712c-2.81,0 -3.425,0.966 -3.425,3.907L184.569,32.33h5.137v5.444h-5.006L184.701,56.036h-5.796L178.905,37.773h-4.259ZM190.848,44.183a12.139,12.139 0,0 1,12.382 -12.336,12.336 12.336,0 1,1 0,24.672A11.958,11.958 0,0 1,190.848 44.183ZM209.728,44.183a6.502,6.502 0,1 0,-12.997 0,6.502 6.502,0 1,0 12.997,0ZM223.779,43.919L215.217,32.33h7.113l5.049,7.287 5.181,-7.287h6.981l-8.694,11.546 9.133,12.16L232.912,56.036l-5.664,-7.726 -5.489,7.726h-7.069Z&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/drawable/wordmark2.xml"
+ line="215"
+ column="25"/>
+ </issue>
+
+ <issue
+ id="AutoboxingStateCreation"
+ message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
+ errorLine1=" mutableStateOf(sitePermissionOptionSelected.prefKeyId)"
+ errorLine2=" ~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/settings/permissions/permissionoptions/SitePermissionOptionsFragment.kt"
+ line="110"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="AutoboxingStateCreation"
+ message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
+ errorLine1=" mutableStateOf(AutoplayOption.BlockAudioOnly().prefKeyId)"
+ errorLine2=" ~~~~~~~~~~~~~~">
+ <location
+ file="src/main/java/org/mozilla/focus/settings/permissions/permissionoptions/SitePermissionOptionsFragmentCompose.kt"
+ line="64"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;@color/settings_background&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/fragment_about.xml"
+ line="9"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;@color/settings_background&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/fragment_autocomplete_add_domain.xml"
+ line="10"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;@color/settings_background&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/fragment_autocomplete_customdomains.xml"
+ line="10"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `@color/photonGrey10` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;@color/photonGrey10&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/fragment_crash_reporter.xml"
+ line="12"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;@color/settings_background&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/fragment_exceptions_domains.xml"
+ line="10"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;@color/settings_background&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/fragment_settings.xml"
+ line="11"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;@color/settings_background&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/fragment_studies.xml"
+ line="10"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `?selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;?selectableItemBackground&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_add_custom_domain.xml"
+ line="14"
+ column="5"/>
+ </issue>
+
+ <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/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;?android:attr/selectableItemBackground&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/search_engine_checkbox_button.xml"
+ line="12"
+ column="5"/>
+ </issue>
+
+ <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/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;?android:attr/selectableItemBackground&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/search_engine_radio_button.xml"
+ line="10"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="Overdraw"
+ message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)"
+ errorLine1=" android:background=&quot;@color/settings_background&quot;/>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/toolbar.xml"
+ line="9"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.layout.activity_info` appears to be unused"
+ errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/layout/activity_info.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.useragent_appname` appears to be unused"
+ errorLine1=" &lt;string name=&quot;useragent_appname&quot; translatable=&quot;false&quot;>Focus&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/app.xml"
+ line="9"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.background_snackbar` appears to be unused"
+ errorLine1="&lt;layer-list xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/background_snackbar.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.background` appears to be unused"
+ errorLine1=" &lt;color name=&quot;background&quot;>@color/colorPrimary&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="16"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.colorTextInactive` appears to be unused"
+ errorLine1=" &lt;color name=&quot;colorTextInactive&quot;>#80FFFFFF&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="19"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.statusBarBackground` appears to be unused"
+ errorLine1=" &lt;color name=&quot;statusBarBackground&quot;>@color/background&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="21"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.colorCursor` appears to be unused"
+ errorLine1=" &lt;color name=&quot;colorCursor&quot;>#ccffffff&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="23"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.homeGradient1` appears to be unused"
+ errorLine1=" &lt;color name=&quot;homeGradient1&quot;>#D3D4FA&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="38"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.homeGradient2` appears to be unused"
+ errorLine1=" &lt;color name=&quot;homeGradient2&quot;>#D7D6F9&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="39"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.homeGradient3` appears to be unused"
+ errorLine1=" &lt;color name=&quot;homeGradient3&quot;>#ECEAFA&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="40"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.homeGradient4` appears to be unused"
+ errorLine1=" &lt;color name=&quot;homeGradient4&quot;>#F5F4FE&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="41"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.homeGradient5` appears to be unused"
+ errorLine1=" &lt;color name=&quot;homeGradient5&quot;>#D9D3F5&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="42"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.homeGradient6` appears to be unused"
+ errorLine1=" &lt;color name=&quot;homeGradient6&quot;>#D6C9EB&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="43"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.colorProgressGradientCenter` appears to be unused"
+ errorLine1=" &lt;color name=&quot;colorProgressGradientCenter&quot;>#FFFF1AD9&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="47"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.colorErasePressed` appears to be unused"
+ errorLine1=" &lt;color name=&quot;colorErasePressed&quot;>@color/photonMagenta80&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="51"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.colorDotHighlight` appears to be unused"
+ errorLine1=" &lt;color name=&quot;colorDotHighlight&quot;>@color/photonBlue40&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="53"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.toolbar_color` appears to be unused"
+ errorLine1=" &lt;color name=&quot;toolbar_color&quot;>@color/colorPrimary&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="57"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.colorPoweredBy` appears to be unused"
+ errorLine1=" &lt;color name=&quot;colorPoweredBy&quot;>@color/photonLightGrey05&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="60"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.searchSuggestionsBackground` appears to be unused"
+ errorLine1=" &lt;color name=&quot;searchSuggestionsBackground&quot;>@color/photonLightGrey05&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="69"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.searchHintTextColor` appears to be unused"
+ errorLine1=" &lt;color name=&quot;searchHintTextColor&quot;>#ffffffff&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="76"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.searchHintBackgroundColor` appears to be unused"
+ errorLine1=" &lt;color name=&quot;searchHintBackgroundColor&quot;>@color/photonLightGrey05&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="77"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.urlBarInactiveBackgroundColor` appears to be unused"
+ errorLine1=" &lt;color name=&quot;urlBarInactiveBackgroundColor&quot;>#480f1126&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="78"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.doorhanger_link` appears to be unused"
+ errorLine1=" &lt;color name=&quot;doorhanger_link&quot;>#FF2AA1FE&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="98"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.preference_row_selected` appears to be unused"
+ errorLine1=" &lt;color name=&quot;preference_row_selected&quot;>#353852&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="109"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.trackingProtectionSheetBackground` appears to be unused"
+ errorLine1=" &lt;color name=&quot;trackingProtectionSheetBackground&quot;>@color/background&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="112"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.onboarding_text` appears to be unused"
+ errorLine1=" &lt;color name=&quot;onboarding_text&quot;>@color/photonDarkGrey05&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="117"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.onboarding_title` appears to be unused"
+ errorLine1=" &lt;color name=&quot;onboarding_title&quot;>@color/photonLightGrey05&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="118"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.mozac_additional_note_background` appears to be unused"
+ errorLine1=" &lt;color name=&quot;mozac_additional_note_background&quot;>@color/colorPrimary&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="125"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.mozac_additional_note_text_color` appears to be unused"
+ errorLine1=" &lt;color name=&quot;mozac_additional_note_text_color&quot;>@color/secondaryText&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="126"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.color.cfr_triangle_color` appears to be unused"
+ errorLine1=" &lt;color name=&quot;cfr_triangle_color&quot;>#FFFFFF&lt;/color>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/colors.xml"
+ line="132"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.integer.progress_shift_duration` appears to be unused"
+ errorLine1=" &lt;integer name=&quot;progress_shift_duration&quot;>500&lt;/integer>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/configuration.xml"
+ line="13"
+ column="14"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.context_menu_navigation_view_background` appears to be unused"
+ errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/context_menu_navigation_view_background.xml"
+ line="4"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.layout.custom_tab_menu_item` appears to be unused"
+ errorLine1="&lt;TextView style=&quot;@android:style/TextAppearance.Material.Menu&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/layout/custom_tab_menu_item.xml"
+ line="9"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.dark_background` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/dark_background.xml"
+ line="6"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.menu_elevation` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;menu_elevation&quot;>8dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="6"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.firstrun_container_width` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;firstrun_container_width&quot;>@dimen/match_parent&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="16"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.customtabs_toolbar_icon_size` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;customtabs_toolbar_icon_size&quot;>24dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="19"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.design_navigation_padding_top_default` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;design_navigation_padding_top_default&quot; tools:override=&quot;true&quot;>0dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="22"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.design_navigation_separator_vertical_padding` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;design_navigation_separator_vertical_padding&quot; tools:override=&quot;true&quot;>0dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="23"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.design_navigation_padding_bottom` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;design_navigation_padding_bottom&quot; tools:override=&quot;true&quot;>0dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="24"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.fingerprint_icon_size` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;fingerprint_icon_size&quot;>64dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="29"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.fingerprint_status_layout_margin_vertical` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;fingerprint_status_layout_margin_vertical&quot;>48dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="30"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.tabs_button_text_size` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;tabs_button_text_size&quot;>12dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="32"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.dialogHorizontalPadding` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;dialogHorizontalPadding&quot;>24dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="36"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_width` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_width&quot;>300dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="52"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_input_width` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_input_width&quot;>250dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="53"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_offsetX` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_offsetX&quot;>12dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="54"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_offsetY` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_offsetY&quot;>67dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="55"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_drawable_padding` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_drawable_padding&quot;>5dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="56"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_subsection_padding` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_subsection_padding&quot;>8dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="57"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_section_padding_small` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_section_padding_small&quot;>10dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="58"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_section_padding_medium` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_section_padding_medium&quot;>20dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="59"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_section_padding_large` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_section_padding_large&quot;>30dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="60"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_icon_size` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_icon_size&quot;>60dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="61"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_rounded_corner_radius` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_rounded_corner_radius&quot;>4dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="62"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.doorhanger_small_icon` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;doorhanger_small_icon&quot;>16dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="63"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.browser_menu_height` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;browser_menu_height&quot;>280dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="65"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.menu_blocking_switch_container_height` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;menu_blocking_switch_container_height&quot;>88dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="67"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.menu_blocking_switch_height` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;menu_blocking_switch_height&quot;>20dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="68"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.menu_blocking_switch_width` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;menu_blocking_switch_width&quot;>46dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="69"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.menu_blocking_switch_margin` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;menu_blocking_switch_margin&quot;>12dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="70"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.search_suggestions_padding_start` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;search_suggestions_padding_start&quot;>56dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="72"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.dimen.search_suggestions_padding_with_icon` appears to be unused"
+ errorLine1=" &lt;dimen name=&quot;search_suggestions_padding_with_icon&quot;>16dp&lt;/dimen>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/dimens.xml"
+ line="73"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.xml.experiments_settings` appears to be unused"
+ errorLine1="&lt;androidx.preference.PreferenceScreen xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+ errorLine2="^">
+ <location
+ file="src/main/res/xml/experiments_settings.xml"
+ line="6"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.anim.fab_reveal` appears to be unused"
+ errorLine1="&lt;set xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/anim/fab_reveal.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.find_in_page_background` appears to be unused"
+ errorLine1="&lt;layer-list xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/find_in_page_background.xml"
+ line="4"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.firstrun_button_background` appears to be unused"
+ errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/firstrun_button_background.xml"
+ line="6"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.layout.focus_preference_left_checkbox` appears to be unused"
+ errorLine1="&lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/layout/focus_preference_left_checkbox.xml"
+ line="4"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.foreground_list_item_erase` appears to be unused"
+ errorLine1="&lt;ripple"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/foreground_list_item_erase.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.layout.fragment_about_libraries` appears to be unused"
+ errorLine1="&lt;LinearLayout"
+ errorLine2="^">
+ <location
+ file="src/main/res/layout/fragment_about_libraries.xml"
+ line="6"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.layout.fragment_info` appears to be unused"
+ errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/layout/fragment_info.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.highlight_dot` appears to be unused"
+ errorLine1="&lt;shape"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/highlight_dot.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_arrowhead_down` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_arrowhead_down.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_arrowhead_up` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_arrowhead_up.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_check` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_check.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_developer` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_developer.xml"
+ line="4"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_download` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_download.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_firefox` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_firefox.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_info` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_info.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_internet` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_internet.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_language` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_language.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.mipmap.ic_launcher_round` appears to be unused">
+ <location
+ file="src/main/res/mipmap-hdpi/ic_launcher_round.png"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_menu` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_menu.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.ic_mozilla` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/ic_mozilla.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.layout.item_indicator_menu_button` appears to be unused"
+ errorLine1="&lt;merge xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+ errorLine2="^">
+ <location
+ file="src/main/res/layout/item_indicator_menu_button.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.layout.menu_item` appears to be unused"
+ errorLine1="&lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/layout/menu_item.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.menu_item_dark_background` appears to be unused"
+ errorLine1="&lt;layer-list xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/menu_item_dark_background.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.layout.menu_navigation` appears to be unused"
+ errorLine1="&lt;LinearLayout"
+ errorLine2="^">
+ <location
+ file="src/main/res/layout/menu_navigation.xml"
+ line="6"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.mozac_ic_broken_lock` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/mozac_ic_broken_lock.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.pref_key_privacy_block_cryptomining` appears to be unused"
+ errorLine1=" &lt;string name=&quot;pref_key_privacy_block_cryptomining&quot; translatable=&quot;false&quot;>&lt;xliff:g id=&quot;preference_key&quot;>pref_privacy_block_cryptomining&lt;/xliff:g>&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/preference_keys.xml"
+ line="18"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.pref_key_privacy_block_fingerprinting` appears to be unused"
+ errorLine1=" &lt;string name=&quot;pref_key_privacy_block_fingerprinting&quot; translatable=&quot;false&quot;>&lt;xliff:g id=&quot;preference_key&quot;>pref_privacy_block_fingerprinting&lt;/xliff:g>&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/preference_keys.xml"
+ line="19"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.pref_key_privacy_ever_changed_etp` appears to be unused"
+ errorLine1=" &lt;string name=&quot;pref_key_privacy_ever_changed_etp&quot; translatable=&quot;false&quot;>&lt;xliff:g id=&quot;preference_key&quot;>pref_key_privacy_ever_changed_etp&lt;/xliff:g>&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/preference_keys.xml"
+ line="22"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.pref_key_performance_block_images` appears to be unused"
+ errorLine1=" &lt;string name=&quot;pref_key_performance_block_images&quot; translatable=&quot;false&quot;>&lt;xliff:g id=&quot;preference_key&quot;>pref_performance_block_images&lt;/xliff:g>&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/preference_keys.xml"
+ line="29"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.has_opened_new_tab` appears to be unused"
+ errorLine1=" &lt;string name=&quot;has_opened_new_tab&quot; translatable=&quot;false&quot;>&lt;xliff:g id=&quot;preference_key&quot;>has_opened_new_tab&lt;/xliff:g>&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/preference_keys.xml"
+ line="72"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.pref_key_category_safe_browsing` appears to be unused"
+ errorLine1=" &lt;string name=&quot;pref_key_category_safe_browsing&quot; translatable=&quot;false&quot;>&lt;xliff:g id=&quot;preference_key&quot;>safe_browsing_category&lt;/xliff:g>&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/preference_keys.xml"
+ line="76"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.teaser` appears to be unused"
+ errorLine1=" &lt;string name=&quot;teaser&quot;>Automatic private browsing.\nBrowse. Erase. Repeat.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="20"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.feedback_erase` appears to be unused"
+ errorLine1=" &lt;string name=&quot;feedback_erase&quot;>Your browsing history has been erased.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="23"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.search_hint` appears to be unused"
+ errorLine1=" &lt;string name=&quot;search_hint&quot;>Search for %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="30"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_category_tracking_protection` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_category_tracking_protection&quot;>Protección contra lo seguimiento&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="34"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.menu_report_site_issue` appears to be unused"
+ errorLine1=" &lt;string name=&quot;menu_report_site_issue&quot;>Report Site Issue&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="36"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_general_summary` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_general_summary&quot;>Əsas səyyah, vərəqlər və dil&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="44"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_autocomplete_topsite_summary` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_topsite_summary&quot;>Ünvan sətrində məşhur 450 saytı avtomatik tamamlamaq üçün aktivləşdirin.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="55"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_autocomplete_user_list_summary` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_user_list_summary&quot;>Ünvan sətrində məşhur 450 saytı avtomatik tamamlamaq üçün aktivləşdirin.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="57"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.menu_trackers_blocked_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;menu_trackers_blocked_title&quot;>Trackers blocked&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="68"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.menu_trackers_blocked_subtitle` appears to be unused"
+ errorLine1=" &lt;string name=&quot;menu_trackers_blocked_subtitle&quot;>Turning this off may fix some site problems&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="72"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_privacy_should_block_cookies_no_option` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_no_option&quot;>No&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="72"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_privacy_should_block_cookies_yes_option` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_privacy_should_block_cookies_yes_option&quot;>Sí&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="74"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.menu_content_blocking` appears to be unused"
+ errorLine1=" &lt;string name=&quot;menu_content_blocking&quot;>Content Blocking&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="75"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.menu_content_blocking_subtitle` appears to be unused"
+ errorLine1=" &lt;string name=&quot;menu_content_blocking_subtitle&quot;>Turn off to fix some sites&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="77"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.text_selection_search_action` appears to be unused"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action&quot;>Soek privaat&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-af/strings.xml"
+ line="87"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.shortcut_erase_and_open_long_label` appears to be unused"
+ errorLine1=" &lt;string name=&quot;shortcut_erase_and_open_long_label&quot;>Erase and open %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="122"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.text_selection_search_action_klar` appears to be unused"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action_klar&quot;>Search in Klar&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="131"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.text_selection_search_action_focus_beta` appears to be unused"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action_focus_beta&quot;>Search in Focus Beta&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="135"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.text_selection_search_action_focus_nightly` appears to be unused"
+ errorLine1=" &lt;string name=&quot;text_selection_search_action_focus_nightly&quot;>Search in Focus Nightly&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="139"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.dialog_addtohomescreen_tracking_protection` appears to be unused"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_tracking_protection&quot;>Este alcorce s\&apos;ubrirá quan la protección contra seguimiento siga desactivada&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-an/strings.xml"
+ line="168"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_category_data_collection_use` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_category_data_collection_use&quot;>Data Collection &amp;amp; Use&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="185"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_search_engine_default` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_search_engine_default&quot;>Default&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="196"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_category_autocomplete_manage_sites` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_category_autocomplete_manage_sites&quot;>Manage sites&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="225"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.enable_search_suggestion_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_title&quot;>Axtarış məsləhətlərini aktiv etmək istərdiniz?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="232"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.enable_search_suggestion_subtitle` appears to be unused"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle&quot;>Axtarış məsləhətlərini almaq üçün %1$s ünvan sətrinə yazdıqlarınızı seçdiyiniz axtarış mühərriyinə göndərməlidir. %2$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="233"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.enable_search_suggestion_subtitle_learnmore` appears to be unused"
+ errorLine1=" &lt;string name=&quot;enable_search_suggestion_subtitle_learnmore&quot;>Ətraflı öyrən&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="234"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_autocomplete_explanation_text` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_explanation_text&quot;>Your autocomplete list:&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="234"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_autocomplete_action_add2` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_action_add2&quot;>Add URL&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="237"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.custom_autocomplete_quick_add` appears to be unused"
+ errorLine1=" &lt;string name=&quot;custom_autocomplete_quick_add&quot;>Add custom URL&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="243"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_request_desktop` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop&quot;>Bütöv masaüstü saytını görmək istəyirsiniz?%1$s Menyu &amp;gt; Masaüstü saytını istə&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="244"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.add_custom_autocomplete_label` appears to be unused"
+ errorLine1=" &lt;string name=&quot;add_custom_autocomplete_label&quot;>Add link to autocomplete&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="246"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_explain_allowlist` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist&quot;>Güvəndiyiniz saytdır?\n İcazə siyahısı tanıdığınız və güvəndiyiniz saytlarda İzlənmə Qorumasını söndürür.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-az/strings.xml"
+ line="246"
+ column="11"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_autocomplete_custom_summary` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_custom_summary&quot;>Add and manage custom autocomplete URLs.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="261"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_autocomplete_add_example` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_autocomplete_add_example&quot;>Example: example.com&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="273"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_category_privacy` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_category_privacy&quot;>Privacy&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="292"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_category_performance` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_category_performance&quot;>Performance&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="330"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.content_description_clear_input` appears to be unused"
+ errorLine1=" &lt;string name=&quot;content_description_clear_input&quot;>Clear input&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="408"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.content_description_tab_counter` appears to be unused"
+ errorLine1=" &lt;string name=&quot;content_description_tab_counter&quot;>Tabs open: %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="422"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.content_description_lock` appears to be unused"
+ errorLine1=" &lt;string name=&quot;content_description_lock&quot;>Secure connection&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="426"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.accessibility_announcement_loading` appears to be unused"
+ errorLine1=" &lt;string name=&quot;accessibility_announcement_loading&quot;>Loading&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="430"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.accessibility_announcement_loading_finished` appears to be unused"
+ errorLine1=" &lt;string name=&quot;accessibility_announcement_loading_finished&quot;>Website loaded&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="434"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.content_description_menu` appears to be unused"
+ errorLine1=" &lt;string name=&quot;content_description_menu&quot;>More options&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="437"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.indicator_content_description_menu` appears to be unused"
+ errorLine1=" &lt;string name=&quot;indicator_content_description_menu&quot;>More options button&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="441"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.content_description_customtab_exit` appears to be unused"
+ errorLine1=" &lt;string name=&quot;content_description_customtab_exit&quot;>Return to previous app&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="456"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.content_description_trackers_blocked` appears to be unused"
+ errorLine1=" &lt;string name=&quot;content_description_trackers_blocked&quot;>Number of trackers blocked&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="460"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.content_description_blocking_switch` appears to be unused"
+ errorLine1=" &lt;string name=&quot;content_description_blocking_switch&quot;>Block trackers&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="464"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.your_rights` appears to be unused"
+ errorLine1=" &lt;string name=&quot;your_rights&quot;>Your Rights&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="466"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.external_app_prompt_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;external_app_prompt_title&quot;>Open link in another app&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="468"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.external_app_prompt` appears to be unused"
+ errorLine1=" &lt;string name=&quot;external_app_prompt&quot;>You can leave %1$s to open this link in %2$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="471"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.external_app_prompt_no_app_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;external_app_prompt_no_app_title&quot;>Find an app that can open link&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="473"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.external_app_prompt_no_app` appears to be unused"
+ errorLine1=" &lt;string name=&quot;external_app_prompt_no_app&quot;>None of the apps on your device are able to open this link. You can leave %1$s to search %2$s for an app that can.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="476"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.external_multiple_apps_matched_exit` appears to be unused"
+ errorLine1=" &lt;string name=&quot;external_multiple_apps_matched_exit&quot;>Exit Private Browsing?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="478"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_title&quot;>Tere tulemast %1$sesse!&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="478"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_description` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_description&quot;>Järgmise taseme privaatne lehitsemine, puhuks kui vajad seda&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="481"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_incognito_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_incognito_title&quot;>Kus inkognito kohtub nähtamatusega&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="484"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_incognito_description` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_incognito_description&quot;>%s on esmajoones privaatsusele orienteeritud brauser, millesse on sisse ehitatud eriti tugev jälitamise ja küpsiste vastane kaitse.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="488"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_history_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_history_title&quot;>Lehitse nii nagu seda poleks kunagi juhtunud&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="491"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_history_description2` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_history_description2&quot;>Üks puudutus kustutab lehitsemise ajaloo ja küpsised ning takistab reklaamidel sinu jälitamist.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="495"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_protection_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_protection_title&quot;>Privaatsus, mis sobib igas olukorras&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="498"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_protection_description` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_protection_description&quot;>Kui sinu lehitsemine vajab muutust, siis on privaatsuse taset lihtne suurendada või vähendada.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="501"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.onboarding_start_browsing` appears to be unused"
+ errorLine1=" &lt;string name=&quot;onboarding_start_browsing&quot;>Alusta veebilehitsemist&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="504"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.content_blocking_disabled` appears to be unused"
+ errorLine1=" &lt;string name=&quot;content_blocking_disabled&quot;>-&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="546"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.dialog_addtohomescreen_action_yes` appears to be unused"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_action_yes&quot;>YES&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="551"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.dialog_addtohomescreen_action_no` appears to be unused"
+ errorLine1=" &lt;string name=&quot;dialog_addtohomescreen_action_no&quot;>NO&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="556"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.gv_prompt_username_hint` appears to be unused"
+ errorLine1=" &lt;string name=&quot;gv_prompt_username_hint&quot;>Username&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="611"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.gv_prompt_password_hint` appears to be unused"
+ errorLine1=" &lt;string name=&quot;gv_prompt_password_hint&quot;>Password&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="612"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.gv_prompt_clear` appears to be unused"
+ errorLine1=" &lt;string name=&quot;gv_prompt_clear&quot;>Clear&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="613"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.security_popup_secure_connection` appears to be unused"
+ errorLine1=" &lt;string name=&quot;security_popup_secure_connection&quot;>Secure Connection&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="617"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.security_popup_insecure_connection` appears to be unused"
+ errorLine1=" &lt;string name=&quot;security_popup_insecure_connection&quot;>Insecure Connection&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="618"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.security_popup_security_verified` appears to be unused"
+ errorLine1=" &lt;string name=&quot;security_popup_security_verified&quot;>Verified by: %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="620"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.site_security_icon_content_description` appears to be unused"
+ errorLine1=" &lt;string name=&quot;site_security_icon_content_description&quot;>Site Security&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="623"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.find_in_page_input` appears to be unused"
+ errorLine1=" &lt;string name=&quot;find_in_page_input&quot;>Find in page&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="630"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.find_in_page_result` appears to be unused"
+ errorLine1=" &lt;string name=&quot;find_in_page_result&quot;>%1$d/%2$d&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="634"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.accessibility_find_in_page_result` appears to be unused"
+ errorLine1=" &lt;string name=&quot;accessibility_find_in_page_result&quot;>%1$d out of %2$d&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="637"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.accessibility_next_result` appears to be unused"
+ errorLine1=" &lt;string name=&quot;accessibility_next_result&quot;>Find next result&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="640"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.accessibility_previous_result` appears to be unused"
+ errorLine1=" &lt;string name=&quot;accessibility_previous_result&quot;>Find previous result&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="642"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.accessibility_dismiss_find_in_page` appears to be unused"
+ errorLine1=" &lt;string name=&quot;accessibility_dismiss_find_in_page&quot;>Dismiss find in page&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="644"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_performance_request_desktop_site` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_performance_request_desktop_site&quot;>Request desktop site&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="647"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.biometric_auth_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;biometric_auth_title&quot;>ألغِ قفل %1$s&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="684"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.biometric_auth_description` appears to be unused"
+ errorLine1=" &lt;string name=&quot;biometric_auth_description&quot;>المس مجسّ البصمة للمتابعة.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="687"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_disable_tracking_protection2` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_disable_tracking_protection2&quot;>साइट अनपेक्षितरित्या वागत आहे?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-mr/strings.xml"
+ line="690"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.biometric_auth_new_session` appears to be unused"
+ errorLine1=" &lt;string name=&quot;biometric_auth_new_session&quot;>جلسة جديدة&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="691"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_disable_tracking_protection3` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_disable_tracking_protection3&quot;>أتظنّ أن محتوى الموقع ناقص أو أنه غريب؟\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="735"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_request_desktop2` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_request_desktop2&quot;>أتريد الاطلاع على النسخة الكاملة من الموقع؟\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="757"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_explain_allowlist3` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_explain_allowlist3&quot;>أتريد تعطيل الحماية الموسّعة من التعقب في المواقع التي تثق بها؟\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="765"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_fresh_look` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_fresh_look&quot;>تسأل عن الشكل؟ طبعًا لدينا مظهر جديد كليًا!\n اقرأ المزيد عنه وعن التحديثات الأخرى على %1$s.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="771"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_about_shortcuts` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_about_shortcuts&quot;>احفظ اختصارات المواقع التي تزورها بكثرة:\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="775"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_category_safe_browsing` appears to be unused"
+ errorLine1=" &lt;string moz:removedIn=&quot;97&quot; name=&quot;preference_category_safe_browsing&quot;>التصفّح الآمن&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-ar/strings.xml"
+ line="788"
+ column="32"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.biometric_auth_open_link_new_session` appears to be unused"
+ errorLine1=" &lt;string name=&quot;biometric_auth_open_link_new_session&quot;>Open Link in New Session&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="828"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.biometric_auth_not_recognized_error` appears to be unused"
+ errorLine1=" &lt;string name=&quot;biometric_auth_not_recognized_error&quot;>Fingerprint not recognized. Try again.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="835"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.biometric_auth_moved_too_quickly` appears to be unused"
+ errorLine1=" &lt;string name=&quot;biometric_auth_moved_too_quickly&quot;>Finger moved too fast. Try again.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="839"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_disable_tracking_protection` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_disable_tracking_protection&quot;>Site behaving unexpectedly?\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="864"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_add_to_homescreen` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_add_to_homescreen&quot;>&lt;![CDATA[Get one-tap access to sites you use most%1$s Menu > Add to Home screen]]&gt;&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="869"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_set_default_browser` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_set_default_browser&quot;>Open every link in %1$s\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="874"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_autocomplete_url` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_autocomplete_url&quot;>Autocomplete URLs for sites you use most\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="880"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_open_in_new_tab` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_open_in_new_tab&quot;>Open a link in a new tab\n"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="886"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tip_disable_tips2` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tip_disable_tips2&quot;>Turn off tips on the start screen&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="891"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.new_tab_opened_snackbar` appears to be unused"
+ errorLine1=" &lt;string name=&quot;new_tab_opened_snackbar&quot;>New tab opened&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="894"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.open_new_tab_snackbar` appears to be unused"
+ errorLine1=" &lt;string name=&quot;open_new_tab_snackbar&quot;>Switch&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="897"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_open_new_tab` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_open_new_tab&quot;>Switch to link in new tab immediately&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="903"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.preference_category_block_cookies` appears to be unused"
+ errorLine1=" &lt;string name=&quot;preference_category_block_cookies&quot;>Would you like to block cookies?&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="927"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.tab_crash_report_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;tab_crash_report_title&quot;>Tab Crashed&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="930"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.cfr_for_toolbar_shield_icon` appears to be unused"
+ errorLine1=" &lt;string name=&quot;cfr_for_toolbar_shield_icon&quot;>Näib, et see sait üritas sind jälitada. Saidi sätete ja jälitajate blokkimise statistika vaatamiseks puuduta kilpi.&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="958"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.cfr_for_toolbar_delete_icon` appears to be unused"
+ errorLine1=" &lt;string name=&quot;cfr_for_toolbar_delete_icon&quot;>Vabane sellel seansil oma isiklikest andmetest, lehitsemise ajaloost ja muust, puudutades prügikasti nuppu. Proovi!&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values-et/strings.xml"
+ line="971"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_title` appears to be unused"
+ errorLine1=" &lt;string name=&quot;mozac_browser_errorpages_security_bad_cert_title&quot;>Connection not secure&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="1005"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_message` appears to be unused"
+ errorLine1=" &lt;string name=&quot;mozac_browser_errorpages_security_bad_cert_message&quot; >&lt;![CDATA["
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="1008"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_techInfo` appears to be unused"
+ errorLine1=" &lt;string name=&quot;mozac_browser_errorpages_security_bad_cert_techInfo&quot;>&lt;![CDATA["
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="1014"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.string.cfr_close_button_description` appears to be unused"
+ errorLine1=" &lt;string name=&quot;cfr_close_button_description&quot;>Close popup&lt;/string>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/strings.xml"
+ line="1029"
+ column="13"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.SettingsTheme` appears to be unused"
+ errorLine1=" &lt;style name=&quot;SettingsTheme&quot; parent=&quot;Theme.MaterialComponents.DayNight.NoActionBar.Bridge&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="117"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.SettingsActionButtonStyle` appears to be unused"
+ errorLine1=" &lt;style name=&quot;SettingsActionButtonStyle&quot; parent=&quot;@style/Widget.AppCompat.ActionButton&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="130"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.InfoTheme` appears to be unused"
+ errorLine1=" &lt;style name=&quot;InfoTheme&quot; parent=&quot;SettingsTheme&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="151"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.Mozac_Browser_Menu` appears to be unused"
+ errorLine1=" &lt;style name=&quot;Mozac.Browser.Menu&quot; parent=&quot;&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="159"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.Mozac_Browser_Menu_Item_Text` appears to be unused"
+ errorLine1=" &lt;style name=&quot;Mozac.Browser.Menu.Item.Text&quot; parent=&quot;@android:style/TextAppearance.Material.Menu&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="164"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.AppTheme_ContextMenuItem` appears to be unused"
+ errorLine1=" &lt;style name=&quot;AppTheme.ContextMenuItem&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="174"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.ContextMenuTextAppearence` appears to be unused"
+ errorLine1=" &lt;style name=&quot;ContextMenuTextAppearence&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="196"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.DoorHanger` appears to be unused"
+ errorLine1=" &lt;style name=&quot;DoorHanger&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="204"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.DoorHanger_Medium` appears to be unused"
+ errorLine1=" &lt;style name=&quot;DoorHanger.Medium&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="209"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.DoorHanger_Medium_Bold` appears to be unused"
+ errorLine1=" &lt;style name=&quot;DoorHanger.Medium.Bold&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="213"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.DoorHanger_Medium_Light` appears to be unused"
+ errorLine1=" &lt;style name=&quot;DoorHanger.Medium.Light&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="217"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.HintTextAppearance` appears to be unused"
+ errorLine1=" &lt;style name=&quot;HintTextAppearance&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="221"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.style.ColorHandleTheme` appears to be unused"
+ errorLine1=" &lt;style name=&quot;ColorHandleTheme&quot;>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/values/styles.xml"
+ line="226"
+ column="12"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.tab_number_border` appears to be unused"
+ errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/tab_number_border.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.top_rounded_corners_bottom_sheet_background` appears to be unused"
+ errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/top_rounded_corners_bottom_sheet_background.xml"
+ line="5"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="UnusedResources"
+ message="The resource `R.drawable.urlbar_background` appears to be unused"
+ errorLine1="&lt;shape xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+ errorLine2="^">
+ <location
+ file="src/main/res/drawable/urlbar_background.xml"
+ line="4"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="MonochromeLauncherIcon"
+ message="The application adaptive icon is missing a monochrome tag"
+ errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+ errorLine2="^">
+ <location
+ file="src/debug/res/mipmap-anydpi-v26/ic_launcher.xml"
+ line="6"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="MonochromeLauncherIcon"
+ message="The application adaptive icon is missing a monochrome tag"
+ errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
+ errorLine2="^">
+ <location
+ file="src/main/res/mipmap-anydpi-v26/ic_launcher.xml"
+ line="6"
+ column="1"/>
+ </issue>
+
+ <issue
+ id="IconLocation"
+ message="Found bitmap drawable `res/drawable/ic_splash_screen.png` in densityless folder">
+ <location
+ file="src/main/res/drawable/ic_splash_screen.png"/>
+ </issue>
+
+ <issue
+ id="IconLocation"
+ message="Found bitmap drawable `res/drawable/onboarding_second_screen_icon.png` in densityless folder">
+ <location
+ file="src/main/res/drawable/onboarding_second_screen_icon.png"/>
+ </issue>
+
+ <issue
+ id="IconDensities"
+ message="Missing the following drawables in `drawable-xhdpi`: focus_search_widget.png, focus_search_widget_promote_dialog.png, focus_snackbar_background.xml">
+ <location
+ file="src/main/res/drawable-xhdpi"/>
+ </issue>
+
+ <issue
+ id="IconDensities"
+ message="Missing the following drawables in `drawable-xxhdpi`: focus_search_widget.png, focus_search_widget_promote_dialog.png, focus_snackbar_background.xml">
+ <location
+ file="src/main/res/drawable-xxhdpi"/>
+ </issue>
+
+ <issue
+ id="IconMissingDensityFolder"
+ message="Missing density variation folders in `src/main/res`: drawable-mdpi">
+ <location
+ file="src/main/res"/>
+ </issue>
+
+ <issue
+ id="ClickableViewAccessibility"
+ message="`onTouch` lambda should call `View#performClick` when a click is detected"
+ errorLine1=" handleView.setOnTouchListener { _, event ->"
+ errorLine2=" ^">
+ <location
+ file="src/main/java/org/mozilla/focus/autocomplete/AutocompleteListFragment.kt"
+ line="307"
+ column="43"/>
+ </issue>
+
+ <issue
+ id="ClickableViewAccessibility"
+ message="`onTouch` lambda should call `View#performClick` when a click is detected"
+ errorLine1=" handleView.setOnTouchListener { _, event ->"
+ errorLine2=" ^">
+ <location
+ file="src/main/java/org/mozilla/focus/exceptions/ExceptionsListFragment.kt"
+ line="301"
+ column="43"/>
+ </issue>
+
+ <issue
+ id="ContentDescription"
+ message="Missing `contentDescription` attribute on image"
+ errorLine1=" &lt;ImageView"
+ errorLine2=" ~~~~~~~~~">
+ <location
+ file="src/main/res/layout/firstrun_page.xml"
+ line="41"
+ column="22"/>
+ </issue>
+
+ <issue
+ id="ContentDescription"
+ message="Missing `contentDescription` attribute on image"
+ errorLine1=" &lt;ImageView"
+ errorLine2=" ~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_indicator_menu_button.xml"
+ line="7"
+ column="6"/>
+ </issue>
+
+ <issue
+ id="RtlSymmetry"
+ message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+ errorLine1=" android:paddingEnd=&quot;?android:attr/listPreferredItemPaddingStart&quot; />"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_custom_domain.xml"
+ line="35"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="RtlSymmetry"
+ message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
+ errorLine1=" android:paddingEnd=&quot;?android:attr/listPreferredItemPaddingStart&quot; />"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/item_custom_domain.xml"
+ line="40"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="RtlSymmetry"
+ message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
+ errorLine1=" android:paddingStart=&quot;5dp&quot;"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/preference_manual_add_search_engine.xml"
+ line="45"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="RtlSymmetry"
+ message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
+ errorLine1=" android:paddingLeft=&quot;5dp&quot;/>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/preference_manual_add_search_engine.xml"
+ line="46"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="RtlHardcoded"
+ message="Redundant attribute `paddingLeft`; already defining `paddingStart` with `targetSdkVersion` 34"
+ errorLine1=" android:paddingLeft=&quot;5dp&quot;/>"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~">
+ <location
+ file="src/main/res/layout/preference_manual_add_search_engine.xml"
+ line="46"
+ column="9"/>
+ </issue>
+
+ <issue
+ id="IgnoreWithoutReason"
+ message="Test is ignored without giving any explanation"
+ errorLine1=" @Ignore"
+ errorLine2=" ~~~~~~~">
+ <location
+ file="src/androidTest/java/org/mozilla/focus/screenshots/FirstRunScreenshots.kt"
+ line="30"
+ column="5"/>
+ </issue>
+
+</issues>