mirror of
https://github.com/FossifyOrg/Launcher.git
synced 2026-04-19 22:38:51 -04:00
chore: update lint baselines (#372)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
<ID>CyclomaticComplexMethod:MyAppWidgetResizeFrame.kt$MyAppWidgetResizeFrame$override fun onTouchEvent(event: MotionEvent?): Boolean</ID>
|
||||
<ID>EmptyCatchBlock:Context.kt${ }</ID>
|
||||
<ID>EmptyCatchBlock:WidgetsFragment.kt$WidgetsFragment${ }</ID>
|
||||
<ID>EmptyFunctionBlock:FolderIconsAdapter.kt$FolderIconsAdapter${}</ID>
|
||||
<ID>EmptyFunctionBlock:HiddenIconsAdapter.kt$HiddenIconsAdapter${}</ID>
|
||||
<ID>LargeClass:HomeScreenGrid.kt$HomeScreenGrid : RelativeLayout</ID>
|
||||
<ID>LargeClass:MainActivity.kt$MainActivity : SimpleActivityFlingListener</ID>
|
||||
@@ -59,7 +58,6 @@
|
||||
<ID>MaxLineLength:AllAppsFragment.kt$AllAppsFragment$// some devices ACTION_MOVE keeps triggering for the whole long press duration, but we are interested in real moves only, when coords change</ID>
|
||||
<ID>MaxLineLength:AppLauncher.kt$AppLauncher$@ColumnInfo(name = "activity_name") var activityName: String</ID>
|
||||
<ID>MaxLineLength:AppLauncher.kt$AppLauncher$sorting and SORT_BY_TITLE != 0 -> title.normalizeString().lowercase().compareTo(other.title.normalizeString().lowercase())</ID>
|
||||
<ID>MaxLineLength:FolderIconsAdapter.kt$FolderIconsAdapter.<no name provided>$val yOffset = resources.getDimension(R.dimen.long_press_anchor_button_offset_y) * (visibleMenuItems - 1)</ID>
|
||||
<ID>MaxLineLength:HiddenIconsAdapter.kt$HiddenIconsAdapter$private fun getSelectedItems()</ID>
|
||||
<ID>MaxLineLength:HomeScreenGrid.kt$AnimatedGridPager$((pageChangeSwipedPercentage > 0f && item.page == currentPage - 1) || (pageChangeSwipedPercentage < 0f && item.page == currentPage + 1))</ID>
|
||||
<ID>MaxLineLength:HomeScreenGrid.kt$HomeScreenGrid$(context as? MainActivity)</ID>
|
||||
@@ -118,7 +116,6 @@
|
||||
<ID>TooGenericExceptionCaught:MainActivity.kt$MainActivity$e: Exception</ID>
|
||||
<ID>TooGenericExceptionCaught:WidgetsFragment.kt$WidgetsFragment$error: Error</ID>
|
||||
<ID>TooManyFunctions:AllAppsFragment.kt$AllAppsFragment : MyFragmentAllAppsListener</ID>
|
||||
<ID>TooManyFunctions:FolderIconsAdapter.kt$FolderIconsAdapter : MyRecyclerViewAdapter</ID>
|
||||
<ID>TooManyFunctions:HiddenIconsAdapter.kt$HiddenIconsAdapter : MyRecyclerViewAdapter</ID>
|
||||
<ID>TooManyFunctions:HomeScreenGrid.kt$AnimatedGridPager</ID>
|
||||
<ID>TooManyFunctions:HomeScreenGrid.kt$HomeScreenGrid : RelativeLayout</ID>
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.11.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.11.1)" variant="all" version="8.11.1">
|
||||
<issues format="6" by="lint 9.0.1" type="baseline" client="gradle" dependencies="false" name="AGP (9.0.1)" variant="all" version="9.0.1">
|
||||
|
||||
<issue
|
||||
id="DuplicateIncludedIds"
|
||||
message="Duplicate id @+id/search_bar, defined or included multiple times in layout/activity_main.xml: [layout/activity_main.xml => layout/widgets_fragment.xml defines @+id/search_bar, layout/activity_main.xml => layout/all_apps_fragment.xml defines @+id/search_bar]"
|
||||
errorLine1=" <include"
|
||||
errorLine2=" ^">
|
||||
<location
|
||||
file="src/main/res/layout/activity_main.xml"
|
||||
line="16"
|
||||
column="5"
|
||||
message="Duplicate id @+id/search_bar, defined or included multiple times in layout/activity_main.xml: [layout/activity_main.xml => layout/widgets_fragment.xml defines @+id/search_bar, layout/activity_main.xml => layout/all_apps_fragment.xml defines @+id/search_bar]"/>
|
||||
<location
|
||||
file="src/main/res/layout/widgets_fragment.xml"
|
||||
line="9"
|
||||
column="9"
|
||||
message="Defined here, included via layout/activity_main.xml => layout/widgets_fragment.xml defines @+id/search_bar"/>
|
||||
<location
|
||||
file="src/main/res/layout/all_apps_fragment.xml"
|
||||
line="9"
|
||||
column="9"
|
||||
message="Defined here, included via layout/activity_main.xml => layout/all_apps_fragment.xml defines @+id/search_bar"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="NewApi"
|
||||
@@ -53,25 +75,630 @@
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="AndroidGradlePluginVersion"
|
||||
message="A newer version of Gradle than 8.13 is available: 8.14.4"
|
||||
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Red` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="$HOME/work/Launcher/Launcher/gradle/wrapper/gradle-wrapper.properties"
|
||||
line="3"
|
||||
column="17"/>
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="94"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="AndroidGradlePluginVersion"
|
||||
message="A newer version of com.android.application than 8.11.1 is available: 9.0.0. (There is also a newer version of 8.11.𝑥 available, if upgrading to 9.0.0 is difficult: 8.11.2)"
|
||||
errorLine1="gradlePlugins-agp = "8.11.1""
|
||||
errorLine2=" ~~~~~~~~">
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Red` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="$HOME/work/Launcher/Launcher/gradle/libs.versions.toml"
|
||||
line="14"
|
||||
column="21"/>
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="96"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Red` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="99"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Pink` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="112"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Pink` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="114"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Pink` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="117"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Purple` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="130"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Purple` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="132"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Purple` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="135"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Deep_purple` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="148"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Deep_purple` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="150"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Deep_purple` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="153"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Indigo` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="166"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Indigo` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="168"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Indigo` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="171"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Blue` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="184"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Blue` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="186"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Blue` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="189"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Light_blue` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="202"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Light_blue` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="204"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Light_blue` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="207"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Cyan` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="220"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Cyan` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="222"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Cyan` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="225"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Teal` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="238"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Teal` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="240"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Teal` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="243"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Green` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="256"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Green` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="258"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Green` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="261"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Light_green` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="274"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Light_green` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="276"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Light_green` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="279"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Lime` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="292"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Lime` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="294"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Lime` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="297"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Yellow` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="310"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Yellow` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="312"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Yellow` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="315"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Amber` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="328"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Amber` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="330"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Amber` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="333"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Orange` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="346"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Orange` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="348"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Orange` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="351"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Deep_orange` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="364"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Deep_orange` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="366"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Deep_orange` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="369"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Brown` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="382"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Brown` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="384"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Brown` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="387"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Blue_grey` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="400"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Blue_grey` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="402"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Blue_grey` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="405"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `clearTaskOnLaunch` on `<activity-alias>` `.activities.SplashActivity.Grey_black` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:clearTaskOnLaunch="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="418"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `excludeFromRecents` on `<activity-alias>` `.activities.SplashActivity.Grey_black` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:excludeFromRecents="true""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="420"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="InvalidManifestAttribute"
|
||||
message="Attribute `launchMode` on `<activity-alias>` `.activities.SplashActivity.Grey_black` is invalid, and will be silently ignored. This attribute is always ignored on `<activity-alias>`."
|
||||
errorLine1=" android:launchMode="singleTask""
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/AndroidManifest.xml"
|
||||
line="423"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
@@ -261,6 +888,17 @@
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingTranslation"
|
||||
message=""show_app_labels" is not translated in "de" (German), "hi" (Hindi), "pt" (Portuguese), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "hr" (Croatian), "lv" (Latvian), "hu" (Hungarian), "uk" (Ukrainian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "it" (Italian), "my" (Burmese), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "et" (Estonian), "eu" (Basque), "ar" (Arabic), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nl" (Dutch), "nn" (Norwegian Nynorsk), "be" (Belarusian), "fi" (Finnish), "ru" (Russian), "bg" (Bulgarian), "bn" (Bangla), "fr" (French), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "sl" (Slovenian), "ga" (Irish), "zgh" (Standard Moroccan Tamazight), "ca" (Catalan), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "sv" (Swedish), "ko" (Korean), "gl" (Galician), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "cs" (Czech), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb", "pl" (Polish), "da" (Danish), "tr" (Turkish)"
|
||||
errorLine1=" <string name="show_app_labels">Show app labels</string>"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/values/strings.xml"
|
||||
line="16"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="MissingTranslation"
|
||||
message=""home_screen_settings" is not translated in "fil" (Filipino; Pilipino), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "be" (Belarusian), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sl" (Slovenian), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "ko" (Korean), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh)"
|
||||
@@ -268,7 +906,7 @@
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/values/strings.xml"
|
||||
line="16"
|
||||
line="17"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
@@ -279,7 +917,7 @@
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/values/strings.xml"
|
||||
line="17"
|
||||
line="18"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
@@ -290,7 +928,7 @@
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/values/strings.xml"
|
||||
line="18"
|
||||
line="19"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
@@ -301,7 +939,7 @@
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/values/strings.xml"
|
||||
line="19"
|
||||
line="20"
|
||||
column="13"/>
|
||||
</issue>
|
||||
|
||||
@@ -312,21 +950,10 @@
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/res/values/strings.xml"
|
||||
line="20"
|
||||
line="21"
|
||||
column="13"/>
|
||||
</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/kotlin/org/fossify/home/adapters/FolderIconsAdapter.kt"
|
||||
line="107"
|
||||
column="9"/>
|
||||
</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."
|
||||
@@ -367,17 +994,6 @@
|
||||
column="5"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UnusedResources"
|
||||
message="The resource `R.layout.dialog_folder_icons` appears to be unused"
|
||||
errorLine1="<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
||||
errorLine2="^">
|
||||
<location
|
||||
file="src/main/res/layout/dialog_folder_icons.xml"
|
||||
line="2"
|
||||
column="1"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UnusedResources"
|
||||
message="The resource `R.dimen.icon_long_press_anchor_offset_y` appears to be unused"
|
||||
@@ -532,6 +1148,28 @@
|
||||
column="44"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UseKtx"
|
||||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||||
errorLine1=" set(showDrawerAppLabels) = prefs.edit().putBoolean(SHOW_DRAWER_APP_LABELS, showDrawerAppLabels).apply()"
|
||||
errorLine2=" ~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/org/fossify/home/helpers/Config.kt"
|
||||
line="43"
|
||||
column="36"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UseKtx"
|
||||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||||
errorLine1=" set(showHomeAppLabels) = prefs.edit().putBoolean(SHOW_HOME_APP_LABELS, showHomeAppLabels).apply()"
|
||||
errorLine2=" ~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/org/fossify/home/helpers/Config.kt"
|
||||
line="47"
|
||||
column="34"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="UseKtx"
|
||||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||||
@@ -594,7 +1232,7 @@
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/org/fossify/home/activities/SettingsActivity.kt"
|
||||
line="156"
|
||||
line="158"
|
||||
column="50"/>
|
||||
</issue>
|
||||
|
||||
@@ -605,7 +1243,7 @@
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/org/fossify/home/activities/SettingsActivity.kt"
|
||||
line="192"
|
||||
line="202"
|
||||
column="51"/>
|
||||
</issue>
|
||||
|
||||
@@ -616,7 +1254,7 @@
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/org/fossify/home/activities/SettingsActivity.kt"
|
||||
line="218"
|
||||
line="228"
|
||||
column="54"/>
|
||||
</issue>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user