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