Releases: S2-group/NAPPA
Releases · S2-group/NAPPA
NAPPA Plugin for Android Studio v1.1.1
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
andonResume
, 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:
NAPPA Prefetching Library v1.0
Prototype library for enabling Android app to prefetch network requests ahead of time.
NAPPA Plugin for Android Studio v1.1
Improve the action Instrument OkHttpClients
with interceptor
- Identify and instrument more cases
- Provide a more clear result message with an overview and which classes, methods, fields and initializes were instrumented
- Provide information when an error occurs.
Changes:
NAPPA Plugin for Android Studio v1.0
Prototype plugin for Android Studio to automate the instrumentation of existent Android apps to use NAPPA as a prefetching mechanism.