1. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  2. 10d99f1 Fix route missing placeholders for required args by Clara Fok · 1 year, 3 months ago
  3. 88f53c5 Ensure Action/MimeType deeplink match fails when missing required arg by Clara Fok · 1 year, 3 months ago
  4. 512f0c0 Bump profileinstaller dependency to 1.3 by Chris Craik · 1 year, 3 months ago
  5. 586fe7d Bump lifecycle prebuilt dep to 2.6.1 by Jeremy Woods · 1 year, 4 months ago
  6. 078e4ef Update savedstate dependencies to 1.2.1 by Jeremy Woods · 1 year, 4 months ago
  7. 6b281e3 Update deps for fragment and navigation by Jeremy Woods · 1 year, 4 months ago
  8. a0cdb19 Merge "Add navigation APIs with route support for nullable args" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  9. 487dabb Move navigation to lifecycle prebuilts by Jeremy Woods · 1 year, 4 months ago
  10. 3ab47ff Add navigation APIs with route support for nullable args by Clara Fok · 1 year, 4 months ago
  11. 84ff653 Add profileinstaller to non-compose android libraries that include a profile by Chris Craik · 1 year, 5 months ago
  12. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 5 months ago
  13. 0207a94 Merge changes I3cb19364,I42c21431,Ib7ce5958 into androidx-main by Treehugger Robot · 1 year, 5 months ago
  14. 51b4caa Add prepareForTransition API to NavigatorState by Jeremy Woods · 1 year, 5 months ago
  15. 20dce35 Update navigation module with LifecycleRegistry by sanura · 1 year, 7 months ago
  16. 36a0218 Merge changes from topic "kt-vm-store-owner" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  17. 6c2729b Update navigation module with ViewModelStoreOwner by sanura · 1 year, 5 months ago
  18. 85a4353 Convert DialogFragmentNavigator to Navigation v2 APIs by Jeremy Woods · 1 year, 7 months ago
  19. 6609c2d Refactor helper functions in Navigation by Clara Fok · 1 year, 5 months ago
  20. 8bac1f9 Updated findDestination and findNode for routes by Clara Fok · 1 year, 5 months ago
  21. 4c92643 Refactor NavDestination#matchDeepLink by Clara Fok · 1 year, 5 months ago
  22. 2d77bdc Make NavigatorState transition APIs noop on same entry by Jeremy Woods · 1 year, 6 months ago
  23. 12ca8d2 Update getBackStackEntry(route) implementation by Clara Fok · 1 year, 5 months ago
  24. 17173488 Merge changes from topic "kt-has" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  25. 41d1982 Update navigation module with HasDefaultViewModelProviderFactory by sanura · 1 year, 6 months ago
  26. 93306dc Add getBackStackEntry support for exact routes by Clara Fok · 1 year, 5 months ago
  27. f433d54 Fix BottomNavView launchSingleTop with NavGraph by Clara Fok · 1 year, 7 months ago
  28. bc6e447 Expose NavGraphNavigator backstack by Clara Fok · 1 year, 6 months ago
  29. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  30. 6571b15 Merge "Upgrade to Android Gradle Plugin 8.0.0-alpha07" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  31. 39f2226 Upgrade to Android Gradle Plugin 8.0.0-alpha07 by Aurimas Liutikas · 1 year, 8 months ago
  32. 40a4b6e Navigation-common should depend on Lifecycle tip-of-tree by sanura · 1 year, 8 months ago
  33. 8187088 Make NavDeepLink parse query and fragment lazily by Clara Fok · 1 year, 8 months ago
  34. bf23aacd Add NavType support for serializing a value by Clara Fok · 1 year, 9 months ago
  35. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 1 year, 9 months ago
  36. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 1 year, 9 months ago
  37. 5f3d9af Run ./gradlew ignoreApiChange on a clean repo by Nick Anthony · 1 year, 10 months ago
  38. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 1 year, 10 months ago
  39. 7448208 Add support for Deeplink Uri fragment by Clara Fok · 1 year, 10 months ago
  40. f64dac3 Fix parsing for Single Query Param with Uri Fragment by Clara Fok · 1 year, 10 months ago
  41. 1270b1d Refactor DeepLink initialization and matching logic by Clara Fok · 1 year, 10 months ago
  42. af8739d Fix Deeplink match preference on paths by Clara Fok · 1 year, 11 months ago
  43. 1141442 Add NavDestination tests to assert Deeplink query params by Clara Fok · 1 year, 11 months ago
  44. 56ba1b1 DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev by Alan Viverette · 1 year, 11 months ago
  45. 4f06dd1 Merge "Add new helper function to parse a dynamic NavDestination label into String" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  46. 76f9009 Add new helper function to parse a dynamic NavDestination label into String by Clara Fok · 2 years ago
  47. b08254b Bump Navigation libraries to lifecycle 2.5.1 prebuilt by Jeremy Woods · 1 year, 11 months ago
  48. f545ead Merge "Make NavBackStackEntry arguments immutable" into androidx-main am: b81031efa7 by Treehugger Robot · 1 year, 11 months ago
  49. 9b80183 Make NavBackStackEntry arguments immutable by Ian Lake · 2 years ago
  50. 22b641c Merge "Add additional explaination to parseValue docs" into androidx-main am: 2e324a1935 by Treehugger Robot · 2 years ago
  51. 6d4b3ba Add additional explaination to parseValue docs by Jeremy Woods · 2 years ago
  52. 63f0abe Merge "Add support for repeated query params in navigation routes" into androidx-main am: 9684252e83 by Treehugger Robot · 2 years ago
  53. 9684252 Merge "Add support for repeated query params in navigation routes" into androidx-main by Treehugger Robot · 2 years ago
  54. ea3e4a5 Add support for repeated query params in navigation routes by Sanura N'Jaka · 2 years, 1 month ago
  55. 8d72a1d Merge "Bump to depend on Lifecycle 2.5.0" into androidx-main am: c918cdb70d by Treehugger Robot · 2 years ago
  56. 3001685 Bump to depend on Lifecycle 2.5.0 by Jeremy Woods · 2 years ago
  57. a9d0520 Merge "Update to the stable version of savedstate" into androidx-main am: f32958349a by Treehugger Robot · 2 years, 1 month ago
  58. cfe08dd Update to the stable version of savedstate by Jeremy Woods · 2 years, 1 month ago
  59. 8207cb9 Merge "Add toString to NavArgument" into androidx-main am: fca79f2b5e by Treehugger Robot · 2 years, 1 month ago
  60. 2c51079 Add toString to NavArgument by Jeremy Woods · 2 years, 1 month ago
  61. 8627c07 Merge "Added lint check for empty navDeepLink in Kotlin DSL." into androidx-main am: 681079f6ea by Julia McClellan · 2 years, 1 month ago
  62. b582fb4 Added lint check for empty navDeepLink in Kotlin DSL. by Julia McClellan · 2 years, 2 months ago
  63. 517d22c Merge "Fix formatting of addDeepLink KDocs" into androidx-main am: e5396f1877 by Treehugger Robot · 2 years, 2 months ago
  64. 0d21d5a2 Fix formatting of addDeepLink KDocs by Ian Lake · 2 years, 2 months ago
  65. 0a18d36 Merge "Depend on prebuilts in Fragment and Navigation" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  66. ae97a5a Depend on prebuilts in Fragment and Navigation by Jeremy Woods · 2 years, 2 months ago
  67. 4e35b70 Depend on prebuilts in Fragment and Navigation by Jeremy Woods · 2 years, 2 months ago
  68. cea7d45 Update versions for release id 1650474000000 by Nick Anthony · 2 years, 2 months ago
  69. 1ef39a8 Update versions for release id 1650474000000 by Nick Anthony · 2 years, 2 months ago
  70. 88d4610 Pin Activity and Navigation Lifecycle dependencies by Jeremy Woods · 2 years, 2 months ago
  71. f1d1629 Move SavedState, Lifecycle, Activity, Fragment, and Nav to Beta01 by Jeremy Woods · 2 years, 3 months ago
  72. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 3 months ago
  73. 8c2885e Converted SavedStateRegistryOwner to Kotlin by clarafok · 2 years, 3 months ago
  74. e2ac3b6 Call enableSavedStateHandles() immediately after performAttach() by Ian Lake · 2 years, 3 months ago
  75. d96cc7a Add support for single query params in NavDeepLink by Sanura N'Jaka · 2 years, 3 months ago
  76. a07df8e Allow empty string args in deep links by Jeremy Woods · 2 years, 4 months ago
  77. acba7ac Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main by Aurimas Liutikas · 2 years, 3 months ago
  78. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  79. 01fa21a Prioritize CreationExtras for ViewModelFactories by Jeremy Woods · 2 years, 4 months ago
  80. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 2 years, 4 months ago
  81. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 6 months ago
  82. 9c2b4aa Ensure deep links handle new line characters by Jeremy Woods · 2 years, 4 months ago
  83. bd40631 Update ignore files by Jeremy Woods · 2 years, 4 months ago
  84. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  85. bdcf44d Merge "Fix CreationExtras in NavBackStackEntry" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  86. c96bbac Fix CreationExtras in NavBackStackEntry by Jeremy Woods · 2 years, 5 months ago
  87. 4c68465 Pin savedState dependencies to alpha01 by Jeremy Woods · 2 years, 5 months ago
  88. d1cf536 Integrate CreationExtras into NavBackStackEntry by Jeremy Woods · 2 years, 5 months ago
  89. 2560e8f Fix getViewModelStore() prior to ON_CREATE by Ian Lake · 2 years, 5 months ago
  90. 2030845 Only decode deep link args once by Jeremy Woods · 2 years, 5 months ago
  91. 84aea5a Change flans to ToT dependencies by Jeremy Woods · 2 years, 7 months ago
  92. e6903d0 Merge "Ensure deeplink arg value can be the same as arg name" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  93. 40fc519 Ensure deeplink arg value can be the same as arg name by Jeremy Woods · 2 years, 7 months ago
  94. 27f3193 Make route the startDestDisplayName by Jeremy Woods · 2 years, 7 months ago
  95. dc62b65 Ensure that parsed arguments do not cross # boundary by Sanura N'Jaka · 2 years, 8 months ago
  96. b4731b0 Revert^4 "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 8 months ago
  97. b75c5d2 Revert "Revert "Revert "Update versions for release id 1635958800000""" by Nick Anthony · 2 years, 8 months ago
  98. 6c3ca66 Revert "Revert "Update versions for release id 1635958800000"" by Nick Anthony · 2 years, 8 months ago
  99. a8e7bde Merge "Revert "Update versions for release id 1635958800000"" into androidx-main by Nick Anthony · 2 years, 8 months ago
  100. b818e85 Revert "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 8 months ago