mirror of
https://github.com/Xcreen/RestSMS.git
synced 2026-04-17 21:57:53 -04:00
387 lines
14 KiB
XML
387 lines
14 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.0.0" client="gradle" variant="all" version="4.0.0">
|
|
|
|
<issue
|
|
id="TrustAllX509TrustManager"
|
|
message="`checkClientTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
|
|
<location
|
|
file="org\eclipse\jetty\util\ssl\SslContextFactory$1.class"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="TrustAllX509TrustManager"
|
|
message="`checkServerTrusted` is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers">
|
|
<location
|
|
file="org\eclipse\jetty\util\ssl\SslContextFactory$1.class"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="AllowBackup"
|
|
message="On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute `android:fullBackupContent` to specify an `@xml` resource which configures which files to backup. More info: https://developer.android.com/training/backup/autosyncapi.html"
|
|
errorLine1=" <application"
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\AndroidManifest.xml"
|
|
line="9"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.activity_horizontal_margin` appears to be unused"
|
|
errorLine1=" <dimen name="activity_horizontal_margin">16dp</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\values\dimens.xml"
|
|
line="2"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.dimen.activity_vertical_margin` appears to be unused"
|
|
errorLine1=" <dimen name="activity_vertical_margin">16dp</dimen>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\values\dimens.xml"
|
|
line="3"
|
|
column="12"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.ic_launcher_background` appears to be unused"
|
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2="^">
|
|
<location
|
|
file="src\main\res\drawable\ic_launcher_background.xml"
|
|
line="2"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.ic_launcher_foreground` appears to be unused"
|
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2="^">
|
|
<location
|
|
file="src\main\res\drawable-v24\ic_launcher_foreground.xml"
|
|
line="1"
|
|
column="1"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.drawable.launcher` appears to be unused">
|
|
<location
|
|
file="src\main\res\drawable\launcher.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedResources"
|
|
message="The resource `R.string.server_is_stopping` appears to be unused"
|
|
errorLine1=" <string name="server_is_stopping">Server is shutting down. Please wait.</string>"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\values\strings.xml"
|
|
line="13"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UselessParent"
|
|
message="This `ScrollView` layout or its `FrameLayout` parent is useless"
|
|
errorLine1=" <ScrollView"
|
|
errorLine2=" ~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_about_app.xml"
|
|
line="9"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UselessParent"
|
|
message="This `ScrollView` layout or its `FrameLayout` parent is useless"
|
|
errorLine1=" <ScrollView"
|
|
errorLine2=" ~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_about_me.xml"
|
|
line="10"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UselessParent"
|
|
message="This `ScrollView` layout or its `FrameLayout` parent is useless"
|
|
errorLine1=" <ScrollView"
|
|
errorLine2=" ~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_home.xml"
|
|
line="10"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UselessParent"
|
|
message="This `ScrollView` layout or its `FrameLayout` parent is useless"
|
|
errorLine1=" <ScrollView"
|
|
errorLine2=" ~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_logging_detail.xml"
|
|
line="9"
|
|
column="6"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RedundantNamespace"
|
|
message="This namespace declaration is redundant"
|
|
errorLine1=" <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\activity_main.xml"
|
|
line="10"
|
|
column="48"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RedundantNamespace"
|
|
message="This namespace declaration is redundant"
|
|
errorLine1=" xmlns:tools="http://schemas.android.com/tools""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\activity_main.xml"
|
|
line="12"
|
|
column="9"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RedundantNamespace"
|
|
message="This namespace declaration is redundant"
|
|
errorLine1=" xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_home.xml"
|
|
line="15"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RedundantNamespace"
|
|
message="This namespace declaration is redundant"
|
|
errorLine1=" xmlns:app="http://schemas.android.com/apk/res-auto""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_home.xml"
|
|
line="16"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="RedundantNamespace"
|
|
message="This namespace declaration is redundant"
|
|
errorLine1=" xmlns:tools="http://schemas.android.com/tools""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_home.xml"
|
|
line="17"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedNamespace"
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
errorLine1=" xmlns:android="http://schemas.android.com/apk/res/android""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_home.xml"
|
|
line="15"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedNamespace"
|
|
message="Unused namespace declaration xmlns:app; already declared on the root element"
|
|
errorLine1=" xmlns:app="http://schemas.android.com/apk/res-auto""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_home.xml"
|
|
line="16"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="UnusedNamespace"
|
|
message="Unused namespace declaration xmlns:tools; already declared on the root element"
|
|
errorLine1=" xmlns:tools="http://schemas.android.com/tools""
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_home.xml"
|
|
line="17"
|
|
column="13"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/check_no.png` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\check_no.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/check_yes.png` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\check_yes.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/launcher.png` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\launcher.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/nav_home.png` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\nav_home.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/nav_info.png` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\nav_info.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/nav_logging.png` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\nav_logging.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/nav_logo.png` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\nav_logo.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/nav_settings.png` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\nav_settings.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconLocation"
|
|
message="Found bitmap drawable `res/drawable/profile.jpg` in densityless folder">
|
|
<location
|
|
file="src\main\res\drawable\profile.jpg"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDuplicates"
|
|
message="The following unrelated icon files have identical contents: ic_launcher.png, ic_launcher_round.png">
|
|
<location
|
|
file="src\main\res\mipmap-hdpi\ic_launcher_round.png"/>
|
|
<location
|
|
file="src\main\res\mipmap-hdpi\ic_launcher.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDuplicates"
|
|
message="The following unrelated icon files have identical contents: ic_launcher.png, ic_launcher_round.png">
|
|
<location
|
|
file="src\main\res\mipmap-mdpi\ic_launcher_round.png"/>
|
|
<location
|
|
file="src\main\res\mipmap-mdpi\ic_launcher.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDuplicates"
|
|
message="The following unrelated icon files have identical contents: ic_launcher.png, ic_launcher_round.png">
|
|
<location
|
|
file="src\main\res\mipmap-xhdpi\ic_launcher_round.png"/>
|
|
<location
|
|
file="src\main\res\mipmap-xhdpi\ic_launcher.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDuplicates"
|
|
message="The following unrelated icon files have identical contents: ic_launcher.png, ic_launcher_round.png">
|
|
<location
|
|
file="src\main\res\mipmap-xxhdpi\ic_launcher_round.png"/>
|
|
<location
|
|
file="src\main\res\mipmap-xxhdpi\ic_launcher.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="IconDuplicates"
|
|
message="The following unrelated icon files have identical contents: ic_launcher.png, ic_launcher_round.png">
|
|
<location
|
|
file="src\main\res\mipmap-xxxhdpi\ic_launcher_round.png"/>
|
|
<location
|
|
file="src\main\res\mipmap-xxxhdpi\ic_launcher.png"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="Autofill"
|
|
message="Missing `autofillHints` attribute"
|
|
errorLine1=" <EditText"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_settings.xml"
|
|
line="14"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_about_app.xml"
|
|
line="77"
|
|
column="14"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\fragment_about_me.xml"
|
|
line="28"
|
|
column="18"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ContentDescription"
|
|
message="Missing `contentDescription` attribute on image"
|
|
errorLine1=" <ImageView"
|
|
errorLine2=" ~~~~~~~~~">
|
|
<location
|
|
file="src\main\res\layout\nav_header_main.xml"
|
|
line="19"
|
|
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\fragment_settings.xml"
|
|
line="14"
|
|
column="10"/>
|
|
</issue>
|
|
|
|
</issues>
|