Skip to content

0.27.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 17:11
· 115 commits to main since this release
58bd380

The documentation has been updated.

Navigation

  • Renamed ActivityResultNavigator base class to ActivityNavigator and moved
    navigateTo(ActivityRoute) to it. With this change the limitation that any
    Intent needs to use FLAG_ACTIVITY_NEW_TASK is removed.
  • Removed ActivityDestination. Instead ActivityRoute implementations now
    are building the full Intent. For InternalActivityRoute the route is still
    Intent automatically added to the Intent and the Intent is automatically
    limited to the current package to prevent hijacking of actions.
  • Removed the ability to add ActivityRoute to a DeepLink. The same can be achieved
    by just launching 2 intents or using TaskStackBuilder.