1. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 6 months ago
  2. 74276cc Merge "Fix source generation for lambda instances" into androidx-main by Chuck Jazdzewski · 3 years, 7 months ago
  3. 5e057ac Fix source generation for lambda instances by Chuck Jazdzewski · 3 years, 7 months ago
  4. fb69945 Bump to Kotlin 1.4.31 by Jim Sproch · 3 years, 7 months ago
  5. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  6. 518424b Merge "Update kotlinx.collections.immutable to 0.3.3" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  7. 404100b Merge "Return without registering plugin upon version mismatch." into androidx-main by Jim Sproch · 3 years, 7 months ago
  8. 203f3a5 Merge "[GH] Remove compose dependency from playground common" into androidx-main by Dustin Lam · 3 years, 7 months ago
  9. 6d1da81 Return without registering plugin upon version mismatch. by Jim Sproch · 3 years, 7 months ago
  10. b2c41b1 Update kotlinx.collections.immutable to 0.3.3 by Andrei Shikov · 3 years, 8 months ago
  11. aff85fd [GH] Remove compose dependency from playground common by Yigit Boyar · 3 years, 7 months ago
  12. 7779763 Propery remap composable types on fake overrides by Leland Richardson · 3 years, 7 months ago
  13. b98ab19 Merge "Introduce ExplicitGroupsComposable Annotation" into androidx-main by Leland Richardson · 3 years, 7 months ago
  14. 56d88fe Prevent usage of @Composable fun main by Leland Richardson · 3 years, 7 months ago
  15. 7810d10 Merge changes from topics "separate_activity", "stable_activity" into androidx-main by Jeremy Woods · 3 years, 7 months ago
  16. 70e4668 Introduce ExplicitGroupsComposable Annotation by Leland Richardson · 3 years, 7 months ago
  17. f6953f1 Temporarily remove dependency on activity-compose by Jeremy Woods · 3 years, 7 months ago
  18. d5231f4 Merge "Enforce @ReadOnlyComposables only call @ReadOnlyComposables" into androidx-main by Leland Richardson · 3 years, 7 months ago
  19. 3a90b71 Enforce @ReadOnlyComposables only call @ReadOnlyComposables by Leland Richardson · 3 years, 7 months ago
  20. d0f1029 Remove unnecessary opt-ins of ExperimentalComposeApi by Leland Richardson · 3 years, 7 months ago
  21. 50059b1 Merge "Revert "Remove temporary fun interface lowering fix"" into androidx-main by Leland Richardson · 3 years, 7 months ago
  22. 47c0121 Revert "Remove temporary fun interface lowering fix" by Leland Richardson · 3 years, 7 months ago
  23. e82e85f Merge "Remove deprecated composable property support" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  24. b15df5d Assign composer parameter with result of startRestartableGroup by Leland Richardson · 3 years, 7 months ago
  25. 6a1497c Merge "Remove temporary fun interface lowering fix" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  26. ab9c101 Remove deprecated composable property support by Leland Richardson · 3 years, 7 months ago
  27. 4e47de9 Remove temporary fun interface lowering fix by Leland Richardson · 3 years, 7 months ago
  28. 391bb37 Remove deprecated symbols by Chuck Jazdzewski · 3 years, 7 months ago
  29. 0f99bf1 Various API refinements for Compose Runtime by Leland Richardson · 3 years, 8 months ago
  30. e7f70d2 Fix default argument handling for composable inline functions. by Mads Ager · 3 years, 7 months ago
  31. 8e206f6 Bump Compose to 1.0.0-alpha13 by Nick Anthony · 3 years, 7 months ago
  32. b0dd55953 Merge "Rebase Compose to Kotlin 1.4.30" into androidx-main by Jim Sproch · 3 years, 7 months ago
  33. b081214 Remove ViewGroup support from UiApplier by Mihai Popa · 3 years, 8 months ago
  34. b09bbc4 Rebase Compose to Kotlin 1.4.30 by Jim Sproch · 3 years, 8 months ago
  35. 6da5b52 CompositionReference is now CompositionContext by Adam Powell · 3 years, 8 months ago
  36. 292217d Merge "Use @Language("kotlin") annotations in compose compile tests" into androidx-main by Jim Sproch · 3 years, 8 months ago
  37. 338f201 Merge "Identify objects and data classes in Compose IR tests" into androidx-main by Jim Sproch · 3 years, 8 months ago
  38. 11b8656 Use @Language("kotlin") annotations in compose compile tests by Aurimas Liutikas · 3 years, 8 months ago
  39. 291ab67 Identify objects and data classes in Compose IR tests by Andrei Shikov · 3 years, 8 months ago
  40. 70b5993 Temporarily fix fun interface lowering for methods with inline classes by Leland Richardson · 3 years, 8 months ago
  41. 53d68b9 Merge changes Idbc8f187,I2d55d1c5,Ibc586c5e,Ia55b6cb1 into androidx-main by Treehugger Robot · 3 years, 8 months ago
  42. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 8 months ago
  43. 0a38b16 Renames Ambient to CompositionLocal by Louis Pullen-Freilich · 3 years, 8 months ago
  44. 43d0389 Propagate and enforce DisallowComposableCall by Leland Richardson · 3 years, 8 months ago
  45. 66e0de1 Merge "Deprecate ComposableContract" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  46. 5195e3c Deprecate ComposableContract by Leland Richardson · 3 years, 8 months ago
  47. 18f7455 Avoid reallocating capture-less composable lambdas, deprecate emptyContent and orEmpty helpers by Leland Richardson · 3 years, 8 months ago
  48. 0d2661ef Remove compose:runtime-dispatch by Adam Powell · 3 years, 8 months ago
  49. 6867aa1 Change Composer into an interface by Chuck Jazdzewski · 3 years, 8 months ago
  50. 0d61f57 remove deprecated compose runtime APIs by Leland Richardson · 3 years, 8 months ago
  51. 8d5b96c Bump Compose to 1.0.0-alpha12 by Nick Anthony · 3 years, 8 months ago
  52. a32c000 Remove Recomposer.current; migrate usages by Adam Powell · 3 years, 8 months ago
  53. 063bc30 Deprecate Recomposer.current; add Recomposer.runningRecomposers by Adam Powell · 3 years, 8 months ago
  54. baafec0 Merge "Bump to Kotlin 1.4.21-2" into androidx-main by Jim Sproch · 3 years, 8 months ago
  55. db0ef44 Bump to Kotlin 1.4.21-2 by Jim Sproch · 3 years, 8 months ago
  56. 945125b remove deepCopyWithSymbols call by Leland Richardson · 3 years, 8 months ago
  57. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  58. d67d8a3 Remove key type parameters from remember, rename all effect key perameters to keyN by Leland Richardson · 3 years, 8 months ago
  59. 698392e Merge "Bump Compose to 1.0.0-alpha11" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  60. a5a22d3 Correctly insert iteration-level groups for loops with continue statements by Leland Richardson · 3 years, 8 months ago
  61. b3e31d9 Bump Compose to 1.0.0-alpha11 by Nick Anthony · 3 years, 8 months ago
  62. 98fa692 Merge "Correctly consider receiver captures when memoizing lambdas" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  63. 1eae02f Correctly consider receiver captures when memoizing lambdas by Chuck Jazdzewski · 3 years, 8 months ago
  64. 4f78e80 Merge "Remove last remaining generateSymbols" into androidx-main by Jim Sproch · 3 years, 8 months ago
  65. c93a99d [GH] Add playground support for compose-compiler by Dustin Lam · 3 years, 9 months ago
  66. 56ca8b1 Remove last remaining generateSymbols by Jim Sproch · 3 years, 9 months ago
  67. 387070d Turn off remember intrinsic by default v2 by Chris Banes · 3 years, 9 months ago
  68. b2b7c75 Merge "Turn off remember intrinsic by default" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  69. efeb78a Merge "Kotlin 1.4.21" into androidx-master-dev by Jim Sproch · 3 years, 9 months ago
  70. f0382b5 Turn off remember intrinsic by default by Leland Richardson · 3 years, 9 months ago
  71. 55e039c Kotlin 1.4.21 by Jim Sproch · 3 years, 9 months ago
  72. 20ca81e Update Compose to 1.0.0-alpha10 by Nick Anthony · 3 years, 9 months ago
  73. 9fcdd6f Add CompositionData to replace SlotTable for tooling API usage by Chuck Jazdzewski · 3 years, 10 months ago
  74. 9be6536 Enable intrinsic remember optimization by default by Leland Richardson · 3 years, 10 months ago
  75. 81cc61e Add suppressable Kotlin version check by Jim Sproch · 3 years, 10 months ago
  76. 109dc6c Fixes some lint issues and deletes lint baselines by Louis Pullen-Freilich · 3 years, 10 months ago
  77. 1802a1c Fix kotlin metadata for constructors needed by reflection by Jim Sproch · 3 years, 10 months ago
  78. 8de8fef Move Composable property annotation to getter by Leland Richardson · 3 years, 10 months ago
  79. 03b2c1b Update Compose to alpha09 by Nick Anthony · 3 years, 10 months ago
  80. 83b1cab Correct references to composer in key calls by Chuck Jazdzewski · 3 years, 10 months ago
  81. 4f09ccd Reenable ktlint paren-spacing now that it doesn't crash by Jeff Gaston · 3 years, 10 months ago
  82. ea7bce4 Support for Kotlin 1.4.20 by Jim Sproch · 3 years, 11 months ago
  83. 7f26f8b Merge "Update composable param transformer to use invoke from Function class" into androidx-master-dev by Leland Richardson · 3 years, 10 months ago
  84. 60f427f Merge "Add existence checks to verify files exist" into androidx-master-dev by Jim Sproch · 3 years, 10 months ago
  85. 9e6fffd Add existence checks to verify files exist by Jim Sproch · 3 years, 10 months ago
  86. 475bece Ignore ComposeCallLoweringTests due to presubmit flakiness by Leland Richardson · 3 years, 10 months ago
  87. 19c1a1d Migrate existing jarjar plugin users to shadow plugin by Aurimas Liutikas · 3 years, 10 months ago
  88. b0453a5 Fix symbol and type inconsistencies in compose IR by Andrei Shikov · 3 years, 10 months ago
  89. cc7f50e Update composable param transformer to use invoke from Function class by Andrei Shikov · 3 years, 10 months ago
  90. 8b759fa Merge "Deletes some lint baselines, and suppressess issues inline" into androidx-master-dev by Louis Pullen-Freilich · 3 years, 10 months ago
  91. 9b92c6d Deletes some lint baselines, and suppressess issues inline by Louis Pullen-Freilich · 3 years, 10 months ago
  92. dc68dd50 Adds lint check for composable lambda parameters in composable functions by Louis Pullen-Freilich · 3 years, 10 months ago
  93. 209df68 Renames Ambients to follow API guidelines by Louis Pullen-Freilich · 3 years, 10 months ago
  94. 294e317 Merge "Move to Compose to RequiresSameVersion" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  95. 0802ddf Merge "Account for defaults groups for remember intrinsic optimization" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  96. 352e42b Move to Compose to RequiresSameVersion by Nick Anthony · 3 years, 10 months ago
  97. 34abef6 Account for defaults groups for remember intrinsic optimization by Leland Richardson · 3 years, 10 months ago
  98. 37ba3df Rename VectorAsset to ImageVector by Nader Jawad · 3 years, 10 months ago
  99. 4b0374b Make Recomposer more self-sufficient by Adam Powell · 3 years, 11 months ago
  100. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago