[go: nahoru, domu]

  1. 3f30485 Fix NavGraph equals to consider other graph nodes by Jeremy Woods · 8 months ago
  2. a2758d4 Merge "Update lint stubs to be compiled with Kotlinc 1.9.20" into androidx-main by Treehugger Robot · 8 months ago
  3. e0a9476 Update lint stubs to be compiled with Kotlinc 1.9.20 by Louis Pullen-Freilich · 8 months ago
  4. caa68d4 Remove no op SdkSuppress and non-applicable tests by Sergey Vasilinetc · 8 months ago
  5. 5d5f81c Upgrade to stable version of material in navigation-ui by Aurimas Liutikas · 8 months ago
  6. d02fb06 Stop using alpha/beta/rc when a stable version is available by Aurimas Liutikas · 8 months ago
  7. 5a31d85 Add implicit aapt2 dependencies for gradle testkit tests that use AGP by Aurimas Liutikas · 8 months ago
  8. b2cdaaa Merge "Swap the order of DisposableEffect in NavHost" into androidx-main by Treehugger Robot · 8 months ago
  9. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 8 months ago
  10. 85933c9 Swap the order of DisposableEffect in NavHost by Jeremy Woods · 8 months ago
  11. b4902f3 Update to Kotlin 1.9.20 by Andrei Shikov · 11 months ago
  12. 3279445 [GH] Move playground projects into a separate folder by Yigit Boyar · 9 months ago
  13. 4e57779e Convert ComponentActivity to Kotlin by Ian Lake · 9 months ago
  14. a52a01e on main - update dependency to fragment 1.6.2 by Prajakta Patil · 9 months ago
  15. 06f18f7 Improve the performance of NavGraph.equals() by Ian Lake · 9 months ago
  16. 575f70a Add benchmark for NavGraph.equals() by Ian Lake · 9 months ago
  17. 5087003 Fix handling deep links only once on NEW_TASK+CLEAR_TASK by Ian Lake · 9 months ago
  18. 301513d Fix NavDestination equality when using NavAction by Ian Lake · 9 months ago
  19. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 9 months ago
  20. 410f637 Merge "Allow NavHost to display entries on first composition" into androidx-main by Treehugger Robot · 9 months ago
  21. 2594b43 Allow NavHost to display entries on first composition by Jeremy Woods · 9 months ago
  22. 5d32c2c Fix popped Dialogs not marked complete by Clara Fok · 9 months ago
  23. 690f94c Fix ViewModel not cleared after pop by Clara Fok · 9 months ago
  24. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 10 months ago
  25. b72f670 Merge "Clean up lint baseline calls" into androidx-main by Treehugger Robot · 10 months ago
  26. 5bf8740 Clean up lint baseline calls by Jeremy Woods · 10 months ago
  27. 98794ac Merge "Add a test for navigate with popUpTo nested graph" into androidx-main by Treehugger Robot · 10 months ago
  28. b292676 Add a test for navigate with popUpTo nested graph by Jeremy Woods · 10 months ago
  29. d29b0c2 Add support for navigating with popUpTo route by Clara Fok · 10 months ago
  30. 1afb458 Fix pop signal in FragmentNavigator by Clara Fok · 10 months ago
  31. e579f23 Fix double system back press with postponed Fragment container by Clara Fok · 10 months ago
  32. af0049e Fix DialogFragment lifecycle when dismissed by Clara Fok · 10 months ago
  33. 78d1d02 Add lint rule for primitive collections by George Mount · 10 months ago
  34. 54f30ed Merge "Fix flaky test in FragmentNavigatorTest" into androidx-main by Treehugger Robot · 10 months ago
  35. 21d5146 Fix flaky test in FragmentNavigatorTest by Clara Fok · 10 months ago
  36. 073de5f Merge "Re-enable android.uniquePackageNames check" into androidx-main by Treehugger Robot · 10 months ago
  37. 76e7334 Merge "Add joinToString() to collections" into androidx-main by Treehugger Robot · 10 months ago
  38. b557296 AGP 8.3.0-alpha02 and corresponding Studio by Jeff Gaston · 10 months ago
  39. 8d37403 Add joinToString() to collections by George Mount · 10 months ago
  40. f61da31 Fix entry not marked complete after view is destroyed by Clara Fok · 10 months ago
  41. 34427f0 Fix DialogFragment not marked transition complete by Clara Fok · 11 months ago
  42. 13796a2 Update Navigation Lifecycle dependency by Jeremy Woods · 11 months ago
  43. b624e50 Fix Dialog not marked complete by Clara Fok · 1 year, 1 month ago
  44. aa35520 Merge "Fix visible NavBackStackEntry that should be marked STARTED" into androidx-main by Treehugger Robot · 11 months ago
  45. 396870f Fix visible NavBackStackEntry that should be marked STARTED by Clara Fok · 11 months ago
  46. 48a33a9 Update lint baselines for forked RestrictedApi check by Alan Viverette · 11 months ago
  47. ecfb548 Re-enable android.uniquePackageNames check by Aurimas Liutikas · 11 months ago
  48. 7beeab1 Merge "Update lint baselines after AGP upgrade" into androidx-main by Treehugger Robot · 11 months ago
  49. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 11 months ago
  50. db58f34 Update lint baselines after AGP upgrade by Aurimas Liutikas · 11 months ago
  51. f1190d9 androidx-main nav-compose dependency bump to compose 1.5.1 by Prajakta Patil · 11 months ago
  52. 1016d23 Merge "Remove usage of @suppress tags in compose ui tooling libraries" into androidx-main by Treehugger Robot · 11 months ago
  53. 5506551 Remove usage of @suppress tags in compose ui tooling libraries by Aurimas Liutikas · 11 months ago
  54. f3ea09e Merge "Use task config avoidance API in SafeArgs" into androidx-main by Treehugger Robot · 11 months ago
  55. c697809 Use task config avoidance API in SafeArgs by Jeremy Woods · 11 months ago
  56. 9a50555 Opt-in Metalava w/ K2 UAST (R2) by Jinseong Jeon · 11 months ago
  57. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 11 months ago
  58. e6b67ac Fix fragmetNavigateClearBackStack test on API 17 by Jeremy Woods · 11 months ago
  59. 99a81a5 Merge "Re-enable RestricedApi check" into androidx-main by Treehugger Robot · 11 months ago
  60. 578019f Re-enable RestricedApi check by Aurimas Liutikas · 11 months ago
  61. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 11 months ago
  62. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 11 months ago
  63. c1fce80 Use projectOrArtifact for navigation by Dustin Lam · 11 months ago
  64. aeb4b9f Fix issue with changing state as part of composition by Jeremy Woods · 11 months ago
  65. 6b24435 Merge "Move snapshot test to their own suite" into androidx-main by Treehugger Robot · 11 months ago
  66. 9b4e0a9 Move snapshot test to their own suite by Jeremy Woods · 11 months ago
  67. fad6fef Merge "Enable in-app predictive back in Navigation app" into androidx-main by Treehugger Robot · 11 months ago
  68. 09f3d5b Enable in-app predictive back in Navigation app by Jeremy Woods · 11 months ago
  69. 5fdc134 Catch uses of @suppress usage in kdoc by Aurimas Liutikas · 12 months ago
  70. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  71. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 11 months ago
  72. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 12 months ago
  73. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 12 months ago
  74. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 12 months ago
  75. cbff5b8 Move navigation to compose 1.5.0 stable prebuilts by Jeremy Woods · 12 months ago
  76. be7d5d5 Update Compose and emoji2 version for Navigation dep by natnaelbelay · 12 months ago
  77. a6dec5a Update Kotlinpoet to 1.14.2 by Daniel Santiago Rivera · 1 year, 2 months ago
  78. 0272623 Strip org.xmlpull classes from navigation-safe-args-generator tests by Aurimas Liutikas · 12 months ago
  79. f8b01b6 Remove use of deprecated Project.buildDir in safe args plugin by Aurimas Liutikas · 1 year ago
  80. f693be1 Store Compose transition lambdas in destinations by Ian Lake · 1 year ago
  81. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year ago
  82. 9fc540f Remove the last uses of @hide in androidx codebase by Aurimas Liutikas · 1 year, 1 month ago
  83. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 1 year, 1 month ago
  84. 7ef42b6 Extract SDK config that varies downstream to Gradle properties by Alan Viverette · 1 year, 1 month ago
  85. 6cfc825 Add experimental APIs to past signature files by Julia McClellan · 1 year, 1 month ago
  86. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 1 month ago
  87. bf4faa1 Adding verbose logging for FragmentNavigator by Jeremy Woods · 1 year, 1 month ago
  88. 62f4fb2 Add screenshot test for NavHost zIndex by Clara Fok · 1 year, 1 month ago
  89. b0a4653 Merge "Bump Navigation to 2.7.0-beta02" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  90. cf12809 Bump Navigation to 2.7.0-beta02 by Jeremy Woods · 1 year, 1 month ago
  91. 8cbd8cc6 Changed compose dependency from beta02 to beta03 by Prajakta Patil · 1 year, 1 month ago
  92. 3765621 Fix zIndex in NavHost by Clara Fok · 1 year, 1 month ago
  93. 5b3ae95 Merge "api("androidx.fragment:fragment-ktx:1.6.0")" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  94. b2fd1f9 for navbeta01 compose dependecy bump to 1.5.0-beta02 by Prajakta Patil · 1 year, 2 months ago
  95. c97efcf Merge "Integrate BackHandler into NavHost" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  96. d2c5efe Integrate BackHandler into NavHost by Jeremy Woods · 1 year, 2 months ago
  97. 96abbed nav 2.7.0-beta01 Test: ./gradlew buildOnServer by Prajakta Patil · 1 year, 2 months ago
  98. bb5c18c api("androidx.fragment:fragment-ktx:1.6.0") by Prajakta Patil · 1 year, 2 months ago
  99. 1a84952 Pin dependency on androidx.compose.foundation by Natnael Belay · 1 year, 2 months ago
  100. 7a4f636 updated 4 compose dependencies to use 1.5.0-beta01 by Prajakta Patil · 1 year, 2 months ago