Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Releases: nhaarman/Triad

0.11.1

25 Aug 19:22
Compare
Choose a tag to compare
  • Fixed bug where presenter would not gain control over container
  • Created ContainerDelegate.

0.11.0

09 Aug 16:55
Compare
Choose a tag to compare
  • Added option to wrap a screen's Context

0.10.0

09 Aug 16:29
Compare
Choose a tag to compare
  • Removed distinction between Presenter and ScreenPresenter

0.9.0

09 Aug 13:41
Compare
Choose a tag to compare
  • Explicitely use ApplicationComponent and ActivityComponent

0.8.1

05 Aug 19:53
Compare
Choose a tag to compare
  • Added DrawerScreen
  • Removed keyboard manipulation

0.8.0

02 Aug 13:25
Compare
Choose a tag to compare
  • Created a way to start Activities with Triad
  • Created a way to manage screen transitions

0.7.1

02 Aug 13:23
Compare
Choose a tag to compare
  • Updated TriadAppCompatActivity

0.7.0

11 Jul 13:54
Compare
Choose a tag to compare
  • Made Presenter.getContainer() return Optional instance.
  • Updated ButterKnife
  • Bugfixes

0.6.0

06 Jul 07:05
Compare
Choose a tag to compare
  • 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

20 Jun 17:34
Compare
Choose a tag to compare
  • Made FlowManager public.
  • Code cleanup and optimizations