Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 3b43463f336f94ea0fa0ba595f2435a3c6881d34
Author: Jeremy Woods <jbwoods@google.com>
Date: Mon Oct 04 14:32:40 2021
Add navGraphViewModels that takes a route
We need a navGraphViewModels function in navigation-fragment takes a
route since routes are now the default for using the Kotlin DSL in
navigation.
RelNote: "You can now retrieve navGraphViewModel by using a route
instead of an id."
Test: new tests
Bug: 201446416
Change-Id: I901e3832099e6e2a698e41af1e5e5d9bef7634d5
M navigation/navigation-fragment/src/androidTest/java/androidx/navigation/fragment/NavGraphViewModelLazyTest.kt
M navigation/navigation-fragment/api/public_plus_experimental_current.txt
M navigation/navigation-fragment/src/main/java/androidx/navigation/NavGraphViewModelLazy.kt
M navigation/navigation-fragment/api/current.txt
M navigation/navigation-fragment/api/api_lint.ignore
M navigation/navigation-fragment/api/restricted_current.txt
M navigation/navigation-fragment/src/androidTest/AndroidManifest.xml
https://android-review.googlesource.com/1844714
Branch: androidx-main
commit 3b43463f336f94ea0fa0ba595f2435a3c6881d34
Author: Jeremy Woods <jbwoods@google.com>
Date: Mon Oct 04 14:32:40 2021
Add navGraphViewModels that takes a route
We need a navGraphViewModels function in navigation-fragment takes a
route since routes are now the default for using the Kotlin DSL in
navigation.
RelNote: "You can now retrieve navGraphViewModel by using a route
instead of an id."
Test: new tests
Bug: 201446416
Change-Id: I901e3832099e6e2a698e41af1e5e5d9bef7634d5
M navigation/navigation-fragment/src/androidTest/java/androidx/navigation/fragment/NavGraphViewModelLazyTest.kt
M navigation/navigation-fragment/api/public_plus_experimental_current.txt
M navigation/navigation-fragment/src/main/java/androidx/navigation/NavGraphViewModelLazy.kt
M navigation/navigation-fragment/api/current.txt
M navigation/navigation-fragment/api/api_lint.ignore
M navigation/navigation-fragment/api/restricted_current.txt
M navigation/navigation-fragment/src/androidTest/AndroidManifest.xml
jb...@google.com <jb...@google.com> #3
This has been fixed internally and will be available in the next Navigation release.
Description
Component used: Navigation Version used: 2.4.0-alpha09 Devices/Android versions reproduced on:
With the Navigation Kotlin DSL deprecating IDs,
navGraphViewModels
needs to support routes as the key.