1. 16d67d4 Merge "Rename TestingTileProviderClient -> TestTileProviderClient." into androidx-main by Jamie Garside · 3 years, 3 months ago
  2. b6215bb Merge "Add uses-library for wearable shared lib to androidx.wear" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  3. 17bef16 Merge "Added documentation to TileProviderClient subclass constructors." into androidx-main by Treehugger Robot · 3 years, 3 months ago
  4. a512b0a Draw immediatly on visibility or ambient change by Alex Clarke · 3 years, 3 months ago
  5. 0c9d190e Merge "Reduce complication flickering" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  6. 9011ca9 Rename TestingTileProviderClient -> TestTileProviderClient. by Jamie Garside · 3 years, 3 months ago
  7. e20fbda Added documentation to TileProviderClient subclass constructors. by Jamie Garside · 3 years, 3 months ago
  8. 581b2a7 Merge "Added layout checkers to Wear Tiles' renderer." into androidx-main by Jamie Garside · 3 years, 3 months ago
  9. 8bd7613 Add uses-library for wearable shared lib to androidx.wear by Mohammad Saboorian · 3 years, 3 months ago
  10. 2bb6fd0 Added layout checkers to Wear Tiles' renderer. by Jamie Garside · 3 years, 3 months ago
  11. 4c0d54d Merge "Refactor project paths to match Maven coordinates" into androidx-main by Alan Viverette · 3 years, 3 months ago
  12. f5433c2 Reduce complication flickering by Alex Clarke · 3 years, 3 months ago
  13. af97207 Merge "Update wearableConfigurationAction documentation" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  14. 93753b4 Merge "Expedite the first frame after watchface init" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  15. a75e3d6 Refactor project paths to match Maven coordinates by Alan Viverette · 3 years, 3 months ago
  16. 09f8b62 Update wearableConfigurationAction documentation by Alex Clarke · 3 years, 3 months ago
  17. 6339349 Expedite the first frame after watchface init by Alex Clarke · 3 years, 3 months ago
  18. 440adee Merge "Rename CanvasRenderer.uiThreadInit() to init()" into androidx-main by Neda Topoljanac · 3 years, 3 months ago
  19. 71f5239 Merge "Fix pre-R watch face tap handling" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  20. 2fdd32f Merge "Move editor fetchComplicationsData off the UI Thread" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  21. 13dd1ab6 Fix pre-R watch face tap handling by Alex Clarke · 3 years, 3 months ago
  22. 1074f3e Move editor fetchComplicationsData off the UI Thread by Alex Clarke · 3 years, 3 months ago
  23. 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, 3 months ago
  24. a9abcb8 Merge "Add tests for imageBackgroundChip content colors." into androidx-main by Treehugger Robot · 3 years, 3 months ago
  25. 383fbfe Rename CanvasRenderer.uiThreadInit() to init() by Neda Topoljanac · 3 years, 3 months ago
  26. dec22e0 Add tests for imageBackgroundChip content colors. by jnichol · 3 years, 3 months ago
  27. 7db4970 Pin Wear Compose Foundation dependencies to Compose 1.0.0-rc01 by Nick Anthony · 3 years, 3 months ago
  28. eae4966 Merge "Pin Wear Compose dependencies to Compose 1.0.0-rc01" into androidx-main by Nick Anthony · 3 years, 3 months ago
  29. b3c5a54 Merge "Add ToggleChipTest class with basic ToggleChip tests." into androidx-main by John Nichol · 3 years, 3 months ago
  30. c84335a Merge "Documenting parameters that should be passed in BridgingConfig.Builder" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  31. 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, 3 months ago
  32. 6a0822b Documenting parameters that should be passed in BridgingConfig.Builder by Neda Topoljanac · 3 years, 3 months ago
  33. 5a5679a Make start/end content padding consistently 14.dp for Chips regardless of whether they have an icon. by jnichol · 3 years, 3 months ago
  34. afef3c1 Pin Wear Compose dependencies to Compose 1.0.0-rc01 by Nick Anthony · 3 years, 3 months ago
  35. 97b57cd Add ToggleChipTest class with basic ToggleChip tests. by jnichol · 3 years, 3 months ago
  36. b8fe005 Initial modules for macrobenchmark of Wear Compose components. by stevebower · 3 years, 3 months ago
  37. d905fde Generate API files and switch on API tracking for Wear Compose libraries ahead of the first Alpha release by jnichol · 3 years, 3 months ago
  38. 0a1ec8f Merge "Add support for Chips with an Image as the background." into androidx-main by John Nichol · 3 years, 3 months ago
  39. 3eed4b0 Add support for Chips with an Image as the background. by jnichol · 3 years, 3 months ago
  40. 9c76530 Merge "Run NewApi lint on tests" into androidx-main by Alan Viverette · 3 years, 3 months ago
  41. 79c89e2 Merge "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." into androidx-main by John Nichol · 3 years, 3 months ago
  42. 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, 3 months ago
  43. 845938c Warn not throw if MAX_CREATE_WATCHFACE_TIME_MILLIS exceeded by Alex Clarke · 3 years, 3 months ago
  44. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  45. 56a2749 Minor chip updates to match UX Spec changes. by jnichol · 3 years, 3 months ago
  46. 1eebe98 Merge "Change RemoteInputIntentHelper.putRemoteInputsExtra to return List" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  47. fd962a7 Change RemoteInputIntentHelper.putRemoteInputsExtra to return List by Neda Topoljanac · 3 years, 3 months ago
  48. 7a2f5a2 Merge "Refactor GlesRenderer's context usage" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  49. b4bd9c9 Merge "Don't peek Wearable drawers on horizontal views." into androidx-main by Jamie Garside · 3 years, 3 months ago
  50. 4e0e743 Refactor GlesRenderer's context usage by Alex Clarke · 3 years, 3 months ago
  51. 73da0b7 Add missing complicationSlotsManager.onComplicationsUpdated by Alex Clarke · 3 years, 3 months ago
  52. 25f722b Don't peek Wearable drawers on horizontal views. by Jamie Garside · 3 years, 3 months ago
  53. cee1619 Merge "Add CanvasRenderer.uiThreadInit and rename GlesRenderer Methods" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  54. 0bdb0c2 Merge "Add micro-benchmark tests for ToggleButton Test: adb shell am instrument -w -m --no-window-animation -e debug false -e class 'androidx.wear.compose.material.benchmark.ToggleButtonBenchmark' androidx.wear.compose.material.benchmark.test/androidx.benchmark.junit4.AndroidBenchmarkRunner Bug: 187407581" into androidx-main by Steve Bower · 3 years, 3 months ago
  55. 6a5d0bc Add an initial set of bug components in OWNERS files. by Aurimas Liutikas · 3 years, 3 months ago
  56. f53bda1 Add micro-benchmark tests for ToggleButton by stevebower · 3 years, 3 months ago
  57. 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, 3 months ago
  58. 02eadcf Rename CreateImage to TestImage to favor semantic naming and be consistent with feedback on aosp/1728091 by jnichol · 3 years, 3 months ago
  59. 466d090 Initial version of ToggleChip and SplitToggleChip. by jnichol · 3 years, 3 months ago
  60. 4bf2c7c Merge "Fix bug with complicationProviderChooser and previews" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  61. 6eb9eca Fix bug with complicationProviderChooser and previews by Alex Clarke · 3 years, 3 months ago
  62. fcda2bf Initial version of Card and AppCard. by jnichol · 3 years, 3 months ago
  63. 644925a Add CanvasRenderer.uiThreadInit and rename GlesRenderer Methods by Alex Clarke · 3 years, 3 months ago
  64. 85de680 Merge "Finish ComplicationHelperActivity if user cancels permission popup" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  65. f6b78a0 Merge "Remove compileSdk from build.gradle, causing post-submit failures downstream. Test: N/A Bug: 184047434" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  66. c6672e5 Finish ComplicationHelperActivity if user cancels permission popup by Alex Clarke · 3 years, 3 months ago
  67. 9b3f60f Remove compileSdk from build.gradle, causing post-submit failures downstream. by stevebower · 3 years, 3 months ago
  68. 5003691 Merge "Add ToggleButton to Button integration tests. Test: Run tests in androidx.wear.compose.integration.demos.test Bug: 188882297" into androidx-main by Steve Bower · 3 years, 3 months ago
  69. 7a8e9a2 Merge "Rename more things for ComplicationSlot consistency" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  70. 28b5ec45 Add ToggleButton to Button integration tests. by stevebower · 3 years, 3 months ago
  71. f09cb73 Merge "Add integration tests for Wear Compose, initially with single Button demo. Test: Run tests in androidx.wear.compose.integration.demos.test Bug: 184047434" into androidx-main by Steve Bower · 3 years, 3 months ago
  72. cf59407 Rename more things for ComplicationSlot consistency by Alex Clarke · 3 years, 3 months ago
  73. b2d796b Merge changes I5866a5c2,I37ace9ae,Id2c7dcc2,Ibeb54523 into androidx-main by Jamie Garside · 3 years, 3 months ago
  74. 94bc479 Merge "Add onRendererCreated to CanvasComplication" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  75. b7c53d4 Merge "Allow additionalContentDescriptionLabels to be set before full init" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  76. 247dc05 Add onRendererCreated to CanvasComplication by Alex Clarke · 3 years, 3 months ago
  77. 586766f Added tests for TileRendererInternal. by Jamie Garside · 3 years, 3 months ago
  78. 4e13c78 Fix bug when using proportional dimensions. by Jamie Garside · 3 years, 3 months ago
  79. a5571db Fix bug preventing Text elements having content descriptions. by Jamie Garside · 3 years, 3 months ago
  80. c0f9fa0 Merge "Reimplemnt openComplicationProviderChooser" into androidx-main by Aurimas Liutikas · 3 years, 3 months ago
  81. 3ebf8f7 Merge "Add ToggleButton implementation. Test: ./gradlew :wear:compose:compose-material:connectedCheck --info --daemon Bug: 187418417" into androidx-main by Steve Bower · 3 years, 3 months ago
  82. bf0eab7 Add ToggleButton implementation. by stevebower · 3 years, 3 months ago
  83. b27d411 Add integration tests for Wear Compose, initially with single Button demo. by stevebower · 3 years, 3 months ago
  84. 6055da3 Allow additionalContentDescriptionLabels to be set before full init by Alex Clarke · 3 years, 3 months ago
  85. 96456e2 Reimplemnt openComplicationProviderChooser by Alex Clarke · 3 years, 3 months ago
  86. 5aae327 Remove @inheritDoc from watchface library by Alex Clarke · 3 years, 3 months ago
  87. 5084579 Merge "Rename Complication to ComplicationSlot for clarity" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  88. 2764cba Rename Complication to ComplicationSlot for clarity by Alex Clarke · 3 years, 4 months ago
  89. fd8be7a Merge "Remove unnecessary NewApi suppressions." into androidx-main by Alexander Dorokhine · 3 years, 3 months ago
  90. 344c60d Merge "partially autogenerated disabling of flaking/failing tests" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  91. 1df6da9 Merge "Added Tiles Testing helper." into androidx-main by Jamie Garside · 3 years, 3 months ago
  92. 12e43e0 partially autogenerated disabling of flaking/failing tests by Jeff Gaston · 3 years, 3 months ago
  93. ca788f8 Remove unnecessary NewApi suppressions. by Alexander Dorokhine · 3 years, 3 months ago
  94. 3f422dd Add support for line_height in Spannables, and remove line_spacing. by Jamie Garside · 3 years, 3 months ago
  95. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 3 months ago
  96. 37eae7c Added Tiles Testing helper. by Jamie Garside · 3 years, 3 months ago
  97. 7869f0c Add more detailed description to onTextLayout callback by Anastasia Soboleva · 3 years, 3 months ago
  98. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 4 months ago
  99. a80e078 Merge "Add TileProviderClient interface and default implementation." into androidx-main by Jamie Garside · 3 years, 3 months ago
  100. 5f23489 Add TileProviderClient interface and default implementation. by Jamie Garside · 3 years, 4 months ago