Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Releases: DevDengChao/MVPHelper

Fix: delete wrong file when Contract files have same name.

25 Sep 13:46
Compare
Choose a tag to compare

Fix githubwing#29.
Use for loop to filter right file, instead of using magic index.

Fix NPE

19 Jul 13:08
Compare
Choose a tag to compare

Fix NPE when the EventLogger trying to hide a balloon.

[Deprecated]Fix modifier bug, add log.

27 Apr 15:05
Compare
Choose a tag to compare

Fix the modifier bug again of generated classes : package-private -> public;
Add EventLogger to print log to Event Log, trace and balloon could be disabled in group Mvp Helper;
log

[Deprecated]Compat with Android Studio project

25 Apr 16:33
Compare
Choose a tag to compare

Deprecated use v2.2 instead

Fix AbstractMethodException caused by Intellij Platform UI Resource Release: default interface is Java 8's feature.
Fix NullPointerException caused by locate root dir logic, I used to locate myCurrentDir to projectRoot/src , but in Android Studio, it should be projectRoot/anyModel/src/main/java .
Fix Contract modifier lose cause by merge, maybe, anyway I just force the generated Contract to be a public interface.