2017-08-1
- Fix conductor
Controller#onDestroy
NPE
2017-07-24
- Minor bug fix
2017-06-18
- Force loader to call
Presenter#onDestroyed
insideController#onDestroy
in conductor - Minor bug fix
2017-06-11
- Support new android gradle plugin (3.x.x)
- Minor bug fix
2017-05-29
- Support for different types of UseCases. (#18)
2017-05-19
- Add
@PresenterId
annotation to support multiple instances of a same view class in a parent view. (#28)
2017-05-10
- When return
super.onCreateView
doesn't override, weaver will override and return its super method.
2017-05-03
2017-04-19
- Force compiler to generate Loaders classes
2017-03-12
- Support RxJava 2 (special thanks to lujiajing1126).
2017-01-11
- Clear the view reference in
AbstractPresenter#onViewDetached
.
2016-11-28
- Use LoaderManager for
android.app.Activity
#16
2016-11-24
- Downgrading the version of
jsr305
.
2016-11-24
- Use
jsr305
at compilation step.
2016-10-29
- Fix a bug related to using both
apt
andannotationProcessor
configurations.
2016-10-28
- First public release.