yschimke
08/05/2022, 3:56 PMTolriq
08/06/2022, 3:58 PMRadoslaw Juszczyk
08/07/2022, 5:16 AMBottomSheetScaffold
for wear?
Can I safely import both: androidx.wear.compose:compose-material
and androidx.compose.material:material
to my project and use only BottomSheetScaffold
from the non wear one??Kseniia Shumelchyk
08/08/2022, 10:19 AMTolriq
08/09/2022, 11:57 AMJohn Nichol
08/11/2022, 12:41 PMOutlined
style for `Chip`s and `Button`s and we have added overloads to allow developers to override Button
shapes. We have also corrected an issue with excess padding in the ToggleChip
this will leave more space for the label slot - as a result if you have screenshot tests for ToggleChip`s these may need updating.Tgo1014
08/23/2022, 12:48 PMLazyColumns
? My workaround solution that I implemented in the past don't work very wellAfzal Najam
08/24/2022, 8:00 PMScalingLazyColumn
could use animateItemPlacement
Modifier support.
https://issuetracker.google.com/issues/241957435John Nichol
08/25/2022, 2:45 PMScalingLazyColumn
not completing initialisation if the list has 2 items. But the change we would like to draw your attention to is an accessibility driven change the default theme colors in 1.1.0-alpha04 [2183442] as this will have a UI impact and might cause some screenshot tests to need to be regenerated.yschimke
08/26/2022, 5:25 PMyschimke
09/01/2022, 8:23 AMFinlandia
09/02/2022, 10:36 AMVivian Thayil
09/06/2022, 5:52 PMAtaul Munim
09/06/2022, 11:04 PMJohn Nichol
09/08/2022, 11:10 AMyschimke
09/12/2022, 4:28 PMStartupBenchmark_startup[compilation=BaselineProfile]
timeToFullDisplayMs min 1,468.5, median 1,522.9, max 1,585.2
timeToInitialDisplayMs min 650.4, median 678.5, max 762.3
StartupBenchmark_startup[compilation=None]
timeToFullDisplayMs min 3,618.2, median 3,845.0, max 4,448.7
timeToInitialDisplayMs min 806.8, median 901.9, max 1,069.0
Gustavo Pagani
09/13/2022, 12:47 PMSectionedList
component to Horologist that should help building screens divided in sections and controlling the sections states individually. There is a video of the sample screen in this PR. I hope that you find it helpful.Markchristopherng
09/13/2022, 10:43 PMTolriq
09/16/2022, 10:25 AM<data android:scheme="wear" android:host="*" />
Will not have impact on previous Android version and still work with Wear OS 1 (That I still support for now)?Tolriq
09/17/2022, 8:13 AMTolriq
09/18/2022, 10:28 AMstartCurvedContent
and endCurvedContent
to add a round borders on each side like a curved chip.Tolriq
09/19/2022, 4:31 PMyschimke
09/20/2022, 4:13 PMJohn Nichol
09/22/2022, 12:52 PMModifier.scrollAway()
that can be used to scroll TimeText
away when scrollable content is scrolled up. This is based on the Horologist Modifier.fadeAway()
, big thanks to @yschimke for that.Tolriq
09/30/2022, 5:56 AMandroid.hardware.display.DisplayManagerGlobal.getDisplayInfo
Broadcast of Intent { act=android.intent.action.SCREEN_OFF }
Thread
"main" tid=1 Blocked
at android.hardware.display.DisplayManagerGlobal.getDisplayInfo (DisplayManagerGlobal.java:146)
at android.view.Display.updateDisplayInfoLocked (Display.java:1251)
at android.view.Display.getState (Display.java:1206)
at android.view.ViewRootImpl$1.onDisplayChanged (ViewRootImpl.java:1604)
at android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate.handleMessage (DisplayManagerGlobal.java:767)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:246)
at android.app.ActivityThread.main (ActivityThread.java:7690)
at java.lang.reflect.Method.invoke (Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:593)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:995)
Since I do not register that intent myself any idea what does and how to prevent it?andrew
10/05/2022, 3:24 PMJohn Nichol
10/05/2022, 6:00 PMCheckbox
, Switch
and RadioButton
toggle controls. Secondly we have added a new experimental Placeholder API which gives coordinated Placeholder, Shimmer and Wipe-Off effects. More in the thread.andrew
10/06/2022, 10:24 PMandrew
10/06/2022, 10:26 PMandrew
10/06/2022, 10:27 PMandrew
10/06/2022, 10:27 PMYingding Wang
10/09/2022, 8:56 PMandrew
10/09/2022, 10:53 PMyschimke
10/10/2022, 8:24 AMandrew
10/10/2022, 4:10 PMyschimke
10/17/2022, 5:58 AM