1. a07df8e Allow empty string args in deep links by Jeremy Woods · 2 years, 7 months ago
  2. acba7ac Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main by Aurimas Liutikas · 2 years, 6 months ago
  3. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  4. 01fa21a Prioritize CreationExtras for ViewModelFactories by Jeremy Woods · 2 years, 6 months ago
  5. 8c32457 Fix serialization signature checking. by Aurimas Liutikas · 2 years, 6 months ago
  6. 7adb7cd [GH] Enable signature verification for playground by Aurimas · 2 years, 6 months ago
  7. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 2 years, 6 months ago
  8. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 8 months ago
  9. de74657 Merge changes I33231899,If6fe8079,I28b31bed,Iac01ef7e into androidx-main by Dustin Lam · 2 years, 7 months ago
  10. 81dad22 Merge "Ensure deep links handle new line characters" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  11. f81160c Merge "Upgrade to AGP 7.3.0-alpha03" into androidx-main by Aurimas Liutikas · 2 years, 7 months ago
  12. 9c2b4aa Ensure deep links handle new line characters by Jeremy Woods · 2 years, 7 months ago
  13. ec4a3af Add namespace support in safeArgs by Jeremy Woods · 2 years, 7 months ago
  14. a636215 Add suppress for collections' Kotlin migration by Dustin Lam · 2 years, 7 months ago
  15. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 7 months ago
  16. 657e1f1 Take CreationExtras in by navGraphViewModels by Jeremy Woods · 2 years, 7 months ago
  17. 8083f20 Take CreationExtras in fragment-ktx viewModel functions by Jeremy Woods · 2 years, 7 months ago
  18. bd40631 Update ignore files by Jeremy Woods · 2 years, 7 months ago
  19. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  20. de82ffb Merge "Upgrade to AGP 7.3.1-alpha01" into androidx-main by Aurimas Liutikas · 2 years, 7 months ago
  21. b0470e5 Upgrade to AGP 7.3.1-alpha01 by Aurimas Liutikas · 2 years, 7 months ago
  22. bdcf44d Merge "Fix CreationExtras in NavBackStackEntry" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  23. c96bbac Fix CreationExtras in NavBackStackEntry by Jeremy Woods · 2 years, 7 months ago
  24. 4c68465 Pin savedState dependencies to alpha01 by Jeremy Woods · 2 years, 7 months ago
  25. eedf192 Merge "Fix improper destination nesting with deep links" into androidx-main by Treehugger Robot · 2 years, 7 months ago
  26. 9febd8a Fix improper destination nesting with deep links by Jeremy Woods · 2 years, 8 months ago
  27. 522b48e Unwrap the context in NavHostFragment by Jeremy Woods · 2 years, 8 months ago
  28. d1cf536 Integrate CreationExtras into NavBackStackEntry by Jeremy Woods · 2 years, 8 months ago
  29. 2560e8f Fix getViewModelStore() prior to ON_CREATE by Ian Lake · 2 years, 8 months ago
  30. 17db5a3 Merge "Depend on slidingpanelayout 1.2.0" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  31. 78c3a00 Depend on slidingpanelayout 1.2.0 by Jeremy Woods · 2 years, 8 months ago
  32. 2030845 Only decode deep link args once by Jeremy Woods · 2 years, 8 months ago
  33. 332c736 Change to explicit slidingPaneLayout dependency by Jeremy Woods · 2 years, 8 months ago
  34. 7b17505 Update safeArgs to AGP 7.0.4 by Jeremy Woods · 2 years, 8 months ago
  35. 0e1d658 Remove RestrictTo from internal items in navigation and fragment by Aurimas Liutikas · 2 years, 9 months ago
  36. 84aea5a Change flans to ToT dependencies by Jeremy Woods · 2 years, 9 months ago
  37. b1ce81d Merge "Bump nav-compose lifecycle dependency to stable" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  38. 0e5a080 Bump nav-compose lifecycle dependency to stable by Jeremy Woods · 2 years, 9 months ago
  39. a247932 Merge "Ensure Dialogs destination are properly restored" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  40. 4043c16 Ensure Dialogs destination are properly restored by Jeremy Woods · 2 years, 9 months ago
  41. b5f74c8 Merge "Make sure fromSavedStateHandle restores custom arrays" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  42. bf2c5c8 Make sure fromSavedStateHandle restores custom arrays by Jeremy Woods · 2 years, 9 months ago
  43. e6903d0 Merge "Ensure deeplink arg value can be the same as arg name" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  44. 40fc519 Ensure deeplink arg value can be the same as arg name by Jeremy Woods · 2 years, 9 months ago
  45. fa331f3 Merge "Prevent NavHost from compose the wrong entry" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  46. 7c6dace Prevent NavHost from compose the wrong entry by Jeremy Woods · 2 years, 9 months ago
  47. 89f2ffe Merge "Make route the startDestDisplayName" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  48. 27f3193 Make route the startDestDisplayName by Jeremy Woods · 2 years, 9 months ago
  49. 0e73207 Fix ActivityNavigator.Destination's equality check by Ian Lake · 2 years, 10 months ago
  50. 9cba8bf Merge "Keep dialog back stack entries until the dialog is disposed" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  51. 472706e Keep dialog back stack entries until the dialog is disposed by Jeremy Woods · 2 years, 10 months ago
  52. a06c0b1 Bump window and dependent libraries to rc01 by Jeremy Woods · 2 years, 11 months ago
  53. e0c76de Merge "Allow nullable boolean array in safe args" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  54. ff83342 Allow nullable boolean array in safe args by Jeremy Woods · 2 years, 10 months ago
  55. dc62b65 Ensure that parsed arguments do not cross # boundary by Sanura N'Jaka · 2 years, 11 months ago
  56. 365fa89 Merge "Add navigaiton benchmarks for larger graphs" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  57. 3381434 Add navigaiton benchmarks for larger graphs by Jeremy Woods · 2 years, 10 months ago
  58. 4f5825e Merge "Fix Activity leak in Navigation compose" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  59. f0e0671 Fix Activity leak in Navigation compose by Jeremy Woods · 2 years, 10 months ago
  60. d4ba1d2 Merge "Ensure parent child links are properly restored" into androidx-main by Ian Lake · 2 years, 10 months ago
  61. 97e0c84 Ensure parent child links are properly restored by Jeremy Woods · 2 years, 10 months ago
  62. 33aba0e Change XmlSlurper import in SafeArgs by Jeremy Woods · 2 years, 10 months ago
  63. 8dea8ef Merge "Make navigation gradle plugin passes on playground" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  64. 34fa575 Make navigation gradle plugin passes on playground by Aurimas Liutikas · 2 years, 10 months ago
  65. e35095d Add lint rule for NavGraphBuilder extension in compose scope by Jeremy Woods · 2 years, 10 months ago
  66. f589335 Merge "Make navigation depend on Fragment 1.4.0" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  67. 1e731de Make navigation depend on Fragment 1.4.0 by Jeremy Woods · 2 years, 10 months ago
  68. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 10 months ago
  69. e95a4b9 [GH] Add settings plugin for playground projects and enable Gradle Enterprise by Daz DeBoer · 2 years, 10 months ago
  70. b4731b0 Revert^4 "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 10 months ago
  71. b75c5d2 Revert "Revert "Revert "Update versions for release id 1635958800000""" by Nick Anthony · 2 years, 10 months ago
  72. 6c3ca66 Revert "Revert "Update versions for release id 1635958800000"" by Nick Anthony · 2 years, 10 months ago
  73. a8e7bde Merge "Revert "Update versions for release id 1635958800000"" into androidx-main by Nick Anthony · 2 years, 10 months ago
  74. b818e85 Revert "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 10 months ago
  75. 9f98d74 Merge "Update versions for release id 1635958800000" into androidx-main by Nick Anthony · 2 years, 10 months ago
  76. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 11 months ago
  77. 9db5408 Update versions for release id 1635958800000 by Nick Anthony · 2 years, 10 months ago
  78. 85f9ebc Update api after metalava upgrade by Aurimas Liutikas · 2 years, 10 months ago
  79. 1a3ce2e Merge "Upgrade to Metalava ab/7856580" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  80. fb2827d Merge "Fix handling deep links with multiple back stacks" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  81. 2af1273 Merge "Fix NavBackStackEntry initial Lifecycle state" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  82. f88d94e Fix NavBackStackEntry initial Lifecycle state by Jeremy Woods · 2 years, 11 months ago
  83. 9fc6ccd Fix handling deep links with multiple back stacks by Ian Lake · 2 years, 10 months ago
  84. 727dc6b Upgrade to Metalava ab/7856580 by Aurimas Liutikas · 2 years, 11 months ago
  85. de8a419 Merge "Improve onNavDestinationSelected return logic" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  86. a1fb070 Improve onNavDestinationSelected return logic by Ian Lake · 2 years, 11 months ago
  87. 05fae59 Merge "Compile DeepLink patterns lazily" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  88. b8d257d Compile DeepLink patterns lazily by Jeremy Woods · 2 years, 11 months ago
  89. adb6c4d Re-enable SafeArgs java plugin tests by Jeremy Woods · 2 years, 11 months ago
  90. 3a5ee2f Reenable nav safe-args plugin tests by Jeremy Woods · 3 years, 3 months ago
  91. 65fc1ab Dismiss already popped DialogFragments by Ian Lake · 2 years, 11 months ago
  92. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 11 months ago
  93. 05ed6b4 Merge "Revert "Update metalava to ab/7813966"" into androidx-main by Aurimas Liutikas · 2 years, 11 months ago
  94. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 11 months ago
  95. 3d843c9 Merge "Update metalava to ab/7813966" into androidx-main by Aurimas Liutikas · 2 years, 11 months ago
  96. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 2 years, 11 months ago
  97. 6afe4f0 Update versions for release id 1635267600000 by Nick Anthony · 2 years, 11 months ago
  98. 4414c04 Merge "Change transitions in progress back to a Set" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  99. 58a9886 Make nullable NavDeepLink arguments not required by Sanura N'Jaka · 2 years, 11 months ago
  100. c99f59c Change transitions in progress back to a Set by Jeremy Woods · 2 years, 11 months ago