Flow v0.8 Release Notes

Release Date: 2014-09-17 // over 9 years ago
    • API break: The Listener now gets a Callback, which it must call when it has completed a transition.
    • 👍 Flow now supports reentry. While a Listener is executing, calls to Flow which modify the backstack are enqueued.
    • Beefed up sample app, including demonstration of providing view persistence via the back stack