Releases: halcyonmobile/android-common-extensions
Releases · halcyonmobile/android-common-extensions
v1.1.0
v1.0.2
Minor update
No functional changes, contains only dependency updates
v1.0.0
Include lint rules in safe.navigation library dependency
Navigation lint rules are now published as part of 'safe.navigation' artifact.
lintCheck "...safe.navigation.lint"
entry is not needed anymore.
Navigation Lint Check and Reliable Keyboard Showing
This release contains two main changes:
-
first version of a new lint warning was created to notifies you about the navController.navigate calls when they are not in an if-check or if it's not findSafeNavController()
-
A show-keyboard extension has been introduced to show keyboard reliably.
Safe Navigation release
First implementation of findSafeNavController.
Only accessible from fragments.
Can be used to make sure double tap on a view triggering navigation event doesn't crash