Fixed
Status Update
Comments
pa...@google.com <pa...@google.com>
je...@google.com <je...@google.com>
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
jo...@jossiwolf.de <jo...@jossiwolf.de> #3
I found an example
D/Autofill Status: Autofill popup isn't shown because autofill is not available.
Did you set up autofill?
1. Go to Settings > System > Languages&input > Advanced > Autofill Service
2. Pick a service
Did you add an account?
1. Go to Settings > System > Languages&input > Advanced
2. Click on the settings icon next to the Autofill Service
3. Add your account
Is this a bug on your side or do the app developers of these password managers need to change their implementation?
Description
Not sure if this is possible because of beta now, but it would be nice to add the start and end values of a swipe as parameters with default values to
swipeDown
,swipeUp
,swipeLeft
andswipeRight
.I was working on a test where I wanted to test a swipe upwards, but only to a certain point. Using
swipe
instead works, but it's not as readable if you have to calculate that in every test.This is what I had in mind:
Here's an example test of where this would be useful:
What do you think? It doesn't change existing behaviour and is backwards-compatible, but ofc still an API change.