1. c662e1a Support AAR-as-JAR for arbitrary configurations by Ember Rose · 2 years ago
  2. 289d7e3 Merge "Stop placing text xml configs in distribution directory" into androidx-main by Aurimas Liutikas · 2 years ago
  3. 45743df Merge "Fix missing property accessors for Companion objects" into androidx-main by Kuan-Ying Chou · 2 years ago
  4. a8f3988 Fix missing property accessors for Companion objects by Kuan-Ying Chou · 2 years ago
  5. 3c3933b Merge "Fix context passing in generated AbstractSdkProvider." into androidx-main by Treehugger Robot · 2 years ago
  6. 449d83c Fix context passing in generated AbstractSdkProvider. by Lucas Tenorio · 2 years ago
  7. f1188e1 Merge "Add tests for SplitInfo" into androidx-main by Diego Vela · 2 years ago
  8. 853338f Merge "Use lerp from compose.ui.util" into androidx-main by Treehugger Robot · 2 years ago
  9. f5e13c07 Use lerp from compose.ui.util by stevebower · 2 years ago
  10. e2a458b Merge "Fix @param syntax for type parameters in camera-pipe-integration" into androidx-main by Treehugger Robot · 2 years ago
  11. 368366a Merge "Wraps NotificationCompat.*Style legacy API calls" into androidx-main by Alexander Roederer · 2 years ago
  12. eb9feee Fix @param syntax for type parameters in camera-pipe-integration by Owen Gray · 2 years ago
  13. 5f570d5 Merge "Remove @FlakyTest from OnGloballyPositionedTest..globalCoordinatesAreInActivityCoordinates" into androidx-main by Andrey Kulikov · 2 years ago
  14. d99deca Merge changes I80a8e78b,I130c4f0e into androidx-main by Treehugger Robot · 2 years ago
  15. 1c731e9 Pass video source timebase from VideoCapture to Encoder by leo huang · 2 years ago
  16. 228a07d Add getTimebase() API in CameraInfoInternal by leo huang · 2 years ago
  17. bdce26b Merge "Fix Preview stretch when VideoCapture is bound" into androidx-main by Treehugger Robot · 2 years ago
  18. ff565b9 Fix Preview stretch when VideoCapture is bound by leo huang · 2 years ago
  19. 6438603 Merge changes I815f2d4b,I86a74fc7,I4e527bc5 into androidx-main by Treehugger Robot · 2 years ago
  20. 9fe2248 Add tests for SplitInfo by Diego Vela · 2 years ago
  21. 9de48fc Merge "Clean up JVM test setup where classes from aars are used as input" into androidx-main by Treehugger Robot · 2 years ago
  22. 0e84051 Adjust the VideoCapture crop rect to a size valid for the encoder by leo huang · 2 years ago
  23. 58302c3 Add Video/Audio EncoderInfo interfaces and implementations by leo huang · 2 years ago
  24. b20eda4 Move video/audio config static resolver methods from Recorder to VideoConfigUtil/AudioConfigUtil by leo huang · 2 years ago
  25. f6d12bd Merge "Fix the issue of creating LifecycleCamera with destroyed lifecycle in CameraExtensionsActivity" into androidx-main by Treehugger Robot · 2 years ago
  26. 8247acc Merge "Only setup MeteringRepeating when unattached" into androidx-main by Treehugger Robot · 2 years ago
  27. 48479ab Only setup MeteringRepeating when unattached by WenHung_Teng · 2 years ago
  28. 9707d45 Stop placing text xml configs in distribution directory by Aurimas Liutikas · 2 years ago
  29. 05086a8 Merge changes from topic "sqlite2" into androidx-main by Treehugger Robot · 2 years ago
  30. 13a9dea Merge "Fix docs in SchemaDiffer" into androidx-main by Treehugger Robot · 2 years ago
  31. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 2 years ago
  32. 2bb0a29 Merge "Add Modifier.scrollAway for scrolling TimeText out of view." into androidx-main by Treehugger Robot · 2 years ago
  33. f6e171c Merge "Revert "Pin Compose for Wear OS to Core Compose 1.3.0-rc01"" into androidx-main by Treehugger Robot · 2 years ago
  34. de3ab80 Merge "wearos-whs: Make swimmingPoolLength a float" into androidx-main by Treehugger Robot · 2 years ago
  35. 7c466cc Wraps NotificationCompat.*Style legacy API calls by Alexander Roederer · 2 years ago
  36. 5e2fab4 Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 2/3). by elifbilgin · 2 years, 1 month ago
  37. ce76fa5 Merge "Migrate car and camera to dackka" into androidx-main by Julia McClellan · 2 years ago
  38. 308bf1a Merge "Migrate media and media2 to Dackka" into androidx-main by Andrea Falcone · 2 years ago
  39. 5a95ecc Merge "Dispatch Consumers only on added fragmentManagers" into androidx-main by Treehugger Robot · 2 years ago
  40. c11a9f0 Add Modifier.scrollAway for scrolling TimeText out of view. by stevebower · 2 years ago
  41. cb4af6e wearos-whs: Make swimmingPoolLength a float by Sara Kato · 2 years, 1 month ago
  42. 6096e6b Merge "Refactored Single Entity to reuse the Block subsystem design." into androidx-main by Nick Ning · 2 years ago
  43. 23936bb Merge "Fix crash with Android Views and Talkback" into androidx-main by George Mount · 2 years ago
  44. 4163262 Migrate media and media2 to Dackka by Andrea Falcone · 2 years ago
  45. 0114205 Merge "Migrate mediarouter and recyclerview to Dackka" into androidx-main by Tiem Song · 2 years ago
  46. eac698a Migrate mediarouter and recyclerview to Dackka by Tiem Song · 2 years ago
  47. f1e57b2 Merge "Implement append and prepend operations in TestPager" into androidx-main by Clara Fok · 2 years ago
  48. d8a957a Merge "Added DataNotification to Health Connect" into androidx-main by Arkadii Ivanov · 2 years ago
  49. a0c03f2 Migrate car and camera to dackka by Julia McClellan · 2 years ago
  50. a5c75ba Merge "Dispatch config change on added fragmentManagers" into androidx-main by Treehugger Robot · 2 years ago
  51. 384a91a Merge "DO NOT MERGE: Pin extensions dependency." into androidx-main by Diego Vela · 2 years ago
  52. 10a4d8d Revert "Pin Compose for Wear OS to Core Compose 1.3.0-rc01" by Nick Anthony · 2 years ago
  53. e61a30b Remove @FlakyTest from OnGloballyPositionedTest..globalCoordinatesAreInActivityCoordinates by Andrey Kulikov · 2 years ago
  54. f5abceb Merge "Revert "Don't run tests until dependent jars exist."" into androidx-main by David Saff · 2 years ago
  55. 69fca7e Merge "Make ScrollableFocusableInteraction test use consistent dp conversion." into androidx-main by Treehugger Robot · 2 years ago
  56. 5788ccb Dispatch Consumers only on added fragmentManagers by Jeremy Woods · 2 years ago
  57. 448093d Dispatch config change on added fragmentManagers by Jeremy Woods · 2 years ago
  58. 9be0139 Merge "Support seralization of bitmap and adaptive icons" into androidx-main by Treehugger Robot · 2 years ago
  59. 4839f6e Merge "Re-enable InvalidPackage lint check" into androidx-main by Treehugger Robot · 2 years ago
  60. f08c546 Fix docs in SchemaDiffer by Owen Gray · 2 years ago
  61. fb41ae7 Added DataNotification to Health Connect by Arkadii Ivanov · 2 years ago
  62. f7a6f52 Merge "Reinstate NotifyColorsChangedHelper" into androidx-main by Treehugger Robot · 2 years ago
  63. 71597e4 Support seralization of bitmap and adaptive icons by Alex Clarke · 2 years ago
  64. bccbb6d Merge "Add LineBreak API with flags in platform." into androidx-main by Andrei Ancuța · 2 years ago
  65. 22f194d Add LineBreak API with flags in platform. by Andrei Ancuta · 2 years ago
  66. 7182ec4 Reinstate NotifyColorsChangedHelper by Alex Clarke · 2 years ago
  67. e1ba99c Merge "Rename JSON filename used for storing AndroidX metadata" into androidx-main by Treehugger Robot · 2 years ago
  68. cede3cb Merge "Adding the internal API for Exercise Routes. Bug: 245082209 Test: ./gradlew :health:connect:connect-client:test" into androidx-main by Paulina Koch · 2 years ago
  69. 399d294 Merge "Fix test crash during Surface releasing" into androidx-main by Treehugger Robot · 2 years ago
  70. 5cf6c25 DO NOT MERGE: Pin extensions dependency. by Diego Vela · 2 years ago
  71. 966638c Fix test crash during Surface releasing by WenHung_Teng · 2 years ago
  72. fb63630 Merge "Add tests for ActivityRule" into androidx-main by Diego Vela · 2 years ago
  73. 32503c3 Merge "Add tests for `getInstance()` family, `getDisplaySizeDp()`, and `getProductName()`." into androidx-main by Treehugger Robot · 2 years ago
  74. f2ffe36 Merge "Generate profileinstaller and recommendation with Dackka" into androidx-main by Treehugger Robot · 2 years ago
  75. e3524d7 Merge "Use triple-tick for code examples" into androidx-main by Treehugger Robot · 2 years ago
  76. 9d074df Add tests for `getInstance()` family, `getDisplaySizeDp()`, and by Fangqiu Su · 2 years ago
  77. c080f71 Merge "Add read and write CONTROL_CAR_CLIMATE permissions for Electric Defroster property." into androidx-main by Treehugger Robot · 2 years ago
  78. 6b873db Merge "Prepare BringIntoView internals to be able to handle changing requests." into androidx-main by Treehugger Robot · 2 years ago
  79. 7d6bc6f Implement append and prepend operations in TestPager by Clara Fok · 2 years ago
  80. 74232ea Merge "Update AppCompat to depend on stable emoji2" into androidx-main by Treehugger Robot · 2 years ago
  81. 52cd06f Merge "Migrate concurrent and contentpager to Dackka" into androidx-main by Treehugger Robot · 2 years ago
  82. b3effe7 Merge "Add tests for ActivityStack" into androidx-main by Diego Vela · 2 years ago
  83. 8c6b98b Generate profileinstaller and recommendation with Dackka by Tiem Song · 2 years ago
  84. 4fa5872 Merge "Minor build file cleanup of prebuilts references" into androidx-main by Tiem Song · 2 years ago
  85. 405e6f6 Rename JSON filename used for storing AndroidX metadata by Tiem Song · 2 years ago
  86. bb24fd0 Merge "Mark disconnectOpenedCameraGraph_deferrableSurfaceUsageCountTest as flaky" into androidx-main by Tiem Song · 2 years ago
  87. 39fa59b Add tests for ActivityRule by Diego Vela · 2 years ago
  88. a9178ed Migrate concurrent and contentpager to Dackka by Andrea Falcone · 2 years ago
  89. c43e685 Merge "Change android datastore to use OkioStorage." into androidx-main by Paul Malolepsy · 2 years ago
  90. a9d2047 Re-enable InvalidPackage lint check by Tiem Song · 2 years ago
  91. 1ae77f7 Merge "Mark carousel_withAnimatedContent_successfulFocusIn as flaky" into androidx-main by Treehugger Robot · 2 years ago
  92. 46cabc0 Merge "Mark testForceDark_webThemeDarkeningOnly as flaky" into androidx-main by Treehugger Robot · 2 years ago
  93. 9dab1a0 Merge "Pin Compose for Wear OS to Core Compose 1.3.0-rc01" into androidx-main by Treehugger Robot · 2 years ago
  94. a3d29cd Make ScrollableFocusableInteraction test use consistent dp conversion. by Zach Klippenstein · 2 years, 1 month ago
  95. b5b29bb Prepare BringIntoView internals to be able to handle changing requests. by Zach Klippenstein · 2 years, 1 month ago
  96. 7ba8a2e Merge "Migrate print and preference to dackka" into androidx-main by Julia McClellan · 2 years ago
  97. 341acf9 Merge "Migrate hilt and startup to Dackka" into androidx-main by Treehugger Robot · 2 years ago
  98. 87596c5 Add read and write CONTROL_CAR_CLIMATE permissions for Electric Defroster property. by Nishtha Ahuja · 2 years ago
  99. 6440147 Merge "Fix typeArguments for raw generic types in Java" into androidx-main by Kuan-Ying Chou · 2 years ago
  100. a1d6358 Mark disconnectOpenedCameraGraph_deferrableSurfaceUsageCountTest as flaky by Tiem Song · 2 years ago