This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Releases: DevDengChao/MVPHelper
Releases · DevDengChao/MVPHelper
Fix: delete wrong file when Contract files have same name.
Fix githubwing#29.
Use for loop
to filter right file, instead of using magic index.
Fix NPE
Fix NPE when the EventLogger trying to hide a balloon.
[Deprecated]Fix modifier bug, add log.
[Deprecated]Compat with Android Studio project
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.