1. 53d5d7b Merge "Clean up references to project directory structure" into androidx-master-dev by Alan Viverette · 4 years, 5 months ago
  2. c42b100 Add DSL for DynamicNavGraph by Ben Weiss · 4 years, 5 months ago
  3. ea3efb9 Integrate NavDeepLinkRequest into NavController by Jeremy Woods · 4 years, 5 months ago
  4. fd3d3fd Add NavDeepLink Kotlin DSL by Jeremy Woods · 4 years, 5 months ago
  5. 1b403fb Add action and mimetype support for NavDeepLink by Jeremy Woods · 4 years, 5 months ago
  6. bb04f2e Clean up references to project directory structure by Alan Viverette · 4 years, 5 months ago
  7. a0a225b Merge "Update Play Core dependency to 1.7.2" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  8. cfa3d89 Update Play Core dependency to 1.7.2 by Ian Lake · 4 years, 5 months ago
  9. bb445af Merge "Remove moduleName from DefaultProgressFragment" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  10. cbb4cb6 Remove moduleName from DefaultProgressFragment by Ben Weiss · 4 years, 5 months ago
  11. acbdfa7 Merge "Fix nested <dynamic-include> destinations on restore" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  12. 7cb9b3d Merge "Use displayName to provide better error messages" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  13. 86dda92 Fix nested <dynamic-include> destinations on restore by Ben Weiss · 4 years, 6 months ago
  14. 4faed7e Merge "Move DynamicIncludeGraphNavigatorTest to androidTest" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  15. 14facad1 Use displayName to provide better error messages by Ian Lake · 4 years, 5 months ago
  16. 91cd779 Move DynamicIncludeGraphNavigatorTest to androidTest by Ian Lake · 4 years, 5 months ago
  17. 72e5a73 Null out View references in onDestroyView by Ian Lake · 4 years, 5 months ago
  18. c300058 Merge "Update Navigation to 2.3.0-alpha05" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  19. dd58e9a Merge "Update navigation-ui to use DrawerLayout beta01" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  20. 81f14d7 Update Navigation to 2.3.0-alpha05 by Ian Lake · 4 years, 6 months ago
  21. e8a938b Update navigation-ui to use DrawerLayout beta01 by Ian Lake · 4 years, 6 months ago
  22. 14fd5e7 Add support for default args in the NavActionBuilder DSL by Ian Lake · 4 years, 6 months ago
  23. b803ad1 Merge "Update navigation-fragment to depend on Fragment 1.2.4" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  24. 95ce8de Update navigation-fragment to depend on Fragment 1.2.4 by Ian Lake · 4 years, 6 months ago
  25. 5a90b46 Placeholder and default support in app:graphPackage by Wojtek Kaliciński · 4 years, 6 months ago
  26. 7dc495b Ensure the root graph is matched when deep linking by Ian Lake · 4 years, 6 months ago
  27. e53eccd Merge changes from topic "dustinlam/kotlin-1371" into androidx-master-dev by Dustin Lam · 4 years, 6 months ago
  28. 1fc60bc Disambiguate 'annotations' member after JavaPoet upgrade. by Daniel Santiago Rivera · 4 years, 6 months ago
  29. 33afba5 Revert "Workaround for Kotlin Compiler regression in 1.3.70" by Dustin Lam · 4 years, 6 months ago
  30. 4b897cb Update to JDK 11. by Aurimas Liutikas · 5 years ago
  31. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 4 years, 6 months ago
  32. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 5 years ago
  33. e0883a7 Workaround for Kotlin Compiler regression in 1.3.70 by Dustin Lam · 4 years, 6 months ago
  34. dc23f5c Kotlin DSL for navigation-dynamic-features-* by Ben Weiss · 4 years, 6 months ago
  35. 87b3f46 Remove builder from DynamicExtras by Ben Weiss · 4 years, 6 months ago
  36. 9135adb Update PlayCore version to 1.6.5 by Ben Weiss · 4 years, 6 months ago
  37. 21e5e77 Use Context instead of Activity by Ben Weiss · 4 years, 7 months ago
  38. efc9250 Move navigation-ui to use prebuilt dependencies by Ian Lake · 4 years, 6 months ago
  39. 08cf817 Merge "Annotating some internal properties in ArgumentsGenerationTask" into androidx-master-dev by Jeff Gaston · 4 years, 7 months ago
  40. d70854f Allow NavigationUI to set empty labels by Ian Lake · 4 years, 7 months ago
  41. 6032b42 Annotating some internal properties in ArgumentsGenerationTask by Jeff Gaston · 4 years, 7 months ago
  42. bc18b8a Actually update versions after release by Nick Anthony · 4 years, 7 months ago
  43. 52f57c5 Update to a newer metalava version. by Aurimas Liutikas · 4 years, 7 months ago
  44. b35d76ba Bump library versions after release by Nick Anthony · 4 years, 7 months ago
  45. 08f3953 Merge "Use TestLifecycleOwner in all tests" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  46. 335055e Use TestLifecycleOwner in all tests by Ian Lake · 4 years, 7 months ago
  47. 0d3f54e Merge "Fix conditional keep for NavArgs classes" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  48. 5403f68 Fix conditional keep for NavArgs classes by Ian Lake · 4 years, 7 months ago
  49. aa3a908 Merge "Fix implicit deeplink test failures in Navigation" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  50. 7bd50c7 Fix implicit deeplink test failures in Navigation by Jeremy Woods · 4 years, 7 months ago
  51. fa436eb Update Navigation to 2.3.0-alpha03 by Nick Anthony · 4 years, 7 months ago
  52. 357891e Make testNavigateViaImplicitDeepLink a LargeTest by Ian Lake · 4 years, 7 months ago
  53. 9dbdbeb Merge changes Id3aba402,I0f2a1414 into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  54. c6155a6 Replace DrawerLayout with Openable in NavigationUI by Ian Lake · 4 years, 7 months ago
  55. 88f6816 Merge "Fix documentation links to android.support" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  56. d654663 Fix documentation links to android.support by Ian Lake · 4 years, 7 months ago
  57. bf92cbc Revert "Move all uses of androidx.core:core:1.1.0 and" by Nick Anthony · 4 years, 7 months ago
  58. a73299b Merge "Address ConcurrentModExeception in ImmediateNavigationTest" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  59. 821d7943 Address ConcurrentModExeception in ImmediateNavigationTest by Jeremy Woods · 4 years, 7 months ago
  60. cd66616 Merge changes from topic "nav_for_result" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  61. e493164 Provide getSavedStateHandle() on NavBackStackEntry by Jeremy Woods · 4 years, 7 months ago
  62. 9e9ad24 Add getPreviousBackStackEntry() to NavController by Jeremy Woods · 4 years, 7 months ago
  63. 49ea386 Merge "Update Navigation to 2.3.0-alpha02" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  64. 316d65d Add getCurrentBackStackEntry to NavController by Jeremy Woods · 4 years, 7 months ago
  65. 12ddaa7 Update Navigation to 2.3.0-alpha02 by Jeremy Woods · 4 years, 7 months ago
  66. 38537bc Merge "Pass implicit link arguments to parents after leaving other apps' stack." into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  67. e535dc2 Move all uses of androidx.core:core:1.1.0 and by Nick Anthony · 4 years, 8 months ago
  68. 7ee9574 Pass implicit link arguments to parents after leaving other apps' stack. by Faelyn O'Grady · 4 years, 8 months ago
  69. 0b88e7b Ensure <include-dynamic> graphs are restored by Ian Lake · 4 years, 8 months ago
  70. 071afdf Ensure that progress destinations are restored by Ian Lake · 4 years, 8 months ago
  71. 2f7d84c Merge "Import translations. DO NOT MERGE" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  72. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  73. efee183 Use prebuilts for all Navigation dependencies by Ian Lake · 4 years, 8 months ago
  74. 05c74a8 Update Navigation's implementation dependencies by Ian Lake · 4 years, 8 months ago
  75. 2b0e8eb Publish Navigation Dynamic Features artifacts by Ian Lake · 4 years, 8 months ago
  76. 173028c Rename Nav dynamic core to runtime by Ian Lake · 4 years, 8 months ago
  77. ef64e2c Combine Nav Dynamic Core and Activity artifacts by Ian Lake · 4 years, 8 months ago
  78. 6883261f Merge "Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true" into androidx-master-dev by Jeff Gaston · 4 years, 8 months ago
  79. 8c5a803 Merge "Ensure query params are ignored for all paths in deeplinks" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  80. 86e0c10 Ensure query params are ignored for all paths in deeplinks by Jeremy Woods · 4 years, 8 months ago
  81. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  82. c1a906e Import translations. DO NOT MERGE by Bill Yi · 4 years, 8 months ago
  83. c98ee57 Merge "Introduce onInstalled to AbstractProgressFragment" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  84. 73ca1a4 Introduce onInstalled to AbstractProgressFragment by Ben Weiss · 4 years, 9 months ago
  85. 93c94b1 Publish navigation-testing module by Matthew Fraschilla · 4 years, 8 months ago
  86. 569ef82 Updated ArrowDrawable navigation-ui proguard rule by Jeremy Woods · 4 years, 8 months ago
  87. e989ab0 Merge "Enable immediate instant app access" into androidx-master-dev by Ben Weiss · 4 years, 8 months ago
  88. 2f11a56 Merge "Import translations. DO NOT MERGE" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  89. 73e8f07 Merge "Clean up code duplication in tests with gradleRunner" into androidx-master-dev by Sergey Vasilinets · 4 years, 8 months ago
  90. fec65bd Enable immediate instant app access by Ben Weiss · 4 years, 9 months ago
  91. fe3324b Clean up code duplication in tests with gradleRunner by Sergey Vasilinets · 4 years, 8 months ago
  92. 1a633da Import translations. DO NOT MERGE by Bill Yi · 4 years, 8 months ago
  93. 60eb416 Merge "Explicitly telling Metalava to skip including @RestrictTo APIs from current.txt" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  94. 2f8f5e5 Import translations. DO NOT MERGE by Bill Yi · 4 years, 9 months ago
  95. 7c986ac Explicitly telling Metalava to skip including @RestrictTo APIs from current.txt by Jeff Gaston · 4 years, 9 months ago
  96. a02a8be Merge "Use namespaced R classes" into androidx-master-dev by Aurimas Liutikas · 4 years, 9 months ago
  97. 04580d1 Merge changes I98a9555d,I9419e965 into androidx-master-dev by Ben Weiss · 4 years, 9 months ago
  98. d4fcb1c Use namespaced R classes by Aurimas Liutikas · 4 years, 9 months ago
  99. fff3937 API lint check for the TopLevelBuilder is enabled for androidx by Sergey · 4 years, 9 months ago
  100. 59d30cb9e Add progress_action button to handle non-success by Ben Weiss · 4 years, 9 months ago