1. ecf41a1 Merge "Remove ViewGroup support from UiApplier" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  2. 720dc21 Merge "Remove suppression of error deprecation" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  3. b081214 Remove ViewGroup support from UiApplier by Mihai Popa · 3 years, 5 months ago
  4. 6858860 Merge "CompositionReference is now CompositionContext" into androidx-main by Adam Powell · 3 years, 5 months ago
  5. 6da5b52 CompositionReference is now CompositionContext by Adam Powell · 3 years, 5 months ago
  6. 1442d1c Merge "Fix propagating invalidations to subcompositions" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  7. 4268d01 Fix propagating invalidations to subcompositions by Chuck Jazdzewski · 3 years, 5 months ago
  8. 8f32212 Mark AndroidSnapshotTests as @LargeTest by Aurimas Liutikas · 3 years, 5 months ago
  9. 37d76ec5a Remove suppression of error deprecation by Jake Wharton · 3 years, 5 months ago
  10. fd66a05 Merge "Add custom keys support for LazyColumn/LazyRow" into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  11. f7ca58f Move ComponentActivity.setContent by Adam Powell · 3 years, 5 months ago
  12. aafeb1b Add custom keys support for LazyColumn/LazyRow by Andrey Kulikov · 3 years, 5 months ago
  13. 77d19ab Merge "Eliminate lazy indirection, make constant 'const'" into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  14. a9c17f2 Remove MainThread annotation from runtime by Jake Wharton · 3 years, 5 months ago
  15. 5095d06 Eliminate lazy indirection, make constant 'const' by Jake Wharton · 3 years, 5 months ago
  16. 8c6ff26 Merge "Remove unnecessary "inline" from LiveData.observeAsState()" into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  17. 555653f Merge "Finialize API of Snapshot" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  18. 3e46c42 Finialize API of Snapshot by Chuck Jazdzewski · 3 years, 5 months ago
  19. 53d68b9 Merge changes Idbc8f187,I2d55d1c5,Ibc586c5e,Ia55b6cb1 into androidx-main by Treehugger Robot · 3 years, 5 months ago
  20. 5098e41 Merge "Propagate and enforce DisallowComposableCall" into androidx-main by Leland Richardson · 3 years, 5 months ago
  21. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 5 months ago
  22. db28653 Renames Ambients to match the Ambient to CompositionLocal rename by Louis Pullen-Freilich · 3 years, 5 months ago
  23. 79e365f Updates AmbientNamingDetector for the Ambient rename to CompositionLocal by Louis Pullen-Freilich · 3 years, 5 months ago
  24. 0a38b16 Renames Ambient to CompositionLocal by Louis Pullen-Freilich · 3 years, 5 months ago
  25. 43d0389 Propagate and enforce DisallowComposableCall by Leland Richardson · 3 years, 5 months ago
  26. 96c89af Move takeMutableSnapshot and takeSnapshot to Snapshot by Chuck Jazdzewski · 3 years, 5 months ago
  27. 3ee36e5 Update withMutableSnapshot usages by Adam Powell · 3 years, 5 months ago
  28. f24d21a0 Merge "Make `snapshotFlow` no longer experimental" into androidx-main by Chuck Jazdzewski · 3 years, 5 months ago
  29. b6c7b89 Merge "Closeable Recomposer" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  30. 66e0de1 Merge "Deprecate ComposableContract" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  31. 3bda658 Merge "Desktop: make Recomposer local for each window" into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  32. 5c04351 Remove unnecessary "inline" from LiveData.observeAsState() by Andrey Kulikov · 3 years, 5 months ago
  33. 9390271 Deprecate savedInstanceState() by Andrey Kulikov · 3 years, 5 months ago
  34. 3dfcd04 Desktop: make Recomposer local for each window by Igor Demin · 3 years, 7 months ago
  35. 78c30f9 Merge "Use disposable like pattern in SaveableStateRegistry" into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  36. 9260990 Merge "Rename UiSavedStateRegistry to SaveableStateRegistry" into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  37. b1cde63 Merge "Avoid reallocating capture-less composable lambdas, deprecate emptyContent and orEmpty helpers" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  38. 5195e3c Deprecate ComposableContract by Leland Richardson · 3 years, 5 months ago
  39. 18f7455 Avoid reallocating capture-less composable lambdas, deprecate emptyContent and orEmpty helpers by Leland Richardson · 3 years, 5 months ago
  40. 1b44d6c Make `snapshotFlow` no longer experimental by Chuck Jazdzewski · 3 years, 5 months ago
  41. d7ab72f Closeable Recomposer by Adam Powell · 3 years, 6 months ago
  42. 9c0f681 Use disposable like pattern in SaveableStateRegistry by Andrey Kulikov · 3 years, 5 months ago
  43. 04f97e8 Rename UiSavedStateRegistry to SaveableStateRegistry by Andrey Kulikov · 3 years, 5 months ago
  44. 02e5a0f Unify Composer observer map with Layout's observer map by Chuck Jazdzewski · 3 years, 5 months ago
  45. 8b9ebec Merge "Remove requestLegacyExternalStorage flag from benchmarks" into androidx-main by Chris Craik · 3 years, 5 months ago
  46. 9c68567 Merge changes I1366e7fe,I0902eb16,I77fe618a,I6dcac248 into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  47. cfa4a35 Rename rememberSavedInstanceState() to rememberSaveable() by Andrey Kulikov · 3 years, 5 months ago
  48. 4aa5cb9 Rename RestorableStateHolder to SaveableStateHolder by Andrey Kulikov · 3 years, 5 months ago
  49. 7ff9978 Move Saver/listSaver/mapSaver/autoSaver() into a new package by Andrey Kulikov · 3 years, 5 months ago
  50. dbae1ec Rename compose:runtime-saved-instance-state to compose:runtime-saveable by Andrey Kulikov · 3 years, 6 months ago
  51. 0d2661ef Remove compose:runtime-dispatch by Adam Powell · 3 years, 6 months ago
  52. c6c506c Merge "Change when the composer applies changes to compositions" into androidx-main by Chuck Jazdzewski · 3 years, 5 months ago
  53. 3fed65da Merge "Introduce SnapshotMutableState interface" into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  54. 2f9c6ef Change when the composer applies changes to compositions by Chuck Jazdzewski · 3 years, 6 months ago
  55. 32bd767 Remove requestLegacyExternalStorage flag from benchmarks by Chris Craik · 3 years, 5 months ago
  56. 6867aa1 Change Composer into an interface by Chuck Jazdzewski · 3 years, 6 months ago
  57. 8bb5a9b Introduce SnapshotMutableState interface by Andrey Kulikov · 3 years, 5 months ago
  58. 0d61f57 remove deprecated compose runtime APIs by Leland Richardson · 3 years, 6 months ago
  59. 4e80321 Rename DisposableEffectDisposable to DisposableEffectResult by Leland Richardson · 3 years, 6 months ago
  60. b5e2c5bb Merge "Revert "Rename DisposableEffectDisposable to DisposableEffectResult"" into androidx-main by Aurimas Liutikas · 3 years, 6 months ago
  61. f1f4aac Revert "Rename DisposableEffectDisposable to DisposableEffectResult" by Aurimas Liutikas · 3 years, 6 months ago
  62. f70cae2 Merge "Rename DisposableEffectDisposable to DisposableEffectResult" into androidx-main by Leland Richardson · 3 years, 6 months ago
  63. 8d5b96c Bump Compose to 1.0.0-alpha12 by Nick Anthony · 3 years, 6 months ago
  64. a32c000 Remove Recomposer.current; migrate usages by Adam Powell · 3 years, 6 months ago
  65. 063bc30 Deprecate Recomposer.current; add Recomposer.runningRecomposers by Adam Powell · 3 years, 6 months ago
  66. 95efd50 Rename DisposableEffectDisposable to DisposableEffectResult by Leland Richardson · 3 years, 6 months ago