1. 6a075b7 Merge "Fixed issues with screenshots tests" into androidx-main by Misha Kulaha · 2 years ago
  2. 9aa29d1 Merge "Fix screenshots not triggering onRenderParametersChanged. Test: Unit Test Bug: 237644169 Relnote: Include the isForScreenShot in the equals and hash code. Make sure the onRenderParametersChanged gets a correct isForScreenshot value" into androidx-main by Lucian Boaca · 2 years ago
  3. 5f49aea Increment wear.compose.integration.demos to version 1.11 by stevebower · 2 years ago
  4. 95a5d99 Fix screenshots not triggering onRenderParametersChanged. by lucianbc · 2 years ago
  5. d4afec1 Merge "Add experimental placeholder support to Compose for Wear OS." into androidx-main by Treehugger Robot · 2 years ago
  6. 376a15a Add experimental placeholder support to Compose for Wear OS. by John Nichol · 2 years ago
  7. 29a1adf Merge "Add suppport for font properties in CurvedTextStyle." into androidx-main by Treehugger Robot · 2 years ago
  8. acc606f Merge "Switch thumb color should dim when unchecked/disabled" into androidx-main by Steve Bower · 2 years ago
  9. 10ca604 Add suppport for font properties in CurvedTextStyle. by Sergio Sancho · 2 years ago
  10. 4391510 Fixed issues with screenshots tests by mkulaha · 2 years ago
  11. e9943fd Merge "Close on watch editor if SysUI dies" into androidx-main by Treehugger Robot · 2 years ago
  12. b645f68 Switch thumb color should dim when unchecked/disabled by stevebower · 2 years ago
  13. ba762a5 Close on watch editor if SysUI dies by Alex Clarke · 2 years ago
  14. 5acd241 Refactor Modifier.scrollAway as a LayoutModifier by stevebower · 2 years ago
  15. ce46086 Merge "Rename RadioButton circleColor to ringColor" into androidx-main by Steve Bower · 2 years ago
  16. ba64ea8 Rename RadioButton circleColor to ringColor by stevebower · 2 years ago
  17. 33ee066 Fix memory leak in ComplicationDataSourceInfoRetriever by Alex Clarke · 2 years ago
  18. dca9707 Merge "Putting DisconnectReasons into the public API. Test: N/A Bug: 245623179 Relnote: Expose DisconnectReasons in the public API to make it work with IntDef." into androidx-main by Lucian Boaca · 2 years ago
  19. 0c6ef4c Merge "Add fontWeight properly to the CurvedTextStyle API" into androidx-main by Sergio Sancho · 2 years ago
  20. 41a73cd Putting DisconnectReasons into the public API. by Lucian Boaca · 2 years ago
  21. 6d8d8294 Merge "Add animated Checkbox, Switch and RadioButton toggle controls" into androidx-main by Steve Bower · 2 years ago
  22. 2fee9c0 Improve logging in EditorSession by Alex Clarke · 2 years ago
  23. 9efee57 Add fontWeight properly to the CurvedTextStyle API by Sergio Sancho · 2 years ago
  24. 6c72c2f Merge "Update lint baselines" into androidx-main by Tiem Song · 2 years ago
  25. 2780c77 Merge "Record the last time complications were set in dumps" into androidx-main by Treehugger Robot · 2 years ago
  26. 17fabc7 Record the last time complications were set in dumps by Alex Clarke · 2 years ago
  27. 225b020 Add animated Checkbox, Switch and RadioButton toggle controls by stevebower · 2 years ago
  28. 1e93be5 Change the fix for sendPreviewImageNeedsUpdateRequest by Alex Clarke · 2 years ago
  29. 64cbe867 Update lint baselines by Tiem Song · 2 years ago
  30. bb0414d Merge "Re-enable SupportAnnotationUsage lint check" into androidx-main by Tiem Song · 2 years ago
  31. 6bf07b2 Merge "Log getOrCreateInteractiveWatchFace in case they don't make it to WCS" into androidx-main by Treehugger Robot · 2 years ago
  32. f8de617c Log getOrCreateInteractiveWatchFace in case they don't make it to WCS by Alex Clarke · 2 years ago
  33. fccf155 Merge "Fix sendPreviewImageNeedsUpdateRequest with headless instances" into androidx-main by Treehugger Robot · 2 years ago
  34. 90c4df1 Fix sendPreviewImageNeedsUpdateRequest with headless instances by Alex Clarke · 2 years ago
  35. 4f69e1f Replace assert() with assertThat(). by Flavio Lerda · 2 years ago
  36. d6051f8 Merge changes from topic "wasisaw-245124671" into androidx-main by Wasi Ahmed · 2 years ago
  37. 8bcc418 Deprecate UserStyleSchema.userStyleSettings after rootUserStyleSettings become non-experimental by Wasi Ahmed · 2 years ago
  38. 88a4473 Move rootUserStyleSettings out of experimental by Wasi Ahmed · 2 years ago
  39. fdc2f15 Merge "Remove unnecessary consumer proguard file defintions" into androidx-main by Treehugger Robot · 2 years ago
  40. 7becee2 Remove unnecessary consumer proguard file defintions by Hakan Mehmed · 2 years ago
  41. 914ef18 Merge "Replace assert() with assertThat()." into androidx-main by Treehugger Robot · 2 years ago
  42. 0fb1efc Merge "Mark WatchFaceColors as experimental" into androidx-main by Treehugger Robot · 2 years ago
  43. 1b54813 Mark WatchFaceColors as experimental by Alex Clarke · 2 years ago
  44. 1fc510b Re-enable SupportAnnotationUsage lint check by Tiem Song · 2 years ago
  45. 845e125 Replace assert() with assertThat(). by Flavio Lerda · 2 years ago
  46. 60f8281 Replace internal BrushPainter class with public version from androidx.compose.ui.graphics.painter.BrushPainter by John Nichol · 2 years ago
  47. 4f0a018 Correct typo in ListHeader KDoc by John Nichol · 2 years ago
  48. 5a5929b Merge "Remove FrameTimingGfxInfoMetric" into androidx-main by Treehugger Robot · 2 years ago
  49. f5e13c07 Use lerp from compose.ui.util by stevebower · 2 years ago
  50. 2bb0a29 Merge "Add Modifier.scrollAway for scrolling TimeText out of view." into androidx-main by Treehugger Robot · 2 years ago
  51. f6e171c Merge "Revert "Pin Compose for Wear OS to Core Compose 1.3.0-rc01"" into androidx-main by Treehugger Robot · 2 years ago
  52. c11a9f0 Add Modifier.scrollAway for scrolling TimeText out of view. by stevebower · 2 years ago
  53. 10a4d8d Revert "Pin Compose for Wear OS to Core Compose 1.3.0-rc01" by Nick Anthony · 2 years ago
  54. 9be0139 Merge "Support seralization of bitmap and adaptive icons" into androidx-main by Treehugger Robot · 2 years ago
  55. f7a6f52 Merge "Reinstate NotifyColorsChangedHelper" into androidx-main by Treehugger Robot · 2 years ago
  56. 71597e4 Support seralization of bitmap and adaptive icons by Alex Clarke · 2 years ago
  57. 7182ec4 Reinstate NotifyColorsChangedHelper by Alex Clarke · 2 years ago
  58. d0c5bcc Pin Compose for Wear OS to Core Compose 1.3.0-rc01 by John Nichol · 2 years ago
  59. aaccbed Merge "Make Position indicator take only the needed space." into androidx-main by Sergio Sancho · 2 years ago
  60. 2d9a310 Make Position indicator take only the needed space. by Sergio Sancho · 2 years ago
  61. 96b1737 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 2 years ago
  62. 4b377ec Remove FrameTimingGfxInfoMetric by Chris Craik · 2 years ago
  63. 5f3d9af Run ./gradlew ignoreApiChange on a clean repo by Nick Anthony · 2 years ago
  64. 8399ebe Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
  65. 09ae3a2 Merge "Based on API feedback renamed BINDER_DIED" into androidx-main by Treehugger Robot · 2 years ago
  66. 29a4814 Merge "Reinstate optimization of getComplicationSlotsState" into androidx-main by Treehugger Robot · 2 years ago
  67. 0568bfc Based on API feedback renamed BINDER_DIED by Alex Clarke · 2 years ago
  68. 5208c43 Merge "Send notification of engine detach to the client" into androidx-main by Treehugger Robot · 2 years ago
  69. 600582d Reinstate optimization of getComplicationSlotsState by Alex Clarke · 2 years ago
  70. 88ce692 Send notification of engine detach to the client by Alex Clarke · 2 years ago
  71. 4e7a6e6 Merge "Refactor PreviewImageUpdateRequestedListener to be a Consumer<> instead" into androidx-main by Wasi Ahmed · 2 years ago
  72. e958268 Merge "Replace custom Single Abstract Method (SAM) type OnWatchfaceColorsListener with generic Java SAM type (Consumer)" into androidx-main by Wasi Ahmed · 2 years ago
  73. ae32234 Revert "Allow InteractiveInstance to migrate between engines" by Alex Clarke · 2 years ago
  74. 2bcd371 Revert "Remove stray debug logging" by Alex Clarke · 2 years ago
  75. 42bd5e4 Revert "Simplify handling of pending ComplicationData" by Alex Clarke · 2 years ago
  76. 0046ae8 Revert "Fix issues with dump in InteractiveWatchFaceImpl" by Alex Clarke · 2 years ago
  77. a98742c Revert "Fix removeWatchFaceListener" by Alex Clarke · 2 years ago
  78. 5e8532c Fix removeWatchFaceListener by Alex Clarke · 2 years, 1 month ago
  79. 2d9ebd5 Merge "Optimize getComplicationSlotsState & getUserStyleSchema" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  80. 75e6324 Optimize getComplicationSlotsState & getUserStyleSchema by Alex Clarke · 2 years, 1 month ago
  81. e7afc68 Refactor PreviewImageUpdateRequestedListener to be a Consumer<> instead by Wasi Ahmed · 2 years, 1 month ago
  82. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  83. e221e05 Replace custom Single Abstract Method (SAM) type OnWatchfaceColorsListener with generic Java SAM type (Consumer) by Wasi Ahmed · 2 years, 1 month ago
  84. ae43846 Add Button role for InlineSlider and Stepper by mkulaha · 2 years, 1 month ago
  85. 66a77b4 Fix the z-order of the items in Compose for Wear OS Scaffold by jnichol · 2 years, 1 month ago
  86. 0cd14fb Fix issues with dump in InteractiveWatchFaceImpl by Alex Clarke · 2 years, 1 month ago
  87. cf10065 Add a try/catch log + rethrow to getOrCreateInteractiveWatchFace by Alex Clarke · 2 years, 1 month ago
  88. 791408e Merge "Fix test only race in previewImageUpdateRequestedListener test" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  89. b5d4397 Fix test only race in previewImageUpdateRequestedListener test by Alex Clarke · 2 years, 1 month ago
  90. 07b5f27 Merge "Deprecate old getOrCreateInteractiveWatchFaceClient methods" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  91. 1d2a3a7 Deprecate old getOrCreateInteractiveWatchFaceClient methods by Alex Clarke · 2 years, 1 month ago
  92. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  93. 0a33531 Merge "Adds an overload of listenableGetOrCreateInteractiveWatchFaceClient" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  94. 655ba33 Add capability to change complication's name and screen reader name via ComplicationSlotOverlay by Wasi Ahmed · 2 years, 1 month ago
  95. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 2 years, 1 month ago
  96. 062624b Adds an overload of listenableGetOrCreateInteractiveWatchFaceClient by Alex Clarke · 2 years, 1 month ago
  97. 34e3905 Simplify handling of pending ComplicationData by Alex Clarke · 2 years, 1 month ago
  98. 31c5f62 Add Renderer.sendPreviewImageNeedsUpdateRequest by Alex Clarke · 2 years, 1 month ago
  99. 885b958 Remove stray debug logging by Alex Clarke · 2 years, 1 month ago
  100. 96e8316 Allow InteractiveInstance to migrate between engines by Alex Clarke · 2 years, 1 month ago