1. c6e5bd7 Fix 'by navGraphViewModels()' docs by Ian Lake · 3 years, 1 month ago
  2. c2f98e5 Ensure the NavigatorState.backStack is set before onAttach by Ian Lake · 3 years, 1 month ago
  3. 2bc379d Merge "Update back handling when popping from a Navigator" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  4. a99e837 Merge "Add toSavedStateHandle method to generated args" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  5. 2e7000a Add toSavedStateHandle method to generated args by Jeremy Woods · 3 years, 2 months ago
  6. 73c616e Update back handling when popping from a Navigator by Ian Lake · 3 years, 2 months ago
  7. 3d8e498 Add sanura as owner for navigation and fragment by Sanura N'Jaka · 3 years, 2 months ago
  8. b45ed29 Merge "Add more docs around routes" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  9. 2ecff9d Merge "Mark destination navigating away from as transitioning" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  10. 72f79bf Add more docs around routes by Jeremy Woods · 3 years, 2 months ago
  11. e3b742c Mark destination navigating away from as transitioning by Jeremy Woods · 3 years, 2 months ago
  12. afa68d0 [GH] [Navigation] Fix tests in NavDeepLinkTest by Osip Fatkullin · 3 years, 2 months ago
  13. 674644d Update -compose integration libraries to depend on Compose 1.0.1 by Nick Anthony · 3 years, 2 months ago
  14. 9fcda5e Add and update lint-baseline.xml files by Tiem Song · 3 years, 2 months ago
  15. 17466f1 Merge "Rename require APIs to get." into androidx-main by Treehugger Robot · 3 years, 2 months ago
  16. 4c70a8e Rename require APIs to get. by Sherry Hu · 3 years, 2 months ago
  17. 4b7a56e Merge "Fix popWithTransition in TestNavigatorState" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  18. 013d94b Fix popWithTransition in TestNavigatorState by Jeremy Woods · 3 years, 2 months ago
  19. 793e098 Use explicit task stack in navigateUp() when on another app's stack. by Faelyn O'Grady · 3 years, 2 months ago
  20. 64a958a Fix deep link ids from a navGraph's id to one of its siblings. by Faelyn O'Grady · 3 years, 2 months ago
  21. bc50612 Merge changes from topic "kotlin_1.5.20" into androidx-main by Aurimas Liutikas · 3 years, 2 months ago
  22. 05df439 Ensure initial destinations reach RESUMED when deeplinking by Ian Lake · 3 years, 2 months ago
  23. ad7fb79 Merge "Fix handling of deep links without URIs" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  24. 64eab40 Merge "Remove isAttached check from Compose+DialogNavigator" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  25. 595782f Remove isAttached check from Compose+DialogNavigator by Ian Lake · 3 years, 2 months ago
  26. 938a0cc Fix handling of deep links without URIs by Ian Lake · 3 years, 2 months ago
  27. e268b11 Upgrade to Kotlin 1.5.21 and KSP 1.5.20-beta04 by Aurimas Liutikas · 3 years, 3 months ago
  28. 0ccdd90e Merge "Align Gradle paths to Maven coordinates" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  29. 8f06639 Ensure entries are correctly resumed after setGraph by Jeremy Woods · 3 years, 2 months ago
  30. 7091d83 Align Gradle paths to Maven coordinates by Alan Viverette · 3 years, 2 months ago
  31. 47546f5 Apply owners and the graph as part of composition by Ian Lake · 3 years, 2 months ago
  32. b0af29c Make setOnBackPressedDispatcher idempotent by Ian Lake · 3 years, 2 months ago
  33. 5e187e7 Allow the NavGraph to be changed in NavHost by Jeremy Woods · 3 years, 3 months ago
  34. ef531d1 Bump all compose dependencies to 1.0.0-rc02 by Nick Anthony · 3 years, 2 months ago
  35. 2830d6b Merge "Add Transitions to Navigation Compose" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  36. cab838c Add Transitions to Navigation Compose by Jeremy Woods · 3 years, 2 months ago
  37. 9486946 Merge "Make API for showing DialogNavigator destinations public" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  38. 3f2afd5 Pin navigation-fragment slidingPaneLayout dependency by Jeremy Woods · 3 years, 2 months ago
  39. cc39462 Programmatically build AbstractListDetailFragment's layout by Ian Lake · 3 years, 2 months ago
  40. f3adbbd Make API for showing DialogNavigator destinations public by Ian Lake · 3 years, 2 months ago
  41. 2464eda Merge "Update to new version of metalava" into androidx-main by Aurimas Liutikas · 3 years, 3 months ago
  42. 294e5e2 Override equals in NavGraph and NavDestinations by Jeremy Woods · 3 years, 3 months ago
  43. 5790b29 Update to new version of metalava by Aurimas Liutikas · 3 years, 3 months ago
  44. e0747c1 Fix reentrant navigate/popBackStack from Lifeycle observers by Ian Lake · 3 years, 3 months ago
  45. d9574ec Merge changes I9b9f6617,I25a8a40a into androidx-main by Treehugger Robot · 3 years, 3 months ago
  46. e64312e Merge "Use projectOrArtifact for slidingpanelayout in navigation-fragment" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  47. 927300f Rewrite ViewModelProvider to kotlin by Sergey Vasilinets · 3 years, 4 months ago
  48. b46f457 Merge "Add sample application for two-pane navigation." into androidx-main by Treehugger Robot · 3 years, 3 months ago
  49. 9caf541 Use projectOrArtifact for slidingpanelayout in navigation-fragment by Dustin Lam · 3 years, 3 months ago
  50. d33caed Merge "Add AbstractListDetailFragment" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  51. b151f42 Add sample application for two-pane navigation. by Sherry Hu · 3 years, 3 months ago
  52. e1d004a Merge "Migrate NavParserTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  53. ef4bd54 Add AbstractListDetailFragment by Sherry Hu · 3 years, 3 months ago
  54. 591b82c Add support for Composable Dialog destinations by Ian Lake · 3 years, 3 months ago
  55. 499aae2 Pin all dependencies on Compose to 1.0.0-rc01 by Nick Anthony · 3 years, 3 months ago
  56. 6f6e44d Merge "Retain the @Navigator.Name annotation on each subclass of Navigator" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  57. d894299 Merge "[GH] [Navigation] Allow exact deep links to contain query parameters" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  58. ee63021 Retain the @Navigator.Name annotation on each subclass of Navigator by Christoffer Quist Adamsen · 3 years, 3 months ago
  59. 9c76530 Merge "Run NewApi lint on tests" into androidx-main by Alan Viverette · 3 years, 3 months ago
  60. 297a2e9 [GH] [Navigation] Allow exact deep links to contain query parameters by Osip Fatkullin · 3 years, 3 months ago
  61. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  62. 6a6cfa9 Use push instead of add for NavigatorState by Jeremy Woods · 3 years, 3 months ago
  63. d4e8f8e Merge "Add transition apis to NavigatorState" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  64. e924cf4 Migrate NavParserTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  65. 8194329 Add transition apis to NavigatorState by Jeremy Woods · 3 years, 3 months ago
  66. 6c439e3 Merge "Migrate BaseNavControllerTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  67. 4936d04 Migrate DynamicGraphNavigatorTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  68. 093e514 Merge "Migrate ActivityTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  69. 365ae68 Merge "Migrate StartDestinationArgsTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  70. 11d3f0d Merge "Migrate ViewTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  71. 7b90a7d Merge "Migrate DynamicInstallManagerTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  72. 39e7435 Add FLAG_IMMUTABLE to NavDeepLinkBuilder's PendingIntent by Ian Lake · 3 years, 3 months ago
  73. 16b811e Merge "Migrate FragmentNavigatorTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  74. 0bc34e79 Merge "Migrate DynamicActivityNavigatorTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  75. 05d82e8 Merge "Migrate FragmentNavigatorExtrasTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  76. 26c9ff8 Merge "Migrate DynamicNavGraphTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  77. 0dc3eca Merge "Migrate FragmentTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  78. 968c150 Merge "Migrate DynamicIncludeGraphNavigatorTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  79. 20063e9 Migrate DynamicNavHostFragmentTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  80. 06c4381 Migrate DynamicIncludeGraphNavigatorTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  81. 801ed52 Migrate FragmentTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  82. 01967cc Migrate DynamicNavGraphTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  83. 6a5d0bc Add an initial set of bug components in OWNERS files. by Aurimas Liutikas · 3 years, 3 months ago
  84. 1d889d6 Migrate FragmentNavigatorExtrasTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  85. 9f4f839 Migrate DynamicActivityNavigatorTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  86. b81d986 Migrate FragmentNavigatorTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  87. fafb1a2 Migrate DynamicInstallManagerTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  88. 34be0a5 Migrate BaseNavControllerTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  89. 9857b40 Migrate StartDestinationArgsTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  90. 15017ad Migrate ViewTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  91. a62bb5b Merge "Fix @null support for StringArrayType" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  92. e2ac110 Migrate ActivityTest to Google Truth asserts by Sanura N'Jaka · 3 years, 3 months ago
  93. 5f1a499 Improve documentation of navigate call by Ben Weiss · 3 years, 3 months ago
  94. 099e9ab Merge "Fix DynamicIncludeGraphNavigator handling of entries" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  95. b5a6bc1 Merge "Migrate TestNavigatorDestinationBuilderTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  96. 999a6b2 Merge "Migrate NavDeepLinkBuilderTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  97. 9ee7014 Merge "Migrate ActivityNavigatorDestinatonBuilderTest to Google Truth asserts" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  98. 78ef1cb Fix @null support for StringArrayType by Ian Lake · 3 years, 3 months ago
  99. ae06a65 Fix DynamicIncludeGraphNavigator handling of entries by Ian Lake · 3 years, 3 months ago
  100. 5281d99 [GH] Fix compose deps in playground by Yigit Boyar · 3 years, 3 months ago