History log of /frameworks/support/navigation/runtime/ktx/src/androidTest/java/androidx/navigation/ActivityNavigatorDestinationBuilderTest.kt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
51c1fe23339181415ed6837f64218b29f677cd59 06-Jun-2018 Ian Lake <ilake@google.com> Fix Lint and Nullability checks throughout Navigation

Test: all tests pass
Change-Id: Ia442b49c2335af5a1ff01e64a5cfa3f25cedfb5d
/frameworks/support/navigation/runtime/ktx/src/androidTest/java/androidx/navigation/ActivityNavigatorDestinationBuilderTest.kt
7e2dc4f678a8b0d8a74bb6d8716258aa373e40fd 12-Apr-2018 Ian Lake <ilake@google.com> Add ActivityNavigator to NavGraph DSL

Adds the ability to create activity destinations
in the NavGraph Kotlin DSL:

navController.createGraph(startDestination = DEST_ID) {
activity(DEST_ID) {
activityClass = DetailActivity::class
action = Intent.ACTION_VIEW

data = "http://www.example.com".toUri()
// Or
dataPattern = "http://www.example.com/{id}"
}
}

Test: new ktx tests
BUG: 77536435
Change-Id: I74d128324c6a225ea58a2b802d1c9503ed09919b
/frameworks/support/navigation/runtime/ktx/src/androidTest/java/androidx/navigation/ActivityNavigatorDestinationBuilderTest.kt