Zachary Wander

Results 45 comments of Zachary Wander

That was fixed on July 30. I was affected by it, and it was fine after that date.

Sorry if I wasn't clear in the OP, but this setup has been largely the same since June. Through that, there were problems with the issue you linked, which got...

This seems to happen when the device has just booted. I have the checker running in my Application class, which runs as soon as any of my components are activated,...

I have this issue too. It seems to be some sort of new verification in Gradle 3.2.0. I changed my classpath back to 3.1.4 and it syncs fine. I wonder...

You can keep using 4.6. Just change the classpath from 3.2.0 to 3.1.4.

Using the JAR from @daio works great for Pie. You can even bypass the hidden API restriction easily for your app, through Java or Kotlin. Subclass the Application class, add...

I removed the "canPerformGestures" flag from the main service's config XML and it let me use my mouse again. As soon as I enable a service with that flag, it...

Steps to reproduce: 1. Enable the main KeyMapper service (not from this commit obviously). 2. Open any browser or any app that uses a WebView renderer (reproduced in Chrome, Samsung...

> i'd like to find another solution to this because it makes stuff more clunky and complicated since there are multiple accessibility services. You could also look at it as...