Skip to content

NAPPA Plugin for Android Studio v1.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sshann sshann released this 11 Jun 23:34
· 712 commits to master since this release
da39190

Improve the action that instruments the Android Activities to inject the navigation probes and the initialization of the prefetching library

  • Always inject the code in the top of the methods onCreate and onResume, except for cases when a super constructor is used. In these cases, inject after the constructor as done before.
  • Provide a more clear result message with an overview and which classes and methods were instrumented (or created)
  • Provide information when an error occurs.
  • Improve the action internal code, modularizing the action and describing the method via JavaDoc

Changes: