1. 7dfc2c1 Remove println from NavController by Clara Fok · 7 weeks ago
  2. 23a20b6 Merge "Fix fillInLabel not encoded by NavType" into androidx-main by Treehugger Robot · 7 weeks ago
  3. 63ef852 Fix fillInLabel not encoded by NavType by Clara Fok · 7 weeks ago
  4. ad1ddb7 Fix ActivityNavigator not encoding with NavType by Clara Fok · 7 weeks ago
  5. a293b97 Consolidate to only use AndroidXExtension.type to control publishing by Omar Ismail · 2 months ago
  6. 1181182 Merge changes from topic "KMP-navigation-common" into androidx-main by Andrei Shikov · 2 months ago
  7. 90b09b4 Remove navigation-runtime-truth as it is no longer being worked on by Aurimas Liutikas · 2 months ago
  8. c3b36c1 Merge "Change all android.os.Bundle usages on androidx.savedstate.SavedState in navigation-compose module." into androidx-main by Treehugger Robot · 3 months ago
  9. 0ea3091 Clean up project references in build.gradle by Aurimas Liutikas · 3 months ago
  10. cd1946c Centralize the logic for adding golden assets for tests by Aurimas Liutikas · 3 months ago
  11. ecc6822 Add a multiplatform SynchronizedObject to the navigation-common. by Konstantin Tskhovrebov · 4 months ago
  12. 4c123ed Configure kotlin multiplatform build in the navigation-common. by Konstantin Tskhovrebov · 3 months ago
  13. e11b839 Change all android.os.Bundle usages on androidx.savedstate.SavedState in navigation-compose module. by Konstantin Tskhovrebov · 3 months ago
  14. 28c8a9b Revert "Configure kotlin multiplatform build in the navigation-common." by Omar Ismail · 3 months ago
  15. c941df7 Configure kotlin multiplatform build in the navigation-common. by Konstantin Tskhovrebov · 4 months ago
  16. 37dff56 Enable explicit API for all navigation projects by Aurimas Liutikas · 3 months ago
  17. 4fbe698 Avoid race condition for transitions in NavHost by Jeremy Woods · 3 months ago
  18. 23f5236 Merge "Stop incorrect scaling animation when using NavHost" into androidx-main by Treehugger Robot · 3 months ago
  19. c270d4e Stop incorrect scaling animation when using NavHost by Jeremy Woods · 3 months ago
  20. 7795282 Migrate to using = for property setting by Aurimas Liutikas · 3 months ago
  21. c688e6e Merge changes Iba4ee26b,Icd47da40 into androidx-main by Clara Fok · 3 months ago
  22. fe26e66 Merge changes I9db9b1e5,I9f04a7fe,I13c07e3a into androidx-main by Clara Fok · 3 months ago
  23. f96150f Add non-reified NavGraphBuilder.dialog safe args api by Clara Fok · 3 months ago
  24. 653f2ea Update non-reified composable and navigation by Clara Fok · 3 months ago
  25. 50cc79c Merge "Add non-reified NavGraph.setStartDestination safe args api" into androidx-main by Treehugger Robot · 3 months ago
  26. e1d0e2e Merge "Add non-reified NavDeepLinkDSLBuilder.navDeepLink safe args api" into androidx-main by Treehugger Robot · 3 months ago
  27. cf89847 Merge "Update non-reified clearBackStack and popBackStack" into androidx-main by Treehugger Robot · 3 months ago
  28. 9e0a957 Add non-reified NavGraph.setStartDestination safe args api by Clara Fok · 3 months ago
  29. 1f8d26c Add non-reified NavDeepLinkDSLBuilder.navDeepLink safe args api by Clara Fok · 3 months ago
  30. 4d1d6b8 Merge changes I17d79479,Id09d2f51 into androidx-main by Treehugger Robot · 3 months ago
  31. 2ed30ac Merge "Add non-reified NavGraph.findNode safe args api" into androidx-main by Treehugger Robot · 3 months ago
  32. ef08fb6 Merge "Add non-reified NavDeepLink.Builder.setUriPattern safe args api" into androidx-main by Treehugger Robot · 3 months ago
  33. c9e5f47 Merge "Add non-reified NavDestinationBuilder.deepLink safe args api" into androidx-main by Treehugger Robot · 3 months ago
  34. 686d3e0 Merge "Add non-reified NavGraphBuilder nested graph DSL" into androidx-main by Treehugger Robot · 3 months ago
  35. 3ac9493 Merge "Add getBackStackEntry non-reified overload for route from KClass" into androidx-main by Treehugger Robot · 3 months ago
  36. 326002f Update KotlinPoet by Daniel Santiago Rivera · 3 months ago
  37. ae33313 Update non-reified clearBackStack and popBackStack by Clara Fok · 3 months ago
  38. ce52c0e Add getBackStackEntry non-reified overload for route from KClass by Clara Fok · 3 months ago
  39. 94c09a9 Add non-reified NavGraphBuilder nested graph DSL by Clara Fok · 3 months ago
  40. 30bf632 Add non-reified NavOptions.Builder.setPopUpTo safe args api by Clara Fok · 3 months ago
  41. e9d6539 Add non-reified NavOptionsBuilder.popUpTo safe args api by Clara Fok · 3 months ago
  42. 3c80f14 Add non-reified NavGraph.findNode safe args api by Clara Fok · 3 months ago
  43. 92ab76b Add non-reified NavDeepLink.Builder.setUriPattern safe args api by Clara Fok · 3 months ago
  44. 3de22e9 Add non-reified NavDestinationBuilder.deepLink safe args api by Clara Fok · 3 months ago
  45. c096da7 Move lint test utils to common-test module by Jeremy Woods · 5 months ago
  46. 846f363 Add common-test submodule by Jeremy Woods · 5 months ago
  47. 23c78e6 Move navigation-lint-common to submodule within navigation-lint by Clara Fok · 5 months ago
  48. 47f370e Add tests for `NavAction` by Marcello Galhardo · 3 months ago
  49. 0155f86 Merge "Add clearBackStack non-reified overload for route from KClass" into androidx-main by Treehugger Robot · 3 months ago
  50. 9eb484c Merge "Add popBackStack non-reified overload for route from KClass" into androidx-main by Treehugger Robot · 3 months ago
  51. 2c3b61d Merge "Add non-reified overload for composable and navigation" into androidx-main by Treehugger Robot · 3 months ago
  52. e834d66 Add clearBackStack non-reified overload for route from KClass by Clara Fok · 3 months ago
  53. bfdb50d Add popBackStack non-reified overload for route from KClass by Clara Fok · 3 months ago
  54. 71c37a8 Merge "Change all android.os.Bundle usages on androidx.savedstate.SavedState." into androidx-main by Marcello Galhardo · 3 months ago
  55. 6472550 Change all android.os.Bundle usages on androidx.savedstate.SavedState. by Konstantin Tskhovrebov · 4 months ago
  56. ca3ba4e Fix wrong setStartDestination overload in Java by Clara Fok · 3 months ago
  57. 9cd16b1 Add non-reified overload for composable and navigation by Clara Fok · 3 months ago
  58. e555629 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 3 months ago
  59. 547a6ea Merge "Add conditional check inside NavHost PredictiveBackHandler" into androidx-main by Treehugger Robot · 3 months ago
  60. 061287d [GH] Add support for List<Enum> arguments in typesafe navigation by Csaba Kozák · 3 months ago
  61. f724837 Add conditional check inside NavHost PredictiveBackHandler by Jeremy Woods · 3 months ago
  62. e75b3e8 Rename pinned androidLintPrev version by Julia McClellan · 4 months ago
  63. 6a124d7 Merge "Fix NavDestination mismatch when adding NavBackStackEntry" into androidx-main by Clara Fok · 4 months ago
  64. 7341ef6 Fix NavDestination mismatch when adding NavBackStackEntry by Clara Fok · 4 months ago
  65. 7a66308 Merge "Update dependencies on lifecycle and savedstate libraries to the current latest alphas." into androidx-main by Marcello Galhardo · 4 months ago
  66. 237c91a Update dependencies on lifecycle and savedstate libraries to the current latest alphas. by Konstantin Tskhovrebov · 4 months ago
  67. b4846db Set disjoint parents in transition overlays by Andrew Bailey · 7 months ago
  68. 2c4a084 Add non-reified overloads for toRoute by Clara Fok · 4 months ago
  69. eaa89d7 Merge "Fix NavHostFragment kdoc indentation" into androidx-main by Treehugger Robot · 4 months ago
  70. f00c0f6 [GH] Fix Unsupported Playground Project :benchmark:benchmark-common by Hamdi Kahloun · 4 months ago
  71. 3c343bf Fix NavHostFragment kdoc indentation by Jeremy Woods · 4 months ago
  72. c71645e Fix `navigation-benchmark` compilation when using Lifecycle and SavedState ToT by Marcello Galhardo · 4 months ago
  73. e647579 Fix back stack changes during host lifecycle changes by Ian Lake · 4 months ago
  74. 176830d Move NavBackStackEntry to viewModelFactory by Ian Lake · 4 months ago
  75. bbba318 Merge "Add type safe support for value class" into androidx-main by Treehugger Robot · 4 months ago
  76. 4bc4cf4 Merge "Refactor RouteDecoder" into androidx-main by Treehugger Robot · 4 months ago
  77. 1db95763 Add type safe support for value class by Clara Fok · 4 months ago
  78. 3aad843 Refactor RouteDecoder by Clara Fok · 4 months ago
  79. 7af646f Add previously excluded properties to signatures by Julia McClellan · 4 months ago
  80. 14b0f25 Include property annotations in API signatures by Julia McClellan · 4 months ago
  81. 6df4d62 Merge "Add a new `NavController.handleDeepLink(request: NavDeepLinkRequest)` method to be able to handle deeplinks directly." into androidx-main by Treehugger Robot · 4 months ago
  82. 011d8f0 Merge "Remove sergeyv@ from owners" into androidx-main by Treehugger Robot · 4 months ago
  83. 79efd14 Remove sergeyv@ from owners by Yigit Boyar · 4 months ago
  84. 16eb5c90 Add nav sample for serializable third party types by Clara Fok · 4 months ago
  85. 4c94e44 Add a new `NavController.handleDeepLink(request: NavDeepLinkRequest)` method to be able to handle deeplinks directly. by Konstantin Tskhovrebov · 5 months ago
  86. b735c5e Merge "Update the KDocs on the restricted currentBackStack API" into androidx-main by Treehugger Robot · 4 months ago
  87. bb88eb8 Update the KDocs on the restricted currentBackStack API by Ian Lake · 4 months ago
  88. a631e8e Update lint baselines for ObsoleteSdkInt message change by Julia McClellan · 4 months ago
  89. 61353f8 Rename pluginz to plugin in version catalog by Aurimas Liutikas · 5 months ago
  90. 0d96ef8 Move lint-common TestFile util to individual test sources by Clara Fok · 5 months ago
  91. a8ffa50 Fix BaseType missing annotation lint by Jeremy Woods · 5 months ago
  92. ec7a60b Avoid running MissingSerializableAnnotation on binary files by Jeremy Woods · 5 months ago
  93. 0aa31b0 Remove runtime-lint dep on common-lint by Clara Fok · 5 months ago
  94. 318f8b1 Throw an error sooner for using destroyed NavController by Jeremy Woods · 5 months ago
  95. c9eaf08 Make VersionCatalogExtensions part of public buildSrc by Aurimas Liutikas · 5 months ago
  96. 3754c8f Use compileOnly for AGP and remove KGP dep in SafeArgs Gradle Plugin by Daniel Santiago Rivera · 6 months ago
  97. 2222189 Merge "Fix misconfig deps for nav-runtime" into androidx-main by Treehugger Robot · 5 months ago
  98. 58c233f Merge changes from topic "nav_compose" into androidx-main by Treehugger Robot · 5 months ago
  99. 0a24a76 Fix misconfig deps for nav-compose by Jeremy Woods · 5 months ago
  100. 97c1a14 Fix type safe annotations lint by Clara Fok · 5 months ago