Skip to content

Releases: halcyonmobile/android-common-extensions

v1.1.0

19 Apr 12:57
efe6214
Compare
Choose a tag to compare

This release contains a new module with a new Extension Function on Context to check Network Availability.
The new module is added because this function requires additional permission.

v1.0.2

18 Feb 11:41
Compare
Choose a tag to compare

Dependency update and verified that the solution is still needed

Minor update

27 Jul 15:15
Compare
Choose a tag to compare

No functional changes, contains only dependency updates

v1.0.0

23 Jul 17:36
Compare
Choose a tag to compare
Update publish plugin and version

Include lint rules in safe.navigation library dependency

01 Apr 17:43
a047717
Compare
Choose a tag to compare

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

18 Mar 09:53
Compare
Choose a tag to compare

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

02 Mar 14:19
Compare
Choose a tag to compare

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