Skip to content

Releases: avohq/android-avo-inspector

2.1.0

14 Aug 15:03
66cf24f
Compare
Choose a tag to compare

Set min SDK to 21

2.0.4

09 Jan 13:06
ad8d5be
Compare
Choose a tag to compare

Stability improvements

2.0.3

11 Mar 17:50
a13ba4f
Compare
Choose a tag to compare

Disabled sentry

2.0.2

14 Jan 13:32
b9d0a57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

18 May 11:23
Compare
Choose a tag to compare

Disable batching in dev mode by default.

2.0.0

08 Feb 16:15
Compare
Choose a tag to compare

Splitting the lib into 2 flavours.

com.github.avohq.android-avo-inspector:dev:TAG includes the visual debugger and a SYSTEM_ALERT_WINDOW permission

com.github.avohq.android-avo-inspector:prod:TAG does not include the visual debugger and a SYSTEM_ALERT_WINDOW permission

Suggested usage is:

releaseImplementation 'com.github.avohq.android-avo-inspector:prod:TAG'
debugImplementation 'com.github.avohq.android-avo-inspector:dev:TAG'

Breaking changes

  • Inspector.getVisualInspector() now returns a nullable Object instead of nullable DebuggerManager. You can safely cast it to a nullable DebuggerManager in the dev build and it will always be null in the prod build.

  • Dependency reference is changed to com.github.avohq.android-avo-inspector:dev:TAG and com.github.avohq.android-avo-inspector:prod:TAG (used to be from com.github.avohq:android-avo-inspector:TAG)

1.3.1

26 Nov 11:36
ea66118
Compare
Choose a tag to compare
Merge pull request #17 from avohq/handle-exceptions-in-network-logic

Handle errors in the connection logic

1.3.0

18 Sep 10:04
044138b
Compare
Choose a tag to compare
Merge pull request #14 from avohq/report-errors-to-sentry

Report errors to Sentry 🎉

1.2.4

14 Aug 18:28
e469a99
Compare
Choose a tag to compare
Merge pull request #13 from avohq/release-1.2.4

Release 1.2.4

1.2.3

10 Aug 15:50
Compare
Choose a tag to compare
Release 1.2.3