Skip to content

Release/v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 12:48

New

  • ActivityLink and FragmentLink interception allows logging and changing which screen is going to displayed depending of your own business logic
  • Added samples for ActivityLink and FragmentLink interception
  • Added unit tests

Breaking changes

  • All implementations of ActivityLink and FragmentLink are required to implement Parcelable interface, this allow ActivityLink and FragmentLink interception;
  • DeepLinkInterceptor interface was refactored and the intercept method signature changed.