1. 71f5239 Merge "Fix pre-R watch face tap handling" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  2. 2fdd32f Merge "Move editor fetchComplicationsData off the UI Thread" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  3. 13dd1ab6 Fix pre-R watch face tap handling by Alex Clarke · 3 years, 3 months ago
  4. 1074f3e Move editor fetchComplicationsData off the UI Thread by Alex Clarke · 3 years, 3 months ago
  5. 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
  6. a9abcb8 Merge "Add tests for imageBackgroundChip content colors." into androidx-main by Treehugger Robot · 3 years, 3 months ago
  7. dec22e0 Add tests for imageBackgroundChip content colors. by jnichol · 3 years, 3 months ago
  8. 7db4970 Pin Wear Compose Foundation dependencies to Compose 1.0.0-rc01 by Nick Anthony · 3 years, 3 months ago
  9. eae4966 Merge "Pin Wear Compose dependencies to Compose 1.0.0-rc01" into androidx-main by Nick Anthony · 3 years, 3 months ago
  10. b3c5a54 Merge "Add ToggleChipTest class with basic ToggleChip tests." into androidx-main by John Nichol · 3 years, 3 months ago
  11. c84335a Merge "Documenting parameters that should be passed in BridgingConfig.Builder" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  12. 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
  13. 6a0822b Documenting parameters that should be passed in BridgingConfig.Builder by Neda Topoljanac · 3 years, 3 months ago
  14. 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
  15. afef3c1 Pin Wear Compose dependencies to Compose 1.0.0-rc01 by Nick Anthony · 3 years, 3 months ago
  16. 97b57cd Add ToggleChipTest class with basic ToggleChip tests. by jnichol · 3 years, 3 months ago
  17. b8fe005 Initial modules for macrobenchmark of Wear Compose components. by stevebower · 3 years, 3 months ago
  18. 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
  19. 0a1ec8f Merge "Add support for Chips with an Image as the background." into androidx-main by John Nichol · 3 years, 3 months ago
  20. 3eed4b0 Add support for Chips with an Image as the background. by jnichol · 3 years, 3 months ago
  21. 9c76530 Merge "Run NewApi lint on tests" into androidx-main by Alan Viverette · 3 years, 3 months ago
  22. 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
  23. 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
  24. 845938c Warn not throw if MAX_CREATE_WATCHFACE_TIME_MILLIS exceeded by Alex Clarke · 3 years, 3 months ago
  25. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  26. 56a2749 Minor chip updates to match UX Spec changes. by jnichol · 3 years, 3 months ago
  27. 1eebe98 Merge "Change RemoteInputIntentHelper.putRemoteInputsExtra to return List" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  28. fd962a7 Change RemoteInputIntentHelper.putRemoteInputsExtra to return List by Neda Topoljanac · 3 years, 3 months ago
  29. 7a2f5a2 Merge "Refactor GlesRenderer's context usage" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  30. b4bd9c9 Merge "Don't peek Wearable drawers on horizontal views." into androidx-main by Jamie Garside · 3 years, 3 months ago
  31. 4e0e743 Refactor GlesRenderer's context usage by Alex Clarke · 3 years, 3 months ago
  32. 73da0b7 Add missing complicationSlotsManager.onComplicationsUpdated by Alex Clarke · 3 years, 3 months ago
  33. 25f722b Don't peek Wearable drawers on horizontal views. by Jamie Garside · 3 years, 3 months ago
  34. cee1619 Merge "Add CanvasRenderer.uiThreadInit and rename GlesRenderer Methods" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  35. 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
  36. 6a5d0bc Add an initial set of bug components in OWNERS files. by Aurimas Liutikas · 3 years, 3 months ago
  37. f53bda1 Add micro-benchmark tests for ToggleButton by stevebower · 3 years, 3 months ago
  38. 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
  39. 02eadcf Rename CreateImage to TestImage to favor semantic naming and be consistent with feedback on aosp/1728091 by jnichol · 3 years, 3 months ago
  40. 466d090 Initial version of ToggleChip and SplitToggleChip. by jnichol · 3 years, 3 months ago
  41. 4bf2c7c Merge "Fix bug with complicationProviderChooser and previews" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  42. 6eb9eca Fix bug with complicationProviderChooser and previews by Alex Clarke · 3 years, 3 months ago
  43. fcda2bf Initial version of Card and AppCard. by jnichol · 3 years, 3 months ago
  44. 644925a Add CanvasRenderer.uiThreadInit and rename GlesRenderer Methods by Alex Clarke · 3 years, 3 months ago
  45. 85de680 Merge "Finish ComplicationHelperActivity if user cancels permission popup" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  46. 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
  47. c6672e5 Finish ComplicationHelperActivity if user cancels permission popup by Alex Clarke · 3 years, 3 months ago
  48. 9b3f60f Remove compileSdk from build.gradle, causing post-submit failures downstream. by stevebower · 3 years, 3 months ago
  49. 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
  50. 7a8e9a2 Merge "Rename more things for ComplicationSlot consistency" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  51. 28b5ec45 Add ToggleButton to Button integration tests. by stevebower · 3 years, 3 months ago
  52. 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
  53. cf59407 Rename more things for ComplicationSlot consistency by Alex Clarke · 3 years, 3 months ago
  54. b2d796b Merge changes I5866a5c2,I37ace9ae,Id2c7dcc2,Ibeb54523 into androidx-main by Jamie Garside · 3 years, 3 months ago
  55. 94bc479 Merge "Add onRendererCreated to CanvasComplication" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  56. b7c53d4 Merge "Allow additionalContentDescriptionLabels to be set before full init" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  57. 247dc05 Add onRendererCreated to CanvasComplication by Alex Clarke · 3 years, 3 months ago
  58. 586766f Added tests for TileRendererInternal. by Jamie Garside · 3 years, 3 months ago
  59. 4e13c78 Fix bug when using proportional dimensions. by Jamie Garside · 3 years, 3 months ago
  60. a5571db Fix bug preventing Text elements having content descriptions. by Jamie Garside · 3 years, 3 months ago
  61. c0f9fa0 Merge "Reimplemnt openComplicationProviderChooser" into androidx-main by Aurimas Liutikas · 3 years, 3 months ago
  62. 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
  63. bf0eab7 Add ToggleButton implementation. by stevebower · 3 years, 3 months ago
  64. b27d411 Add integration tests for Wear Compose, initially with single Button demo. by stevebower · 3 years, 3 months ago
  65. 6055da3 Allow additionalContentDescriptionLabels to be set before full init by Alex Clarke · 3 years, 3 months ago
  66. 96456e2 Reimplemnt openComplicationProviderChooser by Alex Clarke · 3 years, 3 months ago
  67. 5aae327 Remove @inheritDoc from watchface library by Alex Clarke · 3 years, 3 months ago
  68. 5084579 Merge "Rename Complication to ComplicationSlot for clarity" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  69. 2764cba Rename Complication to ComplicationSlot for clarity by Alex Clarke · 3 years, 4 months ago
  70. fd8be7a Merge "Remove unnecessary NewApi suppressions." into androidx-main by Alexander Dorokhine · 3 years, 3 months ago
  71. 344c60d Merge "partially autogenerated disabling of flaking/failing tests" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  72. 1df6da9 Merge "Added Tiles Testing helper." into androidx-main by Jamie Garside · 3 years, 3 months ago
  73. 12e43e0 partially autogenerated disabling of flaking/failing tests by Jeff Gaston · 3 years, 3 months ago
  74. ca788f8 Remove unnecessary NewApi suppressions. by Alexander Dorokhine · 3 years, 3 months ago
  75. 3f422dd Add support for line_height in Spannables, and remove line_spacing. by Jamie Garside · 3 years, 3 months ago
  76. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 3 months ago
  77. 37eae7c Added Tiles Testing helper. by Jamie Garside · 3 years, 3 months ago
  78. 7869f0c Add more detailed description to onTextLayout callback by Anastasia Soboleva · 3 years, 3 months ago
  79. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 4 months ago
  80. a80e078 Merge "Add TileProviderClient interface and default implementation." into androidx-main by Jamie Garside · 3 years, 3 months ago
  81. 5f23489 Add TileProviderClient interface and default implementation. by Jamie Garside · 3 years, 4 months ago
  82. 0f89f28 Add iconButtonColors for 'Icon Only' Button and CompactButton. by stevebower · 3 years, 3 months ago
  83. 4db9a37 Merge "Add micro-benchmarks module for Wear Compose components: androidx.wear.compose.material.benchmark. Initially, omit uses-feature watch so that tests can run on phones too. Also add warnings to exceptions in messages.ignore. Test: adb shell am instrument -w -m --no-window-animation -e debug false -e class 'androidx.wear.compose.material.benchmark.ButtonBenchmark' androidx.wear.compose.material.benchmark.test/androidx.benchmark.junit4.AndroidBenchmarkRunner Bug: 187407581" into androidx-main by Steve Bower · 3 years, 3 months ago
  84. 2867230 Merge "Mark EditorSessionTest#launchComplicationProviderChooserTwiceBackToBack as @FlakyTest" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  85. 7ef16561 Add micro-benchmarks module for Wear Compose components: by stevebower · 3 years, 4 months ago
  86. 72d6033 Prevent NPE in onComplicationProviderChooserResult by Alex Clarke · 3 years, 4 months ago
  87. 972d093 Merge "Revert "Add Surface and ElevationOverlay"" into androidx-main by Steve Bower · 3 years, 4 months ago
  88. bd14a0e Revert "Add Surface and ElevationOverlay" by Steve Bower · 3 years, 4 months ago
  89. e2d1391 Add screenshot tests for Button and fix issue with LocalContentAlpha not by stevebower · 3 years, 4 months ago
  90. 824c91b Merge "Update public_plus_experimental to hide @RestrictTo items" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  91. 945284c Merge "Mark WatchFaceControlClientTest#interactiveWatchFaceClient_ComplicationDetails as flaky" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  92. 17acd9e Update public_plus_experimental to hide @RestrictTo items by Aurimas Liutikas · 3 years, 4 months ago
  93. f1baf4e Add support for chips with a transparent background (childChipColors) and chips with a gradient background. by jnichol · 3 years, 4 months ago
  94. 98dfdc5 Mark EditorSessionTest#launchComplicationProviderChooserTwiceBackToBack as @FlakyTest by Aurimas Liutikas · 3 years, 4 months ago
  95. 971b9b2 Mark WatchFaceControlClientTest#interactiveWatchFaceClient_ComplicationDetails as flaky by Aurimas Liutikas · 3 years, 4 months ago
  96. e54847d Upgrade to AGP 7.1.0-alpha01 by Aurimas Liutikas · 3 years, 4 months ago
  97. 5c69aa4 Merge "Add drops of Surface and ElevationOverlay to androidx.wear.compose.material. ElevationOverlay - tests for lightColors theme and customisation of content colors do not apply to Wear Compose. SurfaceTest - absoluteElevationIsNotUsedForShadows test must explicitly specify the Surface background color, because unlike Material theme, it is not Color.White by default. Test: ./gradlew :wear:compose:compose-material:connectedCheck --info --daemon Bug: 188758934" into androidx-main by Steve Bower · 3 years, 4 months ago
  98. 09535bf Add drops of Surface and ElevationOverlay to by stevebower · 3 years, 4 months ago
  99. 315109b Fix issues with stale surfaces and drawBlack by Alex Clarke · 3 years, 4 months ago
  100. 332cbb4 Fix race in accessing complicationsManager.watchState by Alex Clarke · 3 years, 4 months ago