Skip to content

Releases: thiagokimo/Base

v1.3.0 (2016-03-26)

26 Mar 14:01
Compare
Choose a tag to compare

Base now is a simple interface/contract with the same functionalities than before. Some changes were made:

  • The method instantiatePresenter is now called injectDependencies.
  • The presenters now can access their views through a method called getView().
  • The views can access their presenters through a method called getPresenter().
  • The mvp and the domain modules are now inner packages inside the base module.
  • The old examples were deleted and now there's only one simpler example.

v1.2.0(09/11/2015)

09 Nov 20:49
Compare
Choose a tag to compare
  • Base now allows developers to do Activity-oriented apps with BaseActivity, BaseFragmentActivity, BaseAppCompatActivity and BaseActionbarActivity.
  • BaseMVP doesn't depend on BaseDomain anymore. They're finally independent!

v1.1.1(18/10/2015)

18 Oct 23:23
Compare
Choose a tag to compare
  • Moving the MVP logic into a common module
  • Removing BaseApp

v1.1.0(17/09/2015)

17 Sep 19:14
Compare
Choose a tag to compare
  • Adding Base to support library v4
  • BaseFragment was moved to base-v4

v1.0.0 (07/09/2015)

07 Sep 03:54
Compare
Choose a tag to compare

Initial release