1. c6aa638 Change ColorStop.getColor return type to NonNull. by Lucas Muller Oliveira · 8 months ago
  2. 310cab3 Merge "Update PositionIndicator Kdoc by fixing some parameters descriptions." into androidx-main by Treehugger Robot · 8 months ago
  3. 0152ead Update PositionIndicator Kdoc by fixing some parameters descriptions. by mkulaha · 8 months ago
  4. 838a8a1 Merge "Extracted PlatformStringSubject interface with Java Pattern APIs." into androidx-main by Arkadii Ivanov · 8 months ago
  5. b6503d3 Merge "Clean up BluetoothLe class by extracting interfaces" into androidx-main by Ömer Faruk Yılmaz · 8 months ago
  6. 45eb5a2 Merge "Do BluetoothLe connections in ViewModel with correct UI state handling" into androidx-main by Ömer Faruk Yılmaz · 8 months ago
  7. edee8a1 Merge "Fix AdvancedSessionProcessorTest and BasicExtenderSessionProcessorTest failures" into androidx-main by Treehugger Robot · 8 months ago
  8. debbb30e Fix AdvancedSessionProcessorTest and BasicExtenderSessionProcessorTest failures by Scott Nien · 8 months ago
  9. 54ec7bb Merge "Add StabilityInferred annotation through K2 registrar" into androidx-main by Andrei Shikov · 8 months ago
  10. ecb5012 Merge "Use a consistent naming scheme for generated method traces in Macrobenchmarks." into androidx-main by Treehugger Robot · 8 months ago
  11. 1ee987d Merge "[GH] Update Revved up by Develocity badge" into androidx-main by Aurimas Liutikas · 8 months ago
  12. 47038b6 Merge "Remove obsolete @SdkSuppress in emoji2's tests" into androidx-main by Treehugger Robot · 8 months ago
  13. 7a0dc41 Use a consistent naming scheme for generated method traces in Macrobenchmarks. by Rahul Ravikumar · 8 months ago
  14. 91bc841 Merge "Move Konan prebuilts setup to a helper class" into androidx-main by Yigit Boyar · 8 months ago
  15. 0ae953f Merge "[ComposeArtefact] Migrate utils classes from camera-viewfinder to camera-viewfinder-core" into androidx-main by David Jia · 8 months ago
  16. 43a9ce3 Merge "Added option to forcefully use only connected device when generating baseline profile" into androidx-main by Marcello Albano · 8 months ago
  17. f9c8d79 Remove obsolete @SdkSuppress in emoji2's tests by Jake Wharton · 8 months ago
  18. cda6f1e Merge "compose bump to 1.7.0-alpha01" into androidx-main by Treehugger Robot · 8 months ago
  19. 301565b Merge "Use iOS 15.2 simulators given CI is using an older `xcodebuild` version." into androidx-main by Rahul Ravikumar · 8 months ago
  20. e2bccfb Merge "Disabled tests for bpgp for AGP 8.2 until agp is released stable" into androidx-main by Treehugger Robot · 8 months ago
  21. 7d96090 Merge "Disable flaking smoothScroll_whenSmoothScrollerStops_destinationReached" into androidx-main by Treehugger Robot · 8 months ago
  22. b902202 [ComposeArtefact] Migrate utils classes from camera-viewfinder to camera-viewfinder-core by David Jia · 8 months ago
  23. 209f9db Added option to forcefully use only connected device when generating baseline profile by Marcello Albano · 8 months ago
  24. 1599b59 Disabled tests for bpgp for AGP 8.2 until agp is released stable by Marcello Albano · 8 months ago
  25. 40e685e Merge "Add OnuserLeaveHintProvider in ComponentActivity" into androidx-main by Perry Wu · 8 months ago
  26. be5a60c compose bump to 1.7.0-alpha01 by Juan Rodriguez · 8 months ago
  27. 51308b1 Merge "Deprecate toBuilder method for GenericDocuments." into androidx-main by Angus Fung · 8 months ago
  28. c75f73a Merge "Ensure adding callback doesn't stop current dispatch" into androidx-main by Treehugger Robot · 8 months ago
  29. 4fbd951 Merge "API review for drag and drop Fixes: 306382806 Test: Existing tests Relnote: "The DragAndDropTarget modifier now takes in the receiving DragAndDropTarget explicity and has a lambda to opt into a drag and drop session There are now two factory functions for a DragAndDropModifierNode. One for receiving transfers and one for transferring data"" into androidx-main by TJ Dahunsi · 8 months ago
  30. ef70fed1 Ensure adding callback doesn't stop current dispatch by Jeremy Woods · 8 months ago
  31. 7cf8a1e Merge "Add ArcLine drawing implementation with support for sweep gradient." into androidx-main by Treehugger Robot · 8 months ago
  32. 141c404 Merge "Encapsulate legacy CurvedLineView path into an separate implementation." into androidx-main by Treehugger Robot · 8 months ago
  33. 6a36608 Merge "Remove obsolete @SdkSuppress in appcompat's tests" into androidx-main by Treehugger Robot · 8 months ago
  34. f5ad4b4 Merge "Migrate getBundle/putBundle callers to real impl" into androidx-main by Aurimas Liutikas · 8 months ago
  35. 2496b22 Move Konan prebuilts setup to a helper class by Yigit Boyar · 8 months ago
  36. 18e086e API review for drag and drop by dahunsi · 8 months ago
  37. bee32a8 Add ArcLine drawing implementation with support for sweep gradient. by Lucas Muller Oliveira · 8 months ago
  38. 88f9fa0 Encapsulate legacy CurvedLineView path into an separate implementation. by Lucas Muller Oliveira · 8 months ago
  39. 6910998 Merge "Addressing API feedback on ViewConfiguration.maximumFlingVelocity" into androidx-main by Levi Albuquerque · 8 months ago
  40. ccb8809 Merge "Allow selection handle gesture to continue while clipped" into androidx-main by Grant Toepfer · 8 months ago
  41. 0366948 Merge "Bump webkit to 1.10.0-alpha01" into androidx-main by Treehugger Robot · 8 months ago
  42. b440167 Merge "Implement equals and hashcode for PageSize.Fixed" into androidx-main by Levi Albuquerque · 8 months ago
  43. 1db9dee Merge "Update crash error for getOffsetFractionForPage" into androidx-main by Levi Albuquerque · 8 months ago
  44. cf1e3a7 Merge "Fix typo in docs for rememberObserver interface" into androidx-main by Treehugger Robot · 8 months ago
  45. deab148 Addressing API feedback on ViewConfiguration.maximumFlingVelocity by Levi Albuquerque · 8 months ago
  46. ae5ef53 Merge "Enable AppOwnedInterface support on AdServices V8" into androidx-main by Anton Kulakov · 8 months ago
  47. 3a98d05 Add OnuserLeaveHintProvider in ComponentActivity by Perry Wu · 8 months ago
  48. 0c813ea Merge "Throw an error when Maven group contains a hyphen" into androidx-main by Treehugger Robot · 8 months ago
  49. 22675cc Merge "suppressFailingTests now using bug data as source of truth" into androidx-main by Treehugger Robot · 8 months ago
  50. 21fe93e Fix typo in docs for rememberObserver interface by Natnael Belay · 8 months ago
  51. b93ad0d Throw an error when Maven group contains a hyphen by Alan Viverette · 8 months ago
  52. a7c7772 suppressFailingTests now using bug data as source of truth by Jeff Gaston · 8 months ago
  53. d9145ca Merge "Autogenerated suppression of test failures" into androidx-main by Treehugger Robot · 8 months ago
  54. 1dbd09e Update crash error for getOffsetFractionForPage by Levi Albuquerque · 8 months ago
  55. 941e308 Implement equals and hashcode for PageSize.Fixed by Levi Albuquerque · 8 months ago
  56. fa5ae09 Autogenerated suppression of test failures by Jeff Gaston · 8 months ago
  57. e4f41c3 Merge "Remove legacy methods from HealthConnectClient." into androidx-main by Treehugger Robot · 8 months ago
  58. 9e028dc Remove legacy methods from HealthConnectClient. by Agostinho Junior · 8 months ago
  59. f2d009e Merge "Disable flaking requestSizeWithMeasureSpecAtMost_withinParentBounds test" into androidx-main by Treehugger Robot · 8 months ago
  60. f00b86d Merge "Internal cleanup after moving minSdkVersion to 19" into androidx-main by Treehugger Robot · 8 months ago
  61. 83f7b15 Internal cleanup after moving minSdkVersion to 19 by Anton Kulakov · 8 months ago
  62. 557d47d Merge "Bump Tiles and ProtoLayout to alpha02" into androidx-main by Treehugger Robot · 8 months ago
  63. e5d5178 Bump webkit to 1.10.0-alpha01 by Peter Birk Pakkenberg · 8 months ago
  64. 56053a6 Merge "Replace SwipeToRevealAction class with Composable" into androidx-main by Steve Bower · 8 months ago
  65. 9241610 Merge "Fix enableExternalFlashAeMode_aeModeSetAndRequestUpdated fail" into androidx-main by Treehugger Robot · 8 months ago
  66. 4c9b404 Fix enableExternalFlashAeMode_aeModeSetAndRequestUpdated fail by Tahsin Masrur · 8 months ago
  67. 8c3f0c5 Clean up BluetoothLe class by extracting interfaces by Ömer Faruk Yılmaz · 8 months ago
  68. 167a29e Do BluetoothLe connections in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 8 months ago
  69. fba9976 Merge "More elegant scan code" into androidx-main by Ömer Faruk Yılmaz · 8 months ago
  70. 056bfa0 Merge "Use the smallest available size to quickly check the support of a UseCases combination" into androidx-main by Treehugger Robot · 8 months ago
  71. f8a8ecd Merge "Extensions-interface client version stays in 1.3.0 until 1.4.0 features are completed" into androidx-main by Treehugger Robot · 8 months ago
  72. 7385371 Extensions-interface client version stays in 1.3.0 until 1.4.0 features are completed by Scott Nien · 8 months ago
  73. 870d4a8 Merge "Create new `material3-common` module." into androidx-main by Connie Shi · 8 months ago
  74. 48ca00c More elegant scan code by Ömer Faruk Yılmaz · 8 months ago
  75. 6475c8b Remove obsolete @SdkSuppress in appcompat's tests by Jake Wharton · 8 months ago
  76. 3d77d66 Migrate getBundle/putBundle callers to real impl by Jake Wharton · 8 months ago
  77. 61c5e70 Merge "Remove obsolete SDK_INT codepaths in window" into androidx-main by Treehugger Robot · 8 months ago
  78. 2cabc1e Merge "Cap Exchange ICS Implementation." into androidx-main by Grant Menke · 8 months ago
  79. a4c7447 Remove obsolete SDK_INT codepaths in window by Jake Wharton · 8 months ago
  80. f026ce2 Cap Exchange ICS Implementation. by Grant Menke · 8 months ago
  81. 95f6102 Disable flaking requestSizeWithMeasureSpecAtMost_withinParentBounds test by Aurimas Liutikas · 8 months ago
  82. 7a80f3a Merge "Remove obsolete SDK_INT codepaths in recyclerview" into androidx-main by Aurimas Liutikas · 8 months ago
  83. 50ef4be Merge "Remove unused kotlin-reflect dependency" into androidx-main by Treehugger Robot · 8 months ago
  84. 321eb2a Merge "Fix Binary Incompatibility Issue with Window Inset change" into androidx-main by Uchenna Okoye · 8 months ago
  85. 82a54b7 Disable flaking smoothScroll_whenSmoothScrollerStops_destinationReached by Aurimas Liutikas · 8 months ago
  86. 379e7bc Remove unused kotlin-reflect dependency by Aurimas Liutikas · 8 months ago
  87. ad709db Merge "Remove obsolete @SdkSuppress in core's tests" into androidx-main by Treehugger Robot · 8 months ago
  88. 7eb241e Fix Binary Incompatibility Issue with Window Inset change by Faithful Uchenna Okoye · 8 months ago
  89. c9ba069 Merge "Minor: Improve message in IllegalArgumentException." into androidx-main by Treehugger Robot · 8 months ago
  90. c9a7da3 Allow selection handle gesture to continue while clipped by Grant Toepfer · 8 months ago
  91. 7e980dc Remove obsolete @SdkSuppress in core's tests by Jake Wharton · 8 months ago
  92. 3bd11d4 Merge "Autogenerated suppression of test failures" into androidx-main by Treehugger Robot · 8 months ago
  93. 904c5ec Minor: Improve message in IllegalArgumentException. by Lucas Muller Oliveira · 8 months ago
  94. acb4a2e Autogenerated suppression of test failures by Jeff Gaston · 8 months ago
  95. 537c348 Remove obsolete SDK_INT codepaths in recyclerview by Jake Wharton · 8 months ago
  96. 79f2b87 Merge "[Material3][PullToRefresh] Implement custom state behavior for Pull-to-Refresh" into androidx-main by José Figueroa Santos · 8 months ago
  97. 2e625cc Merge "Autogenerated suppression of test failures" into androidx-main by Treehugger Robot · 8 months ago
  98. 26673fb Use iOS 15.2 simulators given CI is using an older `xcodebuild` version. by Rahul Ravikumar · 8 months ago
  99. a1c5612 Merge "Add Text team as OWNERS for Text tests" into androidx-main by Treehugger Robot · 8 months ago
  100. ad16bf6 Autogenerated suppression of test failures by Jeff Gaston · 8 months ago