flow
flow copied to clipboard
Name UI states, navigate between them, remember where you've been.
Services is basically undocumented, and has this stale bit in it. ``` /** * Sets up any services associated with the key, and make them accessible via the context. *...
I have encountered an issue where the history size shrinks while a traversal is in-flight. This could happen any time you hold traversals while you're switching screens (perhaps for an...
`1.0.0-alpha3` 1. user taps back button. we're on the loading screen, so we just pass along the call to `Activity.onBackPressed()` 2. `LoadingScreenView` finishes loading its data, kicks off a call...
It's not obvious that we treat the front of the `History` list as the top of the stack. You can always dig into the code to find out, but it...
It’s odd that `Flow#setDispatcher()` is still public, since it can be provided via the `flow.Installer`. `setHistoryFilter()` should move to the installer as well.
Interesting dispatchers redirect, which means that they need access to the Flow instance. That actually be tricky to get, since the only public API is via the Context, and who...
Spun off of #180
I'm newbie in flow/mortar concepts, I've got how to user mortar to provide custom services via getSystemContext, and understood basic concept of how flow works, but only with simple examples....
Since flow 1.0 is a major update from 0.X should we change the package name? Normally this policy is for major version upgrades, but does this also make sense for...