Ivan Nariño Del Castillo
Ivan Nariño Del Castillo
I think the monkey command tool could do the job `adb shell monkey -p com.karumi.dexter.sample --ignore-crashes --kill-process-after-error --ignore-timeouts --ignore-security-exceptions --pct-nav 70 --pct-majornav 15 --pct-touch 5 --pct-trackball 5 --pct-motion 5 -s...
Not really, I am going to do some tests.
I don't know why, but on some devices the DexterActivity is not finished. I used 'Activity Manager State' to check if the activity was still alive after accepting the permission....
@Serchinastico it works perfectly (see my comment on your PR) :+1:
That is a bug from the implementation of BulletSpan in Android < 28. It would great that the library would implement a fixed version of BulletSpan...
I suggested one approach in the following PR #172 , the fixed implementation is still required though. The implementation can be inspired from this article https://medium.com/ackee/how-to-make-bulletproof-bullet-lists-in-textview-223c54fb21e6
It's been almost 6 months that the repo hasn't been maintained, let us know if we can help to get this release rolling!
The bug is still there
The workaround I found is to remove the Toolbar setting a theme to the test application via the `src/androidTest/AndroidManifest.xml`: ``` ```
Hi Ahmet, I created a pull request #4 that solves the issue