History log of /frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/AndroidFragment.java
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/integration-tests/testapp/src/main/java/androidx/navigation/testapp/AndroidFragment.java
3e4c2e8ed42ed4f3d4e0772951b329c0c07413dc 20-Apr-2018 Ian Lake <ilake@google.com> API Council feedback: NonNull findNavController

Integrate API Council feedback that
getNavController() methods should be removed as
it is not an O(1) operation and that
findNavController() should return non-null or throw
(essentially taking the behavior of the old
get() methods).

Removed navController Kotlin property extensions,
relying instead on the more explicit findNavController()
extension methods.

Test: Updated tests pass
BUG: 78344602
Change-Id: I5b32fe0f6bb2291f3e3542b97cba1a133bb85868
/frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/AndroidFragment.java
97f4b5931c96c61f285c0b5b21f487bb23f98b94 03-Apr-2018 Ian Lake <ilake@google.com> Add Navigation.getNavController() methods

Add getNavController methods that return a
NonNull NavController or throw an
IllegalStateException as an alternative to the
Nullable findNavController method.

Test: existing tests pass
BUG: 77536435
Change-Id: I7af1262cd1dc6887b9abd4f9a8e2c4c6cc0c0146
/frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/AndroidFragment.java
1503d52153986fdcfe7e744795010708b7410892 15-Feb-2018 Ian Lake <ilake@google.com> Move Navigation to androidx.navigation package

Test: existing tests pass
BUG: 73496185
Change-Id: I8b4f08b1aa5f9c5678816f47302463fb14e2c629
/frameworks/support/navigation/integration-tests/testapp/src/main/java/androidx/navigation/testapp/AndroidFragment.java