1. 97bdd18 Update all Compose Dependencies to Compose 1.2.1 by Nick Anthony · 1 year, 9 months ago
  2. 0507f65 Kotlin 1.7.20 by Jim Sproch · 1 year, 11 months ago
  3. 2c479a2 Change how function instances are compared for skipping by Chuck Jazdzewski · 1 year, 9 months ago
  4. 065653b Update versions for release 1664989200000 by Nick Anthony · 1 year, 9 months ago
  5. bc7b810 Fix faulty range test for slot table checking for markers by Chuck Jazdzewski · 1 year, 9 months ago
  6. 15f0583 Update versions for release id 1663779600000 by Nick Anthony · 1 year, 10 months ago
  7. 2135572 Merge "Fixed race condition when reading state from the global snapshot" into androidx-main by Chuck Jazdzewski · 1 year, 10 months ago
  8. aa7b218 Merge "Run ./gradlew ignoreApiChange on a clean repo" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  9. 5f3d9af Run ./gradlew ignoreApiChange on a clean repo by Nick Anthony · 1 year, 10 months ago
  10. c0a4501 [GH] Use project or artifact for benchmark dependency by Yigit Boyar · 1 year, 10 months ago
  11. c1898124 Merge "Remove leak in AndroidComposeTestCaseRunner" into androidx-main by Sean McQuillan · 1 year, 10 months ago
  12. 931b800c Merge "Make `remember` lambda parameter `crossinline`" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  13. 636cd11 Merge "Allow movable content to move into and out of SubcomposeLayout" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  14. 283d4c9 Remove leak in AndroidComposeTestCaseRunner by Sean McQuillan · 1 year, 10 months ago
  15. cbcd805 Make `remember` lambda parameter `crossinline` by Chuck Jazdzewski · 1 year, 11 months ago
  16. c5ff609 Fixed race condition when reading state from the global snapshot by Chuck Jazdzewski · 1 year, 10 months ago
  17. bfd2a90 Fix use of stale record in DerivedState hash calculation by Andrei Shikov · 1 year, 10 months ago
  18. 08300de Update versions for release id 1662570000000 by Nick Anthony · 1 year, 10 months ago
  19. 8d50f14 Merge "Handle live edit errors on save/restore" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  20. ae943d2 Handle live edit errors on save/restore by Andrei Shikov · 1 year, 10 months ago
  21. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 1 year, 10 months ago
  22. 07b6f43 Allow movable content to move into and out of SubcomposeLayout by Chuck Jazdzewski · 1 year, 10 months ago
  23. dc230fc Moving back to ToT tracing-perfetto dependency by Jakub Gielzak · 1 year, 10 months ago
  24. 41b281c Pinning tracing-perfetto dependency by Jakub Gielzak · 1 year, 10 months ago
  25. 5f27adc Added OWNERS to compose-runtime-tracing by Jakub Gielzak · 1 year, 10 months ago
  26. 3868fd1 Update versions for release id 1661360400000 by Nick Anthony · 1 year, 10 months ago
  27. 3dc6eac Update API by Fedor Kudasov · 1 year, 11 months ago
  28. 2ff2030 Merge "Rework API to invoke composable method" into androidx-main by Fedor Kudasov · 1 year, 11 months ago
  29. 7128504 Bump Compose and Material3 to Beta01 by Nick Anthony · 1 year, 11 months ago
  30. eb253ee Rework API to invoke composable method by Fedor Kudasov · 1 year, 11 months ago
  31. 55e9447 Merge "Replace SnapshotStateObserver.invalidated with ArraySet" into androidx-main by Andrei Shikov · 1 year, 11 months ago
  32. 3541806 Merge "Composition error handling for hot reload" into androidx-main by Andrei Shikov · 1 year, 11 months ago
  33. 4088aca Replace SnapshotStateObserver.invalidated with ArraySet by Andrei Shikov · 1 year, 11 months ago
  34. 2819ab4 Composition error handling for hot reload by Andrei Shikov · 1 year, 11 months ago
  35. 7af2cb9 Update versions for release id 1660150800000 by Nick Anthony · 1 year, 11 months ago
  36. bdd5d62 Add `find` to `CompositionData` by Chuck Jazdzewski · 2 years ago
  37. 4f19ca2 Update Compose from RC to stable dependencies by Nick Anthony · 2 years ago
  38. 8b5345d Update versions for release id 1658941200000 by Nick Anthony · 2 years ago
  39. 94bd5c0 Merge "Fix moving content to new content of a subcomposition" into androidx-main by Chuck Jazdzewski · 2 years ago
  40. 63e59df Fix moving content to new content of a subcomposition by Chuck Jazdzewski · 2 years ago
  41. e82b351 Dispose nested snapshots created from transparent snapshots by Andrei Shikov · 2 years ago
  42. aa1bbad Merge "Re-added ComposerKt.traceEventStart(Int, String)" into androidx-main by Jakub Gielzak · 2 years ago
  43. 2310add Merge "Add derivedStateOf to unremembered state lint check" into androidx-main by Treehugger Robot · 2 years ago
  44. b221380 Add derivedStateOf to unremembered state lint check by Ben Trengrove · 2 years ago
  45. f33364c Use snapshot id for more efficient read removal in SnapshotStateObserver by Andrei Shikov · 2 years ago
  46. 96e00fb Re-added ComposerKt.traceEventStart(Int, String) by Jakub Gielzak · 2 years ago
  47. 8a87200 Merge "Add expect/actual for JvmDefaultWithCompatibility annotation" into androidx-main by Treehugger Robot · 2 years ago
  48. 6f98648 Add expect/actual for JvmDefaultWithCompatibility annotation by Oleksandr Karpovich · 2 years ago
  49. ae91836 Update derived state observers to use mutable vector by Andrei Shikov · 2 years ago
  50. 62ef19d Update SnapshotStateObserver state cleanup by Andrei Shikov · 2 years ago
  51. fbe8655 Use IdentityArrayMap instead of HashMap inside DerivedState by Andrei Shikov · 2 years ago
  52. fb5b6e8 Add benchmark for derived state in SnapshotStateObserver by Andrei Shikov · 2 years ago
  53. 392456f Merge "Add expect/actual for SnapshotContextElementImpl" into androidx-main by Treehugger Robot · 2 years ago
  54. 0c97fab Add expect/actual for SnapshotContextElementImpl by Oleksandr Karpovich · 2 years ago
  55. dbcc59f Merge "Generate composable trace event start/end calls" into androidx-main by Leland Richardson · 2 years ago
  56. e0034b2 Merge changes I79271c21,I72f0e477,I36248715 into androidx-main by Treehugger Robot · 2 years ago
  57. 0f8c4cc Support DerivedState in SnapshotStateObserver by Andrei Shikov · 2 years ago
  58. 8bac18a Introduce mutation policy to the DerivedState by Andrei Shikov · 2 years ago
  59. 24ece79 Generate composable trace event start/end calls by Leland Richardson · 2 years ago
  60. f3bbdb5 Merge "Fix group generation for loops containing conditional code" into androidx-main by Treehugger Robot · 2 years ago
  61. 22a1105 Update versions for release id 1656522000000 by Nick Anthony · 2 years ago
  62. c2e42f3 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 1 month ago
  63. 96effee Merge "Enabled API tracking and publishing in tracing" into androidx-main by Jakub Gielzak · 2 years ago
  64. 3d4ed67 Fix group generation for loops containing conditional code by Chuck Jazdzewski · 2 years ago
  65. cbdc4c1 Merge "Update lint baseline files after Lint Fixit" into androidx-main by Treehugger Robot · 2 years ago
  66. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years ago
  67. 91e5049 Merge changes Ieff2f45a,I151658a4 into androidx-main by Andrei Shikov · 2 years ago
  68. 7705ede Merge "Fixes Compose Runtime Lint errors: rotateRight/Left not exp, consider Contracts stable." into androidx-main by Jeremy Walker · 2 years ago
  69. 01839f1 Merge "Fix Compose project KotlinCompile task remote caching" into androidx-main by Aurimas Liutikas · 2 years ago
  70. d2cf9de Fixes Compose Runtime Lint errors: rotateRight/Left not exp, consider Contracts stable. by Jeremy Walker · 2 years ago
  71. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years ago
  72. 1f36213 Enabled API tracking and publishing in tracing by Jakub Gielzak · 2 years, 1 month ago
  73. 7ceaf16 Merge "Update Compose dependencies from 1.2.0-rc01 to 1.2.0-rc02" into androidx-main by Treehugger Robot · 2 years ago
  74. bbe72ea Merge "Remove tracking information from release recompose scopes" into androidx-main by Treehugger Robot · 2 years ago
  75. 6c25dc9 Use non-allocating version of `.forEach` for IdentityArraySet by Andrei Shikov · 2 years ago
  76. 486f60a Optimize scope removal in SnapshotStateObserver by Andrei Shikov · 2 years ago
  77. 11dbe1f Remove tracking information from release recompose scopes by Chuck Jazdzewski · 2 years ago
  78. 791c8f1 Update Compose dependencies from 1.2.0-rc01 to 1.2.0-rc02 by Nick Anthony · 2 years ago
  79. f727e054 Update Compose 1.2.0-beta04 API files to match 1.2.0-rc02 by Nick Anthony · 2 years ago
  80. beac5b3 Pin Compose Foundation/Material/Runtime/UI Dependencies to use 1.2.0-rc01 by Nick Anthony · 2 years, 1 month ago
  81. ec5839c Merge "Prevent removing derived state from composition when it is read in other scopes" into androidx-main by Andrei Shikov · 2 years ago
  82. 5d0660b Move invokeComposable to compose runtime by Fedor Kudasov · 2 years, 2 months ago
  83. 4945dfa Prevent removing derived state from composition when it is read in other scopes by Andrei Shikov · 2 years ago
  84. 05812da Speed up scope observations cleanup in SnapshotStateObserver by Andrei Shikov · 2 years, 1 month ago
  85. dad3106 Add removeIf and clear methods to IdentityArrayMap by Andrei Shikov · 2 years, 1 month ago
  86. b889069 Merge "Fix race condition when advancing the global snapshot" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  87. 2abd231 Fix race condition when advancing the global snapshot by Chuck Jazdzewski · 2 years, 1 month ago
  88. 0a9065e Merge "Fix composition locals that are provided in a nested scope" into androidx-main by Treehugger Robot · 2 years, 1 month ago androidx-customview-customview-poolingcontainer-release
  89. 4e0400a Fix composition locals that are provided in a nested scope by Chuck Jazdzewski · 2 years, 1 month ago
  90. a58db37 Upgrade to metalava from ab/8670428 by Aurimas Liutikas · 2 years, 1 month ago
  91. e1e60d8 Bump Compose, Wear Compose, ProfileInstaller, and Customview-PoolingContainer to alpha by Nick Anthony · 2 years, 1 month ago
  92. 9bc8506 Add JvmDefaultWithCompatibility for default params in compose by Adam Powell · 2 years, 1 month ago
  93. 80fe7a4 Merge "Bump Compose, ProfileInstaller, and Customview-Poolingcontainer to RC01" into androidx-main by Nick Anthony · 2 years, 1 month ago
  94. 1ff04ee Merge "Add Playground infra team to settings.gradle OWNERS" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  95. 329d25c Add Playground infra team to settings.gradle OWNERS by Dustin Lam · 2 years, 1 month ago
  96. 97c9af8 [GH] Disable compose-runtime-tracing in playground by Dustin Lam · 2 years, 1 month ago
  97. f4eca2c Merge "Configure compose libraries for -Xjvm-default=all" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  98. b69f1c4 Bump Compose, ProfileInstaller, and Customview-Poolingcontainer to RC01 by Nick Anthony · 2 years, 1 month ago
  99. e56e2c3 Merge "[GH] Fix typos in movable-content.md" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  100. a1ba9c9 Use more efficient removeScope() in SnapshotStateObserver by Andrey Kulikov · 2 years, 1 month ago