Skip to content

Releases: Manabu-GT/DebugOverlay-Android

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 21 May 23:40
05f5f52

What's Changed

  • [fix] drop FLAG_ACTIVITY_NEW_TASK when launching BugReportActivity from an Activity context by @Manabu-GT in #252

Full Changelog: v2.6.0...v2.6.1

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 19 May 06:12
203ea3b

What's Changed

  • [feat] add maxLogcatEntries new config param by @Manabu-GT in #247
  • [feat] add a thermal status row to the debug overlay panel by @Manabu-GT in #248
  • [docs][refactor] update README/CHANGELOG for maxLogcatEntries + refactor LogcatDataSource by @Manabu-GT in #249

Full Changelog: v2.5.0...v2.6.0

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 12 May 07:07
213ff95

What's Changed

  • [feat] add a new toolbar button to clear logcat/timber/newtork/custom logs by @Manabu-GT in #242

Full Changelog: v2.4.0...v2.5.0

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 08 May 07:19
2d70bb4

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 01 May 01:22
91dfe5e

What's Changed

  • feat: add hidden overlay mode and a new API to open panel programmatically by @Manabu-GT in #232

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 06:08
4c27384

What's Changed

  • fix: display query parameters in network overlay UI by @Manabu-GT in #223

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 05:52
d588a6b

What's Changed

  • chore: update to use gradle 9.2.1 and AGP 9.0.1 by @Manabu-GT in #210
  • chore: remove kotlin-android plugin to be fully compatible with AGP 9 by @Manabu-GT in #211
  • feat: Custom Tab API for debug panel by @Manabu-GT in #213
  • chore: remove BCV plugin (incompatible with AGP 9) by @Manabu-GT in #214

See CHANGELOG.md for full details.

Full Changelog: v2.1.1...v2.2.0

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Mar 23:23
2910c17

What's Changed

  • chore: remove unused imports by @Manabu-GT in #186
  • fix(deps): update androidx libraries by @renovate[bot] in #193
  • fix(deps): update dependency com.squareup.radiography:radiography to v2.9 by @renovate[bot] in #196
  • fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.10.0 by @renovate[bot] in #191
  • fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.10.0 by @renovate[bot] in #192

See CHANGELOG.md for full details.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 06:03
bc2c916

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

Choose a tag to compare

@github-actions github-actions released this 27 Jan 05:47
8ea519d

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