1. b5e2c5bb Merge "Revert "Rename DisposableEffectDisposable to DisposableEffectResult"" into androidx-main by Aurimas Liutikas · 3 years, 7 months ago
  2. f1f4aac Revert "Rename DisposableEffectDisposable to DisposableEffectResult" by Aurimas Liutikas · 3 years, 7 months ago
  3. 08ed6e2 Merge "Migrate tests onto new Transition. Also fixes build." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  4. 7d653c9 Merge "Suppressing lint to fix playground build" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  5. c67a858 Merge "Adds clarifying documentation to Icons mentioning that material-icons-extended contains all the icons" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  6. 458f0d0 Migrate tests onto new Transition. Also fixes build. by Doris Liu · 3 years, 7 months ago
  7. 426a488 Merge "Combine @throws statements" into androidx-main by Jorge Pereira · 3 years, 7 months ago
  8. b221a8d Suppressing lint to fix playground build by Dustin Lam · 3 years, 7 months ago
  9. a2f8d07 Merge "Change detector name to `detectTransformGestures`" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  10. 44d92e6 Merge "Forgot to make ListTemplate.Builder public in a previous change" into androidx-main by Jorge Pereira · 3 years, 7 months ago
  11. 6c7cdb6 Merge "Call listener even if insets equals" into androidx-main by Vadim Caen · 3 years, 7 months ago
  12. 552abc84 Merge "Fix broken test on API < O" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  13. f70cae2 Merge "Rename DisposableEffectDisposable to DisposableEffectResult" into androidx-main by Leland Richardson · 3 years, 7 months ago
  14. 857920c Adds clarifying documentation to Icons mentioning that material-icons-extended contains all the icons by Louis Pullen-Freilich · 3 years, 7 months ago
  15. f8f816c Merge "Bump Compose to 1.0.0-alpha12" into androidx-main by Nick Anthony · 3 years, 7 months ago
  16. 7cf6a40 Merge "Remove ConflatedBroadcastChannel and replace with StateFlow since ConflatedBroadcastChannel is going to be deprecated and is currently Experimental." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  17. c7960c2 Merge "Wait while Views are added to the WindowManager" into androidx-main by Jelle Fresen · 3 years, 7 months ago
  18. 3c4013f Combine @throws statements by Jorge Pereira · 3 years, 7 months ago
  19. b1c5a77 Merge "Make sure all classes that should be final are marked as final" into androidx-main by Jorge Pereira · 3 years, 7 months ago
  20. 5249afe Fix broken test on API < O by George Mount · 3 years, 7 months ago
  21. f99b1d2 Call listener even if insets equals by Vadim Caen · 3 years, 7 months ago
  22. 8d5b96c Bump Compose to 1.0.0-alpha12 by Nick Anthony · 3 years, 7 months ago
  23. f7b0860 Wait while Views are added to the WindowManager by Jelle Fresen · 3 years, 7 months ago
  24. 8edd1ba Merge "Add layoutDirection param to Shape's createOutline" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  25. 482845d Merge "Add layoutDirection to CacheDrawScope" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  26. 884731f Merge "Add semantics role to image and icon" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  27. 7488cee Merge changes I38e11565,If8ebe395 into androidx-main by Treehugger Robot · 3 years, 7 months ago
  28. aee18b1 Merge "[Video] Add VideoRecordEvent class" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  29. 1237fbe Merge "Add lifecycle and side effects in Compose doc snippets" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  30. 474f9d4 [Video] Add VideoRecordEvent class by leo huang · 3 years, 7 months ago
  31. a32c000 Remove Recomposer.current; migrate usages by Adam Powell · 3 years, 7 months ago
  32. dff3ec9 Merge "Delete deprecated Text APIs" into androidx-main by Jim Sproch · 3 years, 7 months ago
  33. 063bc30 Deprecate Recomposer.current; add Recomposer.runningRecomposers by Adam Powell · 3 years, 7 months ago
  34. 60baf8a Merge "Fix ImageCapture performace regression by renaming temporary file instead of copying" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  35. 95efd50 Rename DisposableEffectDisposable to DisposableEffectResult by Leland Richardson · 3 years, 7 months ago
  36. 90956a0 Merge "Deprecate onCommit, onDispose, onActive" into androidx-main by Leland Richardson · 3 years, 7 months ago
  37. fbfc395 Delete deprecated Text APIs by Jim Sproch · 3 years, 7 months ago
  38. af68d41 Merge "Add clearAndSetSemantics behavior on same layout node" into androidx-main by aelias · 3 years, 7 months ago
  39. ded69ff Fix ImageCapture performace regression by renaming temporary file instead of copying by leo huang · 3 years, 7 months ago
  40. baafec0 Merge "Bump to Kotlin 1.4.21-2" into androidx-main by Jim Sproch · 3 years, 7 months ago
  41. 0f19056 Forgot to make ListTemplate.Builder public in a previous change by Jorge Pereira · 3 years, 7 months ago
  42. 7a3f31b Merge "Add missing FUNCTION_REFERENCE case to when block" into androidx-main by Adam Powell · 3 years, 7 months ago
  43. e2e61d1 Add missing FUNCTION_REFERENCE case to when block by David Herman · 3 years, 7 months ago
  44. 88d47f9 Merge "Remove deprecated `ActionStrip#getActionOfType(int)`" into androidx-main by Jay Yoo · 3 years, 7 months ago
  45. 3dc7538 Merge "Remove Metadata.ofPlace" into androidx-main by Jorge Pereira · 3 years, 7 months ago
  46. ed5dd0a Merge "Add API for Key to FocusDirection translation" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  47. d2c1243 Merge "Reset BiometricViewModel callback in Fragment#onDestroy()" into androidx-main by Curtis Belmonte · 3 years, 7 months ago
  48. 1eb7d6b Merge changes I46073597,I00c536bf into androidx-main by Treehugger Robot · 3 years, 7 months ago
  49. c5378b4 Merge "Add support for converting function reference instances" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  50. 8988dc8 Merge "Update HostValidator to check historical signatures" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  51. e47fda8 Merge "Remove deprecated Trip API" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  52. 81eb97f Merge "Ensure FragmentContainerView handles animators" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  53. 66b9205c Deprecate onCommit, onDispose, onActive by Leland Richardson · 3 years, 7 months ago
  54. 7bc3797 Merge "Pointer position wasn't properly handling position relative to screen" into androidx-main by George Mount · 3 years, 7 months ago
  55. a843e33 Merge "Factory functions for Font/FontFamily/Typeface" into androidx-main by Siyamed Sinir · 3 years, 7 months ago
  56. f9a8143 Add support for fetching Composable Parameters by David Herman · 3 years, 7 months ago
  57. e22e83a9 Update HostValidator to check historical signatures by Roberto Perez · 3 years, 7 months ago
  58. 4bcc2de Add support for fetching Composables by David Herman · 3 years, 7 months ago
  59. 08c4ba3 Merge "Deprecate non-suspend scrollBy and scrollTo" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  60. fcbbd93 Reset BiometricViewModel callback in Fragment#onDestroy() by Curtis Belmonte · 3 years, 7 months ago
  61. f5223f6 Merge "Fixes ripple animations not fading out if they are cancelled while fading in" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  62. 68b8c8b Make sure all classes that should be final are marked as final by Jorge Pereira · 3 years, 7 months ago
  63. 4175fc1 Merge "Add a benchmark test for ArraySet" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  64. 58875f6 Ensure FragmentContainerView handles animators by Jeremy Woods · 3 years, 7 months ago
  65. 42026a4 Merge "Deprecate Transition v1" into androidx-main by Doris Liu · 3 years, 7 months ago
  66. a8d788a Remove deprecated Trip API by Ram Parameswaran · 3 years, 7 months ago
  67. d0d9a4f Merge "Make proguard rule more broad" into androidx-main by Diego Vela · 3 years, 7 months ago
  68. 06ef4f8 Merge "Rename host-side AIDL wrapper to *Delegate and their methods to send*" into androidx-main by Billy Lam · 3 years, 7 months ago
  69. bcd4c16 Merge "Remove depreacted LaneDirection#isHighlighted() method" into androidx-main by Ram Parameswaran · 3 years, 7 months ago
  70. 5aa47ea Remove Metadata.ofPlace by Jorge Pereira · 3 years, 7 months ago
  71. d88cfb2 Add a benchmark test for ArraySet by Lukhnos Liu · 3 years, 7 months ago
  72. fcfe9af Merge "Add CarText.toCharSequence and deprecate the methods it replaces." into androidx-main by Jorge Pereira · 3 years, 7 months ago
  73. 93d0660 Merge "Remove APIs added for making builders reusable." into androidx-main by Jorge Pereira · 3 years, 7 months ago
  74. 5c35a28 Merge "Support initial State" into androidx-main by Doris Liu · 3 years, 7 months ago
  75. e686931 Fixes ripple animations not fading out if they are cancelled while fading in by Louis Pullen-Freilich · 3 years, 7 months ago
  76. eb4ba29 Add layoutDirection param to Shape's createOutline by Andrey Kulikov · 3 years, 7 months ago
  77. 9764b61 Add layoutDirection to CacheDrawScope by Andrey Kulikov · 3 years, 7 months ago
  78. db0ef44 Bump to Kotlin 1.4.21-2 by Jim Sproch · 3 years, 7 months ago
  79. 766bb43 Merge "Fix CarLocation variable naming" into androidx-main by Billy Lam · 3 years, 7 months ago
  80. 9da92e0 Merge "Updated Matrix API to follow row major ordering" into androidx-main by Nader Jawad · 3 years, 7 months ago
  81. 03fed86 Remove ConflatedBroadcastChannel and replace with StateFlow since ConflatedBroadcastChannel is going to be deprecated and is currently Experimental. by rohitsat13 · 3 years, 7 months ago
  82. c035e46 Change detector name to `detectTransformGestures` by George Mount · 3 years, 7 months ago
  83. 210833b Merge "Deprecate items I missed in aosp/1555034" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  84. d4bf9ec Make proguard rule more broad by Diego Vela · 3 years, 7 months ago
  85. 34405f0 Rename host-side AIDL wrapper to *Delegate and their methods to send* by repo sync -c -j8 · 3 years, 7 months ago
  86. 1572b5c Merge "Remove CPU usage and Memory metrics." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  87. c4567ed Deprecate Transition v1 by Doris Liu · 3 years, 7 months ago
  88. 2b71070 Merge "prune accessibility tree to remove nodes covered by sibilings" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  89. c534cdf Add API for Key to FocusDirection translation by Ralston Da Silva · 3 years, 7 months ago
  90. ee2a5d6 Add CarText.toCharSequence and deprecate the methods it replaces. by Jorge Pereira · 3 years, 7 months ago
  91. 91809b4 Merge "Remove our own Handler to schedule remeasure" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  92. e31b621 Pointer position wasn't properly handling position relative to screen by George Mount · 3 years, 7 months ago
  93. 2116b4a Merge "Rework WithConstraints as BoxWithConstraints" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  94. ec2c14d Add semantics role to image and icon by Anastasia Soboleva · 3 years, 7 months ago
  95. 8353008 Merge "Bump androidx.room to 2.3.0-beta01." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  96. 1eed6fd Fix CarLocation variable naming by repo sync -c -j8 · 3 years, 7 months ago
  97. d81d48c Remove CPU usage and Memory metrics. by Rahul Ravikumar · 3 years, 7 months ago
  98. 41a265d Support initial State by Doris Liu · 3 years, 7 months ago
  99. 11f1d5e Merge "Merge the two macrobenchmark entry points, and document them" into androidx-main by Chris Craik · 3 years, 7 months ago
  100. 20230ac Deprecate items I missed in aosp/1555034 by Ralston Da Silva · 3 years, 7 months ago