1. e351dfe Bump Navigation to 2.6.0-beta01 by Jeremy Woods · 1 year, 2 months ago
  2. aedfc20 Ensure manually adding a fragment to the back stack fails by Jeremy Woods · 1 year, 3 months ago
  3. 4bbfe2d Merge "Add a toString override for NavBackStackEntry" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  4. f63725a Merge changes from topics "navigator_cleanup", "navigator_flake" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  5. 33334cd Ignoring failing tests by Radha Nakade · 1 year, 3 months ago
  6. b017139 Merge "Add lint check to ban use of @hide annotation" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  7. b9b8f52 Add a toString override for NavBackStackEntry by Jeremy Woods · 1 year, 3 months ago
  8. 38d33c2 Clean up the FragmentNavigator by Jeremy Woods · 1 year, 3 months ago
  9. 1d25cfa Fix an issue with removing fragments that were not attached by Jeremy Woods · 1 year, 3 months ago
  10. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  11. 5499d88 Fix set same graph to replace old destinations by Clara Fok · 1 year, 3 months ago
  12. e154647 [GH] Remove savedstate projects from navigation playground by Dustin Lam · 1 year, 3 months ago
  13. 6131734 Merge "Add test for null view in LivaData callback" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  14. 96ba3a2 Merge "Fix Navigation test to ensure they are no longer flaky" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  15. 227e179 Fix Navigation test to ensure they are no longer flaky by Jeremy Woods · 1 year, 3 months ago
  16. 10d99f1 Fix route missing placeholders for required args by Clara Fok · 1 year, 3 months ago
  17. 51135fe Add test for null view in LivaData callback by Jeremy Woods · 1 year, 3 months ago
  18. 3d0f403 Check for null in ViewLifecycleOwnerLiveData by Jeremy Woods · 1 year, 3 months ago
  19. 88f53c5 Ensure Action/MimeType deeplink match fails when missing required arg by Clara Fok · 1 year, 3 months ago
  20. b172043 Prevent crash when adding unmanaged fragment in nav by Jeremy Woods · 1 year, 3 months ago
  21. af38e84 Merge "Fix system back after popUpTo" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  22. 7cf5585 Fix system back after popUpTo by Jeremy Woods · 1 year, 3 months ago
  23. e44acdd Merge "Make navController by lazy in NavHostFragment" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  24. 29a5dc1 Make navController by lazy in NavHostFragment by Jeremy Woods · 1 year, 4 months ago
  25. 9e9fd89 Merge "Bump profileinstaller dependency to 1.3" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  26. d62e319 Merge "Prepare all entries in change started listener during pop" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  27. 8bea25e Merge "Fix missing non-nullable arg when rebuilding hierarchy" into androidx-main by Clara Fok · 1 year, 3 months ago
  28. 512f0c0 Bump profileinstaller dependency to 1.3 by Chris Craik · 1 year, 3 months ago
  29. 5b7a71b Clean up NavHostFragment PrimaryNavFragment code by Jeremy Woods · 1 year, 3 months ago
  30. 6b35815 Fix missing non-nullable arg when rebuilding hierarchy by Clara Fok · 1 year, 3 months ago
  31. 3aea026 Prepare all entries in change started listener during pop by Jeremy Woods · 1 year, 3 months ago
  32. 3503407 Improve fragment singleTop test by Jeremy Woods · 1 year, 3 months ago
  33. 06f7aaa Ensure FragmentNavigator handles back properly by Jeremy Woods · 1 year, 3 months ago
  34. c90abdd Refactor adding observers to fragment views by Jeremy Woods · 1 year, 3 months ago
  35. 586fe7d Bump lifecycle prebuilt dep to 2.6.1 by Jeremy Woods · 1 year, 4 months ago
  36. 078e4ef Update savedstate dependencies to 1.2.1 by Jeremy Woods · 1 year, 4 months ago
  37. 87e685b Merge "Fix testPrepareForTransition test" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  38. eff5cc7 Fix testPrepareForTransition test by Jeremy Woods · 1 year, 4 months ago
  39. e1e29a5 Suppressing usage of overridingPendingTransition API by Jeremy Woods · 1 year, 4 months ago
  40. ea7e720 Pin dependencies on compose:ui-tooling by Natnael Belay · 1 year, 4 months ago
  41. 9eb40fc Disable flaking testNavigatePopInterrupt test by Aurimas Liutikas · 1 year, 4 months ago
  42. 11f50f8 Move compose libraries activity deps to stable by Jeremy Woods · 1 year, 4 months ago
  43. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 5 months ago
  44. d01654c Merge changes I12760f72,I0860ce11,I79d756c6,Id0735330,I4b125cee, ... into androidx-main by Treehugger Robot · 1 year, 4 months ago
  45. d5163fc Merge "Make sure clearBackStack clears fragment states" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  46. 83ef949 adding a build.gradle for projects that don't have one by Jeff Gaston · 1 year, 4 months ago
  47. 5b362a9 Make sure clearBackStack clears fragment states by Jeremy Woods · 1 year, 4 months ago
  48. baced48 Merge "Add FragmentNavigator test to assert entry destroyed" into androidx-main by Clara Fok · 1 year, 4 months ago
  49. 96cee05 Add FragmentNavigator test to assert entry destroyed by Clara Fok · 1 year, 4 months ago
  50. fdf679b Fix some of the flaky FragmentNavigatorTest by Jeremy Woods · 1 year, 4 months ago
  51. a735aaa Ensure FragmentNavigator destroys intermediate entries on popUpTo by Jeremy Woods · 1 year, 4 months ago
  52. c73552953 Add FragmentNavigator test by Clara Fok · 1 year, 4 months ago
  53. 61b097d Merge "Fix FragmentNavigator resume states" into androidx-main by Clara Fok · 1 year, 4 months ago
  54. db3b79d Merge "Add fragment destinations to main graph" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  55. 16afaea Fix FragmentNavigator resume states by Clara Fok · 1 year, 4 months ago
  56. 40edc2f Add fragment destinations to main graph by Jeremy Woods · 1 year, 4 months ago
  57. eee4cf6 Merge "Add a lint check to flag usages of Thread.sleep" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  58. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  59. 1d81a37 Merge "Update deps for fragment and navigation" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  60. 244a0f2 Merge "Update compose dependency prebuilts" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  61. 6b281e3 Update deps for fragment and navigation by Jeremy Woods · 1 year, 4 months ago
  62. 663b30f5 Update compose dependency prebuilts by Jeremy Woods · 1 year, 4 months ago
  63. 4f271f6 Merge "Update OWNERS ordering for pFLANS libraries" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  64. cc217e4 Update OWNERS ordering for pFLANS libraries by Ian Lake · 1 year, 4 months ago
  65. 5075d2c Merge changes from topics "nav_activity", "tv_activity" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  66. 70bcaf5 Move navigation-compose to activity prebuilts by Jeremy Woods · 1 year, 4 months ago
  67. 9a16f24 Add explicit dependencies where needed [Part 2] by Aurimas Liutikas · 1 year, 4 months ago
  68. a0cdb19 Merge "Add navigation APIs with route support for nullable args" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  69. 487dabb Move navigation to lifecycle prebuilts by Jeremy Woods · 1 year, 4 months ago
  70. 23d2be0 Fix playground build for Navigation by Dustin Lam · 1 year, 4 months ago
  71. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 4 months ago
  72. f009c2b Move lifecycle project deps to prebuilts in compose by Jeremy Woods · 1 year, 4 months ago
  73. 3ab47ff Add navigation APIs with route support for nullable args by Clara Fok · 1 year, 4 months ago
  74. 473b098 Move compose to activity 1.7.0-beta02 prebuilts by Jeremy Woods · 1 year, 4 months ago
  75. 8de2114 Merge "Fix popBackStack from system back press" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  76. 88ec875 Merge "Expose FragmentNavigation backstack" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  77. 58c1161 Fix popBackStack from system back press by Clara Fok · 1 year, 4 months ago
  78. 20f24ff Merge "Move activity project deps to prebuilts in compose" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  79. e8cbb84 Expose FragmentNavigation backstack by Clara Fok · 1 year, 4 months ago
  80. 3a10f58 Move activity project deps to prebuilts in compose by Jeremy Woods · 1 year, 4 months ago
  81. 9d2bbe0 Fix dynamicNavHost with new FragmentNavigator by Jeremy Woods · 1 year, 4 months ago
  82. b18dbd0 Merge "Disable flaking FragmentNavigatorTest test" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  83. 2637e29 Merge changes from topic "revert-2388492-androidx-agp-8.1.0-alpha02-DPZMDUDEDS" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  84. 493ec7f Disable flaking FragmentNavigatorTest test by Aurimas Liutikas · 1 year, 4 months ago
  85. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 4 months ago
  86. 7ab850c Use private component for navigation OWNERS file by Aurimas Liutikas · 1 year, 4 months ago
  87. fa0a703 Add sample of NavHost displaying startDest in Preview by Clara Fok · 1 year, 4 months ago
  88. 84ff653 Add profileinstaller to non-compose android libraries that include a profile by Chris Craik · 1 year, 5 months ago
  89. 8151b40 Merge "Annotate NavController#navigate with MainThread" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  90. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 5 months ago
  91. 0fe446f Merge "Update metalava from ab/9576127" into androidx-main by Aurimas Liutikas · 1 year, 5 months ago
  92. 50d237e Annotate NavController#navigate with MainThread by Clara Fok · 1 year, 5 months ago
  93. 8515384 Merge "Use test specific animators in navigation fragment tests" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  94. 0eba038 Merge "Update OWNERS files" into androidx-main by Aurimas Liutikas · 1 year, 5 months ago
  95. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 5 months ago
  96. 9dc0224 Use test specific animators in navigation fragment tests by Jeremy Woods · 1 year, 5 months ago
  97. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 5 months ago
  98. a1f018d NavHost compose preview to show startDestination by Clara Fok · 1 year, 5 months ago
  99. 0207a94 Merge changes I3cb19364,I42c21431,Ib7ce5958 into androidx-main by Treehugger Robot · 1 year, 5 months ago
  100. 25a823b Move the FragmentNavigator to transition APIs by Jeremy Woods · 1 year, 5 months ago