92 lines
3.1 KiB
XML
92 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
|
|
|
|
<issue
|
|
id="MissingQuantity"
|
|
message="For locale "fr" (French) the following quantities should also be defined: `many`"
|
|
errorLine1=" <plurals name="delete_title">"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="7"
|
|
column="3"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="MissingQuantity"
|
|
message="For locale "fr" (French) the following quantities should also be defined: `many`"
|
|
errorLine1=" <plurals name="delete_dialog_text">"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="21"
|
|
column="3"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Autofill"
|
|
message="Missing `autofillHints` attribute"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/fragment_pwgen.xml"
|
|
line="90"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/oreo_autofill_dataset.xml"
|
|
line="17"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/oreo_autofill_filter_row.xml"
|
|
line="15"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/oreo_autofill_filter_row.xml"
|
|
line="57"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="LabelFor"
|
|
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/fragment_pwgen.xml"
|
|
line="90"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="SetTextI18n"
|
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
|
errorLine1=" warningAppName.text = "“${packageManager.getApplicationLabel(appInfo)}”""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/dev/msfjarvis/aps/ui/autofill/AutofillPublisherChangedActivity.kt"
|
|
line="110"
|
|
column="31"/>
|
|
</issue>
|
|
|
|
</issues>
|