[go: nahoru, domu]

  1. 107813007 Add the @IdRes annotation to setId by Jeremy Woods · 3 years, 2 months ago
  2. 3423cc1 Merge "Fix navigation documentation" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  3. e4105ab Merge "Moves from supporting BottomNavigation to the NavigationBarView super class to better support adaptive layouts who use both BottomNav and NavigationRail components" into androidx-main by Kenneth Ford · 3 years, 2 months ago
  4. 40b3c68 Fix navigation documentation by Jeremy Woods · 3 years, 2 months ago
  5. e2e12de Moves from supporting BottomNavigation to the NavigationBarView super class by Kenneth Ford · 3 years, 2 months ago
  6. a3117df Rename parameter in findNode to resId by Jeremy Woods · 3 years, 2 months ago
  7. 85eed33 Merge "Re-enable launchSingleTop in BottomBarNavDemo" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  8. 62c022f Enable saving state in NavigationUI by default by Ian Lake · 3 years, 2 months ago
  9. a55cf66 Re-enable launchSingleTop in BottomBarNavDemo by Ian Lake · 3 years, 2 months ago
  10. f5c83db Merge "Revert "navigation-ui multidex manifest"" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  11. a6551d3 Revert "navigation-ui multidex manifest" by Ian Lake · 3 years, 2 months ago
  12. 1f9f72f [GH] [Navigation] Return early from NavigatorProvider#addNavigator if possible by Jossi Wolf · 3 years, 2 months ago
  13. 405d7fd0 Merge changes Ic2945041,I3be06f20,I2bccfa89,I59ad7d18 into androidx-main by Jeff Gaston · 3 years, 2 months ago
  14. 6296c87 navigation-ui multidex manifest by Alan Viverette · 3 years, 2 months ago
  15. d643557 Merge "Connect Navigation and FragmentManager's state save/restore" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  16. 6c27b06 Enable multidex for navigation-ui androidTest by Ian Lake · 3 years, 2 months ago
  17. 5236d80 Connect Navigation and FragmentManager's state save/restore by Ian Lake · 3 years, 2 months ago
  18. fa1793f jarDebug -> jarRelease by Jeff Gaston · 3 years, 2 months ago
  19. 4485a51 Convert FragmentNavigator to Navigator v2 APIs by Ian Lake · 3 years, 2 months ago
  20. d4f6ac6 Convert NavGraphNavigator to Navigator v2 APIs by Ian Lake · 3 years, 2 months ago
  21. 887892c Merge "Don't generate empty lint baseline files" into androidx-main by Alan Viverette · 3 years, 2 months ago
  22. 9ee6b1c Merge "[GH] [Navigation] Introduce NavBackStackEntry#provideToCompositionLocals" into androidx-main by Ian Lake · 3 years, 2 months ago
  23. 8a817ee Merge changes from topic "nav_by_routes" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  24. a8c1f68 [GH] [Navigation] Introduce NavBackStackEntry#provideToCompositionLocals by Jossi Wolf · 3 years, 2 months ago
  25. 385530a Remove routes from navigation compose by Jeremy Woods · 3 years, 3 months ago
  26. ce44b52 Make NavBackStackEntry's ID public by Ian Lake · 3 years, 2 months ago
  27. 34f74de Allow navigating by routes by Jeremy Woods · 3 years, 3 months ago
  28. 7220fdf Add popUpToRoute to NavOptions by Jeremy Woods · 3 years, 3 months ago
  29. fc9a744 Add routes to NavGraph by Jeremy Woods · 3 years, 3 months ago
  30. 260f8bc Merge "Ensure TestNavigatorState updates the Lifecycle correctly" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  31. b26e92b Merge "[GH] [Navigation] Make NamedNavArgument's fields public" into androidx-main by Ian Lake · 3 years, 2 months ago
  32. ff325da Ensure TestNavigatorState updates the Lifecycle correctly by Ian Lake · 3 years, 2 months ago
  33. a7dc12b Merge "Fix usages of "@param <T>" in kotlin" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  34. 794c668 Merge "Deprecate popUpTo in NavOptions" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  35. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 2 months ago
  36. 81aaecc Deprecate popUpTo in NavOptions by Jeremy Woods · 3 years, 2 months ago
  37. 1f0482a Fix usages of "@param <T>" in kotlin by Owen Gray · 3 years, 2 months ago
  38. 595a8c4 [GH] [Navigation] Make NamedNavArgument's fields public by Jossi Wolf · 3 years, 2 months ago
  39. b911b2e Merge "Deprecated getStartDestination" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  40. e6ad7e4 Deprecated getStartDestination by Jeremy Woods · 3 years, 2 months ago
  41. a45681a Merge "[GH] [Navigation] update KotlinPoet to 1.8.0 for navigation safe-args" into androidx-main by Ian Lake · 3 years, 2 months ago
  42. 0d522f5 Mark remaining navigate() calls as MainThread by Ian Lake · 3 years, 2 months ago
  43. 473836b Merge "Fix popUpTo+restoreState when inclusive=false" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  44. b4edb95 Fix popUpTo+restoreState when inclusive=false by Ian Lake · 3 years, 2 months ago
  45. 47e9b8b Merge "Make all compose projects not targeted for java" into androidx-main by Ian Lake · 3 years, 2 months ago
  46. f3d1115 Make all compose projects not targeted for java by Jeremy Woods · 3 years, 2 months ago
  47. de3776f Merge "Add routes to NavDestination Kotlin DSL" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  48. 6383458 Merge "Fix topLevelDestination matching" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  49. df16e24 Add routes to NavDestination Kotlin DSL by Jeremy Woods · 3 years, 3 months ago
  50. 535e563 Fix topLevelDestination matching by Jeremy Woods · 3 years, 2 months ago
  51. ec6f5bb Merge "Add routes to NavDestination" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  52. a828be4 [GH] [Navigation] update KotlinPoet to 1.8.0 for navigation safe-args by Merab Tato Kutalia · 3 years, 2 months ago
  53. 51769b7 Add routes to NavDestination by Jeremy Woods · 3 years, 3 months ago
  54. 4333515 Merge changes from topic "gradle-7.0" into androidx-main by Aurimas Liutikas · 3 years, 2 months ago
  55. ed1243e Merge "Add support for restoring state" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  56. cb841c5 Upgrade to Gradle 7.0 by Aurimas Liutikas · 3 years, 3 months ago
  57. ba5a584 Disable navigation safe args gradle plugin tests by Aurimas Liutikas · 3 years, 2 months ago
  58. 6bd5c05 Add support for restoring state by Ian Lake · 3 years, 2 months ago
  59. d08b0da Enable multidex for androidTest of navigation-dynamic by Ian Lake · 3 years, 2 months ago
  60. 6165579 Merge "Move the backstack entry flow inside NavController class" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  61. 4f60e9e Move the backstack entry flow inside NavController class by Jeremy Woods · 3 years, 2 months ago
  62. 4940a57 Merge "Convert ComposeNavigator+NavHost to new Navigator APIs" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  63. 8c82807 Moving test strings.xml files to donottranslate-strings.xml by Jeff Gaston · 3 years, 2 months ago
  64. cf47135 Convert ComposeNavigator+NavHost to new Navigator APIs by Ian Lake · 3 years, 2 months ago
  65. cfb953e Merge "Introduce multiple back stack compatible Navigator APIs" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  66. 5c911ea Introduce multiple back stack compatible Navigator APIs by Ian Lake · 3 years, 2 months ago
  67. 9bf4f7e Rename libs extra to excludes by Aurimas Liutikas · 3 years, 2 months ago
  68. 18b994bf Merge "Refactor UnsafeNewApiCall to ClassVerificationFailure" into androidx-main by Alan Viverette · 3 years, 2 months ago
  69. 4ab8db7 Build connection between NavController and Navigator state by Ian Lake · 3 years, 2 months ago
  70. ff14ae5 Add attach API to Navigators by Ian Lake · 3 years, 2 months ago
  71. f57cd37 Move NavBackStackEntry to navigation-common by Ian Lake · 3 years, 2 months ago
  72. fde7cd4 Decouple NavBackStackEntry from NavControllerViewModel by Ian Lake · 3 years, 2 months ago
  73. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  74. 6ac339d Merge "[GH] [Navigation] Allow case-insensitive matches of Enum args in deep links" into androidx-main by Jeremy Woods · 3 years, 2 months ago
  75. b2b9170 Merge "Avoid work when intializing a NavBackStackEntry" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  76. f74e297 Avoid work when intializing a NavBackStackEntry by Ian Lake · 3 years, 2 months ago
  77. 0f8cb83 Remove LifecycleObserver from previous LifecycleOwner by Ian Lake · 3 years, 2 months ago
  78. 9e51f8c Replace custom getStateAfter with targetState by Ian Lake · 3 years, 2 months ago
  79. e15bcd2 Merge "Change internal links using [.element] syntax to [element] syntax." into androidx-main by Owen Gray · 3 years, 3 months ago
  80. b270acb Add missing playground dependencies in navigation by Dustin Lam · 3 years, 3 months ago
  81. 6391fae Change internal links using [.element] syntax to [element] syntax. by Owen Gray · 3 years, 3 months ago
  82. 4eea9cb [GH] [Navigation] Make deep link path arguments to not include slash by Osip Fatkullin · 3 years, 3 months ago
  83. b6e4b33 Fix navigation-compose tests by Jeremy Woods · 3 years, 3 months ago
  84. bbb3729 Save the NavBackStackEntry state by Ian Lake · 3 years, 3 months ago
  85. fd55939 [GH] [Navigation] Allow case-insensitive matches of Enum args in deep links by Brad Ball · 3 years, 3 months ago
  86. e1096b6 Merge "Remove unnecesary dependency on activity-lint in Lifecycle / Navigation playground builds" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  87. 6471d5a Remove unnecesary dependency on activity-lint in Lifecycle / Navigation playground builds by Dustin Lam · 3 years, 3 months ago
  88. 623bf2f Merge "Making truth, testing, and utils depend on base modules" into androidx-main by Jeremy Woods · 3 years, 3 months ago
  89. 8a85187 Merge changes I5517c9e8,Ib8bedbb3 into androidx-main by Treehugger Robot · 3 years, 3 months ago
  90. 2a78a49 Making truth, testing, and utils depend on base modules by Jeremy Woods · 3 years, 3 months ago
  91. 9526160 Add saveState parameter to popBackStack() by Ian Lake · 3 years, 3 months ago
  92. 00c608a Mark popBackStack and navigateUp as @MainThread by Ian Lake · 3 years, 3 months ago
  93. f48ef6c Merge "Run Navigation tests on main thread" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  94. 09950cb Run Navigation tests on main thread by Jeremy Woods · 3 years, 3 months ago
  95. 9ec9de1 Change formatting of type parameter @param by Owen Gray · 3 years, 3 months ago
  96. d0604e2 Add compose:test-utils to FAN playgrounds by Dustin Lam · 3 years, 3 months ago
  97. 581e446 Merge "Change java doc for nav action APIs" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  98. 601bc0e Change java doc for nav action APIs by Jeremy Woods · 3 years, 3 months ago
  99. 14523ed Depend on base navigation modules instead of ktx by Jeremy Woods · 3 years, 3 months ago
  100. ffe68e0 Use FragmentOnAttachListener in DialogFragmentNavigator by Ian Lake · 3 years, 3 months ago