1. ddec1ca Merge "Expand rememberNavController to add custom navigators" into androidx-main by Treehugger Robot · 3 years ago
  2. 55d1230 Fix argument parameters generated in wrong order by Jeremy Woods · 3 years ago
  3. 096082a Add an API for retrieving visible entries by Jeremy Woods · 3 years ago
  4. 313816c Expand rememberNavController to add custom navigators by Ian Lake · 3 years ago
  5. abb9750 Merge "Fix back button handling when embedding a NavHost" into androidx-main by Treehugger Robot · 3 years ago
  6. 3ed1482 Fix back button handling when embedding a NavHost by Ian Lake · 3 years ago
  7. 3904b13f Restore navigator state before the back stack by Jeremy Woods · 3 years ago
  8. f1c955e Merge "setGraph() will now also clear saved back stacks" into androidx-main by Treehugger Robot · 3 years ago
  9. aa0bb79 Merge "Move NamedNavArgument from compose to common" into androidx-main by Treehugger Robot · 3 years ago
  10. 0b7e9b9 setGraph() will now also clear saved back stacks by Ian Lake · 3 years ago
  11. e45e8f4 Merge "Fix NavDestination hashCode function" into androidx-main by Treehugger Robot · 3 years ago
  12. ce6b342 Fix NavDestination hashCode function by Jeremy Woods · 3 years ago
  13. 4525021 Nav: Allow clearing a saved back stack and its state by Ian Lake · 3 years ago
  14. e918d67 Merge "Update Navigation Compose to use Activity 1.3.1" into androidx-main by Treehugger Robot · 3 years ago
  15. 1b13dfb Update Navigation Compose to use Activity 1.3.1 by Ian Lake · 3 years ago
  16. d979fa81 Use projectOrArtifact dependency on lifecycle-viewmodel-compose by Ian Lake · 3 years ago
  17. 94f61d3 Move NamedNavArgument from compose to common by Jeremy Woods · 3 years ago
  18. e1b42da Make nullable NavDeepLink arguments not required by Sanura N'Jaka · 3 years ago
  19. 7bc81d1 Merge "Fix navigation and fragment java docs" into androidx-main by Treehugger Robot · 3 years ago
  20. b7b2cfb Fix navigation and fragment java docs by Jeremy Woods · 3 years ago
  21. 29a3c3d Switch to prebuilt of SlidingPaneLayout by Ian Lake · 3 years ago
  22. 1045e92 Merge "Fix dispatching when using launchSingleTop" into androidx-main by Treehugger Robot · 3 years ago
  23. 49924a2 Merge "Split restoring state into its own internal method" into androidx-main by Treehugger Robot · 3 years ago
  24. 8a43e87 Merge "Add function for arguments and deeplinks in nested graphs" into androidx-main by Treehugger Robot · 3 years ago
  25. 6c0f8ca Fix dispatching when using launchSingleTop by Ian Lake · 3 years ago
  26. 7c5a820 Split restoring state into its own internal method by Ian Lake · 3 years ago
  27. f0dc096 Make argument default params last by Jeremy Woods · 3 years, 1 month ago
  28. d3bdb68 Add function for arguments and deeplinks in nested graphs by Jeremy Woods · 3 years, 1 month ago
  29. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 1 month ago
  30. 553a58a Merge "Add lint rule to remember getBackstackEntry()" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  31. e5c41ae Add lint rule to remember getBackstackEntry() by Jeremy Woods · 3 years, 1 month ago
  32. b024e1f Add example of creating custom NavType to samples by Jeremy Woods · 3 years, 1 month ago
  33. c54ccc4 Merge "Ensure NavGraph Navigators are destroyed properly" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  34. d7af524 Ensure NavGraph Navigators are destroyed properly by Jeremy Woods · 3 years, 1 month ago
  35. 5f1bdbb Ensure changing arguments causes recompose by Jeremy Woods · 3 years, 1 month ago
  36. 1748867 Make NavBackStackEntry immutable by Jeremy Woods · 3 years, 1 month ago
  37. 69608f9 Merge "Make name no longer required by nav type" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  38. 0ff2f1b Merge "Make NavType constructor public" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  39. b351a17 Clean up benchmark test AndroidManifest.xml files by Chris Craik · 3 years, 2 months ago
  40. 8c21c19 Merge "Fix indexOutOfBounds error for setGraph" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  41. 2e36de7a Fix indexOutOfBounds error for setGraph by Jeremy Woods · 3 years, 1 month ago
  42. e7902b2 Merge "Fix safe args builder lint warnings" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  43. 0cf2de3 Fix safe args builder lint warnings by Jeremy Woods · 3 years, 1 month ago
  44. def95bc Merge "Make generated params with defaults last" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  45. 008b879 Make generated params with defaults last by Jeremy Woods · 3 years, 2 months ago
  46. 031b876 Make NavType constructor public by Jeremy Woods · 3 years, 1 month ago
  47. 9991fff Make name no longer required by nav type by Jeremy Woods · 3 years, 1 month ago
  48. e519c08 Merge "consolidating playground androidx-plugin with buildSrc" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  49. e73432f Merge "[GH] [Navigation] Check that all required arguments are present in the link" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  50. 5633a81 consolidating playground androidx-plugin with buildSrc by Jeff Gaston · 3 years, 1 month ago
  51. 502613e [GH] [Navigation] Check that all required arguments are present in the link by Osip Fatkullin · 3 years, 1 month ago
  52. 4cc2a8d Fix navInflater hyperlink in navcontroller docs by Jeremy Woods · 3 years, 1 month ago
  53. 799387f Merge "Consider Lifecycle when composing entries in NavHost" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  54. 1c59135 Merge "Ensure recompose on launchSingleTop arg changes" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  55. 7e50cf4 Merge "Ensure we keep track of all transitioning entries" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  56. 9f2e6c2 Consider Lifecycle when composing entries in NavHost by Jeremy Woods · 3 years, 1 month ago
  57. 131e54a Ensure recompose on launchSingleTop arg changes by Jeremy Woods · 3 years, 3 months ago
  58. a4fd8bc Merge changes from topic "191673756_upstream_platform" into androidx-main by Alan Viverette · 3 years, 1 month ago
  59. aea077d Merge "Fix NavBackStackEntry equals and hashCode" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  60. 23ff2a6 Fix NavBackStackEntry equals and hashCode by Jeremy Woods · 3 years, 1 month ago
  61. ac702b8 DO NOT MERGE Revert platform-specific changes by Alan Viverette · 3 years, 2 months ago
  62. ce3b8a8 Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into 191673756_upstream_platform_2 by Alan Viverette · 3 years, 1 month ago
  63. ce0a07e Ensure we keep track of all transitioning entries by Jeremy Woods · 3 years, 1 month ago
  64. 3ac9430 Depend on Tip of Tree slidingpanelayout by Jeremy Woods · 3 years, 1 month ago
  65. dcf9f70 Merge "Upgradle 7.2-rc-2" into androidx-main am: 18dd21a986 by Treehugger Robot · 3 years, 1 month ago
  66. 4a228f7 Upgradle 7.2-rc-2 by Aurimas Liutikas · 3 years, 1 month ago
  67. f29fcbf Merge "Fix 'by navGraphViewModels()' docs" into androidx-main am: c9aa95aa62 by Treehugger Robot · 3 years, 1 month ago
  68. c6e5bd7 Fix 'by navGraphViewModels()' docs by Ian Lake · 3 years, 1 month ago
  69. 05585b9 Merge "Ensure the NavigatorState.backStack is set before onAttach" into androidx-main am: a39f7505f7 by Ian Lake · 3 years, 1 month ago
  70. c2f98e5 Ensure the NavigatorState.backStack is set before onAttach by Ian Lake · 3 years, 1 month ago
  71. 3be9f0a Merge "Update back handling when popping from a Navigator" into androidx-main am: 2bc379d695 by Treehugger Robot · 3 years, 2 months ago
  72. 2bc379d Merge "Update back handling when popping from a Navigator" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  73. 7608fbf Merge "Add toSavedStateHandle method to generated args" into androidx-main am: a99e8378b7 by Treehugger Robot · 3 years, 2 months ago
  74. a99e837 Merge "Add toSavedStateHandle method to generated args" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  75. 2e7000a Add toSavedStateHandle method to generated args by Jeremy Woods · 3 years, 2 months ago
  76. 73c616e Update back handling when popping from a Navigator by Ian Lake · 3 years, 2 months ago
  77. d3cf45b Merge "Add sanura as owner for navigation and fragment" into androidx-main am: 2f6e1213a7 by Treehugger Robot · 3 years, 2 months ago
  78. 3d8e498 Add sanura as owner for navigation and fragment by Sanura N'Jaka · 3 years, 2 months ago
  79. c799d11 Merge "Add more docs around routes" into androidx-main am: b45ed29ca4 by Treehugger Robot · 3 years, 2 months ago
  80. b45ed29 Merge "Add more docs around routes" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  81. 71bdad9 Merge "Mark destination navigating away from as transitioning" into androidx-main am: 2ecff9da00 by Treehugger Robot · 3 years, 2 months ago
  82. 2ecff9d Merge "Mark destination navigating away from as transitioning" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  83. 96ce61d Merge "[GH] [Navigation] Fix tests in NavDeepLinkTest" into androidx-main am: 2e9d375027 by Treehugger Robot · 3 years, 2 months ago
  84. 72f79bf Add more docs around routes by Jeremy Woods · 3 years, 2 months ago
  85. e3b742c Mark destination navigating away from as transitioning by Jeremy Woods · 3 years, 2 months ago
  86. afa68d0 [GH] [Navigation] Fix tests in NavDeepLinkTest by Osip Fatkullin · 3 years, 2 months ago
  87. 9d882d4 Merge "Update -compose integration libraries to depend on Compose 1.0.1" into androidx-main am: 10d1de036e by Treehugger Robot · 3 years, 2 months ago
  88. 674644d Update -compose integration libraries to depend on Compose 1.0.1 by Nick Anthony · 3 years, 2 months ago
  89. 611d6ea Start targeting API 31 by Aurimas Liutikas · 3 years, 2 months ago
  90. 9fcda5e Add and update lint-baseline.xml files by Tiem Song · 3 years, 2 months ago
  91. 17466f1 Merge "Rename require APIs to get." into androidx-main by Treehugger Robot · 3 years, 2 months ago
  92. 4c70a8e Rename require APIs to get. by Sherry Hu · 3 years, 2 months ago
  93. 4b7a56e Merge "Fix popWithTransition in TestNavigatorState" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  94. 013d94b Fix popWithTransition in TestNavigatorState by Jeremy Woods · 3 years, 2 months ago
  95. 793e098 Use explicit task stack in navigateUp() when on another app's stack. by Faelyn O'Grady · 3 years, 2 months ago
  96. 64a958a Fix deep link ids from a navGraph's id to one of its siblings. by Faelyn O'Grady · 3 years, 2 months ago
  97. bc50612 Merge changes from topic "kotlin_1.5.20" into androidx-main by Aurimas Liutikas · 3 years, 2 months ago
  98. 05df439 Ensure initial destinations reach RESUMED when deeplinking by Ian Lake · 3 years, 2 months ago
  99. ad7fb79 Merge "Fix handling of deep links without URIs" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  100. 64eab40 Merge "Remove isAttached check from Compose+DialogNavigator" into androidx-main by Treehugger Robot · 3 years, 2 months ago