EasyMVP Versions Save

A full-featured framework that allows building android applications following the principles of Clean Architecture.

1.2.0-beta8

6 years ago
  • Force loader to call Presenter#onDestroyed inside Controller#onDestroy in conductor
  • Minor bug fix

1.2.0-beta7

6 years ago
  • Support new android gradle plugin (3.x.x)
  • Minor bug fix

1.2.0-beta6

6 years ago
  • Support for different types of UseCases. (#18)

1.2.0-beta5

6 years ago
  • Add @PresenterId annotation to support multiple instances of a same view class in a parent view. (#28)

1.1.1

7 years ago
  • Force compiler to generate Loaders classes

1.2.0-beta1

7 years ago
  • Add @ConductorController annotation to support Conductor. (#10)

1.1.0

7 years ago

1.0.5

7 years ago
  • Clear the view reference in AbstractPresenter#onViewDetached.

1.0.4

7 years ago

1.0.3

7 years ago
  • Downgrading the version of jsr305.