Nat Strangerweather
11/25/2022, 10:19 PMNat Strangerweather
11/27/2022, 12:45 PMThis method should only be accessed from tests or within private scope
Should I just ignore it?barat
11/28/2022, 10:11 AMlouiscad
11/29/2022, 10:35 AMAkash Singh
11/30/2022, 8:20 PMBhavesh Jethani
12/02/2022, 6:44 AMYingding Wang
12/04/2022, 1:28 PMNat Strangerweather
12/04/2022, 5:41 PMSusheel
12/07/2022, 6:26 PMSusheel
12/07/2022, 10:30 PMJohn Nichol
12/08/2022, 10:44 AMHierarchicalFocusCoordination
as well as accessibility improvements for the Picker
- see the release notes for more details.Amresh Singh
12/13/2022, 7:46 AMflorent
12/19/2022, 10:24 AMYingding Wang
12/21/2022, 4:23 PMJohn O'Reilly
12/22/2022, 5:59 PMNat Strangerweather
12/23/2022, 5:16 PMYingding Wang
12/27/2022, 1:07 PMhorologist==0.2.5
, the NavGraphBuilder.scalingLazyColumnComposable
is deprecated, i shall use the listComposable
@Deprecated(
"Use listComposable"
)
public fun NavGraphBuilder.scalingLazyColumnComposable(
In the nav example, NavGraphBuilder.scrollable
has replaced NavGraphBuilder.scalingLazyColumnComposable
, what is the difference between listComposable
and scrollable
? The only listComposable
which I can find in NavGraphBuilder
is lazyListComposable
. Thanks for any hint in advance.Yingding Wang
12/30/2022, 12:15 AMNat Strangerweather
12/30/2022, 2:11 PMYingding Wang
01/02/2023, 12:33 PMIconButton
in androidx.wear.compose.material
, just noticed that I shall not use androidx.compose.material
with compose wear. As I wrapped Icon in a Button, it attaches a shadow. How can I get ride of this shadow from the Button
?Yingding Wang
01/04/2023, 2:08 PMhorizontalScroll
modifier to the androidx.wear.compose.material.dialog.Alert
and got an IllegalArgumentException
It appears to me, horizontalScroll
modifier applied on the parent composable of a ScalingLazyColumn
will raise the IllegalArgumentException, what is the reason for that?
On the contrary, the horizontalScroll
modifier applied on the child composable in the item
of SLC is fine.Nat Strangerweather
01/06/2023, 6:00 PMPullRefreshIndicator
getting stuck halfway down the screen. Any ideas?Jayalakshmi Android
01/09/2023, 12:45 PMJayalakshmi Android
01/09/2023, 5:23 PMYingding Wang
01/09/2023, 7:36 PMhorologist.WearNavScaffold
intercepts the drag gesture intended for a AndroidView
composable. Does anybody experience the same issue?
Is it possible to disable the swipe back gesture on a NavGraphBuilder.scrollable
temporarily?florent
01/11/2023, 4:46 PMBackHandler
but both the emulator back button and swipe to go back doesn't trigger anythingYingding Wang
01/12/2023, 2:16 PMNavGraphBuilder.scrollable
, called the deepLink with a PendingIntent from complication, and got java.lang.IllegalArgumentException: The WearNavigator backstack is empty, there is no navigation destination to display.
Is this normal?stevebower
01/12/2023, 5:37 PMYingding Wang
01/13/2023, 12:36 AMexercise timer
feature with compose wear that user can start and stop the exercise. Is there any example for this? What are the options and recommendations on wear? App Widgets, Tiles, Music App like Always on App? Horologist or Glance? Thanks for any hints.Jayalakshmi Android
01/13/2023, 4:14 AM