partipan-dot
partipan-dot
If the package name of the instrumenting app is too long the progress text could be cut off (below cancel button).
We react to updates (#22) with a broadcast receiver which listens for android.intent.action.PACKAGE_REPLACED. This doesn't work in oreo anymore (https://developer.android.com/about/versions/oreo/background.html#broadcasts). We can't listen for implicit events.
The logging methods in LogA respect the set log level and ARTistGuishould depend only on LogA. It shouldn't be able to call trikita.log directly. This change depends on: Project-ARTist/ArtistGui#62