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