1. 9bf4f7e Rename libs extra to excludes by Aurimas Liutikas · 3 years, 5 months ago
  2. f57cd37 Move NavBackStackEntry to navigation-common by Ian Lake · 3 years, 5 months ago
  3. 14523ed Depend on base navigation modules instead of ktx by Jeremy Woods · 3 years, 5 months ago
  4. 17366f6 Upgrade Navigation to use Activity 1.2.2, ToT Fragments by Jeremy Woods · 3 years, 5 months ago
  5. 76230d4 Mark navigate/setGraph as @MainThread by Ian Lake · 3 years, 5 months ago
  6. b637fdf Merge Navigation Compose version back into Navigation by Ian Lake · 3 years, 6 months ago
  7. a2c678a Remove OnDestinationChangedListener mocks from NavControllerTest by Jeremy Woods · 3 years, 7 months ago
  8. 21783ef Merge "Convert NavBackStackEntryState to Kotlin" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  9. 6a08f85 Convert NavBackStackEntryState to Kotlin by Jeremy Woods · 3 years, 8 months ago
  10. 4224f67 Use ktx dependencies for navigation by Jeremy Woods · 3 years, 8 months ago
  11. eec21a4 [GH] Add playground support for activity + fragments + navigation by Dustin Lam · 4 years ago
  12. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  13. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 2 months ago
  14. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  15. 335055e Use TestLifecycleOwner in all tests by Ian Lake · 4 years, 7 months ago
  16. 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
  17. 7ee9574 Pass implicit link arguments to parents after leaving other apps' stack. by Faelyn O'Grady · 4 years, 8 months ago
  18. efee183 Use prebuilts for all Navigation dependencies by Ian Lake · 4 years, 8 months ago
  19. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  20. 1c2fe046 Migrate existing navigation-testing to internal testutils by Matthew Fraschilla · 4 years, 10 months ago
  21. 2c6d50b Move Navigation 2.2.0 to beta01 by Ian Lake · 5 years ago
  22. 391dc4b Replace RC dependencies with stable releases by Ian Lake · 5 years ago
  23. 5c7d127 Switch Fragment and Navigation to use Activity prebuilts by Ian Lake · 5 years ago
  24. 5371f5b Make SavedStateViewModelFactory default for Navigation by Ian Lake · 5 years ago
  25. 6cadb34 Switch Navigation dependencies to ToT by Ian Lake · 5 years ago
  26. c862db7 Move activity to 1.1.0-alpha01 by Ian Lake · 5 years ago
  27. 8d2385d Move all usages of lifecycle 2.1.0-beta01 to 2.1.0-rc01 by Nick Anthony · 5 years ago
  28. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  29. 559e222 Update navigation to new directory structure by Ian Lake · 5 years ago[Renamed from navigation/runtime/build.gradle]
  30. 1bf32da Move activity to the new proper directory structure. by Aurimas Liutikas · 5 years ago
  31. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  32. aa00937 Pin dependencies on Lifecycle to 2.1.0-beta01 by Ian Lake · 5 years ago
  33. d5a1c25 Use OnBackPressedCallback in NavController by Ian Lake · 5 years ago
  34. 2e18b39 Cleanup test depenendencies by Dustin Lam · 5 years ago
  35. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  36. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  37. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  38. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  39. 1e09fdb Add ViewModel support at NavGraph scope by jbwoods · 5 years ago
  40. 9c678e9 Remove core-utils dependency from navigation-runtime by Ian Lake · 6 years ago
  41. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  42. 3dce08c Deprecate BACK_STACK_DESTINATION_POPPED by Ian Lake · 6 years ago
  43. 7a55d72 Make navigation-testing Kotlin first by Ian Lake · 6 years ago
  44. fc54de3 Add tests for ActivityNavigator by Ian Lake · 6 years ago
  45. a74eeec Add missing nullability annotations to navigation by Jake Wharton · 6 years ago
  46. 7a092bb Enable publishing of Navigation artifacts by Ian Lake · 6 years ago
  47. e575040 Set publish = false to navigation module by Sergey Vasilinets · 6 years ago
  48. 98971a7 Merge branch 'goog/pi-preview1-androidx-dev' into flatfoot-navigation by Sergey Vasilinets · 6 years ago
  49. c4ae7e6 Add navigation- prefix to modules, move to 1.0.0-alpha01 by Ian Lake · 6 years ago
  50. dc78ca1 Split Navigation Fragment support from Runtime by Ian Lake · 7 years ago
  51. 7892d6f Split out Navigation Common+Testing from Runtime by Ian Lake · 7 years ago
  52. 544a1d7 Merge forward to oc-mr1-jetpack-dev. by Aurimas Liutikas · 7 years ago
  53. a0757b5 Fix flatfoot navigation build after ag/3368795 by Aurimas Liutikas · 7 years ago
  54. 0fc74c1 Migrate the rest of the dependencies to Kotlin. by Aurimas Liutikas · 7 years ago
  55. 16e05dc Naive writer for NavDirections by Sergey Vasilinets · 7 years ago
  56. 175b74c Fix build after ag/3265951 by Aurimas Liutikas · 7 years ago
  57. 31e4dd4 Build fix after ag/3243700 by Aurimas Liutikas · 7 years ago
  58. c0ba6c7 Fix build after ag/3192419 by Aurimas Liutikas · 7 years ago
  59. 3670911 Fix broken build after ag/3155575 by Aurimas Liutikas · 7 years ago
  60. 3ba8693 Fix broken build after ag/3162611 by Aurimas Liutikas · 7 years ago
  61. eb9d04ce Update gradle to 27.0 infrastructure by Sergey Vasilinets · 7 years ago
  62. 6b1782b Update Navigation to 0.5.0-alpha1 by Ian Lake · 7 years ago
  63. 83cf00c Enabling shipping of Navigation by Ian Lake · 7 years ago
  64. 1ed814b5 Nav: Add NavControllerTest infrastructure by Ian Lake · 7 years ago
  65. 7680a4c Fix core versions, disable test uploads by Yigit Boyar · 8 years ago
  66. 9e18e7e Disable navigation docs and upload by Yigit Boyar · 8 years ago
  67. b15ee75 Initial commit of navigation controller by Adam Powell · 8 years ago