blob: ee407a90838af679db6427016b8c329b495b381c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-alpha06" client="gradle" variant="debug" version="4.2.0-alpha06">
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" bitmap = Bitmap.createBitmap("
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="59"
column="25"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAsset is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" bitmap.colorSpace?.toComposeColorSpace() ?: ColorSpaces.Srgb"
errorLine2=" ~~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="102"
column="20"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" return android.graphics.ColorSpace.get(frameworkNamedSpace)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="223"
column="40"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.SRGB)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="229"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.ACES)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="231"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.ACESCG)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="233"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.ADOBE_RGB)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="235"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.BT2020)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="237"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.BT709)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="239"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.CIE_LAB)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="241"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.CIE_XYZ)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="243"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.DCI_P3)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="245"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.DISPLAY_P3)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="247"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.EXTENDED_SRGB)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="249"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.LINEAR_EXTENDED_SRGB)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="251"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.LINEAR_SRGB)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="253"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.NTSC_1953)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="255"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.PRO_PHOTO_RGB)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="257"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 26, the call containing class androidx.compose.ui.graphics.AndroidImageAssetKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
errorLine1=" android.graphics.ColorSpace.get(android.graphics.ColorSpace.Named.SMPTE_C)"
errorLine2=" ~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidImageAsset.kt"
line="259"
column="37"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 29, the call containing class androidx.compose.ui.graphics.AndroidPaintKt is not annotated with @RequiresApi(x) where x is at least 29. Either annotate the containing class with at least @RequiresApi(29) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(29)."
errorLine1=" this.blendMode = mode.toAndroidBlendMode()"
errorLine2=" ~~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/AndroidPaint.kt"
line="124"
column="14"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 29, the call containing class androidx.compose.ui.graphics.CanvasUtils is not annotated with @RequiresApi(x) where x is at least 29. Either annotate the containing class with at least @RequiresApi(29) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(29)."
errorLine1=" canvas.enableZ()"
errorLine2=" ~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/CanvasUtils.kt"
line="39"
column="24"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 29, the call containing class androidx.compose.ui.graphics.CanvasUtils is not annotated with @RequiresApi(x) where x is at least 29. Either annotate the containing class with at least @RequiresApi(29) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(29)."
errorLine1=" canvas.disableZ()"
errorLine2=" ~~~~~~~~">
<location
file="src/androidMain/kotlin/androidx/compose/ui/graphics/CanvasUtils.kt"
line="41"
column="24"/>
</issue>
</issues>