2034 lines
67 KiB
XML
2034 lines
67 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.2.2" client="gradle" variant="release" version="4.2.2">
|
|
|
|
<issue
|
|
id="ObsoleteLintCustomCheck"
|
|
message="Lint found an issue registry (`androidx.appcompat.AppCompatIssueRegistry`) which is older than the current API level; these checks may not work correctly.

Recompile the checks against the latest version. Custom check API version is 7 (4.0), current lint API level is 8 (4.1)">
|
|
<location
|
|
file="../../../../.gradle/caches/transforms-3/2f10f1fe0ff7ab74304d702879de0789/transformed/appcompat-1.2.0/jars/lint.jar"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ObsoleteLintCustomCheck"
|
|
message="Lint found an issue registry (`timber.lint.TimberIssueRegistry`) which is older than the current API level; these checks may not work correctly.

Recompile the checks against the latest version. Custom check API version is 1 (3.1), current lint API level is 8 (4.1)">
|
|
<location
|
|
file="../../../../.gradle/caches/transforms-3/e9d816753daf5450613abd98ccf3b80c/transformed/jetified-timber-4.7.1/jars/lint.jar"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ScopedStorage"
|
|
message="WRITE_EXTERNAL_STORAGE no longer provides write access when targeting Android 10, unless you use `requestLegacyExternalStorage`"
|
|
errorLine1=" <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/AndroidManifest.xml"
|
|
line="10"
|
|
column="36"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IncludeLayoutParam"
|
|
message="Layout parameter `layout_gravity` ignored unless both `layout_width` and `layout_height` are also specified on `<include>` tag"
|
|
errorLine1=" a:layout_gravity="center_vertical" />"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/video_list_item.xml"
|
|
line="17"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="InflateParams"
|
|
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"
|
|
errorLine1=" View view = inflater.inflate(R.layout.jukebox_volume, null);"
|
|
errorLine2=" ~~~~">
|
|
<location
|
|
file="src/main/java/org/moire/ultrasonic/service/JukeboxMediaPlayer.java"
|
|
line="477"
|
|
column="58"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Typos"
|
|
message=""lizensiert" is a common misspelling; did you mean "lizenziert" ?"
|
|
errorLine1=" <string name="settings.testing_unlicensed">Verbindung OK, Server nicht lizensiert.</string>"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="290"
|
|
column="76"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="PluralsCandidate"
|
|
message="Formatting %d followed by words ("Artists"): This should probably be a plural rather than a string"
|
|
errorLine1=" <string name="parser.artist_count">Got %d Artists.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="132"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="PluralsCandidate"
|
|
message="Formatting %d followed by words ("tracks"): This should probably be a plural rather than a string"
|
|
errorLine1=" <string name="select_album.n_selected">%d tracks selected.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="149"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="PluralsCandidate"
|
|
message="Formatting %d followed by words ("tracks"): This should probably be a plural rather than a string"
|
|
errorLine1=" <string name="select_album.n_unselected">%d tracks unselected.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="150"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="AllowAllHostnameVerifier"
|
|
message="Using the `AllowAllHostnameVerifier` HostnameVerifier is unsafe because it always returns true, which could cause insecure network traffic due to trusting TLS/SSL server certificates for wrong hostnames"
|
|
errorLine1=" public static final X509HostnameVerifier ALLOW_ALL_HOSTNAME_VERIFIER = new AllowAllHostnameVerifier();"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/org/moire/ultrasonic/service/ssl/SSLSocketFactory.java"
|
|
line="142"
|
|
column="73"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="SetJavaScriptEnabled"
|
|
message="Using `setJavaScriptEnabled` can introduce XSS vulnerabilities into your application, review carefully"
|
|
errorLine1=" webView.getSettings().setJavaScriptEnabled(true);"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/org/moire/ultrasonic/fragment/AboutFragment.java"
|
|
line="51"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ExportedContentProvider"
|
|
message="Exported content providers can provide access to potentially sensitive data"
|
|
errorLine1=" <provider"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/AndroidManifest.xml"
|
|
line="146"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ExportedReceiver"
|
|
message="Exported receiver does not require permission"
|
|
errorLine1=" <receiver android:name=".receiver.UltrasonicIntentReceiver">"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/AndroidManifest.xml"
|
|
line="81"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ObsoleteLayoutParam"
|
|
message="Invalid layout param in a `LinearLayout`: `layout_alignParentLeft`"
|
|
errorLine1=" a:layout_alignParentLeft="true""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/media_buttons.xml"
|
|
line="14"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ObsoleteLayoutParam"
|
|
message="Invalid layout param in a `LinearLayout`: `layout_above`"
|
|
errorLine1=" android:layout_above="@+id/bottom">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/time_span_dialog.xml"
|
|
line="12"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ObsoleteLayoutParam"
|
|
message="Invalid layout param in a `LinearLayout`: `layout_below`"
|
|
errorLine1=" android:layout_below="@+id/top">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/time_span_dialog.xml"
|
|
line="28"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UseCompoundDrawables"
|
|
message="This tag and its children can be replaced by one `<TextView/>` and a compound drawable"
|
|
errorLine1="<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android""
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/filepicker_item_file_lister.xml"
|
|
line="2"
|
|
column="2"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `@drawable/appwidget_dark_bg_trans` with a theme that also paints a background (inferred theme is `@style/NoActionBar`)"
|
|
errorLine1=" a:background="@drawable/appwidget_dark_bg_trans""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x1.xml"
|
|
line="7"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `@drawable/appwidget_dark_bg_trans` with a theme that also paints a background (inferred theme is `@style/NoActionBar`)"
|
|
errorLine1=" a:background="@drawable/appwidget_dark_bg_trans""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x2.xml"
|
|
line="7"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `@drawable/appwidget_dark_bg_trans` with a theme that also paints a background (inferred theme is `@style/NoActionBar`)"
|
|
errorLine1=" a:background="@drawable/appwidget_dark_bg_trans""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x3.xml"
|
|
line="7"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Overdraw"
|
|
message="Possible overdraw: Root element paints background `@drawable/appwidget_dark_bg_trans` with a theme that also paints a background (inferred theme is `@style/NoActionBar`)"
|
|
errorLine1=" a:background="@drawable/appwidget_dark_bg_trans" >"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x4.xml"
|
|
line="8"
|
|
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/NoActionBar`)"
|
|
errorLine1=" a:background="?android:attr/selectableItemBackground""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/select_folder_header.xml"
|
|
line="11"
|
|
column="5"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.ic_menu_arrow` appears to be unused"
|
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2="^">
|
|
<location
|
|
file="src/main/res/drawable/ic_menu_arrow.xml"
|
|
line="1"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.menu_arrow` appears to be unused"
|
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2="^">
|
|
<location
|
|
file="src/main/res/drawable/menu_arrow.xml"
|
|
line="1"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.main_shuffle` appears to be unused"
|
|
errorLine1=" <string name="main.shuffle">Shuffle Play</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="112"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="98"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="97"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="111"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="108"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="108"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="95"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="111"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="97"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="97"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="108"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="108"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="107"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.menu_navigation` appears to be unused"
|
|
errorLine1=" <string name="menu.navigation">Navigation</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="126"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="109"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="108"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="124"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="121"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="119"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="106"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="124"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="108"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="108"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="121"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="121"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="120"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.music_service_retry` appears to be unused"
|
|
errorLine1=" <string name="music_service.retry">A network error occurred. Retrying %1$d of %2$d.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="131"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="114"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="113"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="129"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="126"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="124"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="110"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="129"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="112"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="112"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="126"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="126"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="125"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.parser_artist_count` appears to be unused"
|
|
errorLine1=" <string name="parser.artist_count">Got %d Artists.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="132"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="115"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="114"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="130"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="127"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="125"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="111"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="130"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="113"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="113"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="127"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="127"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="126"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.parser_reading` appears to be unused"
|
|
errorLine1=" <string name="parser.reading">Reading from server.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="133"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="116"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="115"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="131"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="128"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="126"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="112"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="131"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="114"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="114"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="128"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="128"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="127"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.parser_reading_done` appears to be unused"
|
|
errorLine1=" <string name="parser.reading_done">Reading from server. Done!</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="134"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="117"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="116"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="132"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="129"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="127"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="113"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="132"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="115"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="115"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="129"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="129"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="128"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.progress_wait` appears to be unused"
|
|
errorLine1=" <string name="progress.wait">Please wait&#8230;</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="139"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="122"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="121"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="137"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="134"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="132"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="118"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="137"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="120"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="120"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="134"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="134"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="133"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.search_search` appears to be unused"
|
|
errorLine1=" <string name="search.search">Click to search</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="145"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="128"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="127"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="143"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="140"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="138"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="124"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="143"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="126"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="126"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="140"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="140"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="139"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.service_connecting` appears to be unused"
|
|
errorLine1=" <string name="service.connecting">Contacting server, please wait.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="158"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="141"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="140"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="156"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="153"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="151"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="137"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="156"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="139"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="139"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="153"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="153"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="152"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.settings_allow_self_signed_certificate` appears to be unused"
|
|
errorLine1=" <string name="settings.allow_self_signed_certificate" translatable="false">allowSelfSignedCertificate</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="159"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.settings_enable_ldap_user_support` appears to be unused"
|
|
errorLine1=" <string name="settings.enable_ldap_user_support" translatable="false">enableLdapUserSupport</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="160"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.settings_cache_location_error` appears to be unused"
|
|
errorLine1=" <string name="settings.cache_location_error">Invalid cache location. Using default.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="176"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="157"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="156"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="172"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="169"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="167"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="153"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="172"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="155"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="155"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="169"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="169"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="168"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.settings_invalid_username` appears to be unused"
|
|
errorLine1=" <string name="settings.invalid_username">Please specify a valid username (no trailing spaces).</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="228"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="209"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="208"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="224"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="221"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="219"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="204"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="224"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="207"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="207"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="221"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="221"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="218"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.settings_server_remove_server` appears to be unused"
|
|
errorLine1=" <string name="settings.server_remove_server">Remove Server</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="297"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="274"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="273"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="293"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="288"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="286"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="267"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="293"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="272"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="272"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="290"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="288"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="286"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.settings_server_unused` appears to be unused"
|
|
errorLine1=" <string name="settings.server_unused">Unused</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="300"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="277"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-de/strings.xml"
|
|
line="276"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="296"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="291"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="289"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-it/strings.xml"
|
|
line="270"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="296"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="275"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="275"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="293"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="291"
|
|
column="13"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="289"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.settings_server_address_unset` appears to be unused"
|
|
errorLine1=" <string name="settings.server_address_unset" translatable="false">http://example.com</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="397"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.plurals.select_album_donate_dialog_n_trial_days_left` appears to be unused"
|
|
errorLine1=" <plurals name="select_album_donate_dialog_n_trial_days_left">"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/values/strings.xml"
|
|
line="476"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-cs/strings.xml"
|
|
line="448"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-es/strings.xml"
|
|
line="470"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-fr/strings.xml"
|
|
line="459"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-hu/strings.xml"
|
|
line="454"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-nl/strings.xml"
|
|
line="470"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-pl/strings.xml"
|
|
line="401"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-pt/strings.xml"
|
|
line="388"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
line="463"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-ru/strings.xml"
|
|
line="471"
|
|
column="14"/>
|
|
<location
|
|
file="src/main/res/values-zh-rCN/strings.xml"
|
|
line="452"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UselessParent"
|
|
message="This `LinearLayout` layout or its `LinearLayout` parent is useless"
|
|
errorLine1=" <LinearLayout"
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/video_details.xml"
|
|
line="9"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDuplicates"
|
|
message="The following unrelated icon files have identical contents: list_pressed_holo_dark.9.png, list_pressed_holo_light.9.png">
|
|
<location
|
|
file="src/main/res/drawable-hdpi/list_pressed_holo_light.9.png"/>
|
|
<location
|
|
file="src/main/res/drawable-hdpi/list_pressed_holo_dark.9.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Autofill"
|
|
message="Missing `autofillHints` attribute"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/chat.xml"
|
|
line="27"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Autofill"
|
|
message="Missing `autofillHints` attribute"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/save_playlist.xml"
|
|
line="9"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Autofill"
|
|
message="Missing `autofillHints` attribute"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/share_details.xml"
|
|
line="30"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Autofill"
|
|
message="Missing `autofillHints` attribute"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/time_span_dialog.xml"
|
|
line="30"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Autofill"
|
|
message="Missing `autofillHints` attribute"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/update_playlist.xml"
|
|
line="18"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Autofill"
|
|
message="Missing `autofillHints` attribute"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/update_playlist.xml"
|
|
line="40"
|
|
column="4"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ViewConstructor"
|
|
message="Custom view `AlbumView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
errorLine1="public class AlbumView extends UpdateView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/org/moire/ultrasonic/view/AlbumView.java"
|
|
line="40"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ClickableViewAccessibility"
|
|
message="Custom view ``AutoRepeatButton`` has `setOnTouchListener` called on it but does not override `performClick`"
|
|
errorLine1=" this.setOnTouchListener(new OnTouchListener()"
|
|
errorLine2=" ^">
|
|
<location
|
|
file="src/main/java/org/moire/ultrasonic/view/AutoRepeatButton.java"
|
|
line="36"
|
|
column="3"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ClickableViewAccessibility"
|
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
|
errorLine1=" getView().setOnTouchListener((v, event) -> handleOnTouch(event));"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/java/org/moire/ultrasonic/fragment/NowPlayingFragment.java"
|
|
line="133"
|
|
column="42"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="9"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="18"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="27"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="36"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="45"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="54"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="63"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="72"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_buttons.xml"
|
|
line="81"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_list_item.xml"
|
|
line="61"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_list_item_legacy.xml"
|
|
line="8"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/album_list_item_legacy.xml"
|
|
line="41"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x1.xml"
|
|
line="10"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x1.xml"
|
|
line="76"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x1.xml"
|
|
line="85"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x1.xml"
|
|
line="94"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x2.xml"
|
|
line="10"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x2.xml"
|
|
line="97"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x2.xml"
|
|
line="106"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x2.xml"
|
|
line="115"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x3.xml"
|
|
line="10"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x3.xml"
|
|
line="82"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x3.xml"
|
|
line="91"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x3.xml"
|
|
line="100"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x4.xml"
|
|
line="10"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x4.xml"
|
|
line="83"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x4.xml"
|
|
line="92"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x4.xml"
|
|
line="101"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageButton"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/chat.xml"
|
|
line="38"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/chat_item.xml"
|
|
line="7"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/chat_item_reverse.xml"
|
|
line="64"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/current_playing.xml"
|
|
line="45"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout-land/current_playing.xml"
|
|
line="46"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/current_playing.xml"
|
|
line="57"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout-land/current_playing.xml"
|
|
line="58"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/current_playing.xml"
|
|
line="69"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout-land/current_playing.xml"
|
|
line="70"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/current_playing.xml"
|
|
line="81"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout-land/current_playing.xml"
|
|
line="82"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/current_playing.xml"
|
|
line="93"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout-land/current_playing.xml"
|
|
line="94"
|
|
column="22"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/filepicker_item_file_lister.xml"
|
|
line="10"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView a:id="@+id/help_back""
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/help.xml"
|
|
line="12"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView a:id="@+id/help_stop""
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/help.xml"
|
|
line="18"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView a:id="@+id/help_forward""
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/help.xml"
|
|
line="24"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/select_folder_header.xml"
|
|
line="15"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/song_list_item.xml"
|
|
line="9"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/song_list_item.xml"
|
|
line="38"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/song_list_item.xml"
|
|
line="48"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/song_list_item.xml"
|
|
line="58"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/song_list_item.xml"
|
|
line="68"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/song_list_item.xml"
|
|
line="78"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/song_list_item.xml"
|
|
line="91"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/video_list_item.xml"
|
|
line="19"
|
|
column="6"/>
|
|
</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/save_playlist.xml"
|
|
line="9"
|
|
column="6"/>
|
|
</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/share_details.xml"
|
|
line="30"
|
|
column="10"/>
|
|
</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/time_span_dialog.xml"
|
|
line="30"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Title", should use `@string` resource"
|
|
errorLine1=" a:text="Title""
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x1.xml"
|
|
line="46"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Artist", should use `@string` resource"
|
|
errorLine1=" a:text="Artist""
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x1.xml"
|
|
line="64"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Title", should use `@string` resource"
|
|
errorLine1=" a:text="Title""
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x2.xml"
|
|
line="48"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Artist", should use `@string` resource"
|
|
errorLine1=" a:text="Artist""
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x2.xml"
|
|
line="65"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Album", should use `@string` resource"
|
|
errorLine1=" a:text="Album""
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x2.xml"
|
|
line="82"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Title", should use `@string` resource"
|
|
errorLine1=" a:text="Title""
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x3.xml"
|
|
line="50"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Artist", should use `@string` resource"
|
|
errorLine1=" a:text="Artist""
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x3.xml"
|
|
line="66"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Title", should use `@string` resource"
|
|
errorLine1=" a:text="Title""
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x4.xml"
|
|
line="51"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Artist", should use `@string` resource"
|
|
errorLine1=" a:text="Artist""
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/appwidget4x4.xml"
|
|
line="67"
|
|
column="17"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "A", should use `@string` resource"
|
|
errorLine1=" a:text="A""
|
|
errorLine2=" ~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/artist_list_item.xml"
|
|
line="20"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "0 dB", should use `@string` resource"
|
|
errorLine1=" a:text="0 dB""
|
|
errorLine2=" ~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/equalizer_bar.xml"
|
|
line="19"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "0 / 0", should use `@string` resource"
|
|
errorLine1=" a:text="0 / 0""
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/player_media_info.xml"
|
|
line="64"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "Share", should use `@string` resource"
|
|
errorLine1=" a:title="Share"/>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/menu/select_song_context.xml"
|
|
line="24"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="HardcodedText"
|
|
message="Hardcoded string "http://", should use `@string` resource"
|
|
errorLine1=" a:text="http://""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/server_edit.xml"
|
|
line="43"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RelativeOverlap"
|
|
message="`LinearLayout-3` can overlap `LinearLayout-1` if LinearLayout-1, LinearLayout-3 grow due to localized text expansion"
|
|
errorLine1=" <LinearLayout"
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/player_media_info.xml"
|
|
line="50"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RelativeOverlap"
|
|
message="`@id/current_playing_duration` can overlap `@id/current_playing_position` if @string/util.no_time, @string/util.no_time grow due to localized text expansion"
|
|
errorLine1=" <TextView"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src/main/res/layout/player_slider.xml"
|
|
line="29"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
</issues>
|