All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v28.04.2016 Changes
onPause
andonDestroy
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 tonucleus.factory
package.
- An ability to instantiate presenters with custom
-
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.
- Separate