1. 8f57617 Convert NavType to Kotlin by Jeremy Woods · 3 years, 8 months ago
  2. a4175c0 Merge "Add ActivityScenarioRule.withActivity" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  3. a2c678a Remove OnDestinationChangedListener mocks from NavControllerTest by Jeremy Woods · 3 years, 7 months ago
  4. 6e75af8 Add ActivityScenarioRule.withActivity by Ian Lake · 3 years, 7 months ago
  5. e9d805e Add suppress annotations to java writer by Jeremy Woods · 3 years, 7 months ago
  6. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 7 months ago
  7. 3f3a451 Revert "Add fold support on SlidingPaneLayout." by Rahul Ravikumar · 3 years, 7 months ago
  8. 99de7d0 Merge "Add fold support on SlidingPaneLayout." into androidx-main by Sherry Hu · 3 years, 7 months ago
  9. a2f6752 Merge "Convert NavHostFragment to Kotlin" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  10. d4a9e0a Merge "Convert FragmentNavigator to Kotlin" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  11. b09c6dca Merge "Convert DialogFragmentNavigator to Kotlin" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  12. 6d42f65 Add fold support on SlidingPaneLayout. by Sherry Hu · 3 years, 8 months ago
  13. 9415104 Convert FragmentNavigator to Kotlin by Jeremy Woods · 3 years, 8 months ago
  14. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 7 months ago
  15. a0788da navigation-safe-args-plugin setting explicit MaxMetaspaceSize by Jeff Gaston · 3 years, 7 months ago
  16. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 9 months ago
  17. a126506 Use Activity 1.2.0 and Fragment 1.3.0 prebuilts by Ian Lake · 3 years, 7 months ago
  18. aff85fd [GH] Remove compose dependency from playground common by Yigit Boyar · 3 years, 7 months ago
  19. 1e45e83 Merge "Add provides infix to CompositionLocal objects" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  20. 15eea2e [GH] Navigation: Allow parsing a `NavType#ReferenceType` from String by Parth Padgaonkar · 3 years, 7 months ago
  21. 22b6226 Add provides infix to CompositionLocal objects by Jeremy Woods · 3 years, 8 months ago
  22. ae37093 Provider SavedStateRegistryOwners to back stack entries by Jeremy Woods · 3 years, 8 months ago
  23. 2c54f39 Merge "Various API refinements for Compose Runtime" into androidx-main by Leland Richardson · 3 years, 8 months ago
  24. 0f99bf1 Various API refinements for Compose Runtime by Leland Richardson · 3 years, 8 months ago
  25. 6942ad3 Remove deprecated viewModel() and ComponentActivity.setContent() by Andrey Kulikov · 3 years, 8 months ago
  26. 86ed994 Convert NavHostFragment to Kotlin by Jeremy Woods · 3 years, 8 months ago
  27. 32977a4 Add activity-compose to lifecycle / navigation playground projects by Dustin Lam · 3 years, 8 months ago
  28. b0dd55953 Merge "Rebase Compose to Kotlin 1.4.30" into androidx-main by Jim Sproch · 3 years, 8 months ago
  29. b09bbc4 Rebase Compose to Kotlin 1.4.30 by Jim Sproch · 3 years, 8 months ago
  30. 53fb453 Merge "Get dispatcher from LocalOnBackPressedDispatcherOwner" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  31. 6b4d245 Get dispatcher from LocalOnBackPressedDispatcherOwner by Jeremy Woods · 3 years, 8 months ago
  32. af61f66 Move viewModel() and LocalViewModelStoreOwner from compose:ui:ui to a lifecycle:lifecycle-viewmodel-compose by Andrey Kulikov · 3 years, 8 months ago
  33. cb08796 Reenable GetterSetterNames check by Aurimas Liutikas · 3 years, 8 months ago
  34. 511e5d7 [GH] Playground build fixes by Dustin Lam · 3 years, 8 months ago
  35. 15726ce Convert DialogFragmentNavigator to Kotlin by Jeremy Woods · 3 years, 8 months ago
  36. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 8 months ago
  37. 9390271 Deprecate savedInstanceState() by Andrey Kulikov · 3 years, 8 months ago
  38. 5263ad6 Merge "Convert NavigationUI to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  39. 4902e39 Merge "Convert AppBarConfiguration to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  40. 0cb5f7d Merge "Convert AbstractAppBarOnDestinationChangedListener to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  41. b1db65c Convert NavigationUI to Kotlin by Jeremy Woods · 3 years, 8 months ago
  42. d5f4ba0 Convert AbstractAppBarOnDestinationChangedListener to Kotlin by Jeremy Woods · 3 years, 8 months ago
  43. 8b9ebec Merge "Remove requestLegacyExternalStorage flag from benchmarks" into androidx-main by Chris Craik · 3 years, 8 months ago
  44. 9c68567 Merge changes I1366e7fe,I0902eb16,I77fe618a,I6dcac248 into androidx-main by Andrey Kulikov · 3 years, 8 months ago
  45. 900169b Merge "Convert ActionBarOnDestinationChangedListener to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  46. cfa4a35 Rename rememberSavedInstanceState() to rememberSaveable() by Andrey Kulikov · 3 years, 8 months ago
  47. 4aa5cb9 Rename RestorableStateHolder to SaveableStateHolder by Andrey Kulikov · 3 years, 8 months ago
  48. 7ff9978 Move Saver/listSaver/mapSaver/autoSaver() into a new package by Andrey Kulikov · 3 years, 8 months ago
  49. dbae1ec Rename compose:runtime-saved-instance-state to compose:runtime-saveable by Andrey Kulikov · 3 years, 8 months ago
  50. dfc3f38 Convert NavControllerViewModel to Kotlin by Jeremy Woods · 3 years, 8 months ago
  51. 21783ef Merge "Convert NavBackStackEntryState to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  52. 5cbdfc3 Merge "Convert ToolbarOnDestinationChangedListener to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  53. ebdac63 Merge "Re-enable AllUpper metalava check" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  54. 7722ea4 Merge "Use ktx dependencies for navigation" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  55. 6a08f85 Convert NavBackStackEntryState to Kotlin by Jeremy Woods · 3 years, 8 months ago
  56. 5faf78d Convert ToolbarOnDestinationChangedListener to Kotlin by Jeremy Woods · 3 years, 8 months ago
  57. 0a1ca65 Convert AppBarConfiguration to Kotlin by Jeremy Woods · 3 years, 8 months ago
  58. 5b19fdd Convert ActionBarOnDestinationChangedListener to Kotlin by Jeremy Woods · 3 years, 8 months ago
  59. 4224f67 Use ktx dependencies for navigation by Jeremy Woods · 3 years, 8 months ago
  60. 1962b4a Merge "Convert CollapsingToolbarOnDestination to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  61. a7d354e Re-enable AllUpper metalava check by Ember Rose · 3 years, 8 months ago
  62. 04ef68b1 Merge "[GH] fix bug in navigation: allow integer default types with argType float." into androidx-main by Treehugger Robot · 3 years, 8 months ago
  63. 0b89ed8 [GH] fix bug in navigation: allow integer default types with argType float. by Merab Tato Kutalia · 3 years, 8 months ago
  64. 5af9ce2 Convert CollapsingToolbarOnDestination to Kotlin by Jeremy Woods · 3 years, 8 months ago
  65. 4cc61bc [GH] Add fromSavedState handle method to generated nav args by Simon Schiller · 3 years, 8 months ago
  66. 32bd767 Remove requestLegacyExternalStorage flag from benchmarks by Chris Craik · 3 years, 8 months ago
  67. 47bbee8 Update the custom task for safe args generation by Jeremy Woods · 3 years, 8 months ago
  68. 66b9205c Deprecate onCommit, onDispose, onActive by Leland Richardson · 3 years, 8 months ago
  69. b350033 Merge "Keep INITIALIZED entries from being destroyed" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  70. 3d99faa Keep INITIALIZED entries from being destroyed by Jeremy Woods · 3 years, 8 months ago
  71. 7b84078 Merge "Convert NavArgs interface to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  72. 9fc97a7 Merge "Convert NoOpNavigator class to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  73. 0b8299e Add contentDescription parameter to Image and Icon by Anastasia Soboleva · 3 years, 8 months ago
  74. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  75. 3eaeebc Merge "Moves useIR configuration to AndroidXUiPlugin" into androidx-main by Louis Pullen-Freilich · 3 years, 8 months ago
  76. c2830bf Moves useIR configuration to AndroidXUiPlugin by Louis Pullen-Freilich · 3 years, 8 months ago
  77. 65bf60e Merge "Allow anim resource values of 0 when navigating to an activity" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  78. e730e7d Allow anim resource values of 0 when navigating to an activity by Jeremy Woods · 3 years, 8 months ago
  79. 7f9a156 Merge changes Ib976b534,I803fc5f2 into androidx-main by Andrey Kulikov · 3 years, 8 months ago
  80. 6673cfe Add getBackStackEntry that takes a route by Jeremy Woods · 3 years, 8 months ago
  81. 05c18b2 Deprecate ScrollableColumn/Row by Andrey Kulikov · 3 years, 9 months ago
  82. 5b8235a Convert NoOpNavigator class to Kotlin by Jeremy Woods · 3 years, 9 months ago
  83. 110ff61 Convert NavArgs interface to Kotlin by Jeremy Woods · 3 years, 9 months ago
  84. 36a9148 Merge "Add factory functions for DynamicNavHostFragment" into androidx-master-dev am: e0fa4fedd4 by Treehugger Robot · 3 years, 9 months ago
  85. e0fa4fe Merge "Add factory functions for DynamicNavHostFragment" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  86. 5d75c55 Merge "Add missing onViewCreated call" into androidx-master-dev am: 4162fbf07c by Treehugger Robot · 3 years, 9 months ago
  87. 524a4f0 Add missing onViewCreated call by Ben Weiss · 3 years, 9 months ago
  88. 42d5037 Add factory functions for DynamicNavHostFragment by Ben Weiss · 3 years, 9 months ago
  89. 0ef8c1d Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 3 years, 9 months ago
  90. bfdc10f Renames *Constants objects to *Defaults by Louis Pullen-Freilich · 3 years, 10 months ago
  91. 4f09ccd Reenable ktlint paren-spacing now that it doesn't crash by Jeff Gaston · 3 years, 10 months ago
  92. d53aac0 Merge "Ensure the ComposeNavigator back stack is restored" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  93. 1728a36 Ensure the ComposeNavigator back stack is restored by Jeremy Woods · 3 years, 10 months ago
  94. c7edec5 Merge "Ensure navigation to non-startDestination nested graphs" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  95. 3bf4fb7 Ensure navigation to non-startDestination nested graphs by Jeremy Woods · 3 years, 10 months ago
  96. 0eb54c6 Update metalava to the latest version. by Aurimas Liutikas · 3 years, 10 months ago
  97. 663ecc0 Cleanup TextFieldValue usage by Siyamed Sinir · 3 years, 10 months ago
  98. 7f6e7a85 Prioritize given args over defaults by Jeremy Woods · 3 years, 10 months ago
  99. e37295b Playground build fixes by Dustin Lam · 3 years, 10 months ago
  100. d60d796 Look at a DialogFragment's decorView in findNavController() by Ian Lake · 3 years, 10 months ago