Releases: Manabu-GT/DebugOverlay-Android
Releases · Manabu-GT/DebugOverlay-Android
v2.1.0
What's Changed
- feat(core): make BugReportExporter public by @Manabu-GT in #180
- fix(deps): update dependency com.google.android.material:material to v1.13.0 by @renovate[bot] in #178
- fix(deps): update androidx libraries by @renovate[bot] in #177
See CHANGELOG.md for full details.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Complete rewrite. DebugOverlay v2.0.0 gives you zero-config runtime diagnostics for debug builds. Catch performance issues and bugs during development—without heavy profilers or cloud dependencies. Built from the ground up with Jetpack Compose, Material Design 3, and modern Android APIs.
See CHANGELOG.md for full details.
New Contributors
Full Changelog: v1.1.4...v2.0.0
v1.1.4 release
What's Changed
- Build & toolchain – Migrated the entire project to Gradle Kotlin DSL with a shared
libs.versions.toml, upgraded the wrapper/AGP stack (Gradle 8.13, AGP 8.13.0). - Android platform updates – Raised
minSdkto 26 /targetSdkto 36, migrated dependencies to AndroidX, and cleaned up manifest/service initialization (DebugOverlay now installs only in the app’s main process and drops stale permission checks). - CPU/FPS modules – Fixed CPU usage/frequency collectors to operate correctly on API 26+ and tidied related overlays/resources.
Full Changelog: v1.1.3...v1.1.4
v1.1.3 release
- Add a NetStatsModule as an extension module
- Support Library 26.0.1 -> 26.1.0
v1.1.2 release
- Add a TimberModule as an extension module
- Update the LogcatLine to make it work with the TimberModule
v1.1.1 release
- Fix to close filereaders in CpuFreqDataModule after reading data
v1.1.0 release
- Android O support (Note: CpuUsageModule/CpuFreqModule will not work on Android O and above)
- Add a CpuFreqModule to show current/max frequencies of all the cpu cores
- Support Library 25.3.1 -> 26.0.1
v1.0.1 release
- Use split v4 support library as dependencies for less size
- Support Library 25.3.0 -> 25.3.1
v1.0.0 release
Initial Release