1. 2d9a310 Make Position indicator take only the needed space. by Sergio Sancho · 1 year, 11 months ago
  2. 4b377ec Remove FrameTimingGfxInfoMetric by Chris Craik · 1 year, 11 months ago
  3. 5f3d9af Run ./gradlew ignoreApiChange on a clean repo by Nick Anthony · 1 year, 11 months ago
  4. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years ago
  5. ae43846 Add Button role for InlineSlider and Stepper by mkulaha · 2 years ago
  6. 66a77b4 Fix the z-order of the items in Compose for Wear OS Scaffold by jnichol · 2 years ago
  7. afa8eb5 Update integration demo APK version to 1.10 by stevebower · 2 years ago
  8. 81ab090 Update the Compose for Wear OS default theme colors. by John Nichol · 2 years ago
  9. 00b305a89 Merge "Revert nested derived state in Lazy layouts" into androidx-main by Treehugger Robot · 2 years ago
  10. 7432589 Merge "Remove operator from equals on all equals definitions" into androidx-main by Treehugger Robot · 2 years ago
  11. cb6d100 Remove operator from equals on all equals definitions by Sean McQuillan · 2 years ago
  12. 1d20522 Revert nested derived state in Lazy layouts by Andrei Shikov · 2 years ago
  13. 5043472 Fix bug in ScalingLazyListState that stops smalls lists from completing initialization by John Nichol · 2 years ago
  14. b283109 Add support for Chips and Buttons with an outlined Style by John Nichol · 2 years ago
  15. a12f727 Merge "Correct the size of the toggle control area in the ToggleChip" into androidx-main by Treehugger Robot · 2 years ago
  16. e5f6132 Given we know why this test flakes and are waiting for a fix to the underlying LazyColumn suggest we @Ignore for now by John Nichol · 2 years ago
  17. 7c59b61 Correct the size of the toggle control area in the ToggleChip by John Nichol · 2 years ago
  18. ba48bac Add overloads for customising Button shapes by Ashley Ingram · 2 years, 1 month ago
  19. 9101750 Tie Wear Compose to profileinstaller 1.2.0 by John Nichol · 2 years, 1 month ago
  20. 31202ef Fix glitch in Dialog animation when vignette is shown by stevebower · 2 years, 1 month ago
  21. c598f13 Merge "Switch Wear Compose back to tip of tree Core Compose dependencies" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  22. 220f7c4 Switch Wear Compose back to tip of tree Core Compose dependencies by John Nichol · 2 years, 1 month ago
  23. 234153d Merge "Avoid NaN being passed to CubicBezierEasing" into androidx-main by Steve Bower · 2 years, 1 month ago
  24. 1fe5931 Avoid NaN being passed to CubicBezierEasing by stevebower · 2 years, 1 month ago
  25. ff6fae9 Explicitly set the disabledBackgroundColor for Chip childChipColors by John Nichol · 2 years, 1 month ago
  26. 5775cb7 Merge "Pass the Shape parameter to the base chip" into androidx-main by Ashley Ingram · 2 years, 1 month ago
  27. c2e42f3 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 2 months ago
  28. dd1d368 Pass the Shape parameter to the base chip by Ashley Ingram · 2 years, 2 months ago
  29. 01839f1 Merge "Fix Compose project KotlinCompile task remote caching" into androidx-main by Aurimas Liutikas · 2 years, 1 month ago
  30. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years, 2 months ago
  31. d34c7d2 Fix clipped AM/PM CompactChip on 12-Hour Picker Demo by stevebower · 2 years, 1 month ago
  32. 579bf30 Wear Compose Integration Test app - tidy up demos and bump APK Version. by John Nichol · 2 years, 2 months ago
  33. c8c852e4 Merge "Change the gradient direction for RTL Chips." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  34. 137ea32d Update baseline profile rules for Wear Compose by stevebower · 2 years, 2 months ago
  35. 6bec62e Change the gradient direction for RTL Chips. by John Nichol · 2 years, 2 months ago
  36. 6ec00e5 Merge "Bring Wear Chip/Card gradients in line with latest UX spec." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  37. 70341ab Fix Picker Screenshot build error. by stevebower · 2 years, 2 months ago
  38. 30611c9 Merge "Update Picker API for contentDescription following review." into androidx-main by Steve Bower · 2 years, 2 months ago
  39. da02b6c5 Bring Wear Chip/Card gradients in line with latest UX spec. by John Nichol · 2 years, 2 months ago
  40. 7f43973 Add screenshot tests for Wear Compose components by stevebower · 2 years, 2 months ago
  41. e83940a Update Picker API for contentDescription following review. by stevebower · 2 years, 2 months ago
  42. fdaae26 Merge "Set Picker alignment to Center when gradientRatio is zero." into androidx-main by Steve Bower · 2 years, 2 months ago
  43. 6893083 Merge "Update the backgrounds behind Wear Chip gradients." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  44. b767437 Update the backgrounds behind Wear Chip gradients. by John Nichol · 2 years, 2 months ago
  45. c90245f Set Picker alignment to Center when gradientRatio is zero. by stevebower · 2 years, 2 months ago
  46. 7ffffe0 Merge "Improve accessibility of Picker" into androidx-main by Steve Bower · 2 years, 2 months ago
  47. 2bd8a13 Improve accessibility of Picker by stevebower · 2 years, 2 months ago
  48. a58db37 Upgrade to metalava from ab/8670428 by Aurimas Liutikas · 2 years, 2 months ago
  49. 7ef1202 Mark ScalingLazyListLayoutInfoTest#visibleItemsAreCorrect @FlakyTest by Aurimas Liutikas · 2 years, 2 months ago
  50. 2360366 Move Wear Compose to 1.0.0-rc01 and update to Compose dependencies 1.2.0-rc01 by John Nichol · 2 years, 2 months ago
  51. f4eca2c Merge "Configure compose libraries for -Xjvm-default=all" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  52. fc662ad Remove fillMaxWidth() from ListHeader.kt by John Nichol · 2 years, 2 months ago
  53. 289a76f Configure compose libraries for -Xjvm-default=all by Adam Powell · 2 years, 2 months ago
  54. 005ca24 Fix ScalingLazyColumn initialization bug if the 0th list items was large by John Nichol · 2 years, 2 months ago
  55. 00b4240 Update the easing params on ScalingParams in line with UX Spec changes by John Nichol · 2 years, 2 months ago
  56. 9818b6f Merge "Increase the tap target height of the CompactChip" into androidx-main by John Nichol · 2 years, 2 months ago
  57. a19573b Increase the tap target height of the CompactChip by John Nichol · 2 years, 2 months ago
  58. ab0a2f5 'Update versions for release id 1654102800000 by Nick Anthony · 2 years, 2 months ago
  59. 2a1ee666 Bump Integration Test APK version to 1.8 by Sergio Sancho · 2 years, 2 months ago
  60. cd5aff5 Merge "Improve centerItem* getters in ScalingLazyListState." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  61. 0948a39 Improve centerItem* getters in ScalingLazyListState. by Sergio Sancho · 2 years, 3 months ago
  62. a8a10e4 Merge "Update the Picker samples" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  63. 1d6063a Update the Picker samples by John Nichol · 2 years, 3 months ago
  64. 5c80d85 Bump Integration Test APK version to 1.7. by stevebower · 2 years, 3 months ago
  65. f9387c3 Merge "Add a demo for animating the start text of a TimeText" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  66. 9ebbddf Merge "Add tests for HorizontalPageIndicator.PagesState" into androidx-main by Misha Kulaha · 2 years, 3 months ago
  67. b0499ec Add a demo for animating the start text of a TimeText by Sergio Sancho · 2 years, 3 months ago
  68. 1e4e7aa Add tests for HorizontalPageIndicator.PagesState by mkulaha · 2 years, 3 months ago
  69. 58ea524 Update the horizontalAlignment property of ScalingLazyColumn from Start to CenterHorizontally by jnichol · 2 years, 3 months ago
  70. 99867f2 Merge "Refactor DemoApp so that swipe-to-dismiss does not cause recomposition." into androidx-main by Steve Bower · 2 years, 3 months ago
  71. 910d611 Refactor DemoApp so that swipe-to-dismiss does not cause recomposition. by stevebower · 2 years, 3 months ago
  72. bd91ab5 Make ScalingLazyColumn visible in Compose Preview mode by John Nichol · 2 years, 3 months ago
  73. c57cabd Merge "Updating TimeText closer to UX specs" into androidx-main by Misha Kulaha · 2 years, 3 months ago
  74. a8a6d92 Update versions for release id 1652893200000 by Nick Anthony · 2 years, 3 months ago
  75. f9697ca Updating TimeText closer to UX specs by mkulaha · 2 years, 3 months ago
  76. 4628654 Merge "Upgrade to AGP 7.4.0-alpha01" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  77. 528b64f Upgrade to AGP 7.4.0-alpha01 by Aurimas Liutikas · 2 years, 3 months ago
  78. 0a105b5 Bump Wear Compose Integration test to version 1.6 by stevebower · 2 years, 3 months ago
  79. 3f2db7e Merge "Fix picker/list snap" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  80. 700df0d Fix picker/list snap by Sergio Sancho · 2 years, 3 months ago
  81. 6e7ff1a Merge "Chip/CompactChip/ToggleChip/SplitToggleChip remove fillMaxWidth" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  82. a58f2fa Chip/CompactChip/ToggleChip/SplitToggleChip remove fillMaxWidth by John Nichol · 2 years, 3 months ago
  83. e29c3e5 Merge "Disable edgeSwipe when swiped to the left" into androidx-main by Misha Kulaha · 2 years, 3 months ago
  84. 9269aea Merge "Revert^2 Update versions for release id 1652288400000" into androidx-main by Nick Anthony · 2 years, 3 months ago
  85. 910ddae Disable edgeSwipe when swiped to the left by mkulaha · 2 years, 3 months ago
  86. 7665a65 Merge "Picker should respond to scrolling even in read-only mode." into androidx-main by Steve Bower · 2 years, 3 months ago
  87. 13dd38a Revert^2 Update versions for release id 1652288400000 by Nick Anthony · 2 years, 3 months ago
  88. 74206cf Picker should respond to scrolling even in read-only mode. by stevebower · 2 years, 3 months ago
  89. 769fb9f Remove unnecessary Columns from Card Samples by jnichol · 2 years, 3 months ago
  90. 6aa9d27 PageIndicator UX improvements by mkulaha · 2 years, 4 months ago
  91. 1f8e970 Merge "Express -ktx atomic versioning constraints in Gradle metadata" into androidx-main by Alan Viverette · 2 years, 3 months ago
  92. 2871c19 Merge "Snappier snap." into androidx-main by Sergio Sancho · 2 years, 3 months ago
  93. 0882bc2 Snappier snap. by Sergio Sancho · 2 years, 3 months ago
  94. 63d4031 Merge "EdgeSwipe fix" into androidx-main by Misha Kulaha · 2 years, 3 months ago
  95. ced1c93 Express -ktx atomic versioning constraints in Gradle metadata by Alan Viverette · 2 years, 3 months ago
  96. d62e09b Add screenshot tests for Curved elements by Sergio Sancho · 2 years, 3 months ago
  97. 096c857 Merge "Support FontWeight on *curvedText" into androidx-main by Sergio Sancho · 2 years, 3 months ago
  98. 08028f4 Support FontWeight on *curvedText by Sergio Sancho · 2 years, 3 months ago
  99. f1479e1 Merge "ScalingLazyColumn - handle scrollTo/animatedScrollTo when not visible" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  100. b5c2bca Merge "Use same deps as library in wear integration test" into androidx-main by Treehugger Robot · 2 years, 3 months ago