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. 3f422dd Add support for line_height in Spannables, and remove line_spacing. by Jamie Garside · 3 years, 2 months ago