1. 0a95017 Merge "Report all compose plugin diagnostics in the IDE" into androidx-master-dev by Leland Richardson · 4 years, 8 months ago
  2. 53d9a3a Merge "Consider enums as stable and skippable" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  3. b794a90 Consider enums as stable and skippable by Andrey Kulikov · 4 years, 8 months ago
  4. f10198d Report all compose plugin diagnostics in the IDE by Leland Richardson · 4 years, 8 months ago
  5. fd2acc3 Merge "Test case for ensuring that ambient reads work inside default parameters" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  6. ac4f6cd Test case for ensuring that ambient reads work inside default parameters by Louis Pullen-Freilich · 4 years, 8 months ago
  7. dd4f14a Merge "Revert "Remove unused speculative frames"" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  8. c8df104 Revert "Remove unused speculative frames" by Chuck Jazdzewski · 4 years, 8 months ago
  9. 54b4c11 Adds Compose lint check for unnecessary lambda creation by Louis Pullen-Freilich · 4 years, 8 months ago
  10. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 4 years, 8 months ago
  11. 3c4a858 Upgrade to AndroidStudio 4.0 Canary 1 and AGP 4.0.0-alpha01 by Jim Sproch · 4 years, 8 months ago
  12. fd4cbc0 Merge "Re-enable startRestartGroup/endRestartGroup for functions" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  13. 152be19 Merge "Remove unused speculative frames" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  14. f8448c0 Clean up compose-compiler-hosted KtxCrossModuleTests: fix two output warnings by Owen Gray · 4 years, 8 months ago
  15. 1fe6717 Merge "Fix issue with Renderer types with mixed compiler versions" into androidx-master-dev by Leland Richardson · 4 years, 8 months ago
  16. 167bc0a Fix issue with Renderer types with mixed compiler versions by Leland Richardson · 4 years, 8 months ago
  17. 8705310 Remove unused speculative frames by Chuck Jazdzewski · 4 years, 9 months ago
  18. 7b2297a Merge "Remove mainAxisSize parameter from Row/Column" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  19. 1eb2da6 Merge "Fixes nullable @Composable type checking" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  20. a528a71 Merge "Adds new error for composable type inference mismatches" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 9 months ago
  21. b3e5b50 Fixes nullable @Composable type checking by Louis Pullen-Freilich · 4 years, 9 months ago
  22. f5f1fda Remove mainAxisSize parameter from Row/Column by Anastasia Soboleva · 4 years, 9 months ago
  23. 5e89385 Re-enable startRestartGroup/endRestartGroup for functions by Chuck Jazdzewski · 4 years, 9 months ago
  24. 1dff678 Alias studiow to ./gradlew studio, clean up related plumbing by Louis Pullen-Freilich · 4 years, 9 months ago
  25. 8e5f9b1 Fix aosp/1145668; compose-runtime now actually makes sources.jar by Owen Gray · 4 years, 9 months ago
  26. 2c7e6bc Fixed the sources jar for compose-runtime by Owen Gray · 4 years, 9 months ago
  27. 978f78a Adds new error for composable type inference mismatches by Louis Pullen-Freilich · 4 years, 9 months ago
  28. 3653cbb Upgrade to 20191016 by Jim Sproch · 4 years, 9 months ago
  29. 56e51bb Merge "Add gradle flag to enable/disable compose plugins from the IDE" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  30. 29e4522 Add gradle flag to enable/disable compose plugins from the IDE by Leland Richardson · 4 years, 9 months ago
  31. 683ad18 Merge "Add tests for apply changes callbacks" into androidx-master-dev by Chuck Jazdzewski · 4 years, 9 months ago
  32. fef241e Add tests for apply changes callbacks by Chuck Jazdzewski · 4 years, 9 months ago
  33. 11012d3 Revert "Revert "New kotlin frontend extension points, fix JNA error."" by Aurimas Liutikas · 4 years, 9 months ago
  34. 8a5cda97 Revert "New kotlin frontend extension points, fix JNA error." by Jim Sproch · 4 years, 9 months ago
  35. 8cd221d New kotlin frontend extension points, fix JNA error. by Jim Sproch · 4 years, 9 months ago
  36. e6313c3 Merge "Add HotReload functions." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  37. e4558bc Add HotReload functions. by Alan Leung · 4 years, 9 months ago
  38. 6389b37 Merge "Disable jar creation from compose-runtime." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  39. ce79c30 Disable jar creation from compose-runtime. by Owen Gray · 4 years, 9 months ago
  40. f082346 Merge "Removes kotlin-reflect dependency" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  41. 34b21be Removes kotlin-reflect dependency by Louis Pullen-Freilich · 4 years, 9 months ago
  42. 82bd469 Adds @sample for places in compose-runtime where we had inline docs by Louis Pullen-Freilich · 4 years, 9 months ago
  43. dde079c Use ViewComposer as fallback during compile, remove unused composer imports by Leland Richardson · 4 years, 9 months ago
  44. a5396b4 Introduce call and emit codegen with new resolver, remove KTX completely by Leland Richardson · 4 years, 9 months ago
  45. bfe1cf4 Update compose plugin to match IR changes by Chuck Jazdzewski · 4 years, 9 months ago
  46. 1b3784e Merge "Enable ktlint in CI" into androidx-master-dev by Aurimas Liutikas · 4 years, 9 months ago
  47. 4c096c3 aosp/1130143 has some weird side effects. by Owen Gray · 4 years, 9 months ago
  48. 7a828d3 Enable ktlint in CI by Aurimas Liutikas · 4 years, 9 months ago
  49. 9d0a135 Merge "Fix dependency of compose-compiler on compose-compiler-hosted blocking Jetpad release Test: release through jetpad" into androidx-master-dev by Jeff Gaston · 4 years, 9 months ago
  50. 09d470f Fix dependency of compose-compiler on compose-compiler-hosted blocking by Owen Gray · 4 years, 9 months ago
  51. 8ada991 Merge "Added a manual call to create build-info for compose-compiler" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  52. e5c9c816 Added a manual call to create build-info for compose-compiler by Owen Gray · 4 years, 9 months ago
  53. 7c7fa75 Merge "Recompose correctly when ambients change" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  54. 6d70295 Merge "Adds ./gradlew studio task to replace ./studiow" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  55. 9f35616 Recompose correctly when ambients change by Chuck Jazdzewski · 4 years, 9 months ago
  56. aa957e0 Allow mutation of a iterated list before the requested index by Chuck Jazdzewski · 4 years, 9 months ago
  57. c5b0a86 Allow model lists to be modified using iterator helpers by Chuck Jazdzewski · 4 years, 9 months ago
  58. 4b22b73 Remove usage of thread locals during call resolution by Leland Richardson · 4 years, 9 months ago
  59. d02c083 Merge "Prevent nextFrame() during layout subcomposition." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  60. 5daf92e Merge "Initial samples for compose-runtime" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  61. 2a50709 Prevent nextFrame() during layout subcomposition. by George Mount · 4 years, 9 months ago
  62. ab2d393 Adds ./gradlew studio task to replace ./studiow by Louis Pullen-Freilich · 4 years, 10 months ago
  63. 47e3518 Add new ComposeCallResolver behind flag by Leland Richardson · 4 years, 10 months ago
  64. fed7aa5 Initial samples for compose-runtime by Louis Pullen-Freilich · 4 years, 10 months ago
  65. 6f88eec Merge "Change default size of Row and Column" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  66. a66a218 Merge "Remove KTX Conversion Plugins" into androidx-master-dev by Leland Richardson · 4 years, 10 months ago
  67. d4d3710 Change default size of Row and Column by Calin Tataru · 4 years, 10 months ago
  68. 3ce70c7 Remove ComposableAnnotationChecker.Mode by Leland Richardson · 4 years, 10 months ago
  69. 11d2fbf Remove KTX Conversion Plugins by Leland Richardson · 4 years, 10 months ago
  70. e8f70f0 Enable using inline composable functions by Chuck Jazdzewski · 4 years, 10 months ago
  71. 10a7be6 Fix ModelList when initialized when 0 or 1 elements. by Chuck Jazdzewski · 4 years, 10 months ago
  72. ad98353 Moved graphics APIs out of painting package by Nader Jawad · 4 years, 10 months ago
  73. d02c097 Removed instances of "any" casts by Nader Jawad · 4 years, 10 months ago
  74. 203056e Remove old code name from the code base. by George Mount · 4 years, 10 months ago
  75. ab3c952 Insert start/end restart scope instead of calling Observe by Chuck Jazdzewski · 4 years, 11 months ago
  76. 3fc1d11 Merge "Ensure onDispose gets called with synchronous mount/unmount" into androidx-master-dev by Leland Richardson · 4 years, 10 months ago
  77. 5214274 Ensure onDispose gets called with synchronous mount/unmount by Leland Richardson · 5 years ago
  78. 01ac330 Add restart groups into the composer by Chuck Jazdzewski · 4 years, 11 months ago
  79. 776d823 Move slot table group key to be stored in GroupStart by Chuck Jazdzewski · 4 years, 11 months ago
  80. 50c3c6e Upgrade Kotlin to 20190806, Invert Studio + Plugin Dependencies by Leland Richardson · 4 years, 11 months ago
  81. aa12c48 API review fixes for Color by George Mount · 4 years, 11 months ago
  82. a8fd3c1 Add empty source file to fix compose runtime tests runner. by Alexandre Elias · 4 years, 11 months ago
  83. 8a15724 Merge android tests back into compose-runtime by Cătălin Tudor · 5 years ago
  84. eb35c35 Move Brush API out of vectorgraphics package by Nader Jawad · 5 years ago
  85. 51e25ac Merge "Add a tooling API for collecting information needed by developer tools" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  86. e7725b9 Add a tooling API for collecting information needed by developer tools by Chuck Jazdzewski · 5 years ago
  87. bbedb3d Stop using Kotlin SAM conversions for Choreographer.FrameCallback. by Alexandre Elias · 5 years ago
  88. a40dcb0 Replace System.arraycopy() with Kotlin stdlib copyInto(). by Alexandre Elias · 5 years ago
  89. 0ea268d Merge "Remove more @Children" into androidx-master-dev by Treehugger Robot · 5 years ago
  90. f17fd4d Remove unused Composition<T> abstraction by Chuck Jazdzewski · 5 years ago
  91. d1789853 Remove more @Children by Jim · 5 years ago
  92. b0040ef Merge "Re-enable compose runtime tests" into androidx-master-dev by Treehugger Robot · 5 years ago
  93. fff2da2 Re-enable compose runtime tests by Chuck Jazdzewski · 5 years ago
  94. 61462a6 Merge "Ban try-catch blocks around composable calls." into androidx-master-dev by Jim Sproch · 5 years ago
  95. 19ae8b7 Ban try-catch blocks around composable calls. by Jim · 5 years ago
  96. 2114a5e Merge "Remove string allocating traces" into androidx-master-dev by Treehugger Robot · 5 years ago
  97. a94f371 Revert testBuildType in benchmark plugin by Dustin Lam · 5 years ago
  98. 44d557f Remove string allocating traces by Chuck Jazdzewski · 5 years ago
  99. a2ed24e Preparing compose runtime for host side tests by Cătălin Tudor · 5 years ago
  100. 5411ec2 Merge "Added support for VectorGraphics subcomposition" into androidx-master-dev by Nader Jawad · 5 years ago