1. 6a5d0bc Add an initial set of bug components in OWNERS files. by Aurimas Liutikas · 3 years, 3 months ago
  2. 3dca4b8 Merge "[RevokePermissions] Modify the UnusedAppRestriction APIs to instead check for apps with the Verifier role, rather than any system app" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  3. c7c09a5 Merge "Allow for non-defaulted composable functions > 32 params" into androidx-main by Leland Richardson · 3 years, 3 months ago
  4. 8d9ec74 Merge changes If8092f89,Ifadf4ebb,I65ac5dae,I36ea4b63,Ief058c28, ... into androidx-main by Jim Sproch · 3 years, 3 months ago
  5. 63a962e Allow for non-defaulted composable functions > 32 params by Leland Richardson · 3 years, 3 months ago
  6. 9f26e54b Merge "Add contentDescription to Canvas" into androidx-main by aelias · 3 years, 3 months ago
  7. a5175d0 Merge "Desktop. Fix svg scaling when SVG misses viewBox" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  8. 0be5012 Desktop. Support onKeyEvent at Window/Dialog/Popup level by Igor Demin · 3 years, 3 months ago
  9. 9c86cb6 Desktop. Composable Window API. Demos by Igor Demin · 3 years, 5 months ago
  10. a6962db Merge "Removes no longer relevant Button KDoc" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  11. d4a8dd5 Desktop. Fix svg scaling when SVG misses viewBox by Igor Demin · 3 years, 3 months ago
  12. 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
  13. 5c1b1ab Removes no longer relevant Button KDoc by Louis Pullen-Freilich · 3 years, 3 months ago
  14. f79c5cc Merge "Initial version of ToggleChip and SplitToggleChip." into androidx-main by John Nichol · 3 years, 3 months ago
  15. fa02cc7 [RevokePermissions] Modify the UnusedAppRestriction APIs to instead by Bessie Jiang · 3 years, 3 months ago
  16. 02eadcf Rename CreateImage to TestImage to favor semantic naming and be consistent with feedback on aosp/1728091 by jnichol · 3 years, 3 months ago
  17. 466d090 Initial version of ToggleChip and SplitToggleChip. by jnichol · 3 years, 3 months ago
  18. b24c841 Merge "Use unmerged semantics tree for accessibility" into androidx-main by Anastasia Soboleva · 3 years, 3 months ago
  19. 4bf2c7c Merge "Fix bug with complicationProviderChooser and previews" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  20. 6eb9eca Fix bug with complicationProviderChooser and previews by Alex Clarke · 3 years, 3 months ago
  21. 9a1403d Merge "Initial version of Card and AppCard." into androidx-main by John Nichol · 3 years, 3 months ago
  22. 85082e9 Merge "Do not propogate clicks down when Modifier.clickable(enabled=false). Same for toggleable and selectable." into androidx-main by Treehugger Robot · 3 years, 3 months ago
  23. 36b9f01 Merge "Add CarInfo properties to Showcase sample app." into androidx-main by Treehugger Robot · 3 years, 3 months ago
  24. 51197db Add CarInfo properties to Showcase sample app. by Rasekh Rifaat · 3 years, 3 months ago
  25. 13e0fba Merge "Fix postsubmit fail by AudioSourceTest on API 24: Nexus Player" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  26. 70e7ee4 Merge "Fix timing issue causes the total pause duration is not updated" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  27. 73e43ea Merge "Replace WindowBoundsHelper with interface" into androidx-main by Diego Vela · 3 years, 3 months ago
  28. 9299d9f Fix timing issue causes the total pause duration is not updated by leo huang · 3 years, 3 months ago
  29. 3757352 Merge "[Refactor] Simplify the audio related settings in AudioSource and AudioEncoderConfig" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  30. fb5d50b Merge "Add an example in `CarText.Builder#addVariant(CharSequence)` javadoc" into androidx-main by Jay Yoo · 3 years, 3 months ago
  31. c5f5c91 Add an example in `CarText.Builder#addVariant(CharSequence)` javadoc by Jay Yoo · 3 years, 3 months ago
  32. 5995a24 Add contentDescription to Canvas by Alexandre Elias · 3 years, 3 months ago
  33. 70f14d4 Merge "Fix typo in the build.gradle" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  34. 082c4be Merge "Update graphicsLayer docs with alpha behavior" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  35. 0195868 Merge "Wait 5s for view debug setting to become available" into androidx-main by Ember Rose · 3 years, 3 months ago
  36. 65ffb21 Replace WindowBoundsHelper with interface by Diego Vela · 3 years, 4 months ago
  37. 09d9a2d Merge changes I0571008f,I83929941 into androidx-main by Treehugger Robot · 3 years, 3 months ago
  38. ce7e466 Merge "Have SaveRestoreBackStackTest use StateSaveFragment" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  39. c6a6b1e Update graphicsLayer docs with alpha behavior by Nader Jawad · 3 years, 3 months ago
  40. 9e1ede2 Fix typo in the build.gradle by Nick Anthony · 3 years, 3 months ago
  41. a62bb5b Merge "Fix @null support for StringArrayType" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  42. d8df761 Merge "Add sensors to Showcase sample app." into androidx-main by Rasekh Rifaat · 3 years, 3 months ago
  43. 8f8b267 Add sensors to Showcase sample app. by Rasekh Rifaat · 3 years, 3 months ago
  44. 51bf6ae useDefaultMaxWidth -> usePlatformDefaultWidth by Mihai Popa · 3 years, 3 months ago
  45. 65325ee Alow Dialogs to use the entire screen width by Mihai Popa · 3 years, 3 months ago
  46. fcda2bf Initial version of Card and AppCard. by jnichol · 3 years, 3 months ago
  47. f47b8cb Do not propogate clicks down when Modifier.clickable(enabled=false). Same for toggleable and selectable. by Matvei Malkov · 3 years, 3 months ago
  48. e5f2c01 Merge "Improve documentation of navigate call" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  49. d6cb45e Use unmerged semantics tree for accessibility by Anastasia Soboleva · 3 years, 4 months ago
  50. 24bb7c6 Merge "Add flaky annotation to MaterialTextSelectionColorsScreenshotTest" into androidx-main by Mariano Martin · 3 years, 3 months ago
  51. d08381b Merge "Range Slider implementation" into androidx-main by Mariano Martin · 3 years, 3 months ago
  52. 85de680 Merge "Finish ComplicationHelperActivity if user cancels permission popup" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  53. dd4ab2f Merge "[WebView] Loosen the criteria for ForceDark tests" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  54. 5f1a499 Improve documentation of navigate call by Ben Weiss · 3 years, 3 months ago
  55. d853e96 Merge "Don't throw when checking currentEvent before event has been passed." into androidx-main by George Mount · 3 years, 3 months ago
  56. 9ba3193 Merge changes Ib13d12f0,Ia1c05ea3 into androidx-main by Ian Lake · 3 years, 3 months ago
  57. 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
  58. e8c2548 Merge "Fix lint issues with Compose KDoc" into androidx-main by Tiem Song · 3 years, 3 months ago
  59. dd69982 Desktop. Composable Window API. Tray, notifications by Igor Demin · 3 years, 5 months ago
  60. 9c84270 Desktop. Composable Window API. Menu by Igor Demin · 3 years, 5 months ago
  61. f00b625 Desktop. Composable Window API. Dialog by Igor Demin · 3 years, 5 months ago
  62. 1eb703eb Desktop. Composable Window API. Window by Igor Demin · 3 years, 5 months ago
  63. f3b9841 Desktop. Composable Window API. Window. Helper functions and classes to manipulate state by Igor Demin · 3 years, 5 months ago
  64. 7c0ce8c Fix postsubmit fail by AudioSourceTest on API 24: Nexus Player by leo huang · 3 years, 3 months ago
  65. c1a3aaf [Refactor] Simplify the audio related settings in AudioSource and AudioEncoderConfig by leo huang · 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. 23c58e1 Add flaky annotation to MaterialTextSelectionColorsScreenshotTest by Mariano Martin · 3 years, 3 months ago
  69. ea4c9c16 Range Slider implementation by marianomartin · 3 years, 4 months ago
  70. 4bcf254 Merge "Excluse swipe starts from system gestures in ViewPager2 tests" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  71. cf0c9ad Desktop. Composable Window API. Application by Igor Demin · 3 years, 5 months ago
  72. 11356bc Merge "Move flaky test to postsubmit" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  73. 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
  74. 7a8e9a2 Merge "Rename more things for ComplicationSlot consistency" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  75. af63e06 Excluse swipe starts from system gestures in ViewPager2 tests by Jelle Fresen · 3 years, 3 months ago
  76. 1452b6e Merge "Fix code snippets for Compose Animation doc" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  77. 099e9ab Merge "Fix DynamicIncludeGraphNavigator handling of entries" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  78. 28b5ec45 Add ToggleButton to Button integration tests. by stevebower · 3 years, 3 months ago
  79. 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
  80. 6483a80 Merge "Fix bootClasspath for android libraries using useLibrary" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  81. 1b808d3 Merge "Add SessionConfigAdapter" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  82. cab0687 Merge "Incorrect rendering of Text with certain letterSpacing" into androidx-main by Haoyu Zhang · 3 years, 3 months ago
  83. 5f06132 Merge "Fix: TextField not always properly visible after keyboard opens" into androidx-main by Haoyu Zhang · 3 years, 3 months ago
  84. 2ce347d Fix lint issues with Compose KDoc by Tiem Song · 3 years, 3 months ago
  85. e3f0f8b Merge "Add BasicAnnotationProcessor-like APIs for XProcessing" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  86. 89bf601 Add BasicAnnotationProcessor-like APIs for XProcessing by Daniel Santiago Rivera · 3 years, 3 months ago
  87. a5ad689 Merge "Bump playground snapshot id" into androidx-main by Dustin Lam · 3 years, 3 months ago
  88. 664e6e2 Bump playground snapshot id by Dustin Lam · 3 years, 3 months ago
  89. f08685d Merge "Add default values to AnimatedVisibility variant" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  90. db470229 Merge "Re-enable ClassVerificationFailureDetectorTest" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  91. b5a6bc1 Merge "Migrate TestNavigatorDestinationBuilderTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  92. 999a6b2 Merge "Migrate NavDeepLinkBuilderTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  93. 99632f5 Add default values to AnimatedVisibility variant by Doris Liu · 3 years, 3 months ago
  94. 4866b14 Merge "Implement accessibility scrolling" into androidx-main by aelias · 3 years, 3 months ago
  95. 010c46a [WebView] Loosen the criteria for ForceDark tests by Shimi Zhang · 3 years, 3 months ago
  96. b4f73a8 Don't throw when checking currentEvent before event has been passed. by George Mount · 3 years, 3 months ago
  97. 9287a21 Fix: TextField not always properly visible after keyboard opens by Haoyu Zhang · 3 years, 3 months ago
  98. 9ee7014 Merge "Migrate ActivityNavigatorDestinatonBuilderTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  99. 78ef1cb Fix @null support for StringArrayType by Ian Lake · 3 years, 3 months ago
  100. a81e830 Implement accessibility scrolling by Alexandre Elias · 3 years, 3 months ago