[go: nahoru, domu]

  1. 7b17505 Update safeArgs to AGP 7.0.4 by Jeremy Woods · 2 years, 8 months ago
  2. 0e1d658 Remove RestrictTo from internal items in navigation and fragment by Aurimas Liutikas · 2 years, 8 months ago
  3. 84aea5a Change flans to ToT dependencies by Jeremy Woods · 2 years, 9 months ago
  4. b1ce81d Merge "Bump nav-compose lifecycle dependency to stable" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  5. 0e5a080 Bump nav-compose lifecycle dependency to stable by Jeremy Woods · 2 years, 9 months ago
  6. a247932 Merge "Ensure Dialogs destination are properly restored" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  7. 4043c16 Ensure Dialogs destination are properly restored by Jeremy Woods · 2 years, 9 months ago
  8. b5f74c8 Merge "Make sure fromSavedStateHandle restores custom arrays" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  9. bf2c5c8 Make sure fromSavedStateHandle restores custom arrays by Jeremy Woods · 2 years, 9 months ago
  10. e6903d0 Merge "Ensure deeplink arg value can be the same as arg name" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  11. 40fc519 Ensure deeplink arg value can be the same as arg name by Jeremy Woods · 2 years, 9 months ago
  12. fa331f3 Merge "Prevent NavHost from compose the wrong entry" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  13. 7c6dace Prevent NavHost from compose the wrong entry by Jeremy Woods · 2 years, 9 months ago
  14. 89f2ffe Merge "Make route the startDestDisplayName" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  15. 27f3193 Make route the startDestDisplayName by Jeremy Woods · 2 years, 9 months ago
  16. 0e73207 Fix ActivityNavigator.Destination's equality check by Ian Lake · 2 years, 9 months ago
  17. 9cba8bf Merge "Keep dialog back stack entries until the dialog is disposed" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  18. 472706e Keep dialog back stack entries until the dialog is disposed by Jeremy Woods · 2 years, 9 months ago
  19. a06c0b1 Bump window and dependent libraries to rc01 by Jeremy Woods · 2 years, 10 months ago
  20. e0c76de Merge "Allow nullable boolean array in safe args" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  21. ff83342 Allow nullable boolean array in safe args by Jeremy Woods · 2 years, 9 months ago
  22. dc62b65 Ensure that parsed arguments do not cross # boundary by Sanura N'Jaka · 2 years, 10 months ago
  23. 365fa89 Merge "Add navigaiton benchmarks for larger graphs" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  24. 3381434 Add navigaiton benchmarks for larger graphs by Jeremy Woods · 2 years, 9 months ago
  25. 4f5825e Merge "Fix Activity leak in Navigation compose" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  26. f0e0671 Fix Activity leak in Navigation compose by Jeremy Woods · 2 years, 9 months ago
  27. d4ba1d2 Merge "Ensure parent child links are properly restored" into androidx-main by Ian Lake · 2 years, 9 months ago
  28. 97e0c84 Ensure parent child links are properly restored by Jeremy Woods · 2 years, 9 months ago
  29. 33aba0e Change XmlSlurper import in SafeArgs by Jeremy Woods · 2 years, 9 months ago
  30. 8dea8ef Merge "Make navigation gradle plugin passes on playground" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  31. 34fa575 Make navigation gradle plugin passes on playground by Aurimas Liutikas · 2 years, 9 months ago
  32. e35095d Add lint rule for NavGraphBuilder extension in compose scope by Jeremy Woods · 2 years, 10 months ago
  33. f589335 Merge "Make navigation depend on Fragment 1.4.0" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  34. 1e731de Make navigation depend on Fragment 1.4.0 by Jeremy Woods · 2 years, 9 months ago
  35. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 10 months ago
  36. e95a4b9 [GH] Add settings plugin for playground projects and enable Gradle Enterprise by Daz DeBoer · 2 years, 10 months ago
  37. b4731b0 Revert^4 "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 10 months ago
  38. b75c5d2 Revert "Revert "Revert "Update versions for release id 1635958800000""" by Nick Anthony · 2 years, 10 months ago
  39. 6c3ca66 Revert "Revert "Update versions for release id 1635958800000"" by Nick Anthony · 2 years, 10 months ago
  40. a8e7bde Merge "Revert "Update versions for release id 1635958800000"" into androidx-main by Nick Anthony · 2 years, 10 months ago
  41. b818e85 Revert "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 10 months ago
  42. 9f98d74 Merge "Update versions for release id 1635958800000" into androidx-main by Nick Anthony · 2 years, 10 months ago
  43. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 10 months ago
  44. 9db5408 Update versions for release id 1635958800000 by Nick Anthony · 2 years, 10 months ago
  45. 85f9ebc Update api after metalava upgrade by Aurimas Liutikas · 2 years, 10 months ago
  46. 1a3ce2e Merge "Upgrade to Metalava ab/7856580" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  47. fb2827d Merge "Fix handling deep links with multiple back stacks" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  48. 2af1273 Merge "Fix NavBackStackEntry initial Lifecycle state" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  49. f88d94e Fix NavBackStackEntry initial Lifecycle state by Jeremy Woods · 2 years, 10 months ago
  50. 9fc6ccd Fix handling deep links with multiple back stacks by Ian Lake · 2 years, 10 months ago
  51. 727dc6b Upgrade to Metalava ab/7856580 by Aurimas Liutikas · 2 years, 10 months ago
  52. de8a419 Merge "Improve onNavDestinationSelected return logic" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  53. a1fb070 Improve onNavDestinationSelected return logic by Ian Lake · 2 years, 10 months ago
  54. 05fae59 Merge "Compile DeepLink patterns lazily" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  55. b8d257d Compile DeepLink patterns lazily by Jeremy Woods · 2 years, 10 months ago
  56. adb6c4d Re-enable SafeArgs java plugin tests by Jeremy Woods · 2 years, 10 months ago
  57. 3a5ee2f Reenable nav safe-args plugin tests by Jeremy Woods · 3 years, 3 months ago
  58. 65fc1ab Dismiss already popped DialogFragments by Ian Lake · 2 years, 10 months ago
  59. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 10 months ago
  60. 05ed6b4 Merge "Revert "Update metalava to ab/7813966"" into androidx-main by Aurimas Liutikas · 2 years, 10 months ago
  61. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 10 months ago
  62. 3d843c9 Merge "Update metalava to ab/7813966" into androidx-main by Aurimas Liutikas · 2 years, 10 months ago
  63. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 2 years, 10 months ago
  64. 6afe4f0 Update versions for release id 1635267600000 by Nick Anthony · 2 years, 10 months ago
  65. 4414c04 Merge "Change transitions in progress back to a Set" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  66. 58a9886 Make nullable NavDeepLink arguments not required by Sanura N'Jaka · 2 years, 10 months ago
  67. c99f59c Change transitions in progress back to a Set by Jeremy Woods · 2 years, 10 months ago
  68. 6406f37 Merge "Update beta01 API file" into androidx-main by Aurimas Liutikas · 2 years, 10 months ago
  69. b8b77d4 Update error message for onDestinationChanged() in AbstractAppBarOnDestinationChangedListener by Sanura N'Jaka · 2 years, 10 months ago
  70. 85adf57 Update beta01 API file by Jeremy Woods · 2 years, 10 months ago
  71. aa673a3 Merge "Remove DSL marker on navArguent API" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  72. c241d08 Merge "Bump Fragment and Nav to beta" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  73. be3fa3b Remove DSL marker on navArguent API by Jeremy Woods · 2 years, 10 months ago
  74. 450c5a4 Merge "Fix list pane sizing in AbstractListDetailFragment" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  75. f5fbf32 Fix list pane sizing in AbstractListDetailFragment by Ian Lake · 2 years, 10 months ago
  76. d182f43 Merge "Add more docs around routes" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  77. 9025b6a Merge "Add baseline profiles for navigation." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  78. b64d218 Add baseline profiles for navigation. by Rahul Ravikumar · 2 years, 10 months ago
  79. 9cd4959 Merge "Update lint baselines once again." into androidx-main by Aurimas Liutikas · 2 years, 10 months ago
  80. 884d22e Bump Fragment and Nav to beta by Jeremy Woods · 2 years, 11 months ago
  81. f81fe0a Merge "Make visibleEntries API experimental" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  82. 210f875 Update lint baselines once again. by Aurimas Liutikas · 2 years, 11 months ago
  83. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 11 months ago
  84. 9835eb9 Add more docs around routes by Jeremy Woods · 2 years, 11 months ago
  85. 213e2b0 Make visibleEntries API experimental by Jeremy Woods · 2 years, 11 months ago
  86. c79fa3a Merge "Add navGraphViewModels that takes a route" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  87. e9763d9 Merge "Change implementation of currentBackStackEntryAsState()" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  88. fd1d6ef Change implementation of currentBackStackEntryAsState() by Jeremy Woods · 2 years, 11 months ago
  89. 3b43463 Add navGraphViewModels that takes a route by Jeremy Woods · 2 years, 11 months ago
  90. 3fd815c Merge "Modify NavBackStackEntry equality" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  91. 8ed73a2 Modify NavBackStackEntry equality by Jeremy Woods · 2 years, 11 months ago
  92. a54121d Merge "Ensure DialogFragmentNavigator state stays in sync" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  93. c36efb9 Ensure DialogFragmentNavigator state stays in sync by Ian Lake · 2 years, 11 months ago
  94. fc69bb6 Link sample projects from projects using these samples. by Aurimas Liutikas · 3 years ago
  95. da4edc1 Merge "Add a sample for arguments in the nested NavGraph" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  96. 5f6c495 Merge "Introduce CreationExtras" into androidx-main by Sergey Vasilinets · 2 years, 11 months ago
  97. b5d27ff Add a sample for arguments in the nested NavGraph by Jeremy Woods · 3 years ago
  98. f40981b Merge "Use {argName} for validating deep link arguments" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  99. 6066a7e Use {argName} for validating deep link arguments by Ian Lake · 2 years, 11 months ago
  100. acc88d2 Update docs for lifecycle and pin dependencies on 2.4.0-rc01 by Nick Anthony · 2 years, 11 months ago