1. 5963b0e Update versions for release id 1680714000000 by natnaelbelay · 1 year, 2 months ago
  2. e72229c Reenable ignored snapshot list and map tests by Chuck Jazdzewski · 1 year, 2 months ago
  3. ada5833 Disable flaking compose runtime snapshot tests by Aurimas Liutikas · 1 year, 2 months ago
  4. e8fc337 Merge "Fix potential deadlock in snapshot list and map" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  5. 5e7f64d Fix potential deadlock in snapshot list and map by Chuck Jazdzewski · 1 year, 3 months ago
  6. dfbea3e Execute deactivation callbacks for LayoutNode before disposing effects by Andrei Shikov · 1 year, 3 months ago
  7. 82a76e6 Merge "Fix live edit regression for Composable with nodes" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  8. e3a22df Merge "Fix changed flags for restarted lambdas" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  9. 2fc2bea Fix live edit regression for Composable with nodes by Andrei Shikov · 1 year, 3 months ago
  10. 9d9677a Fix changed flags for restarted lambdas by Chuck Jazdzewski · 1 year, 3 months ago
  11. 6e4c5dee Merge "Revert "Convert Compose to use Collections KMP Structure"" into androidx-main by Aurimas Liutikas · 1 year, 3 months ago
  12. 22d139f Revert "Convert Compose to use Collections KMP Structure" by Aurimas Liutikas · 1 year, 3 months ago
  13. a747e58 Merge "Convert Compose to use Collections KMP Structure" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  14. d77017b Convert Compose to use Collections KMP Structure by Jim Sproch · 1 year, 5 months ago
  15. 66fef38 ON_STOP should pause the frame clock broadcasts instead of composition by Chuck Jazdzewski · 1 year, 3 months ago
  16. d3777b6 Merge "Invalidate SnapshotStateObserver scopes for unchanged derived states" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  17. c5d22e7 Invalidate SnapshotStateObserver scopes for unchanged derived states by Andrei Shikov · 1 year, 3 months ago
  18. 59526cd Fix potential dead-lock when disposing compositions by Chuck Jazdzewski · 1 year, 5 months ago
  19. 0e51727 Merge "Correctly transform @Composable getValue operators" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  20. f174f6e Correctly transform @Composable getValue operators by Andrei Shikov · 2 years, 8 months ago
  21. c986960 Overwrite records of state objects with inaccessible state records by Chuck Jazdzewski · 1 year, 6 months ago
  22. 805dc47 Merge "Reduce re-reading state in compositions" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  23. 2a06f34 Reduce re-reading state in compositions by Andrei Shikov · 1 year, 3 months ago
  24. 174ea59 Merge "Disable lint bytecode verifier, update baselines" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  25. 7876c22 Merge "Update versions" into androidx-main by Natnael Belay · 1 year, 3 months ago
  26. 345bc70 Update versions by natnaelbelay · 1 year, 3 months ago
  27. 9d65136 Disable lint bytecode verifier, update baselines by Alan Viverette · 1 year, 3 months ago
  28. 9a5e5b6 Use composer of the correct scope when realizing groups by Andrei Shikov · 1 year, 3 months ago
  29. df3e0d6 Merge "Fix `endToMarker()` when ending node groups." into androidx-main by Chuck Jazdzewski · 1 year, 3 months ago
  30. a0b518b Use current SlotWriter group for check on deactivation by Andrei Shikov · 1 year, 3 months ago
  31. d71d980 Fix `endToMarker()` when ending node groups. by Chuck Jazdzewski · 1 year, 3 months ago
  32. a10fcc7 Bump compose-runtime-livedata lifecycle dep by Jeremy Woods · 1 year, 3 months ago
  33. 3698248 Cache field access on internal sets and maps in runtime by Andrei Shikov · 1 year, 3 months ago
  34. 7f60cca Use IdentityArraySet to store snapshot invalidations by Andrei Shikov · 1 year, 4 months ago
  35. 6158159 Merge "Remove the `fill` in `SlotTable.moveSlotGapTo()` and move it to close" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  36. 1072626 Merge "Reduce allocations for snapshot observations" into androidx-main by Andrei Shikov · 1 year, 3 months ago
  37. 81f9935 Remove the `fill` in `SlotTable.moveSlotGapTo()` and move it to close by Chuck Jazdzewski · 1 year, 3 months ago
  38. a44eb77 Merge "Fix missing invalidations while movable content is moving" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  39. 1d7c024 Fix missing invalidations while movable content is moving by Chuck Jazdzewski · 1 year, 3 months ago
  40. 07224da Remove duplicate @JvmMultifileClass API entries by Julia McClellan · 1 year, 3 months ago
  41. d75d22c Merge "Fix immediate invalidations for moved movable content" into androidx-main by Chuck Jazdzewski · 1 year, 3 months ago
  42. 8676618 Fix immediate invalidations for moved movable content by Chuck Jazdzewski · 1 year, 3 months ago
  43. 6e026d9 Don't remove a group from insertTable when copying it to the new group during applyChanges by Oleksandr Karpovich · 1 year, 3 months ago
  44. 5bc535f Reduce allocations for snapshot observations by Andrei Shikov · 1 year, 4 months ago
  45. 29083ce Merge "Fix Composable inline lambda returns" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  46. 75cf37b Merge "Add documentation that expands on correct usage of SnapshotMutableState should be used." into androidx-main by Mariano Martin · 1 year, 4 months ago
  47. dea7217 Fix Composable inline lambda returns by Andrei Shikov · 1 year, 4 months ago
  48. cdd2f0a Adds a CoroutineScope to Modifier.Node to enable more complex migrations (makes effectCoroutineContext public in runtime to enable this). by Jeremy Walker · 1 year, 4 months ago
  49. 72df0db Allow modifiers to consume CompositionLocals by Leland Richardson · 1 year, 7 months ago
  50. bdf868a Merge "bumping Compose and version mapping from 1.4.0-rc01 to Compose 1.5.0-alpha01" into androidx-main by Juan Rodriguez · 1 year, 4 months ago
  51. 65e6a54f bumping Compose and version mapping from 1.4.0-rc01 to Compose 1.5.0-alpha01 by Juan Rodriguez · 1 year, 4 months ago
  52. 6f08c96d Add documentation that expands on correct usage of SnapshotMutableState should be used. by marian · 1 year, 4 months ago
  53. 110d3a7 Update current/beta API signatures after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  54. 691cceb Update current/beta API signature after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  55. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  56. 29f4a3e Clear both scope indexes in SnapshotStateObserver by Andrei Shikov · 1 year, 4 months ago
  57. 37b0055 Merge "Mini fix" into androidx-main by Alejandra Stamato · 1 year, 4 months ago
  58. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 4 months ago
  59. f009c2b Move lifecycle project deps to prebuilts in compose by Jeremy Woods · 1 year, 4 months ago
  60. 2637e29 Merge changes from topic "revert-2388492-androidx-agp-8.1.0-alpha02-DPZMDUDEDS" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  61. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 4 months ago
  62. 3680e25 Use initialized value from LiveData for first composition by Ian Lake · 1 year, 4 months ago
  63. dd5c1ef Update release version by natnaelbelay · 1 year, 4 months ago
  64. dfe8409 Merge "AGP 8.1.0-alpha03" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  65. 84ef398 Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 4 months ago
  66. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 5 months ago
  67. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 4 months ago
  68. a71fef6 Merge "Add groups needed in the body of unskippable lambdas" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  69. 7d06752 Add groups needed in the body of unskippable lambdas by Chuck Jazdzewski · 1 year, 5 months ago
  70. 8eb74b4 bumping compose version to beta 1.4.0-beta01 by Juan Rodriguez · 1 year, 5 months ago
  71. 0955f48 Merge changes from topic "kt-lc-owner" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  72. e81525b Update compose module with LifecycleRegistry by sanura · 1 year, 7 months ago
  73. 8b6a258 Add ComposeNodeLifecycleCallback to observe lifecycle of compose nodes. by Andrey Kulikov · 1 year, 5 months ago
  74. fec2853 Add `@TestOnly` annotation to `Composer.disableSourceInformation()` by Chuck Jazdzewski · 1 year, 5 months ago
  75. 93fcae8 Improve memory reference characteristics of Snapshot state by Chuck Jazdzewski · 1 year, 6 months ago
  76. f0a495ce Update versions for release id 1674669600000 by natnaelbelay · 1 year, 5 months ago
  77. 48df78e Merge "Remove boxing in composition local lookups" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  78. 0875717 Remove boxing in composition local lookups by Sean McQuillan · 1 year, 5 months ago
  79. baed27e Fixes Compose lint test failures with AGP upgrade by Louis Pullen-Freilich · 1 year, 5 months ago
  80. b2fb4fd Fix false positive when remember's lambda argument has type error by Jinseong Jeon · 1 year, 5 months ago
  81. 8dbf354 Update current API signature after Metalava update by Jinseong Jeon · 1 year, 5 months ago
  82. ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 1 year, 7 months ago
  83. 4a2e5ac Update versions for release id 1673467140000 by natnaelbelay · 1 year, 5 months ago
  84. 6388d8d Use correct key for non-reusable nodes groups by Andrei Shikov · 1 year, 6 months ago
  85. a78a916 [GH] Fix typo in Applier.kt by Daniel Gergely · 1 year, 6 months ago
  86. 9fa7ff2 Merge "Added a check-index-bounds check in the IdentityArraySet "get" method" into androidx-main by Vighnesh Raut · 1 year, 6 months ago
  87. 6a3f515 Merge "Fixed for playground builds" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  88. 98cb6ba Protect SnapshotStateObserver from recursive and concurrent applies by Chuck Jazdzewski · 1 year, 6 months ago
  89. 35a77d3 Added a check-index-bounds check in the IdentityArraySet "get" method by Vighnesh Raut · 1 year, 6 months ago
  90. ca5c9a2 Fixed for playground builds by Dustin Lam · 1 year, 6 months ago
  91. 21c2122 Update compose module to use ViewTreeLifecycleOwner extensions by sanura · 1 year, 7 months ago
  92. 15e4cd2 Merge "Ensure Compose test classes utilize TestLifecycleOwner" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  93. 1f901e1 Ensure Compose test classes utilize TestLifecycleOwner by sanura · 1 year, 6 months ago
  94. 75f7172 Update versions for release id 1670436000000 by Nick Anthony · 1 year, 6 months ago
  95. 937aea7 Remove costly, flakey and unnnecessary benchmarks by Chuck Jazdzewski · 1 year, 6 months ago
  96. 25c0d22 Merge "Fix experimental annotation on TestMonotonicFrameClock." into androidx-main by Zach Klippenstein · 1 year, 7 months ago
  97. 7290082 Fix experimental annotation on TestMonotonicFrameClock. by Zach Klippenstein · 1 year, 7 months ago
  98. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 1 year, 7 months ago
  99. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  100. 2e1976ff Update current API signature after Metalava update by Jinseong Jeon · 1 year, 7 months ago