-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task/prefer physical device if connected #25
Task/prefer physical device if connected #25
Conversation
Support Android devices
If you hope for passing tests: #34 has to be merged and this branch then rebased onto |
Ok, all the changes are rather small but helped a lot with getting Android to work better. It might be faster for you to just look at the last PR and if you like the accumulated changes, simply copy paste them? |
Ah, now I see that these are staggered pull requests - each one adding another feature. I will edit your description to reflect that. |
This PR is currently missing the implementation of |
Ah, was added in your fork in a later commit as well: koa-health@66b6b27#diff-c25f5436d57d8f3c5b863535e37855d4 Could you please cherry pick this commit and also the following one into this branch? koa-health@9f0dafe#diff-c25f5436d57d8f3c5b863535e37855d4 That should make the file correct. |
I think #46 is exactly what I asked for in my previous comment. So it probably makes sense to not merge this one, and just merge the other one. Correct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
util.getAndroidPhysicalDevice is missing here
#46 does have it (and more)
Sorry about the staggered PR's. I was not sure which was the best way to send the PR's so I just took the PR's I had and created new ones back from the fork. I understand this was not optimal but hopefully the last one that contains all changes is small enough to decide if you want to integrate the changes or not. |
It is small enough, but I still want to merge the changes feature by feature. But I can edit your PR branches, so I should be able to just "mangle" them until they fit our needs ;) Thanks for opening the PRs, I will see when I can get through them all and let you know in each one what happens (or not). |
If there is a physical android device connected, use it
Includes #24