1. 3ac69a8 Merge "Update SwipeDismissableNavHost to support saveable state." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  2. 9b7432b Merge "Added a LazyListState PositionIndicator." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  3. 590f3e9 Update SwipeDismissableNavHost to support saveable state. by stevebower · 2 years, 10 months ago
  4. 150a415 Use Modifier.onSizeChanged() instead of BoxWithConstraints. by stevebower · 2 years, 10 months ago
  5. cda1def Merge "TimeText implementation for wear compose" into androidx-main by Mikhail Kulaha · 2 years, 10 months ago
  6. e2d13ff Fix assertion error in Wear Compose integration test. by stevebower · 2 years, 10 months ago
  7. 017980c Added a LazyListState PositionIndicator. by jnichol · 2 years, 10 months ago
  8. 76750cf Update SwipeToDismissBox to support saveable state. by stevebower · 2 years, 10 months ago
  9. 4f4a9d7 Add new library, androidx.wear.compose.navigation. by stevebower · 3 years ago
  10. 792bbc5 Merge "ScalingLazyColumnStateAdapter: fix up the calculation of decimalLastItemIndex() and decimalFirstItemIndex" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  11. 05b82c6c Added ScalingLazyColumnTest by jnichol · 2 years, 10 months ago
  12. 40574e0 ScalingLazyColumnStateAdapter: fix up the calculation of decimalLastItemIndex() and decimalFirstItemIndex by jnichol · 2 years, 10 months ago
  13. 2117e2c Merge "Add reverseLayout support to ScalingLazyColumn" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  14. 79900f5 Add reverseLayout support to ScalingLazyColumn by jnichol · 2 years, 11 months ago
  15. 2f99b56 TimeText implementation for wear compose by mkulaha · 2 years, 11 months ago
  16. 4fbdfc1 CompactChip - update documentation to describe what happens when no icon or label is provided. by jnichol · 2 years, 11 months ago
  17. 25dfa83 Merge "Update PositionIndicator and Vignette in-line with API Council feedback." into androidx-main by John Nichol · 2 years, 10 months ago
  18. 780ade5 Deprecate GestureScope by Jelle Fresen · 3 years ago
  19. 6121996 Merge "Update Wear Compose Integration demo to use ScalingLazyColumn for lists." into androidx-main by Treehugger Robot · 2 years, 11 months ago
  20. c4a5255 Update PositionIndicator and Vignette in-line with API Council feedback. by jnichol · 2 years, 11 months ago
  21. 4e1e31b Update Wear Compose Integration demo to use ScalingLazyColumn for lists. by stevebower · 2 years, 11 months ago
  22. 45ad9945 Card UX Review/Spec updates by jnichol · 2 years, 11 months ago
  23. d40ad76 Rename ScalingLazyColumn(State|LayoutInfo|ItemInfo|Scope) to ScalingLazyList(State|LayoutInfo|ItemInfo|Scope) by jnichol · 2 years, 11 months ago
  24. 346a76d Merge "Clarify the documentation between ScalingLazyColumnItemInfo.(scale|alpha)" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  25. a8794a0 Clarify the documentation between ScalingLazyColumnItemInfo.(scale|alpha) by jnichol · 2 years, 11 months ago
  26. 4b64726 Fix up PositionIndicatorTest.kt so that we are not mixing Dp and Px values to avoid rounding errors on certain density devices. by jnichol · 2 years, 11 months ago
  27. d03d87f Merge "First Version of the Wear Material Scaffold component." into androidx-main by Treehugger Robot · 2 years, 11 months ago
  28. 17a1e173 First Version of the Wear Material Scaffold component. by jnichol · 2 years, 11 months ago
  29. 6b595b5 Use Activity 1.3.1 prebuilts by Ian Lake · 2 years, 11 months ago
  30. f4d1bd1 Merge "Prevent same-version libraries from specifying duplicate mavenVersion" into androidx-main by Alan Viverette · 2 years, 11 months ago
  31. cb2034b Merge "Revert "Updates SampledAnnotationEnforcer to work with partial analysis"" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  32. 59b7cc2 Revert "Updates SampledAnnotationEnforcer to work with partial analysis" by Louis Pullen-Freilich · 2 years, 11 months ago
  33. 91e8d7a Improve documentation of public object ScalingLazyColumnDefaults minTransitionArea/maxTransitionArea by John Nichol · 2 years, 11 months ago
  34. 47c9c0b Prevent same-version libraries from specifying duplicate mavenVersion by Alan Viverette · 2 years, 11 months ago
  35. b45b3b8 Merge "Updates SampledAnnotationEnforcer to work with partial analysis" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  36. 7ce2542f Spacing between Icon and Text in Chip and ToggleChip updated to bring it inline with latest UX Spec. by jnichol · 2 years, 11 months ago
  37. 6dc37d2 Merge "Have ScalingLazyColumnState implement ScrollableState to allow developers to programmatically scroll." into androidx-main by John Nichol · 2 years, 11 months ago
  38. da0477e Have ScalingLazyColumnState implement ScrollableState to allow developers to programmatically scroll. by jnichol · 3 years ago
  39. b351a17 Clean up benchmark test AndroidManifest.xml files by Chris Craik · 3 years ago
  40. afa4624 Mark ArcPaddingValues as @Stable by Sergio Sancho · 2 years, 11 months ago
  41. 5c20253 Updates SampledAnnotationEnforcer to work with partial analysis by Louis Pullen-Freilich · 3 years ago
  42. 165e3f0 Align Gradle paths to Maven coordinates for screenshot by Alan Viverette · 2 years, 11 months ago
  43. 913874d Merge "Refactor ScalingLazyColumn classes so that scaling calculations are derived from changes to underlying LazyListState" into androidx-main by John Nichol · 3 years ago
  44. 5e1f790 Refactor ScalingLazyColumn classes so that scaling calculations are derived from changes to underlying LazyListState by jnichol · 3 years ago
  45. 35f76f9 Merge "Add tests for SwipeToDismissBox." into androidx-main by Steve Bower · 3 years ago
  46. 2be7242 Add tests for SwipeToDismissBox. by stevebower · 3 years ago
  47. d366148 Fix androidx-studio-integration breakage. by Aurimas Liutikas · 3 years ago
  48. 23a3fd8 Merge "Mark SwipeDismissTarget enum as @ExperimentalWearMaterialApi" into androidx-main by Steve Bower · 3 years ago
  49. f2f4009 Mark SwipeDismissTarget enum as @ExperimentalWearMaterialApi by stevebower · 3 years ago
  50. 7aeba451 Merge "Add CurvedTextStyle class." into androidx-main by Sergio Sancho · 3 years ago
  51. 7e80c08 Added support for SwipeToDismiss to Wear Compose. by stevebower · 3 years ago
  52. 6f5af85 Add CurvedTextStyle class. by Sergio Sancho · 3 years ago
  53. c659801 Rename imageBackgroundPainter to imageWithScrimBackgroundPainter inline with API Council feedback. by jnichol · 3 years ago
  54. 5035ac5 First versions of Wear Material List and Lazy list to get consensus on names and API by jnichol · 3 years ago
  55. ebdd0f4 Merge "Add CurvedText component" into androidx-main by Sergio Sancho · 3 years ago
  56. 761ba0d Add CurvedText component by Sergio Sancho · 3 years ago
  57. 6c3aeae Change the default color of the appName slot in AppCard to match updates UX Spec by John Nichol · 3 years ago
  58. df646ad Added Chip and ToggleChip integration tests by mkulaha · 3 years ago
  59. e268b11 Upgrade to Kotlin 1.5.21 and KSP 1.5.20-beta04 by Aurimas Liutikas · 3 years, 1 month ago
  60. 0d65e56 Align Gradle project paths to Maven coordinates for wear by Alan Viverette · 3 years ago
  61. ef531d1 Bump all compose dependencies to 1.0.0-rc02 by Nick Anthony · 3 years ago
  62. 4910411 Merge "Wear Compose - Added a couple of integration tests for Wear Chips" into androidx-main by Mikhail Kulaha · 3 years ago
  63. 8ce5c7a Wear Compose - Added a couple of integration tests for Wear Chips by mkulaha · 3 years ago
  64. 6519ef0 Merge changes I93cdbc88,Id9de5375 into androidx-main by Treehugger Robot · 3 years ago
  65. 26cee7e Add tests for CurvedRow by Sergio Sancho · 3 years ago
  66. 6c5646a Add support for radial alignment to CurvedRow by Sergio Sancho · 3 years ago
  67. 98178d56 Merge "Add compilation mode BaselineProfile to Wear Compose macrobenchmark tests - uses profile inception for the best comparison with Views implementation. Test: Run tests under androidx.wear.compose.integration.macrobenchmark Bug: 187407581" into androidx-main by Steve Bower · 3 years ago
  68. da5127f Make Wear Compose libraries depend on Compose 1.0.0-rc01. by jnichol · 3 years ago
  69. 3b3b336 Add compilation mode BaselineProfile to Wear Compose macrobenchmark tests - uses profile inception for the best comparison with Views implementation. by stevebower · 3 years ago
  70. 9fa9e86 Update Chip and Card background painting to Crop rather than stretch to maintain image proportions. by jnichol · 3 years ago
  71. 15ecb57 Add support for a new card type TitleCard and support for images as card backgrounds to emphasize Card content. by jnichol · 3 years, 1 month ago
  72. 2c421b4 Merge "Wear Compose - Adding integration tests for Button and ToggleButton" into androidx-main by Mikhail Kulaha · 3 years ago
  73. 5e27ed2 Wear Compose - Adding integration tests for Button and ToggleButton by mkulaha · 3 years ago
  74. d9364a8 Add toggle icons (switch, radio buttons and checkbox) for ToggleChip's. by jnichol · 3 years ago
  75. e95065f Add CurvedRow to wear-compose by Sergio Sancho · 3 years, 1 month ago
  76. 5790b29 Update to new version of metalava by Aurimas Liutikas · 3 years, 1 month ago
  77. a75e3d6 Refactor project paths to match Maven coordinates by Alan Viverette · 3 years, 1 month ago
  78. e41edd4 Merge "Make start/end content padding consistently 14.dp for Chips regardless of whether they have an icon." into androidx-main by John Nichol · 3 years, 1 month ago
  79. a9abcb8 Merge "Add tests for imageBackgroundChip content colors." into androidx-main by Treehugger Robot · 3 years, 1 month ago
  80. dec22e0 Add tests for imageBackgroundChip content colors. by jnichol · 3 years, 1 month ago
  81. 7db4970 Pin Wear Compose Foundation dependencies to Compose 1.0.0-rc01 by Nick Anthony · 3 years, 1 month ago
  82. eae4966 Merge "Pin Wear Compose dependencies to Compose 1.0.0-rc01" into androidx-main by Nick Anthony · 3 years, 1 month ago
  83. b3c5a54 Merge "Add ToggleChipTest class with basic ToggleChip tests." into androidx-main by John Nichol · 3 years, 1 month ago
  84. 6fa8122 Merge "Initial modules for macrobenchmark of Wear Compose components. Test: androidx.wear.compose.integration.macrobenchmark.test Bug: 187407581" into androidx-main by Steve Bower · 3 years, 1 month ago
  85. 5a5679a Make start/end content padding consistently 14.dp for Chips regardless of whether they have an icon. by jnichol · 3 years, 1 month ago
  86. afef3c1 Pin Wear Compose dependencies to Compose 1.0.0-rc01 by Nick Anthony · 3 years, 1 month ago
  87. 97b57cd Add ToggleChipTest class with basic ToggleChip tests. by jnichol · 3 years, 1 month ago
  88. b8fe005 Initial modules for macrobenchmark of Wear Compose components. by stevebower · 3 years, 1 month ago
  89. d905fde Generate API files and switch on API tracking for Wear Compose libraries ahead of the first Alpha release by jnichol · 3 years, 1 month ago
  90. 0a1ec8f Merge "Add support for Chips with an Image as the background." into androidx-main by John Nichol · 3 years, 1 month ago
  91. 3eed4b0 Add support for Chips with an Image as the background. by jnichol · 3 years, 1 month ago
  92. 9c76530 Merge "Run NewApi lint on tests" into androidx-main by Alan Viverette · 3 years, 1 month ago
  93. 312ca50 Add ability for developers to update the onXXXX colors, such as onPrimary in the Wear Material Theme if needed when updating the background colors, such as primary, secondary and error. by jnichol · 3 years, 1 month ago
  94. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 1 month ago
  95. 56a2749 Minor chip updates to match UX Spec changes. by jnichol · 3 years, 1 month ago
  96. f53bda1 Add micro-benchmark tests for ToggleButton by stevebower · 3 years, 1 month ago
  97. a1609ff Merge "Rename CreateImage to TestImage to favor semantic naming and be consistent with feedback on aosp/1728091" into androidx-main by John Nichol · 3 years, 1 month ago
  98. 02eadcf Rename CreateImage to TestImage to favor semantic naming and be consistent with feedback on aosp/1728091 by jnichol · 3 years, 1 month ago
  99. 466d090 Initial version of ToggleChip and SplitToggleChip. by jnichol · 3 years, 1 month ago
  100. fcda2bf Initial version of Card and AppCard. by jnichol · 3 years, 1 month ago