Skip to content

Fifth Release

Compare
Choose a tag to compare
@JonatanSalas JonatanSalas released this 01 Dec 11:29
· 88 commits to master since this release

Changelog:

  • Folder refactor under UI package
  • Modified BasePresenter method registerView to attachView in order to get more consistence
  • Added new runOnBackground version in BaseInteractor that uses a ScheduledExecutorService and also cancel method to stop execution
  • Added Custom Views to extend BaseRelativeLayout, BaseFrameLayout and BaseLinearLayout