1. 891be5e Fix entry not marked complete after view is destroyed by Clara Fok · 10 months ago
  2. 09667b9 Fix DialogFragment not marked transition complete by Clara Fok · 10 months ago
  3. c497646 Update Navigation Lifecycle dependency by Jeremy Woods · 10 months ago
  4. 20f3fe8 Fix Dialog not marked complete by Clara Fok · 1 year ago
  5. 23708a0 Fix visible NavBackStackEntry that should be marked STARTED by Clara Fok · 10 months ago
  6. 8b82f47 androidx-main nav-compose dependency bump to compose 1.5.1 by Prajakta Patil · 10 months ago
  7. 02ae87e Use task config avoidance API in SafeArgs by Jeremy Woods · 10 months ago
  8. 8e65f15 Fix issue with changing state as part of composition by Jeremy Woods · 11 months ago
  9. 615cf60 Move navigation to compose 1.5.0 stable prebuilts by Jeremy Woods · 11 months ago
  10. be7d5d5 Update Compose and emoji2 version for Navigation dep by natnaelbelay · 11 months ago
  11. a6dec5a Update Kotlinpoet to 1.14.2 by Daniel Santiago Rivera · 1 year, 2 months ago
  12. 0272623 Strip org.xmlpull classes from navigation-safe-args-generator tests by Aurimas Liutikas · 11 months ago
  13. f8b01b6 Remove use of deprecated Project.buildDir in safe args plugin by Aurimas Liutikas · 12 months ago
  14. f693be1 Store Compose transition lambdas in destinations by Ian Lake · 12 months ago
  15. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 12 months ago
  16. 9fc540f Remove the last uses of @hide in androidx codebase by Aurimas Liutikas · 12 months ago
  17. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 12 months ago
  18. 7ef42b6 Extract SDK config that varies downstream to Gradle properties by Alan Viverette · 12 months ago
  19. 6cfc825 Add experimental APIs to past signature files by Julia McClellan · 1 year ago
  20. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year ago
  21. bf4faa1 Adding verbose logging for FragmentNavigator by Jeremy Woods · 1 year ago
  22. 62f4fb2 Add screenshot test for NavHost zIndex by Clara Fok · 1 year ago
  23. b0a4653 Merge "Bump Navigation to 2.7.0-beta02" into androidx-main by Treehugger Robot · 1 year ago
  24. cf12809 Bump Navigation to 2.7.0-beta02 by Jeremy Woods · 1 year ago
  25. 8cbd8cc6 Changed compose dependency from beta02 to beta03 by Prajakta Patil · 1 year ago
  26. 3765621 Fix zIndex in NavHost by Clara Fok · 1 year ago
  27. 5b3ae95 Merge "api("androidx.fragment:fragment-ktx:1.6.0")" into androidx-main by Treehugger Robot · 1 year ago
  28. b2fd1f9 for navbeta01 compose dependecy bump to 1.5.0-beta02 by Prajakta Patil · 1 year, 1 month ago
  29. c97efcf Merge "Integrate BackHandler into NavHost" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  30. d2c5efe Integrate BackHandler into NavHost by Jeremy Woods · 1 year, 1 month ago
  31. 96abbed nav 2.7.0-beta01 Test: ./gradlew buildOnServer by Prajakta Patil · 1 year, 1 month ago
  32. bb5c18c api("androidx.fragment:fragment-ktx:1.6.0") by Prajakta Patil · 1 year, 1 month ago
  33. 1a84952 Pin dependency on androidx.compose.foundation by Natnael Belay · 1 year, 1 month ago
  34. 7a4f636 updated 4 compose dependencies to use 1.5.0-beta01 by Prajakta Patil · 1 year, 1 month ago
  35. 2c8569d Remove most uses of @hide in navigation libraries by Aurimas Liutikas · 1 year, 1 month ago
  36. 40397c1 Update API files for high-volume projects (n thru z) by Alan Viverette · 1 year, 1 month ago
  37. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 1 month ago
  38. 8c42240 Update current API signatures after Metalava update by Jinseong Jeon · 1 year, 1 month ago
  39. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  40. 3577383 Merge "Move Fragment dep to prebuilts" into androidx-main by Ian Lake · 1 year, 1 month ago
  41. 7e0bf52 Move Fragment dep to prebuilts by Jeremy Woods · 1 year, 1 month ago
  42. b8f08a5 Update Navigation CHANGELOG with recent changes by Jeremy Woods · 1 year, 1 month ago
  43. a338622 Add Preview support in animated NavHost by Clara Fok · 1 year, 1 month ago
  44. 256f919 Migrate accompanist NavHost and NavController into androidx by Clara Fok · 1 year, 1 month ago
  45. 682bae8a Migrate accompanist NavGraphBuilder into androidx by Clara Fok · 1 year, 1 month ago
  46. 895c4bb Migrate accompanist ComposeNavigator into androidx by Clara Fok · 1 year, 1 month ago
  47. 1692543 Bump compose version in navigation-compose by Clara Fok · 1 year, 2 months ago
  48. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 1 month ago
  49. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 1 month ago
  50. 57c8c80 Build entriesToPop from transitionsInProgress and back stack by Jeremy Woods · 1 year, 1 month ago
  51. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  52. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 2 months ago
  53. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 2 months ago
  54. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  55. 6b96f58 Update error message on navigate by Clara Fok · 1 year, 2 months ago
  56. 612f62a Merge "Move the navigation app to transitions" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  57. 251cbde Bump Fragment and Navigation Activity deps by Jeremy Woods · 1 year, 2 months ago
  58. 2924c2b Merge "NavController checks for null graph on navigate" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  59. 58d862a Merge "Add CHANGELOG files for fragment and navigation" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  60. 99d7c3a Merge "Moving/removing some comments between imports" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  61. edd3b59 Move the navigation app to transitions by Jeremy Woods · 1 year, 2 months ago
  62. d3071bf Add CHANGELOG files for fragment and navigation by Jeremy Woods · 1 year, 2 months ago
  63. 22f596c NavController checks for null graph on navigate by Clara Fok · 1 year, 2 months ago
  64. 6a52043 Moving/removing some comments between imports by Jeff Gaston · 1 year, 2 months ago
  65. 5dc7b57 Move arch.core dependencies to latest prebuilt by Jeremy Woods · 1 year, 2 months ago
  66. 320aa4c Ensure FragmentNavigator does not destroy entries early by Jeremy Woods · 1 year, 2 months ago
  67. 809bce6 Update versions for release id 1681923600000 by natnaelbelay · 1 year, 2 months ago
  68. 5bd27ab Merge "Remove duplicate links from NavAction" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  69. a685fef Remove duplicate links from NavAction by Jeremy Woods · 1 year, 2 months ago
  70. fceab4a Update API lint baselines, current/beta API w/ Metalava update by Jinseong Jeon · 1 year, 2 months ago
  71. e351dfe Bump Navigation to 2.6.0-beta01 by Jeremy Woods · 1 year, 2 months ago
  72. aedfc20 Ensure manually adding a fragment to the back stack fails by Jeremy Woods · 1 year, 3 months ago
  73. 4bbfe2d Merge "Add a toString override for NavBackStackEntry" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  74. f63725a Merge changes from topics "navigator_cleanup", "navigator_flake" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  75. 33334cd Ignoring failing tests by Radha Nakade · 1 year, 3 months ago
  76. b017139 Merge "Add lint check to ban use of @hide annotation" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  77. b9b8f52 Add a toString override for NavBackStackEntry by Jeremy Woods · 1 year, 3 months ago
  78. 38d33c2 Clean up the FragmentNavigator by Jeremy Woods · 1 year, 3 months ago
  79. 1d25cfa Fix an issue with removing fragments that were not attached by Jeremy Woods · 1 year, 3 months ago
  80. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  81. 5499d88 Fix set same graph to replace old destinations by Clara Fok · 1 year, 3 months ago
  82. e154647 [GH] Remove savedstate projects from navigation playground by Dustin Lam · 1 year, 3 months ago
  83. 6131734 Merge "Add test for null view in LivaData callback" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  84. 96ba3a2 Merge "Fix Navigation test to ensure they are no longer flaky" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  85. 227e179 Fix Navigation test to ensure they are no longer flaky by Jeremy Woods · 1 year, 3 months ago
  86. 10d99f1 Fix route missing placeholders for required args by Clara Fok · 1 year, 3 months ago
  87. 51135fe Add test for null view in LivaData callback by Jeremy Woods · 1 year, 3 months ago
  88. 3d0f403 Check for null in ViewLifecycleOwnerLiveData by Jeremy Woods · 1 year, 3 months ago
  89. 88f53c5 Ensure Action/MimeType deeplink match fails when missing required arg by Clara Fok · 1 year, 3 months ago
  90. b172043 Prevent crash when adding unmanaged fragment in nav by Jeremy Woods · 1 year, 3 months ago
  91. af38e84 Merge "Fix system back after popUpTo" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  92. 7cf5585 Fix system back after popUpTo by Jeremy Woods · 1 year, 3 months ago
  93. e44acdd Merge "Make navController by lazy in NavHostFragment" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  94. 29a5dc1 Make navController by lazy in NavHostFragment by Jeremy Woods · 1 year, 4 months ago
  95. 9e9fd89 Merge "Bump profileinstaller dependency to 1.3" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  96. d62e319 Merge "Prepare all entries in change started listener during pop" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  97. 8bea25e Merge "Fix missing non-nullable arg when rebuilding hierarchy" into androidx-main by Clara Fok · 1 year, 3 months ago
  98. 512f0c0 Bump profileinstaller dependency to 1.3 by Chris Craik · 1 year, 3 months ago
  99. 5b7a71b Clean up NavHostFragment PrimaryNavFragment code by Jeremy Woods · 1 year, 3 months ago
  100. 6b35815 Fix missing non-nullable arg when rebuilding hierarchy by Clara Fok · 1 year, 3 months ago