Fix release artifacts.
Fix bug where incorrect exit transition was used.
Add support for setting transitions in ViewController. Remove annotation support for transitions.
Added improvements to view binder.
Moving ScreenScooper into the UIContainer to ensure active screen is always used.
Ensure getView is available during onAttach in ViewController.
Adding butterknife binding to viewcontroller.
Only call detach in ViewControllers when attach has been called first.
Adding scoop peek to router.
Removing ConcurrentModificationException bug in Scoop
Migrated scoop creation from Router to UI layer
Eliminating memory leak in scoop.destroy()
Fixing replaceAllWith() in router
Adding support for transitions to null views
Adding getView() to ViewController
Removing default screen from Router's onCreate()
Updating fromController() to type cast screen.
Updating tag to match release.
Fixing bug where Dagger Compiler was being compiled instead of provided.
Adding support for using a Router without a default screen.
Lowering compile sdk to Android 22 to support applications with sdk's below 23.
Adding support for module extension in nested layouts.
Adding layout annotation support.
Screens are now extendable.
Controller, layout, and animation annotations are now located on top of the screen.
Parameters are passed through a screen's constructor.
Enhancement to disable all input events while the screens are transitioning.
Removed parent navigation.
Queued transitions.
Switched to Android library.
Disable click events on screens that are transitioning.
Initial release.