Skip to content

v1.1.0

Compare
Choose a tag to compare
@ryanmoelter ryanmoelter released this 09 May 04:48
· 626 commits to master since this release
f690979
  • Add support for RxJava 2 in magellan-rx2 (thanks @FabianTerhorst)
  • Add whenTransitionFinished(TransitionFinishedListener) method to delay the execution of a code block until after the transition into the current screen is finished. This allows one to, for example, delay view updates until the transition has finished to avoid dropping frames.
  • Add Navigator.goBackTo() with navigation type
  • Add Screen.setTitle(CharSequence) instead of requiring a string resource
  • Add Screen.inflate() without context argument (thanks @theyann)