1. c48e5cd Merge "Set type to PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS for published consumed only by Kotlin libs" into androidx-main by Aurimas Liutikas · 5 weeks ago
  2. 0502892 Merge "Replace deprecated EmptySerializersModule" into androidx-main by Treehugger Robot · 5 weeks ago
  3. 8598bbb Replace deprecated EmptySerializersModule by Clara Fok · 5 weeks ago
  4. a3085e1e Set type to PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS for published consumed only by Kotlin libs by Omar Ismail · 6 weeks ago
  5. fd7d0dc GetBackStack to throw if route not in graph by Clara Fok · 6 weeks ago
  6. bace4be PopBackStack and Navigate to throw if route not in graph by Clara Fok · 6 weeks ago
  7. 8ff41a1 Rename PUBLISHED_KOTLIN_ONLY_LIBRARY for clarity and simplify optimising for kotlin only consumers by Omar Ismail · 6 weeks ago
  8. ee9653e Use object instance instead of class by Clara Fok · 6 weeks ago
  9. d12a1d3 Update lint baseline after minSdkVersion 21 bump by Aurimas Liutikas · 8 weeks ago
  10. 153cc28 Remove Destination interface by Ian Lake · 6 weeks ago
  11. 63ad7d7 Add new demo NavWithArgsInNestedGraphDemo by Clara Fok · 6 weeks ago
  12. 8207015 Merge "Update compose demos" into androidx-main by Treehugger Robot · 6 weeks ago
  13. 205c2bf Merge "Add NavDestionation.hasRoute overload" into androidx-main by Treehugger Robot · 6 weeks ago
  14. 75192d8 Merge "Update compose samples" into androidx-main by Treehugger Robot · 6 weeks ago
  15. 35770e5 Update compose demos by Clara Fok · 6 weeks ago
  16. dc2cbe2 Add NavDestionation.hasRoute overload by Clara Fok · 6 weeks ago
  17. 6d232ea Update compose samples by Clara Fok · 6 weeks ago
  18. 3259e05 Add SavedStateHandle.toRoute() API by Clara Fok · 6 weeks ago
  19. a740327 Add hasRoute<T> API for NavDestination by Clara Fok · 6 weeks ago
  20. 5b0f798 Merge "New add deepLink from KClass APIs for NavDestinationBuilder" into androidx-main by Treehugger Robot · 6 weeks ago
  21. 3a3c7c4 Merge "Revert "Add hasRoute<T> API for NavDestination"" into androidx-main by Aurimas Liutikas · 6 weeks ago
  22. 15a66e2 Revert "Add hasRoute<T> API for NavDestination" by Aurimas Liutikas · 6 weeks ago
  23. 0aec6cf Merge "Add hasRoute<T> API for NavDestination" into androidx-main by Treehugger Robot · 6 weeks ago
  24. bbf8d5a New add deepLink from KClass APIs for NavDestinationBuilder by Clara Fok · 7 weeks ago
  25. 501d6aa Add hasRoute<T> API for NavDestination by Clara Fok · 6 weeks ago
  26. 1870828 Delete ExperimentalSafeArgsApi by Clara Fok · 6 weeks ago
  27. a19b813 Remove ExperimentalSafeArgsApi uses from navigation-dynamic-features-runtime by Clara Fok · 6 weeks ago
  28. 92492a5 Remove ExperimentalSafeArgsApi uses from navigation-dynamic-features-fragment by Clara Fok · 6 weeks ago
  29. 5a78bef Remove ExperimentalSafeArgsApi uses from navigation-fragment by Clara Fok · 6 weeks ago
  30. c2270851 Remove ExperimentalSafeArgsApi uses from navigation-compose by Clara Fok · 6 weeks ago
  31. 3ad7656 Remove ExperimentalSafeArgsApi uses from navigation-runtime by Clara Fok · 6 weeks ago
  32. 585ddc7 Remove ExperimentalSafeArgsApi uses from navigation-common by Clara Fok · 6 weeks ago
  33. 89d0df0 Merge "Update navDeepLink dsl to take basePath" into androidx-main by Clara Fok · 6 weeks ago
  34. de55ac0 Merge "Opt-in Metalava with K2 UAST" into androidx-main by Jinseong Jeon · 6 weeks ago
  35. 978353a Update navDeepLink dsl to take basePath by Clara Fok · 7 weeks ago
  36. caf37271 Update kdoc for NavOptionsBuilder popUpTo by Clara Fok · 6 weeks ago
  37. e327530 Opt-in Metalava with K2 UAST by Jinseong Jeon · 7 weeks ago
  38. 2562442 Merge "Update setUriPattern param name" into androidx-main by Treehugger Robot · 7 weeks ago
  39. fe58bc6 Update setUriPattern param name by Clara Fok · 7 weeks ago
  40. 61fb875 Add Safe Args native support for List NavTypes by Clara Fok · 7 weeks ago
  41. ccbada2 Add built-in List NavTypes by Clara Fok · 7 weeks ago
  42. d73373b Merge "Add LocalFragment to navigation-fragment-compose" into androidx-main by Ian Lake · 7 weeks ago
  43. 261c755 Add LocalFragment to navigation-fragment-compose by Ian Lake · 7 weeks ago
  44. cfcb4a7 Add tests for CollectionNavType by Clara Fok · 7 weeks ago
  45. c81375f Merge "RoutePattern generation should throw on unknown NavType" into androidx-main by Treehugger Robot · 7 weeks ago
  46. 1b49f34 Merge "Clean up NavTypeConverter" into androidx-main by Clara Fok · 7 weeks ago
  47. 21fda9f Merge "Fix KType mismatch with kotlin reflect" into androidx-main by Clara Fok · 7 weeks ago
  48. c833e65 RoutePattern generation should throw on unknown NavType by Clara Fok · 7 weeks ago
  49. 35fda1f Clean up NavTypeConverter by Clara Fok · 7 weeks ago
  50. adb4385a Fix KType mismatch with kotlin reflect by Clara Fok · 7 weeks ago
  51. f9ecaad Merge "Move to CommonExtension as BaseExtension is not part of AGP gradle-api." into androidx-main by Omar Ismail · 7 weeks ago
  52. f780db8 Move to CommonExtension as BaseExtension is not part of AGP gradle-api. by Omar Ismail · 7 weeks ago
  53. d1f355c Add navDeepLink DSL to create a NavDeepLink with KClass by Clara Fok · 7 weeks ago
  54. 25f2970 Add DeepLink setUriPattern API with KClass by Clara Fok · 7 weeks ago
  55. 6e1a7fb Update criteria for required arguments by Clara Fok · 7 weeks ago
  56. 0455368 Make addInDefaultArg bypass unknown default values by Clara Fok · 7 weeks ago
  57. 8de77d3 Improve deeplink parse result readability by Clara Fok · 7 weeks ago
  58. b2e619b Update RouteDecoder docs by Clara Fok · 7 weeks ago
  59. 7d27fcb Merge "RouteDecoder fallback to default value" into androidx-main by Clara Fok · 7 weeks ago
  60. b2c283a RouteDecoder fallback to default value by Clara Fok · 7 weeks ago