1. ff28baa Merge "Request max MTU on Connecting GATT" into androidx-main by Kyunglyul Hyun · 1 year, 2 months ago
  2. 8d9f0b6 Merge "Rename Session -> ExecutionSession to align it with ActionExecutor" into androidx-main by Michael Kucharski · 1 year, 2 months ago
  3. 4ae31c9 Merge "Use StreamSpec frame rate for video and preview" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  4. 4f8e946 Rename Session -> ExecutionSession to align it with ActionExecutor by Michael Kucharski · 1 year, 2 months ago
  5. 7c2bb75 Use StreamSpec frame rate for video and preview by Trevor McGuire · 1 year, 3 months ago
  6. 0dd7304 Merge "Fix leak from ReportFullyDrawnExecutor" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  7. 3fdfdbc Merge "Rename ParamProperty -> Property per recent API decision" into androidx-main by Michael Kucharski · 1 year, 2 months ago
  8. ee64113 Merge "Add missing VideoRecordEvent error string" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  9. a03e56b Merge "OkioStorage takes in coordinator producer so it could support MultiProcCoordinator Bug: b/266681189 Test: ./gradlew :datastore:datastore-core:test && ./gradlew :datastore:datastore-core:connectedAndroidTest Relnote: Changed OkioStorage constructor to accept an InterProcessCoordinator so that it can be used on Android with MultiProcessCoordinator." into androidx-main by Zhiyuan Wang · 1 year, 2 months ago
  10. 16c5a46 Fix leak from ReportFullyDrawnExecutor by George Mount · 1 year, 2 months ago
  11. 39913b4 Rename ParamProperty -> Property per recent API decision by Michael Kucharski · 1 year, 3 months ago
  12. 656efa6 Merge "Move CapabilityBuilderBase inside Capability" into androidx-main by Michael Kucharski · 1 year, 2 months ago
  13. 0a0b773 Merge changes I066b9ee8,Iea2f5100 into androidx-main by Treehugger Robot · 1 year, 2 months ago
  14. 161a335 Move CapabilityBuilderBase inside Capability by Michael Kucharski · 1 year, 3 months ago
  15. 5c72931 Merge "[TimePicker] Remove TimePickerState from stable API" into androidx-main by Mariano Martin · 1 year, 2 months ago
  16. 88aa933 Merge "importInspectorImplementation attribute" into androidx-main by Jeff Gaston · 1 year, 2 months ago
  17. 84f10c7 Merge "Fix reused modifier nodes not being re-attached" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  18. b1b317e Merge "Add TODOs for cleanup in TestFileIO" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  19. 3f4b3cd Merge "Clean up ByMatcher" into androidx-main by Daniel Peykov · 1 year, 2 months ago
  20. c549ee9 Merge "Updated docs-public/build.gradle for the following artifacts:" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  21. b00690d OkioStorage takes in coordinator producer so it could support MultiProcCoordinator by Zhiyuan Wang · 1 year, 3 months ago
  22. 8887317 [TimePicker] Remove TimePickerState from stable API by marian · 1 year, 2 months ago
  23. 2034a2c Clean up ByMatcher by Daniel Peykov · 1 year, 3 months ago
  24. 0ced352 Add TODOs for cleanup in TestFileIO by Yigit Boyar · 1 year, 2 months ago
  25. f970e90 Merge "Extract logic that decides whether or not a SemanticsNode (and its AccessibilityNodeInfo) will be `screenReaderFocusable`." into androidx-main by Melba Nuzen · 1 year, 2 months ago
  26. 16d1237 Merge "Disabled profile installer tests for api 34" into androidx-main by Marcello Albano · 1 year, 2 months ago
  27. 21acafc Updated docs-public/build.gradle for the following artifacts: by vineel sadineni · 1 year, 2 months ago
  28. 62e7039 Fix reused modifier nodes not being re-attached by Andrew Bailey · 1 year, 3 months ago
  29. a321044 Merge "Tvprovider : Fix resource leak" into androidx-main by Henry Fang · 1 year, 2 months ago
  30. a2e0f9f Merge "Introduce TV opinionated material cards" into androidx-main by Aditya Arora · 1 year, 2 months ago
  31. 60256cc Merge "[Concurrent Camera] Improve the javadoc" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  32. 9929351 Introduce TV opinionated material cards by Aditya Arora · 1 year, 3 months ago
  33. 88faa14 Merge changes I22d571e6,I2e08d210,I3d09c41d into androidx-main by Treehugger Robot · 1 year, 2 months ago
  34. 0658657 Request max MTU on Connecting GATT by Kyunglyul Hyun · 1 year, 3 months ago
  35. ee8972c Fix CameraControlAdapterDeviceTest crash by WenHung_Teng · 1 year, 3 months ago
  36. b2cb73e Fix test to close DeferrableSurface by WenHung_Teng · 1 year, 3 months ago
  37. 010882c Fix CameraControlAdapterDeviceTest AE AF mode related test by WenHung_Teng · 1 year, 3 months ago
  38. 4f8daf8 Merge "Renaming ROOM_UNNECESSARY_NULLABILITY_IN_DAO_RETURN_TYPE to remove ROOM_ prefix, but add “ROOM_” prefix in value for consistency with other constants." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  39. 360082b Merge "Update versions for release id 1680714000000" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  40. 5963b0e Update versions for release id 1680714000000 by natnaelbelay · 1 year, 3 months ago
  41. ac51286 Merge "Ensure postponed with timeout does not cause leak" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  42. 01d7d10 Disabled profile installer tests for api 34 by Marcello Albano · 1 year, 3 months ago
  43. c455a3d Merge "Kotlin 1.8.20" into androidx-main by Jim Sproch · 1 year, 3 months ago
  44. a20c848 Merge "Reenable ignored snapshot list and map tests" into androidx-main by Chuck Jazdzewski · 1 year, 3 months ago
  45. 4f4604d [Concurrent Camera] Improve the javadoc by Kailiang Chen · 1 year, 3 months ago
  46. dbc6dcd Merge "Bump compose.material3 version to 1.1.0-rc01" into androidx-main by Connie Shi · 1 year, 3 months ago
  47. 36a0dcd Merge "Misc polish for BTF2 APIs." into androidx-main by Zach Klippenstein · 1 year, 3 months ago
  48. 906b163d Merge "Rename Argument -> Arguments as per API feedback." into androidx-main by Michael Kucharski · 1 year, 3 months ago
  49. 9ff443a Merge "Fix Regression in custom enter/exit focus properties" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  50. 1134fe9 Merge "Disable flaking cursorNotBlinking_whileTyping test" into androidx-main by Aurimas Liutikas · 1 year, 3 months ago
  51. 467bc03 Rename Argument -> Arguments as per API feedback. by Michael Kucharski · 1 year, 3 months ago
  52. f78232e Merge "Added cobuilt test paths for profile verification tests" into androidx-main by Marcello Albano · 1 year, 3 months ago
  53. f2a29c8 Merge "Disable SynchronousActivityLifecycleTest on API 21 emulator" into androidx-main by Aurimas Liutikas · 1 year, 3 months ago
  54. 02f7ab7 Merge "Delete non-used types from cap-core library." into androidx-main by Ianna Li · 1 year, 3 months ago
  55. a5a77c3 Disable SynchronousActivityLifecycleTest on API 21 emulator by Aurimas Liutikas · 1 year, 3 months ago
  56. fc8a955 Renaming ROOM_UNNECESSARY_NULLABILITY_IN_DAO_RETURN_TYPE to remove ROOM_ prefix, but add “ROOM_” prefix in value for consistency with other constants. by elifbilgin · 1 year, 3 months ago
  57. f18f33f Add missing VideoRecordEvent error string by Trevor McGuire · 1 year, 3 months ago
  58. 7a047f1 Fix Regression in custom enter/exit focus properties by Ralston Da Silva · 1 year, 3 months ago
  59. 8243c6c Misc polish for BTF2 APIs. by Zach Klippenstein · 1 year, 3 months ago
  60. b57e973 Delete non-used types from cap-core library. by Ianna Li · 1 year, 3 months ago
  61. 54dbe0d Merge changes I979dba84,Ic8d736ff into androidx-main by Zach Klippenstein · 1 year, 3 months ago
  62. 20ef139 Merge "Remove the system settings check from BasicSecureTextField." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  63. 34ddf05 Extract logic that decides whether or not a SemanticsNode (and its AccessibilityNodeInfo) will be `screenReaderFocusable`. by Melba Nuzen · 1 year, 3 months ago
  64. 73c4646 Merge "Add suggestion card into Navigation app" into androidx-main by Stella Li · 1 year, 3 months ago
  65. 9df47f7 Add suggestion card into Navigation app by Stella Li · 1 year, 3 months ago
  66. e72229c Reenable ignored snapshot list and map tests by Chuck Jazdzewski · 1 year, 3 months ago
  67. 2affe77 Add test with MotionLayout and changing text by Oscar Adame Vázquez · 1 year, 3 months ago
  68. cb903ca Merge "Ignore failing tests for Bug: 276935528" into androidx-main by Radha Nakade · 1 year, 3 months ago
  69. 31a1562 Ignore failing tests for Bug: 276935528 by Radha Nakade · 1 year, 3 months ago
  70. 1502108 Added cobuilt test paths for profile verification tests by Marcello Albano · 1 year, 3 months ago
  71. 1fd7987 Disable flaking cursorNotBlinking_whileTyping test by Aurimas Liutikas · 1 year, 3 months ago
  72. bf0a022 Remove the system settings check from BasicSecureTextField. by Zach Klippenstein · 1 year, 3 months ago
  73. e0f2e63 Merge "Turndown failing test on pixel2api33 emulator instances" into androidx-main by Aurimas Liutikas · 1 year, 3 months ago
  74. df51ed6 Merge "Fix regression b/276792587" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  75. 3313773 Add DynamicGraphs as a Macrobenchmark test by Oscar Adame Vázquez · 1 year, 3 months ago
  76. 6c133e5 Rename selection to selectionInChars. by Zach Klippenstein · 1 year, 3 months ago
  77. 03aaae1 Get TextFieldValue out of public BasicTextField2 API. by Zach Klippenstein · 1 year, 3 months ago
  78. 080a8ee Turndown failing test on pixel2api33 emulator instances by Nader Jawad · 1 year, 3 months ago
  79. 831477e importInspectorImplementation attribute by Jeff Gaston · 1 year, 3 months ago
  80. 9f05b9c Merge "Disable flaking compose runtime snapshot tests" into androidx-main by Aurimas Liutikas · 1 year, 3 months ago
  81. f0b820e0 Kotlin 1.8.20 by Jim S · 1 year, 4 months ago
  82. ada5833 Disable flaking compose runtime snapshot tests by Aurimas Liutikas · 1 year, 3 months ago
  83. 84c7b31 Fix regression b/276792587 by Sean McQuillan · 1 year, 3 months ago
  84. e0da862 Bump compose.material3 version to 1.1.0-rc01 by Connie Shi · 1 year, 3 months ago
  85. dbf154e Merge "Introduce BasicSecureTextField in text2" into androidx-main by Zach Klippenstein · 1 year, 3 months ago
  86. 01fb70b Merge "Add a #snapshot() method to OpenGLRenderer" into androidx-main by Xi Zhang · 1 year, 3 months ago
  87. f404c36 Merge "don't use Dispatchers.Default for suspend -> LF conversion" into androidx-main by Dennis Tu · 1 year, 3 months ago
  88. 5dee2da Merge "use CoroutineStart.UNDISPATCHED for to start coroutine immediately" into androidx-main by Dennis Tu · 1 year, 3 months ago
  89. dc3aa74 Merge "minor java format fix" into androidx-main by Dennis Tu · 1 year, 3 months ago
  90. e151795 Merge "Ignoring failing tests" into androidx-main by Radha Nakade · 1 year, 3 months ago
  91. daf112d Merge "Ignore failing tests" into androidx-main by Radha Nakade · 1 year, 3 months ago
  92. ec1e36f Merge "Update to build tools 34.0.0-rc3" into androidx-main by Alan Viverette · 1 year, 3 months ago
  93. 7b27816 Merge "Re-enable setZoomRatio_operationCanceledExceptionIfNoUseCase test" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  94. da91cfd Merge "Remove unnecessary TODO comments" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  95. db002ab Introduce BasicSecureTextField in text2 by Halil Ozercan · 1 year, 3 months ago
  96. 87918ee Ignore failing tests by Radha Nakade · 1 year, 3 months ago
  97. 6323de9 Merge changes I7c774720,I03cd2621 into androidx-main by Jasmine Chen · 1 year, 3 months ago
  98. 91b13a7 Merge "Fixed null pointer exception happening during stress test." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  99. 20dd2eb Merge "Follow boolean naming conventions" into androidx-main by Michael Kucharski · 1 year, 3 months ago
  100. eebe936 Follow boolean naming conventions by Michael Kucharski · 1 year, 3 months ago