Skip to content

Releases: Manabu-GT/DebugOverlay-Android

v2.1.0

03 Feb 06:03
bc2c916

Choose a tag to compare

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

27 Jan 05:47
8ea519d

Choose a tag to compare

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.

⚠️ This is not a drop-in upgrade from v1.x—the API surface and capabilities have changed significantly.

See CHANGELOG.md for full details.

New Contributors

Full Changelog: v1.1.4...v2.0.0

v1.1.4 release

28 Oct 00:06

Choose a tag to compare

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 minSdk to 26 / targetSdk to 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

24 Sep 07:09

Choose a tag to compare

  • Add a NetStatsModule as an extension module
  • Support Library 26.0.1 -> 26.1.0

v1.1.2 release

10 Sep 06:09

Choose a tag to compare

  • Add a TimberModule as an extension module
  • Update the LogcatLine to make it work with the TimberModule

v1.1.1 release

02 Sep 08:16

Choose a tag to compare

  • Fix to close filereaders in CpuFreqDataModule after reading data

v1.1.0 release

02 Sep 07:33

Choose a tag to compare

  • 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

05 Apr 08:57

Choose a tag to compare

  • Use split v4 support library as dependencies for less size
  • Support Library 25.3.0 -> 25.3.1

v1.0.0 release

04 Apr 09:51

Choose a tag to compare

Initial Release