blob: 9c1e1c4554962fea76eb47cf5b025cffcf8a1705 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-alpha15" client="gradle" variant="debug" version="4.2.0-alpha15">
<issue
id="ObsoleteLintCustomCheck"
message="Lint found an issue registry (`androidx.fragment.lint.FragmentIssueRegistry`) which is older than the current API level; these checks may not work correctly.&#xA;&#xA;Recompile the checks against the latest version. Custom check API version is 6 (3.6), current lint API level is 8 (4.1)">
<location
file="../../../../../../home/jeffrygaston/.gradle/caches/transforms-2/files-2.1/0dacc848ffb6bae850db5f3c8bbdbe6e/fragment-1.2.4/jars/lint.jar"/>
</issue>
<issue
id="EnforceSampledAnnotation"
message="onCreate is annotated with @Sampled, but is not inside a project/directory named samples."
errorLine1=" override fun onCreate(savedInstanceState: Bundle?) {"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/com/example/datastoresampleapp/PreferencesDataStoreActivity.kt"
line="52"
column="18"/>
</issue>
<issue
id="EnforceSampledAnnotation"
message="setUpPreferenceStoreUi is annotated with @Sampled, but is not inside a project/directory named samples."
errorLine1=" private fun setUpPreferenceStoreUi() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/com/example/datastoresampleapp/PreferencesDataStoreActivity.kt"
line="69"
column="17"/>
</issue>
<issue
id="EnforceSampledAnnotation"
message="onCreate is annotated with @Sampled, but is not inside a project/directory named samples."
errorLine1=" override fun onCreate(savedInstanceState: Bundle?) {"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/com/example/datastoresampleapp/ProtoDataStoreActivity.kt"
line="55"
column="18"/>
</issue>
<issue
id="EnforceSampledAnnotation"
message="setUpProtoDataStoreUi is annotated with @Sampled, but is not inside a project/directory named samples."
errorLine1=" private fun setUpProtoDataStoreUi() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/com/example/datastoresampleapp/ProtoDataStoreActivity.kt"
line="72"
column="17"/>
</issue>
<issue
id="FragmentTagUsage"
message="Replace the &lt;fragment> tag with FragmentContainerView."
errorLine1=" &lt;fragment"
errorLine2=" ~~~~~~~~">
<location
file="src/main/res/layout/settings_fragment.xml"
line="25"
column="6"/>
</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=" &lt;application"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="21"
column="6"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.settings_fragment` appears to be unused"
errorLine1="&lt;androidx.constraintlayout.widget.ConstraintLayout"
errorLine2="^">
<location
file="src/main/res/layout/settings_fragment.xml"
line="18"
column="1"/>
</issue>
<issue
id="MissingApplicationIcon"
message="Should explicitly set `android:icon`, there is no default"
errorLine1=" &lt;application"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="21"
column="6"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Counter++&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Counter++&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/activity_main.xml"
line="32"
column="9"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Counter--&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Counter--&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/activity_main.xml"
line="43"
column="9"/>
</issue>
<issue
id="HardcodedText"
message="Hardcoded string &quot;Loading Counter&quot;, should use `@string` resource"
errorLine1=" android:text=&quot;Loading Counter&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/activity_main.xml"
line="53"
column="9"/>
</issue>
</issues>