3385 lines
216 KiB
XML
3385 lines
216 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||
<issues format="6" by="lint 8.4.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0)" variant="all" version="8.4.0">
|
||
|
||
<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=" <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />"
|
||
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=" <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />"
|
||
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=" <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />"
|
||
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=" <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />"
|
||
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="true">"
|
||
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="600""
|
||
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="?selectableItemBackground">"
|
||
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="@font/metropolis_black""
|
||
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="normal""
|
||
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="900""
|
||
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="@font/metropolis_extrabold""
|
||
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="normal""
|
||
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="800""
|
||
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="@font/metropolis_bold""
|
||
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="normal""
|
||
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="700""
|
||
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="@font/metropolis_semibold""
|
||
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="normal""
|
||
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="600""
|
||
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="@font/metropolis_medium""
|
||
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="normal""
|
||
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="500""
|
||
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="@font/metropolis_regular""
|
||
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="normal""
|
||
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="400""
|
||
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="@font/metropolis_thin""
|
||
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="normal""
|
||
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="200""
|
||
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="@font/metropolis_light""
|
||
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="normal""
|
||
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="100""
|
||
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="@drawable/preference_multiselect_search_engine_foreground""
|
||
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="@drawable/mozac_ic_chevron_right_24""
|
||
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="@color/photonWhite""
|
||
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="@drawable/ic_reorder""
|
||
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="@drawable/ic_menu" />"
|
||
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="@drawable/highlight_dot" />"
|
||
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="@drawable/mozac_ic_cross_24""
|
||
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="@drawable/mozac_ic_forward_24"/>"
|
||
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="@drawable/mozac_ic_arrow_clockwise_24"/>"
|
||
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="@drawable/mozac_ic_stop""
|
||
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="@string/app_name""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/AndroidManifest.xml"
|
||
line="110"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RedundantLabel"
|
||
message="Redundant label can be removed"
|
||
errorLine1=" android:label="@string/app_name""
|
||
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="640dp""
|
||
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="360dp""
|
||
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="640dp""
|
||
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="640dp""
|
||
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="360dp""
|
||
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="360dp""
|
||
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="300dp""
|
||
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="384dp""
|
||
errorLine2=" ~~~~~">
|
||
<location
|
||
file="src/main/res/drawable/wordmark2.xml"
|
||
line="7"
|
||
column="20"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Typos"
|
||
message=""media" is a common misspelling; did you mean "medier"?"
|
||
errorLine1=" <string name="preference_privacy_block_social">Blokker sosiale media-sporere</string>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-nb-rNO/strings.xml"
|
||
line="296"
|
||
column="68"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Typos"
|
||
message="Repeated word "zaman" in message: possible typo"
|
||
errorLine1=" <string name="preference_studies_summary">IceCat zaman zaman araştırmalar yükleyip çalıştırabilir.</string>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-tr/strings.xml"
|
||
line="834"
|
||
column="55"/>
|
||
</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="false""
|
||
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="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""
|
||
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="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""
|
||
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="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""
|
||
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="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""
|
||
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="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""
|
||
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="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""
|
||
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="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""
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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""
|
||
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="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""
|
||
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="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""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/drawable/ic_icecat.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="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""
|
||
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="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""
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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""
|
||
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="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">"
|
||
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="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">"
|
||
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="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">"
|
||
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="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""
|
||
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="@color/settings_background""
|
||
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="@color/settings_background""
|
||
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="@color/settings_background""
|
||
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="@color/photonGrey10">"
|
||
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="@color/settings_background""
|
||
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="@color/settings_background""
|
||
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="@color/settings_background">"
|
||
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="?selectableItemBackground""
|
||
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="?android:attr/selectableItemBackground""
|
||
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="?android:attr/selectableItemBackground""
|
||
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="@color/settings_background"/>"
|
||
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="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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=" <string name="useragent_appname" translatable="false">Focus</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="<layer-list xmlns:android="http://schemas.android.com/apk/res/android">"
|
||
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=" <color name="background">@color/colorPrimary</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=" <color name="colorTextInactive">#80FFFFFF</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=" <color name="statusBarBackground">@color/background</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=" <color name="colorCursor">#ccffffff</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=" <color name="homeGradient1">#D3D4FA</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=" <color name="homeGradient2">#D7D6F9</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=" <color name="homeGradient3">#ECEAFA</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=" <color name="homeGradient4">#F5F4FE</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=" <color name="homeGradient5">#D9D3F5</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=" <color name="homeGradient6">#D6C9EB</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=" <color name="colorProgressGradientCenter">#FFFF1AD9</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=" <color name="colorErasePressed">@color/photonMagenta80</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=" <color name="colorDotHighlight">@color/photonBlue40</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=" <color name="toolbar_color">@color/colorPrimary</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=" <color name="colorPoweredBy">@color/photonLightGrey05</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=" <color name="searchSuggestionsBackground">@color/photonLightGrey05</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=" <color name="searchHintTextColor">#ffffffff</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=" <color name="searchHintBackgroundColor">@color/photonLightGrey05</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=" <color name="urlBarInactiveBackgroundColor">#480f1126</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=" <color name="doorhanger_link">#FF2AA1FE</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=" <color name="preference_row_selected">#353852</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=" <color name="trackingProtectionSheetBackground">@color/background</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=" <color name="onboarding_text">@color/photonDarkGrey05</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=" <color name="onboarding_title">@color/photonLightGrey05</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=" <color name="mozac_additional_note_background">@color/colorPrimary</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=" <color name="mozac_additional_note_text_color">@color/secondaryText</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=" <color name="cfr_triangle_color">#FFFFFF</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=" <integer name="progress_shift_duration">500</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="<shape xmlns:android="http://schemas.android.com/apk/res/android">"
|
||
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="<TextView style="@android:style/TextAppearance.Material.Menu""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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=" <dimen name="menu_elevation">8dp</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=" <dimen name="firstrun_container_width">@dimen/match_parent</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=" <dimen name="customtabs_toolbar_icon_size">24dp</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=" <dimen name="design_navigation_padding_top_default" tools:override="true">0dp</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=" <dimen name="design_navigation_separator_vertical_padding" tools:override="true">0dp</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=" <dimen name="design_navigation_padding_bottom" tools:override="true">0dp</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=" <dimen name="fingerprint_icon_size">64dp</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=" <dimen name="fingerprint_status_layout_margin_vertical">48dp</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=" <dimen name="tabs_button_text_size">12dp</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=" <dimen name="dialogHorizontalPadding">24dp</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=" <dimen name="doorhanger_width">300dp</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=" <dimen name="doorhanger_input_width">250dp</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=" <dimen name="doorhanger_offsetX">12dp</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=" <dimen name="doorhanger_offsetY">67dp</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=" <dimen name="doorhanger_drawable_padding">5dp</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=" <dimen name="doorhanger_subsection_padding">8dp</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=" <dimen name="doorhanger_section_padding_small">10dp</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=" <dimen name="doorhanger_section_padding_medium">20dp</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=" <dimen name="doorhanger_section_padding_large">30dp</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=" <dimen name="doorhanger_icon_size">60dp</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=" <dimen name="doorhanger_rounded_corner_radius">4dp</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=" <dimen name="doorhanger_small_icon">16dp</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=" <dimen name="browser_menu_height">280dp</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=" <dimen name="menu_blocking_switch_container_height">88dp</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=" <dimen name="menu_blocking_switch_height">20dp</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=" <dimen name="menu_blocking_switch_width">46dp</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=" <dimen name="menu_blocking_switch_margin">12dp</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=" <dimen name="search_suggestions_padding_start">56dp</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=" <dimen name="search_suggestions_padding_with_icon">16dp</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="<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">"
|
||
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="<set xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<layer-list xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<shape xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<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="<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="<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
errorLine2="^">
|
||
<location
|
||
file="src/main/res/drawable/ic_download.xml"
|
||
line="5"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.drawable.ic_icecat` appears to be unused"
|
||
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
errorLine2="^">
|
||
<location
|
||
file="src/main/res/drawable/ic_icecat.xml"
|
||
line="5"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.drawable.ic_info` appears to be unused"
|
||
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<merge xmlns:android="http://schemas.android.com/apk/res/android">"
|
||
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="<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<layer-list xmlns:android="http://schemas.android.com/apk/res/android">"
|
||
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="<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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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=" <string name="pref_key_privacy_block_cryptomining" translatable="false"><xliff:g id="preference_key">pref_privacy_block_cryptomining</xliff:g></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=" <string name="pref_key_privacy_block_fingerprinting" translatable="false"><xliff:g id="preference_key">pref_privacy_block_fingerprinting</xliff:g></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=" <string name="pref_key_privacy_ever_changed_etp" translatable="false"><xliff:g id="preference_key">pref_key_privacy_ever_changed_etp</xliff:g></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=" <string name="pref_key_performance_block_images" translatable="false"><xliff:g id="preference_key">pref_performance_block_images</xliff:g></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=" <string name="has_opened_new_tab" translatable="false"><xliff:g id="preference_key">has_opened_new_tab</xliff:g></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=" <string name="pref_key_category_safe_browsing" translatable="false"><xliff:g id="preference_key">safe_browsing_category</xliff:g></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=" <string name="teaser">Automatic private browsing.\nBrowse. Erase. Repeat.</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=" <string name="feedback_erase">Your browsing history has been erased.</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=" <string name="search_hint">Search for %1$s</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="30"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.menu_report_site_issue` appears to be unused"
|
||
errorLine1=" <string name="menu_report_site_issue">Report Site Issue</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="36"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.menu_trackers_blocked_title` appears to be unused"
|
||
errorLine1=" <string name="menu_trackers_blocked_title">Trackers blocked</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=" <string name="menu_trackers_blocked_subtitle">Turning this off may fix some site problems</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="72"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.menu_content_blocking` appears to be unused"
|
||
errorLine1=" <string name="menu_content_blocking">Content Blocking</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=" <string name="menu_content_blocking_subtitle">Turn off to fix some sites</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="77"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.shortcut_erase_and_open_long_label` appears to be unused"
|
||
errorLine1=" <string name="shortcut_erase_and_open_long_label">Erase and open %1$s</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=" <string name="text_selection_search_action_klar">Search in Klar</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=" <string name="text_selection_search_action_focus_beta">Search in Focus Beta</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=" <string name="text_selection_search_action_focus_nightly">Search in Focus Nightly</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="139"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.preference_category_data_collection_use` appears to be unused"
|
||
errorLine1=" <string name="preference_category_data_collection_use">Data Collection &amp; Use</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=" <string name="preference_search_engine_default">Default</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=" <string name="preference_category_autocomplete_manage_sites">Manage sites</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="225"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.preference_autocomplete_explanation_text` appears to be unused"
|
||
errorLine1=" <string name="preference_autocomplete_explanation_text">Your autocomplete list:</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=" <string name="preference_autocomplete_action_add2">Add URL</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=" <string name="custom_autocomplete_quick_add">Add custom URL</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="243"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.add_custom_autocomplete_label` appears to be unused"
|
||
errorLine1=" <string name="add_custom_autocomplete_label">Add link to autocomplete</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="246"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.preference_autocomplete_custom_summary` appears to be unused"
|
||
errorLine1=" <string name="preference_autocomplete_custom_summary">Add and manage custom autocomplete URLs.</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=" <string name="preference_autocomplete_add_example">Example: example.com</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=" <string name="preference_category_privacy">Privacy</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=" <string name="preference_category_performance">Performance</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=" <string name="content_description_clear_input">Clear input</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=" <string name="content_description_tab_counter">Tabs open: %1$s</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=" <string name="content_description_lock">Secure connection</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=" <string name="accessibility_announcement_loading">Loading</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=" <string name="accessibility_announcement_loading_finished">Website loaded</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=" <string name="content_description_menu">More options</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=" <string name="indicator_content_description_menu">More options button</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=" <string name="content_description_customtab_exit">Return to previous app</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=" <string name="content_description_trackers_blocked">Number of trackers blocked</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=" <string name="content_description_blocking_switch">Block trackers</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=" <string name="your_rights">Your Rights</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=" <string name="external_app_prompt_title">Open link in another app</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=" <string name="external_app_prompt">You can leave %1$s to open this link in %2$s.</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=" <string name="external_app_prompt_no_app_title">Find an app that can open link</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=" <string name="external_app_prompt_no_app">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.</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=" <string name="external_multiple_apps_matched_exit">Exit Private Browsing?</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="478"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.content_blocking_disabled` appears to be unused"
|
||
errorLine1=" <string name="content_blocking_disabled">-</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=" <string name="dialog_addtohomescreen_action_yes">YES</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=" <string name="dialog_addtohomescreen_action_no">NO</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=" <string name="gv_prompt_username_hint">Username</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=" <string name="gv_prompt_password_hint">Password</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=" <string name="gv_prompt_clear">Clear</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=" <string name="security_popup_secure_connection">Secure Connection</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=" <string name="security_popup_insecure_connection">Insecure Connection</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=" <string name="security_popup_security_verified">Verified by: %1$s</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=" <string name="site_security_icon_content_description">Site Security</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=" <string name="find_in_page_input">Find in page</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=" <string name="find_in_page_result">%1$d/%2$d</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=" <string name="accessibility_find_in_page_result">%1$d out of %2$d</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=" <string name="accessibility_next_result">Find next result</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=" <string name="accessibility_previous_result">Find previous result</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=" <string name="accessibility_dismiss_find_in_page">Dismiss find in page</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=" <string name="preference_performance_request_desktop_site">Request desktop site</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_open_link_new_session` appears to be unused"
|
||
errorLine1=" <string name="biometric_auth_open_link_new_session">Open Link in New Session</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=" <string name="biometric_auth_not_recognized_error">Fingerprint not recognized. Try again.</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=" <string name="biometric_auth_moved_too_quickly">Finger moved too fast. Try again.</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=" <string name="tip_disable_tracking_protection">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=" <string name="tip_add_to_homescreen"><![CDATA[Get one-tap access to sites you use most%1$s Menu > Add to Home screen]]></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=" <string name="tip_set_default_browser">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=" <string name="tip_autocomplete_url">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=" <string name="tip_open_in_new_tab">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=" <string name="tip_disable_tips2">Turn off tips on the start screen</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=" <string name="new_tab_opened_snackbar">New tab opened</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=" <string name="open_new_tab_snackbar">Switch</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=" <string name="preference_open_new_tab">Switch to link in new tab immediately</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=" <string name="preference_category_block_cookies">Would you like to block cookies?</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=" <string name="tab_crash_report_title">Tab Crashed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="930"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_title` appears to be unused"
|
||
errorLine1=" <string name="mozac_browser_errorpages_security_bad_cert_title">Connection not secure</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=" <string name="mozac_browser_errorpages_security_bad_cert_message" ><![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=" <string name="mozac_browser_errorpages_security_bad_cert_techInfo"><![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=" <string name="cfr_close_button_description">Close popup</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=" <style name="SettingsTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">"
|
||
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=" <style name="SettingsActionButtonStyle" parent="@style/Widget.AppCompat.ActionButton">"
|
||
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=" <style name="InfoTheme" parent="SettingsTheme">"
|
||
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=" <style name="Mozac.Browser.Menu" parent="">"
|
||
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=" <style name="Mozac.Browser.Menu.Item.Text" parent="@android:style/TextAppearance.Material.Menu">"
|
||
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=" <style name="AppTheme.ContextMenuItem">"
|
||
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=" <style name="ContextMenuTextAppearence">"
|
||
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=" <style name="DoorHanger">"
|
||
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=" <style name="DoorHanger.Medium">"
|
||
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=" <style name="DoorHanger.Medium.Bold">"
|
||
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=" <style name="DoorHanger.Medium.Light">"
|
||
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=" <style name="HintTextAppearance">"
|
||
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=" <style name="ColorHandleTheme">"
|
||
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="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<shape xmlns:android="http://schemas.android.com/apk/res/android""
|
||
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="<shape xmlns:android="http://schemas.android.com/apk/res/android">"
|
||
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="<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">"
|
||
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="<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">"
|
||
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=" <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=" <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="?android:attr/listPreferredItemPaddingStart" />"
|
||
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="?android:attr/listPreferredItemPaddingStart" />"
|
||
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="5dp""
|
||
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="5dp"/>"
|
||
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="5dp"/>"
|
||
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>
|