- Maintenance: fixed Gradle warnings (Kudos AndrewHeyO, erykrutkowski!)
- Maintenance: Groovy plugin rewritten to Kotlin (Kudos skrzyneckik!)
- Maintenance: Updated dependencies
- Fix: Support for notifications on Android 26
- New: Allow custom extension to the library using Interceptor like pattern. (Thanks Amulya Khare)!
- New: Activities lifecycle methods tracing
- Update: Use Class.getName() instead of Class.getSimpleName() because of performance issues in anonymous classes
- Update: Don't measure Dagger 2 Producers monitor injections
- Update: Gradle config cleanup, added no-op lib version for release build variant
-
Project renamed to AndroidDevMetrics
-
New: Metrics for Activity lifecycle (measuring execution time of onCreate, onStart, onResume and layout)
-
New: Metrics for frame drops
-
Fix: NullPointerException for @Nullable
- Fix: Overriding stats for non-singleton dependencies
- Fix: ListView group indicator style
Initial release.