Releases: avohq/android-avo-inspector
2.1.0
2.0.4
Stability improvements
2.0.3
Disabled sentry
2.0.2
2.0.1
Disable batching in dev mode by default.
2.0.0
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 nullableObject
instead of nullableDebuggerManager
. You can safely cast it to a nullableDebuggerManager
in the dev build and it will always benull
in the prod build. -
Dependency reference is changed to
com.github.avohq.android-avo-inspector:dev:TAG
andcom.github.avohq.android-avo-inspector:prod:TAG
(used to be fromcom.github.avohq:android-avo-inspector:TAG
)
1.3.1
Merge pull request #17 from avohq/handle-exceptions-in-network-logic Handle errors in the connection logic
1.3.0
Merge pull request #14 from avohq/report-errors-to-sentry Report errors to Sentry 🎉
1.2.4
Merge pull request #13 from avohq/release-1.2.4 Release 1.2.4
1.2.3
Release 1.2.3