Skip to content

v1.4.0

Compare
Choose a tag to compare
@arthur3486 arthur3486 released this 16 Feb 01:20
· 7 commits to master since this release
  • Add the support for navigation between Fragments using the Navigation Library NavDirections into the MvvmFragment & MvvmActivity - (modules: mvvm-navigation, mvvm-navigation-dagger)
  • Add the ability for specification of the initial input for the "start destination" Fragment - (modules: mvvm-navigation, mvvm-navigation-dagger)
  • Add the support for layoutId specification through the constructors of MvvmActivity & MvvmFragment
  • Simplify the ViewModel injection process when using the mvvm-dagger & mvvm-navigation-dagger modules