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

Releases: nhaarman/Triad

0.17.0

21 Jan 12:48
Compare
Choose a tag to compare
  • Created separate Kotlin modules

0.16.0

06 Jan 14:58
Compare
Choose a tag to compare
  • Screens are notified of creation and destroy.

0.15.0

15 Dec 09:13
Compare
Choose a tag to compare
  • Extracted Presenter to an interface, classes can extend BasePresenter now.
  • Improved animation API.
  • View state is saved when navigating to a new screen.

0.14.1

15 Dec 09:13
Compare
Choose a tag to compare
  • Fixed crash on creating Presenter.

0.14.0

15 Dec 09:12
Compare
Choose a tag to compare
  • Use view ids as a reference for creating presenters instead of a class.

0.13.2

27 Oct 20:01
Compare
Choose a tag to compare
  • Performance improvements

0.13.1

27 Oct 17:34
Compare
Choose a tag to compare
  • Fixed recycling issue in AdapterRelativeLayoutContainer.

0.13.0

27 Oct 17:26
Compare
Choose a tag to compare
  • Removed getTriad() from Presenter in favor of dependency injection.
  • RelativeLayoutContainer, ListViewContainer and AdapterRelativeLayoutContainer don't require third Container type parameter anymore.
  • Use a more intuitive order of generic type parameters.
  • Fixed crash in design tools.

0.12.0

17 Oct 13:49
Compare
Choose a tag to compare
  • Container views now request an instance of their Presenter on their own using the Screen;
  • Added an AdapterRelativeLayoutContainer for use with ListViews.

0.11.2

27 Aug 18:44
Compare
Choose a tag to compare
  • Set Triad instance to drawer presenter