1. 59dafcf Fix typo by nickbutcher · 3 years ago
  2. 75292a7 Merge "Fix crash when Surface is updated" into androidx-main by Roberto Perez · 3 years ago
  3. 94ca2c5 Merge "Add Material3 component tokens for navigation rail." into androidx-main by Connie Shi · 3 years ago
  4. b6271eb Merge "[GH] Update snapshots to fix navigation build" into androidx-main by Dustin Lam · 3 years ago
  5. 8c9dc77 Fix crash when Surface is updated by Roberto Perez · 3 years ago
  6. c4a08ab Merge "Some jetbrains dependencies now have -x86_64" into androidx-main by Treehugger Robot · 3 years ago
  7. 8351acb Merge "Desktop. Refactor DesktopOwners event API" into androidx-main by Jim Sproch · 3 years ago
  8. ba03a3d [GH] Update snapshots to fix navigation build by Yigit Boyar · 3 years ago
  9. 15c2297 Some jetbrains dependencies now have -x86_64 by David Saff · 3 years ago
  10. ad9d8b3 Merge "Remove all resources before re-generating them" into androidx-main by Treehugger Robot · 3 years ago
  11. 172e188 Merge "Adjust sizing in generated layouts for wrap_content" into androidx-main by Steven Kideckel · 3 years ago
  12. 69d6377 Merge changes I72c7c56d,I53fc075b into androidx-main by Jeff Gaston · 3 years ago
  13. 7376f60 Merge "Bump core to 1.7.0-rc01 for release" into androidx-main by Nick Anthony · 3 years ago
  14. 96743ad Merge "Stop Wrapping code on typing for Kotlin." into androidx-main by Treehugger Robot · 3 years ago
  15. 4097214 Remove all resources before re-generating them by Pierre Barbier de Reuille · 3 years ago
  16. 0a123967 Merge changes If4ce5331,I9d15eddb,I3f672cd5,I82af75bf,Ibcc95608, ... into androidx-main by Treehugger Robot · 3 years ago
  17. 1ce8d33 Merge "Ensure super calls to java properties are remapped properly" into androidx-main by Leland Richardson · 3 years ago
  18. e4155b4 Adjust sizing in generated layouts for wrap_content by Stevie Kideckel · 3 years ago
  19. 0a733a1 Merge "Align camera-video version with camera-core version to meet same version goal." into androidx-main by Treehugger Robot · 3 years ago
  20. c735aaa Merge "Add flush() and dispose() to InjectionScope" into androidx-main by Treehugger Robot · 3 years ago
  21. 924c528 Merge "Add preliminary support for Check boxes" into androidx-main by Steven Kideckel · 3 years ago
  22. ba5c5ea Add preliminary support for Check boxes by Stevie Kideckel · 3 years, 1 month ago
  23. 1aad076 Merge "Rework the AppCard and TitleCard to rename and move the body composable." into androidx-main by John Nichol · 3 years ago
  24. e39c329 Rework the AppCard and TitleCard to rename and move the body composable. by jnichol · 3 years ago
  25. 87063f4 Merge "Add macrobenchmark for Scrolling." into androidx-main by Steve Bower · 3 years ago
  26. 82cafe4 Stop Wrapping code on typing for Kotlin. by Pierre Barbier de Reuille · 3 years ago
  27. 1ce23ac Merge "Catch AssertionError when calling getCameraCharacteristics and throw a CameraAccessExceptionCompat to make the app be able to gracefully handle it." into androidx-main by Treehugger Robot · 3 years ago
  28. a6ccb47 Add flush() and dispose() to InjectionScope by Jelle Fresen · 3 years ago
  29. a705fe8 Merge "Fixed the AbstractMethodError issue which happens when proguard is enabled" into androidx-main by Treehugger Robot · 3 years ago
  30. c63416d Catch AssertionError when calling getCameraCharacteristics and throw a CameraAccessExceptionCompat to make the app be able to gracefully handle it. by Charcoal Chen · 3 years ago
  31. bd72a05 Merge "Prevent LazyLists from containing LazyLists" into androidx-main by Cyrus Boadway · 3 years ago
  32. 5d8a33e Desktop. Refactor DesktopOwners event API by Igor Demin · 3 years, 1 month ago
  33. bf91551 Prevent LazyLists from containing LazyLists by Cyrus Boadway · 3 years ago
  34. 55e2fa5 Merge "Add Galaxy S7 to CameraUseInconsistentTimebaseQuirk" into androidx-main by Treehugger Robot · 3 years ago
  35. cc2ce71 Align camera-video version with camera-core version to meet same version goal. by Julie Wu · 3 years ago
  36. b0ebb20 Fixed the AbstractMethodError issue which happens when proguard is enabled by Charcoal Chen · 3 years ago
  37. 7d3ed06 Merge changes from topic "camerax_video_api" into androidx-main by Treehugger Robot · 3 years ago
  38. de68e14 Merge "Ensure DialogFragment transactions are reordered" into androidx-main by Treehugger Robot · 3 years ago
  39. aa306db Merge "Add a trivial build script for running on mac" into androidx-main by Treehugger Robot · 3 years ago
  40. 93487eb Add Galaxy S7 to CameraUseInconsistentTimebaseQuirk by leo huang · 3 years ago
  41. 9dffbd7 Merge changes I5711d3df,I38216822 into androidx-main by Andrii Kulian · 3 years ago
  42. fece32c Merge "Move Modifier.toList() and Modifier.first() into testutils" into androidx-main by Treehugger Robot · 3 years ago
  43. d830d18 Merge "Desktop. Refactor ui API (rename, mark experimental or internal)" into androidx-main by Treehugger Robot · 3 years ago
  44. 353a74b SplitActivity API by Andrii Kulian · 3 years, 1 month ago
  45. 8397958 Merge "Correctly report modification errors in a read-only snapshot" into androidx-main by Chuck Jazdzewski · 3 years ago
  46. 551dd87 Merge "Upgrade to leakcanary 2.7" into androidx-main by Treehugger Robot · 3 years ago
  47. 04080e5 Merge "Add Material3 component tokens for navigation bar (aka bottom navigation)." into androidx-main by Connie Shi · 3 years ago
  48. e408440 Merge "Add button design tokens for Material3." into androidx-main by Connie Shi · 3 years ago
  49. f2ee251 Add Material3 component tokens for navigation bar (aka bottom navigation). by Connie Shi · 3 years ago
  50. cae3cb3 Add Material3 component tokens for navigation rail. by Connie Shi · 3 years ago
  51. fad25e8 Ensure super calls to java properties are remapped properly by Leland Richardson · 3 years ago
  52. 7facd9a Merge "[GH] Change playground rootproject name: navigation -> lifecycle" into androidx-main by Dustin Lam · 3 years ago
  53. 7bfd66d Ensure DialogFragment transactions are reordered by Ian Lake · 3 years ago
  54. 185f025 Add a trivial build script for running on mac by David Saff · 3 years ago
  55. 84e8961 Update api files for camera-video artifact. by TY Chang · 3 years, 2 months ago
  56. 4f3d676 Partially update api files. by TY Chang · 3 years, 2 months ago
  57. 94d6d71 Partially generate camera-video api files. by TY Chang · 3 years, 2 months ago
  58. e2d1285 Temporarily hide the video APIs for api review. by TY Chang · 3 years, 2 months ago
  59. 5f03168 Update XBasicAnnotationProcessor to not retain deferred elements across rounds. by Daniel Santiago Rivera · 3 years ago
  60. 2806e0f Merge "Ensure profm files get utilized for N" into androidx-main by Rahul Ravikumar · 3 years ago
  61. 1823c50 Upgrade to leakcanary 2.7 by Aurimas Liutikas · 3 years ago
  62. 9260eed SplitActivity Extensions API by Andrii Kulian · 3 years, 2 months ago
  63. 3afc25f Merge "Project import generated by Copybara." into androidx-main by Treehugger Robot · 3 years ago
  64. d23d92f Merge "Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis"""" into androidx-main by Aurimas Liutikas · 3 years ago
  65. fcc574f Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis""" by Louis Pullen-Freilich · 3 years ago
  66. 5036e9d Add button design tokens for Material3. by Connie Shi · 3 years ago
  67. deaee07 Merge "Don't key auto-migration added columns by name." into androidx-main by Treehugger Robot · 3 years ago
  68. 26491f6 Desktop. Refactor ui API (rename, mark experimental or internal) by Igor Demin · 3 years ago
  69. 1bf318a Merge "Fix source set setup for ui-test tests in MPP" into androidx-main by Treehugger Robot · 3 years ago
  70. 32f8cb9 Merge "Remove typo in Index documentation" into androidx-main by Treehugger Robot · 3 years ago
  71. 3da90d6 Merge "Desktop. Refactor ui-graphics API (rename, mark experimental or internal)" into androidx-main by Treehugger Robot · 3 years ago
  72. 9a5e17c Merge "Desktop. Refactor DesktopOwners, prepare it to be public" into androidx-main by Treehugger Robot · 3 years ago
  73. 9fb1327 Merge "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis""" into androidx-main by Treehugger Robot · 3 years ago
  74. 7de1cfe Bump core to 1.7.0-rc01 for release by Alan Viverette · 3 years ago
  75. d9bab978 Merge "Add native library option to project creator" into androidx-main by Fred Sladkey · 3 years ago
  76. e80aab7 Project import generated by Copybara. by AndroidX Core Team · 3 years ago
  77. fe252da Merge "Link sample projects from projects using these samples." into androidx-main by Treehugger Robot · 3 years ago
  78. b56e8fc Merge "Add ViewConfiguration to LayoutInfo and InjectionScope" into androidx-main by Treehugger Robot · 3 years ago
  79. 837bb102 Merge "API Review: Remove RECORD_AUDIO calling proc check" into androidx-main by Treehugger Robot · 3 years ago
  80. d2806b3 gradlew now failing right away if --scan is specified with --offline by Jeff Gaston · 3 years ago
  81. 794b0b7 gradlew --no-ci argument by Jeff Gaston · 3 years ago
  82. 07ba4b6 Correctly report modification errors in a read-only snapshot by Chuck Jazdzewski · 3 years ago
  83. 7414f38 API Review: Remove RECORD_AUDIO calling proc check by Trevor McGuire · 3 years ago
  84. e744174 Merge "Add a test for overriding covariant return types" into androidx-main by Treehugger Robot · 3 years ago
  85. 8677c62 Merge "Bump collection to 1.2.0-beta01" into androidx-main by Dustin Lam · 3 years ago
  86. 3754160 Add native library option to project creator by Fred Sladkey · 3 years ago
  87. 6ace4bf Merge "wireStyle to be a val in TimeDifferenceStyle & TextFormatStyle" into androidx-main by Treehugger Robot · 3 years ago
  88. 46add6c Merge "Fixed ProcessingCaptureSession failure: tearDown not handling well" into androidx-main by Treehugger Robot · 3 years ago
  89. 459a8f5 Add macrobenchmark for Scrolling. by stevebower · 3 years ago
  90. 64745f2 Merge "Stop using GlanceInternalApi and use RestrictTo instead." into androidx-main by Treehugger Robot · 3 years ago
  91. 4b6b347 Merge "Add baselines for dackkaDocs configuration cache warnings" into androidx-main by Treehugger Robot · 3 years ago
  92. 7c01da2 wireStyle to be a val in TimeDifferenceStyle & TextFormatStyle by Alex Clarke · 3 years ago
  93. 3f7d3d6 Fixed ProcessingCaptureSession failure: tearDown not handling well by repo sync -c -j8 · 3 years ago
  94. 40d56b9 Stop using GlanceInternalApi and use RestrictTo instead. by Pierre Barbier de Reuille · 3 years ago
  95. 8997390 Fix source set setup for ui-test tests in MPP by Jelle Fresen · 3 years ago
  96. 9bcca08 Add baselines for dackkaDocs configuration cache warnings by Andrea Falcone · 3 years ago
  97. 2fba2d4 Add ViewConfiguration to LayoutInfo and InjectionScope by Jelle Fresen · 3 years ago
  98. a078cf1 Merge "Add file to specify location for screenshot goldens." into androidx-main by Connie Shi · 3 years ago
  99. 9061a30 Merge "Port fix for rounding error in the touch target modifier implementation from aosp/1837300" into androidx-main by Connie Shi · 3 years ago
  100. 8fabbda Merge "Fix crashes when rapidly swithcing between watchfaces" into androidx-main by Treehugger Robot · 3 years ago