1. 7448208 Add support for Deeplink Uri fragment by Clara Fok · 3 years ago
  2. f64dac3 Fix parsing for Single Query Param with Uri Fragment by Clara Fok · 3 years ago
  3. 1270b1d Refactor DeepLink initialization and matching logic by Clara Fok · 3 years ago
  4. af8739d Fix Deeplink match preference on paths by Clara Fok · 3 years ago
  5. 1141442 Add NavDestination tests to assert Deeplink query params by Clara Fok · 3 years ago
  6. 56ba1b1 DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev by Alan Viverette · 3 years, 1 month ago
  7. 4f06dd1 Merge "Add new helper function to parse a dynamic NavDestination label into String" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  8. 76f9009 Add new helper function to parse a dynamic NavDestination label into String by Clara Fok · 3 years, 1 month ago
  9. b08254b Bump Navigation libraries to lifecycle 2.5.1 prebuilt by Jeremy Woods · 3 years, 1 month ago
  10. f545ead Merge "Make NavBackStackEntry arguments immutable" into androidx-main am: b81031efa7 by Treehugger Robot · 3 years, 1 month ago
  11. 9b80183 Make NavBackStackEntry arguments immutable by Ian Lake · 3 years, 1 month ago
  12. 22b641c Merge "Add additional explaination to parseValue docs" into androidx-main am: 2e324a1935 by Treehugger Robot · 3 years, 1 month ago
  13. 6d4b3ba Add additional explaination to parseValue docs by Jeremy Woods · 3 years, 1 month ago
  14. 63f0abe Merge "Add support for repeated query params in navigation routes" into androidx-main am: 9684252e83 by Treehugger Robot · 3 years, 2 months ago
  15. 9684252 Merge "Add support for repeated query params in navigation routes" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  16. ea3e4a5 Add support for repeated query params in navigation routes by Sanura N'Jaka · 3 years, 2 months ago
  17. 8d72a1d Merge "Bump to depend on Lifecycle 2.5.0" into androidx-main am: c918cdb70d by Treehugger Robot · 3 years, 2 months ago
  18. 3001685 Bump to depend on Lifecycle 2.5.0 by Jeremy Woods · 3 years, 2 months ago
  19. a9d0520 Merge "Update to the stable version of savedstate" into androidx-main am: f32958349a by Treehugger Robot · 3 years, 2 months ago
  20. cfe08dd Update to the stable version of savedstate by Jeremy Woods · 3 years, 2 months ago
  21. 8207cb9 Merge "Add toString to NavArgument" into androidx-main am: fca79f2b5e by Treehugger Robot · 3 years, 2 months ago
  22. 2c51079 Add toString to NavArgument by Jeremy Woods · 3 years, 2 months ago
  23. 8627c07 Merge "Added lint check for empty navDeepLink in Kotlin DSL." into androidx-main am: 681079f6ea by Julia McClellan · 3 years, 3 months ago
  24. b582fb4 Added lint check for empty navDeepLink in Kotlin DSL. by Julia McClellan · 3 years, 3 months ago
  25. 517d22c Merge "Fix formatting of addDeepLink KDocs" into androidx-main am: e5396f1877 by Treehugger Robot · 3 years, 4 months ago
  26. 0d21d5a2 Fix formatting of addDeepLink KDocs by Ian Lake · 3 years, 4 months ago
  27. 0a18d36 Merge "Depend on prebuilts in Fragment and Navigation" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  28. ae97a5a Depend on prebuilts in Fragment and Navigation by Jeremy Woods · 3 years, 4 months ago
  29. 4e35b70 Depend on prebuilts in Fragment and Navigation by Jeremy Woods · 3 years, 4 months ago
  30. cea7d45 Update versions for release id 1650474000000 by Nick Anthony · 3 years, 4 months ago
  31. 1ef39a8 Update versions for release id 1650474000000 by Nick Anthony · 3 years, 4 months ago
  32. 88d4610 Pin Activity and Navigation Lifecycle dependencies by Jeremy Woods · 3 years, 4 months ago
  33. f1d1629 Move SavedState, Lifecycle, Activity, Fragment, and Nav to Beta01 by Jeremy Woods · 3 years, 4 months ago
  34. 98bab3f Update Metalava to build 8385786 by Ember Rose · 3 years, 4 months ago
  35. 8c2885e Converted SavedStateRegistryOwner to Kotlin by clarafok · 3 years, 5 months ago
  36. e2ac3b6 Call enableSavedStateHandles() immediately after performAttach() by Ian Lake · 3 years, 5 months ago
  37. d96cc7a Add support for single query params in NavDeepLink by Sanura N'Jaka · 3 years, 5 months ago
  38. a07df8e Allow empty string args in deep links by Jeremy Woods · 3 years, 5 months ago
  39. acba7ac Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main by Aurimas Liutikas · 3 years, 5 months ago
  40. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 3 years, 5 months ago
  41. 01fa21a Prioritize CreationExtras for ViewModelFactories by Jeremy Woods · 3 years, 5 months ago
  42. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 3 years, 5 months ago
  43. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 3 years, 5 months ago
  44. 9c2b4aa Ensure deep links handle new line characters by Jeremy Woods · 3 years, 6 months ago
  45. bd40631 Update ignore files by Jeremy Woods · 3 years, 6 months ago
  46. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 3 years, 6 months ago
  47. bdcf44d Merge "Fix CreationExtras in NavBackStackEntry" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  48. c96bbac Fix CreationExtras in NavBackStackEntry by Jeremy Woods · 3 years, 6 months ago
  49. 4c68465 Pin savedState dependencies to alpha01 by Jeremy Woods · 3 years, 6 months ago
  50. d1cf536 Integrate CreationExtras into NavBackStackEntry by Jeremy Woods · 3 years, 7 months ago
  51. 2560e8f Fix getViewModelStore() prior to ON_CREATE by Ian Lake · 3 years, 7 months ago
  52. 2030845 Only decode deep link args once by Jeremy Woods · 3 years, 7 months ago
  53. 84aea5a Change flans to ToT dependencies by Jeremy Woods · 3 years, 8 months ago
  54. e6903d0 Merge "Ensure deeplink arg value can be the same as arg name" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  55. 40fc519 Ensure deeplink arg value can be the same as arg name by Jeremy Woods · 3 years, 8 months ago
  56. 27f3193 Make route the startDestDisplayName by Jeremy Woods · 3 years, 8 months ago
  57. dc62b65 Ensure that parsed arguments do not cross # boundary by Sanura N'Jaka · 3 years, 9 months ago
  58. b4731b0 Revert^4 "Update versions for release id 1635958800000" by Nick Anthony · 3 years, 9 months ago
  59. b75c5d2 Revert "Revert "Revert "Update versions for release id 1635958800000""" by Nick Anthony · 3 years, 9 months ago
  60. 6c3ca66 Revert "Revert "Update versions for release id 1635958800000"" by Nick Anthony · 3 years, 9 months ago
  61. a8e7bde Merge "Revert "Update versions for release id 1635958800000"" into androidx-main by Nick Anthony · 3 years, 9 months ago
  62. b818e85 Revert "Update versions for release id 1635958800000" by Nick Anthony · 3 years, 9 months ago
  63. 9f98d74 Merge "Update versions for release id 1635958800000" into androidx-main by Nick Anthony · 3 years, 9 months ago
  64. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years, 9 months ago
  65. 9db5408 Update versions for release id 1635958800000 by Nick Anthony · 3 years, 9 months ago
  66. 1a3ce2e Merge "Upgrade to Metalava ab/7856580" into androidx-main by Treehugger Robot · 3 years, 10 months ago
  67. 2af1273 Merge "Fix NavBackStackEntry initial Lifecycle state" into androidx-main by Treehugger Robot · 3 years, 10 months ago
  68. f88d94e Fix NavBackStackEntry initial Lifecycle state by Jeremy Woods · 3 years, 10 months ago
  69. 727dc6b Upgrade to Metalava ab/7856580 by Aurimas Liutikas · 3 years, 10 months ago
  70. b8d257d Compile DeepLink patterns lazily by Jeremy Woods · 3 years, 10 months ago
  71. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 3 years, 10 months ago
  72. 05ed6b4 Merge "Revert "Update metalava to ab/7813966"" into androidx-main by Aurimas Liutikas · 3 years, 10 months ago
  73. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 3 years, 10 months ago
  74. 3d843c9 Merge "Update metalava to ab/7813966" into androidx-main by Aurimas Liutikas · 3 years, 10 months ago
  75. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 3 years, 10 months ago
  76. 6afe4f0 Update versions for release id 1635267600000 by Nick Anthony · 3 years, 10 months ago
  77. 4414c04 Merge "Change transitions in progress back to a Set" into androidx-main by Treehugger Robot · 3 years, 10 months ago
  78. 58a9886 Make nullable NavDeepLink arguments not required by Sanura N'Jaka · 3 years, 10 months ago
  79. c99f59c Change transitions in progress back to a Set by Jeremy Woods · 3 years, 10 months ago
  80. 85adf57 Update beta01 API file by Jeremy Woods · 3 years, 10 months ago
  81. aa673a3 Merge "Remove DSL marker on navArguent API" into androidx-main by Treehugger Robot · 3 years, 10 months ago
  82. c241d08 Merge "Bump Fragment and Nav to beta" into androidx-main by Treehugger Robot · 3 years, 10 months ago
  83. be3fa3b Remove DSL marker on navArguent API by Jeremy Woods · 3 years, 10 months ago
  84. b64d218 Add baseline profiles for navigation. by Rahul Ravikumar · 3 years, 10 months ago
  85. 884d22e Bump Fragment and Nav to beta by Jeremy Woods · 3 years, 10 months ago
  86. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years, 10 months ago
  87. 8ed73a2 Modify NavBackStackEntry equality by Jeremy Woods · 3 years, 10 months ago
  88. 6066a7e Use {argName} for validating deep link arguments by Ian Lake · 3 years, 11 months ago
  89. aa0bb79 Merge "Move NamedNavArgument from compose to common" into androidx-main by Treehugger Robot · 4 years ago
  90. e45e8f4 Merge "Fix NavDestination hashCode function" into androidx-main by Treehugger Robot · 4 years ago
  91. ce6b342 Fix NavDestination hashCode function by Jeremy Woods · 4 years ago
  92. 94f61d3 Move NamedNavArgument from compose to common by Jeremy Woods · 4 years ago
  93. e1b42da Make nullable NavDeepLink arguments not required by Sanura N'Jaka · 4 years ago
  94. 5f1bdbb Ensure changing arguments causes recompose by Jeremy Woods · 4 years ago
  95. 1748867 Make NavBackStackEntry immutable by Jeremy Woods · 4 years ago
  96. 69608f9 Merge "Make name no longer required by nav type" into androidx-main by Treehugger Robot · 4 years ago
  97. 031b876 Make NavType constructor public by Jeremy Woods · 4 years ago
  98. 9991fff Make name no longer required by nav type by Jeremy Woods · 4 years ago
  99. 502613e [GH] [Navigation] Check that all required arguments are present in the link by Osip Fatkullin · 4 years ago
  100. 1c59135 Merge "Ensure recompose on launchSingleTop arg changes" into androidx-main by Treehugger Robot · 4 years ago