All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v28.04.2016 Changes

    • onPause and onDestroy were separated
    • View does not became dropped on Fragment's onPause
    • Presenters become dropped on View detachment, Fragment and Activity destruction if the owning activity does not have isChangingConfigurations() flag set to true.
  • v11.07.2016 Changes

    • Now activities and fragments drop presenters during onPause instead of onDestroy.
  • v09.06.2015 Changes

    • ๐Ÿš€ Jar library release of core library to provide sources in IntelliJ IDEA. Support libraries are still in aar format because of scary compilation warnings. :D
  • v08.04.2016 Changes

    • ๐Ÿš€ Service release to eliminate some version confusion on maven central.
  • v07.05.2015 Changes

    • An ability to instantiate presenters with custom PresenterFactory, this allows to put arguments into a presenter's constructor or to make an instance-specific dependency injection.
    • NucleusAppCompatActivity
    • ๐Ÿ“ฆ @RequiresPresenter has been moved to nucleus.factory package.
  • v05.09.2015 Changes

    • RxPresenter became completely usable without getView().
    • OperatorSemaphore replaced with standard RxJava operators.
    • ๐Ÿšš Internal structure is simplified even more: removed manager and helper.
    • โœ… All tests became unit tests and are testable without device.
  • v03.04.2015 Changes

    • Separate PresenterHelper class for easier View class creation.