partipan-dot

Results 23 issues of partipan-dot

If the package name of the instrumenting app is too long the progress text could be cut off (below cancel button).

bug

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.

bug

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