Releases: nhaarman/Triad
Releases · nhaarman/Triad
0.11.1
- Fixed bug where presenter would not gain control over container
- Created
ContainerDelegate
.
0.11.0
- Added option to wrap a screen's Context
0.10.0
- Removed distinction between Presenter and ScreenPresenter
0.9.0
- Explicitely use ApplicationComponent and ActivityComponent
0.8.1
- Added DrawerScreen
- Removed keyboard manipulation
0.8.0
- Created a way to start Activities with
Triad
- Created a way to manage screen transitions
0.7.1
- Updated
TriadAppCompatActivity
0.7.0
- Made
Presenter.getContainer()
return Optional
instance.
- Updated ButterKnife
- Bugfixes
0.6.0
- Use a custom version of Flow (now called Triad)
- Code cleanup and optimizations
- Don't require to specify an initial screen on startup
0.5.1
- Made
FlowManager
public.
- Code cleanup and optimizations