| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.8.0-alpha06" type="baseline" client="gradle" dependencies="false" name="AGP (8.8.0-alpha06)" variant="all" version="8.8.0-alpha06"> |
| |
| <issue |
| id="WearStandaloneAppFlag" |
| message="Missing `<meta-data android:name="com.google.android.wearable.standalone" ../>` element" |
| errorLine1=" <application" |
| errorLine2=" ~~~~~~~~~~~"> |
| <location |
| file="src/main/AndroidManifest.xml"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="field map with type Map<Integer, FocusableElementsTimePicker>: replace with IntObjectMap" |
| errorLine1=" private val map = FocusableElementsTimePicker.values().associateBy { it.index }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/compose/integration/demos/PickerDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="field map with type Map<Integer, FocusableElement12Hour>: replace with IntObjectMap" |
| errorLine1=" private val map = FocusableElement12Hour.values().associateBy { it.index }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/compose/integration/demos/PickerDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="field map with type Map<Integer, FocusableElementDatePicker>: replace with IntObjectMap" |
| errorLine1=" private val map = FocusableElementDatePicker.values().associateBy { it.index }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/compose/integration/demos/PickerDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable alignmentValues with type List<? extends PositionIndicatorAlignment>: replace with IntList" |
| errorLine1=" val alignmentValues =" |
| errorLine2=" ^"> |
| <location |
| file="src/main/java/androidx/wear/compose/integration/demos/PositionIndicatorDemos.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable colors with type List<? extends Color>: replace with LongList" |
| errorLine1=" val colors = listOf(Color.Blue, Color.Red, Color.Green, Color.Cyan, Color.Magenta)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/compose/integration/demos/SwipeToDismissDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable items with type SnapshotStateList<Integer>: replace with IntList" |
| errorLine1=" val items = remember { mutableStateListOf(1, 2) }" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/compose/integration/demos/SwipeToDismissDemo.kt"/> |
| </issue> |
| |
| <issue |
| id="UseOfNonLambdaOffsetOverload" |
| message="State backed values should use the lambda overload of Modifier.offset" |
| errorLine1=" .offset(" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/androidx/wear/compose/integration/demos/PickerDemo.kt"/> |
| </issue> |
| |
| </issues> |