You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)