Bug P3
Status Update
Comments
ms...@google.com <ms...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 42fe7720d4df7c4c03f7e14b202420ab7cce1950
Author: Aurimas Liutikas <aurimas@google.com>
Date: Fri May 26 14:53:22 2023
Upgrade to Robolectric 4.10.3
Suppress usage of ScheduledAlarm in wear titles tests b/284981234
Test: ./gradlew test
Change-Id: I454b38c979f1e2563503b5f50bbeefffaf4f6140
M gradle/libs.versions.toml
M wear/tiles/tiles-renderer/src/test/java/androidx/wear/tiles/manager/UpdateSchedulerTest.java
M wear/tiles/tiles-renderer/src/test/java/androidx/wear/tiles/timeline/TilesTimelineManagerTest.java
https://android-review.googlesource.com/2607597
Branch: androidx-main
commit 42fe7720d4df7c4c03f7e14b202420ab7cce1950
Author: Aurimas Liutikas <aurimas@google.com>
Date: Fri May 26 14:53:22 2023
Upgrade to Robolectric 4.10.3
Suppress usage of ScheduledAlarm in wear titles tests
Test: ./gradlew test
Change-Id: I454b38c979f1e2563503b5f50bbeefffaf4f6140
M gradle/libs.versions.toml
M wear/tiles/tiles-renderer/src/test/java/androidx/wear/tiles/manager/UpdateSchedulerTest.java
M wear/tiles/tiles-renderer/src/test/java/androidx/wear/tiles/timeline/TilesTimelineManagerTest.java
Description
Component used: androidx.wear.tiles Version used: 1.0.1, 1.1.0-beta01 Devices/Android versions reproduced on: Galaxy Watch 4 - API30
Specifying a ColorFilter to tint an icon resource doesn't seem to work on API30. It DOES work on older devices like Fossil API28
referring to a resource Image with builder API and specifying a color filter:
the android resource referred to from the resources builder is a vector drawable:
Attached pictures show galaxy watch 4 vs fossil, the image on the right is tinted, the one of the left I updated to always be white.