Android O: Autofill API #40

Closed
opened 2025-11-07 08:24:08 -06:00 by GiteaMirror · 69 comments
Owner

Originally created by @nogweii on GitHub (Apr 11, 2017).

Hooray, Android is getting proper support for password management apps!

https://developer.android.com/preview/features/autofill.html

Currently only available in beta builds of Android O, for very specific Google devices. It'll be quite a while before we see phones actually running whatever the next dessert will be called, so the accessibility service will stick around.

Originally created by @nogweii on GitHub (Apr 11, 2017). Hooray, Android is getting proper support for password management apps! https://developer.android.com/preview/features/autofill.html Currently only available in beta builds of Android O, for very specific Google devices. It'll be quite a while before we see phones actually running whatever the next dessert will be called, so the accessibility service will stick around.
GiteaMirror added the enhancement label 2025-11-07 08:24:08 -06:00
Author
Owner

@kspearrin commented on GitHub (Apr 11, 2017):

Yes, we plan to add support for this as soon as the API is available in Xamarin.Android.

@kspearrin commented on GitHub (Apr 11, 2017): Yes, we plan to add support for this as soon as the API is available in Xamarin.Android.
Author
Owner

@carlylemiii commented on GitHub (Aug 8, 2017):

Android O is likely to drop within a week or two. Any updated plans on this?

@carlylemiii commented on GitHub (Aug 8, 2017): Android O is likely to drop within a week or two. Any updated plans on this?
Author
Owner

@kspearrin commented on GitHub (Aug 8, 2017):

Looks like there is some support being added to Xamarin.Android recently. I'll start looking into it more now but don't expect something to be available as soon as O lands.

@kspearrin commented on GitHub (Aug 8, 2017): Looks like there is some support being added to `Xamarin.Android` recently. I'll start looking into it more now but don't expect something to be available as soon as O lands.
Author
Owner

@wjbeckett commented on GitHub (Aug 22, 2017):

Looking forward to this!

@wjbeckett commented on GitHub (Aug 22, 2017): Looking forward to this!
Author
Owner

@kspearrin commented on GitHub (Aug 23, 2017):

Xamarin will have official Android 8.0 support in v15.4, so we're waiting on that before we start working on this.

@kspearrin commented on GitHub (Aug 23, 2017): Xamarin will have official Android 8.0 support in v15.4, so we're waiting on that before we start working on this.
Author
Owner

@nicosemp commented on GitHub (Sep 15, 2017):

@kspearrin This article was recently posted on developer.xamarin.com.
Can't wait for this to happen!

@nicosemp commented on GitHub (Sep 15, 2017): @kspearrin [This article](https://developer.xamarin.com/guides/android/platform_features/introduction-to-oreo/#autofill) was recently posted on developer.xamarin.com. Can't wait for this to happen!
Author
Owner

@kspearrin commented on GitHub (Sep 15, 2017):

@nicosemp Yep, I've been trying to get 15.4 preview 2 working but am having a hard time with it...

@kspearrin commented on GitHub (Sep 15, 2017): @nicosemp Yep, I've been trying to get 15.4 preview 2 working but am having a hard time with it...
Author
Owner

@kspearrin commented on GitHub (Sep 15, 2017):

Blocked by this issue: https://bugzilla.xamarin.com/show_bug.cgi?id=56740

Looks like I'll have to wait for preview 3

@kspearrin commented on GitHub (Sep 15, 2017): Blocked by this issue: https://bugzilla.xamarin.com/show_bug.cgi?id=56740 Looks like I'll have to wait for preview 3
Author
Owner

@kspearrin commented on GitHub (Sep 16, 2017):

Got around the blocker and started working on this in the autofill branch. https://github.com/bitwarden/mobile/tree/autofill

Check out this quick demo :)

oreo autofill

@kspearrin commented on GitHub (Sep 16, 2017): Got around the blocker and started working on this in the `autofill` branch. https://github.com/bitwarden/mobile/tree/autofill Check out this quick demo :) ![oreo autofill](https://user-images.githubusercontent.com/1190944/30508835-7366d55e-9a6e-11e7-93ab-11d889fb5260.gif)
Author
Owner

@geransmith commented on GitHub (Sep 27, 2017):

@kspearein I'd love to help test on Android. You should setup a beta channel if you haven't already.

@geransmith commented on GitHub (Sep 27, 2017): @kspearein I'd love to help test on Android. You should setup a beta channel if you haven't already.
Author
Owner

@Zer0t3ch commented on GitHub (Oct 11, 2017):

I'm running O on my Nexus 6P, as well. Would be happy to test this if/when it ends up in a beta branch I can install without having to compile myself.

@Zer0t3ch commented on GitHub (Oct 11, 2017): I'm running O on my Nexus 6P, as well. Would be happy to test this if/when it ends up in a beta branch I can install without having to compile myself.
Author
Owner

@anortiz08 commented on GitHub (Oct 15, 2017):

Running Android O on OnePlus 3 OxygenOS, more than willing to test!

@anortiz08 commented on GitHub (Oct 15, 2017): Running Android O on OnePlus 3 OxygenOS, more than willing to test!
Author
Owner

@Moxville commented on GitHub (Oct 16, 2017):

Password Managers using Android Oreo’s Autofill API are Potentially Vulnerable to Data Leakage
https://www.xda-developers.com/password-manager-autofill-api-data-leak/
https://github.com/commonsguy/AutofillFollies/blob/master/WHITE_PAPER.md
Just sharing the links.

@Moxville commented on GitHub (Oct 16, 2017): Password Managers using Android Oreo’s Autofill API are Potentially Vulnerable to Data Leakage https://www.xda-developers.com/password-manager-autofill-api-data-leak/ https://github.com/commonsguy/AutofillFollies/blob/master/WHITE_PAPER.md Just sharing the links.
Author
Owner

@geransmith commented on GitHub (Oct 16, 2017):

@Moxville I feel like that is a moot point. It assumes a malicious app on the phone. If you have a malicious app, you can pretty easily get someone to put info in there.

@geransmith commented on GitHub (Oct 16, 2017): @Moxville I feel like that is a moot point. It assumes a malicious app on the phone. If you have a malicious app, you can pretty easily get someone to put info in there.
Author
Owner

@nicosemp commented on GitHub (Oct 16, 2017):

@tehspaceg That's true, but it's still good to take some precautions where possible. Like partitioning data, and checking that the app that's being filled is actually the one associated with the entry, as the article suggests.

EDIT: Also it might be wise to wait for "best practices" from Google.

@nicosemp commented on GitHub (Oct 16, 2017): @tehspaceg That's true, but it's still good to take some precautions where possible. Like partitioning data, and checking that the app that's being filled is actually the one associated with the entry, as the article suggests. EDIT: Also it might be wise to wait for "best practices" from Google.
Author
Owner

@JaceHensley commented on GitHub (Oct 24, 2017):

Wouldn't best practices be to use the APIs provided by Google?

@JaceHensley commented on GitHub (Oct 24, 2017): Wouldn't best practices be to use the APIs provided by Google?
Author
Owner

@kspearrin commented on GitHub (Oct 24, 2017):

@JaceHensley We do use the APIs provided by Google. Just the C# version of them.

15.4 is now available for Xamarin, so we'll start looking at this again hopefully sometime soon.

@kspearrin commented on GitHub (Oct 24, 2017): @JaceHensley We do use the APIs provided by Google. Just the C# version of them. 15.4 is now available for Xamarin, so we'll start looking at this again hopefully sometime soon.
Author
Owner

@NanoSector commented on GitHub (Nov 14, 2017):

Any updates on this? It seems Xamarin has released sample code how to handle this: https://developer.xamarin.com/samples/monodroid/android-o/AutofillFramework/

@NanoSector commented on GitHub (Nov 14, 2017): Any updates on this? It seems Xamarin has released sample code how to handle this: https://developer.xamarin.com/samples/monodroid/android-o/AutofillFramework/
Author
Owner

@kspearrin commented on GitHub (Nov 14, 2017):

Yes, we are beginning to work on this again now.

@kspearrin commented on GitHub (Nov 14, 2017): Yes, we are beginning to work on this again now.
Author
Owner

@vinimk commented on GitHub (Nov 15, 2017):

can I help with this? is there a specific branch where things are being done? I saw a branch but it got the last commit 2 months ago so i'm not sure

@vinimk commented on GitHub (Nov 15, 2017): can I help with this? is there a specific branch where things are being done? I saw a branch but it got the last commit 2 months ago so i'm not sure
Author
Owner

@kspearrin commented on GitHub (Nov 15, 2017):

I merged that branch into master and starting working on it more.

See https://github.com/bitwarden/mobile/tree/master/src/Android/Autofill

Feel free to stop by our Gitter channel if you want to discuss specifics of how you can contribute to this feature.

@kspearrin commented on GitHub (Nov 15, 2017): I merged that branch into master and starting working on it more. See https://github.com/bitwarden/mobile/tree/master/src/Android/Autofill Feel free to stop by our Gitter channel if you want to discuss specifics of how you can contribute to this feature.
Author
Owner

@kspearrin commented on GitHub (Nov 17, 2017):

I've made significant progress on this task over the past 2 days. Most of the work is now done. Expect a beta test next week.

@kspearrin commented on GitHub (Nov 17, 2017): I've made significant progress on this task over the past 2 days. Most of the work is now done. Expect a beta test next week.
Author
Owner

@kspearrin commented on GitHub (Nov 21, 2017):

This is now live through our beta channel on the play store. Please post any feedback or problems in this issue. Blog post: https://blog.bitwarden.com/bitwarden-the-oreo-autofill-framework-2a8b2e04f29e

@kspearrin commented on GitHub (Nov 21, 2017): This is now live through our beta channel on the play store. Please post any feedback or problems in this issue. Blog post: https://blog.bitwarden.com/bitwarden-the-oreo-autofill-framework-2a8b2e04f29e
Author
Owner

@wjbeckett commented on GitHub (Nov 21, 2017):

With the latest update, When BitWarden is trying to fill a form, my default notification sound is firing constantly.

I can reproduce it every single time. Regardless of whether BitWarden is my autofill or not.

@wjbeckett commented on GitHub (Nov 21, 2017): With the latest update, When BitWarden is trying to fill a form, my default notification sound is firing constantly. I can reproduce it every single time. Regardless of whether BitWarden is my autofill or not.
Author
Owner

@kspearrin commented on GitHub (Nov 21, 2017):

@wjbeckett Are you also using the autofill accessibility service? Sounds odd since our autofill framework implementation does nothing with notifications.

@kspearrin commented on GitHub (Nov 21, 2017): @wjbeckett Are you also using the autofill accessibility service? Sounds odd since our autofill framework implementation does nothing with notifications.
Author
Owner

@wjbeckett commented on GitHub (Nov 21, 2017):

@kspearrin ah. yes that's what is doing it.
Disable the accessibility service, and it stops.

I suppose I should log a bug for this then? Happening in all apps and Chrome.

@wjbeckett commented on GitHub (Nov 21, 2017): @kspearrin ah. yes that's what is doing it. Disable the accessibility service, and it stops. I suppose I should log a bug for this then? Happening in all apps and Chrome.
Author
Owner

@kspearrin commented on GitHub (Nov 21, 2017):

@wjbeckett I just reproduced it on my end here as well. I'll look into a fix. No need for a new issue.

@kspearrin commented on GitHub (Nov 21, 2017): @wjbeckett I just reproduced it on my end here as well. I'll look into a fix. No need for a new issue.
Author
Owner

@wjbeckett commented on GitHub (Nov 21, 2017):

@kspearrin Perfect! Thanks mate.

@wjbeckett commented on GitHub (Nov 21, 2017): @kspearrin Perfect! Thanks mate.
Author
Owner

@wjbeckett commented on GitHub (Nov 21, 2017):

@kspearrin Also seeing that when trying to Autofill in the PayPal app, the BitWarden autofill form appears, I tap it, unlock my vault, select the entry I want to autofill with, and then nothing happens. It doesn't fill in the username/password fields.

@wjbeckett commented on GitHub (Nov 21, 2017): @kspearrin Also seeing that when trying to Autofill in the PayPal app, the BitWarden autofill form appears, I tap it, unlock my vault, select the entry I want to autofill with, and then nothing happens. It doesn't fill in the username/password fields.
Author
Owner

@kspearrin commented on GitHub (Nov 21, 2017):

@wjbeckett I see. Not sure why this is only happening with PayPal app. Will have to investigate more. Unlocked vault can still fill it correctly.

@kspearrin commented on GitHub (Nov 21, 2017): @wjbeckett I see. Not sure why this is only happening with PayPal app. Will have to investigate more. Unlocked vault can still fill it correctly.
Author
Owner

@kspearrin commented on GitHub (Nov 21, 2017):

@wjbeckett I just tested it and it looks like everything is being done correctly to perform the autofill, but it just doesn't work with that app. Additionally, I even tried 1Password and LastPass apps and they do not autofill with PayPal correctly either. 🤷‍♂️

@kspearrin commented on GitHub (Nov 21, 2017): @wjbeckett I just tested it and it looks like everything is being done correctly to perform the autofill, but it just doesn't work with that app. Additionally, I even tried 1Password and LastPass apps and they do not autofill with PayPal correctly either. 🤷‍♂️
Author
Owner

@ragingsheep commented on GitHub (Nov 21, 2017):

Do you guys know how 1Password is doing auto-fill within Chrome?

@ragingsheep commented on GitHub (Nov 21, 2017): Do you guys know how 1Password is doing auto-fill within Chrome?
Author
Owner

@kspearrin commented on GitHub (Nov 22, 2017):

I’m using 1password on my Nexus 5X with android 8.0 and the autofill service doesn’t work in chrome at all...??

@kspearrin commented on GitHub (Nov 22, 2017): I’m using 1password on my Nexus 5X with android 8.0 and the autofill service doesn’t work in chrome at all...??
Author
Owner

@ragingsheep commented on GitHub (Nov 22, 2017):

I'm on Pixel 2 XL with 8.0 with Chrome 62.0.3202.84 and 1Password 6.7.BETA-3.

Only noticed it appearing around a week ago.

@ragingsheep commented on GitHub (Nov 22, 2017): I'm on Pixel 2 XL with 8.0 with Chrome 62.0.3202.84 and 1Password 6.7.BETA-3. Only noticed it appearing around a week ago.
Author
Owner

@kspearrin commented on GitHub (Nov 22, 2017):

@ragingsheep

I am running the exact same versions and do not see it working on a few websites that I have tried. Can you give me an example website that it works on?

@kspearrin commented on GitHub (Nov 22, 2017): @ragingsheep I am running the exact same versions and do not see it working on a few websites that I have tried. Can you give me an example website that it works on?
Author
Owner

@ragingsheep commented on GitHub (Nov 22, 2017):

Actually, I think they might be "faking it", do you have Accessibility turned on for 1Password? It doesn't "autofill" in Chrome if I turn that off but it still autofills in apps.

@ragingsheep commented on GitHub (Nov 22, 2017): Actually, I think they might be "faking it", do you have Accessibility turned on for 1Password? It doesn't "autofill" in Chrome if I turn that off but it still autofills in apps.
Author
Owner

@kspearrin commented on GitHub (Nov 22, 2017):

@ragingsheep Yes, that is their accessibility service doing it in Chrome. Their UX is just the same on both methods.

@kspearrin commented on GitHub (Nov 22, 2017): @ragingsheep Yes, that is their accessibility service doing it in Chrome. Their UX is just the same on both methods.
Author
Owner

@hrach commented on GitHub (Nov 22, 2017):

Great work! Is there any possibility to save the matching mobile app to the entry? Not to search correct entry everytime. LastPass was doing something like this... :-)

@hrach commented on GitHub (Nov 22, 2017): Great work! Is there any possibility to save the matching mobile app to the entry? Not to search correct entry everytime. LastPass was doing something like this... :-)
Author
Owner

@kspearrin commented on GitHub (Nov 22, 2017):

@hrach Not sure what you mean. When you save a new login it should use the mobile app's package name.

@kspearrin commented on GitHub (Nov 22, 2017): @hrach Not sure what you mean. When you save a new login it should use the mobile app's package name.
Author
Owner

@geransmith commented on GitHub (Nov 22, 2017):

I think he means if you saved a site in the web browser, it uses url. The
search appears to do pattern matching. Maybe when an item in the mobile app
is identified for autofill, add a field automatically (or prompt to do so)
that contains the package name.

On Wed, Nov 22, 2017, 8:14 AM Kyle Spearrin notifications@github.com
wrote:

@hrach https://github.com/hrach Not sure what you mean. When you save a
new site it should use the mobile app's package name.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/bitwarden/mobile/issues/57#issuecomment-346346622,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHqNg8qGsKDEKM4lmX8tYJyLsO5omeNNks5s5B4wgaJpZM4M6u-a
.

--

-Geran

@geransmith commented on GitHub (Nov 22, 2017): I think he means if you saved a site in the web browser, it uses url. The search appears to do pattern matching. Maybe when an item in the mobile app is identified for autofill, add a field automatically (or prompt to do so) that contains the package name. On Wed, Nov 22, 2017, 8:14 AM Kyle Spearrin <notifications@github.com> wrote: > @hrach <https://github.com/hrach> Not sure what you mean. When you save a > new site it should use the mobile app's package name. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/bitwarden/mobile/issues/57#issuecomment-346346622>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AHqNg8qGsKDEKM4lmX8tYJyLsO5omeNNks5s5B4wgaJpZM4M6u-a> > . > -- -Geran
Author
Owner

@kspearrin commented on GitHub (Nov 22, 2017):

I see, yes, there is room for improvement there which has been the case for autofilling on android for some time now.

@kspearrin commented on GitHub (Nov 22, 2017): I see, yes, there is room for improvement there which has been the case for autofilling on android for some time now.
Author
Owner

@IOI-655321 commented on GitHub (Nov 24, 2017):

Implementation works well in most cases a few issues I've found not sure if these are specific to Bitwarden or not:

Google Find Devices (Device manager) doesn't prompt autofill
Amazon Shopping app log in doesn't prompt auto fill

Twitter and some other apps working fine so great job getting this out. Way better than lastpass buggy separate app version i tested a while back.

Samsung Galaxy S8 Oreo beta 3

@IOI-655321 commented on GitHub (Nov 24, 2017): Implementation works well in most cases a few issues I've found not sure if these are specific to Bitwarden or not: Google Find Devices (Device manager) doesn't prompt autofill Amazon Shopping app log in doesn't prompt auto fill Twitter and some other apps working fine so great job getting this out. Way better than lastpass buggy separate app version i tested a while back. Samsung Galaxy S8 Oreo beta 3
Author
Owner

@geransmith commented on GitHub (Nov 24, 2017):

I suspect the main limitation is in those apps. I'm fairly certain
bitwarden is just calling the API, if the target app doesn't work with the
API, it won't work.

On Fri, Nov 24, 2017, 10:19 AM BigNickBurgess notifications@github.com
wrote:

Implementation works well in most cases a few issues I've found not sure
if these are specific to Bitwarden or not:

Google Find Devices (Device manager) doesn't prompt autofill
Amazon Shopping app log in doesn't prompt auto fill

Twitter and some other apps working fine so great job getting this out.
Way better than lastpass buggy separate app version i tested a while back.

Samsung Galaxy S8 Oreo beta 3


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/bitwarden/mobile/issues/57#issuecomment-346850505,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHqNgzuMWVVDE9mgoq5QV-ZEQPm_O5ssks5s5t5cgaJpZM4M6u-a
.

--

-Geran

@geransmith commented on GitHub (Nov 24, 2017): I suspect the main limitation is in those apps. I'm fairly certain bitwarden is just calling the API, if the target app doesn't work with the API, it won't work. On Fri, Nov 24, 2017, 10:19 AM BigNickBurgess <notifications@github.com> wrote: > Implementation works well in most cases a few issues I've found not sure > if these are specific to Bitwarden or not: > > Google Find Devices (Device manager) doesn't prompt autofill > Amazon Shopping app log in doesn't prompt auto fill > > Twitter and some other apps working fine so great job getting this out. > Way better than lastpass buggy separate app version i tested a while back. > > Samsung Galaxy S8 Oreo beta 3 > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/bitwarden/mobile/issues/57#issuecomment-346850505>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AHqNgzuMWVVDE9mgoq5QV-ZEQPm_O5ssks5s5t5cgaJpZM4M6u-a> > . > -- -Geran
Author
Owner

@kspearrin commented on GitHub (Nov 24, 2017):

Some apps use web views for their login forms. I don't think these work with the Autofill Framework yet. I know Amazon is one I tested.

@kspearrin commented on GitHub (Nov 24, 2017): Some apps use web views for their login forms. I don't think these work with the Autofill Framework yet. I know Amazon is one I tested.
Author
Owner

@hrach commented on GitHub (Nov 24, 2017):

@kspearrin I mean a situation when the app package name doesn't match the domain, or there is some SSO which I'd like to attach to the app.

Also, I've encountered a bug, when I click an input, it prints the vault is locked. When unlocked, I've returned to the app, but the input shows still the same message that vault is locked.

Third, It also suggest something in my (Nova) launcher search field - is there any way how not to show it here?

@hrach commented on GitHub (Nov 24, 2017): @kspearrin I mean a situation when the app package name doesn't match the domain, or there is some SSO which I'd like to attach to the app. Also, I've encountered a bug, when I click an input, it prints the vault is locked. When unlocked, I've returned to the app, but the input shows still the same message that vault is locked. Third, It also suggest something in my (Nova) launcher search field - is there any way how not to show it here?
Author
Owner

@kspearrin commented on GitHub (Nov 24, 2017):

@hrach

  1. You can correct those with https://blog.bitwarden.com/new-feature-equivalent-domains-dd29aa462bb7
  2. Can you please let me know what app this is happening in? We saw the same thing in the PayPal app and there wasn't anything we could do there.
  3. I can add that app to the exclusion list.
@kspearrin commented on GitHub (Nov 24, 2017): @hrach 1. You can correct those with https://blog.bitwarden.com/new-feature-equivalent-domains-dd29aa462bb7 2. Can you please let me know what app this is happening in? We saw the same thing in the PayPal app and there wasn't anything we could do there. 3. I can add that app to the exclusion list.
Author
Owner

@hrach commented on GitHub (Nov 24, 2017):

  1. Thanks :) Didn't know.
  2. Sygic Travel, but I think know the pattern, after unlocking and pressing the back take me back to the app and then it show it's still locked.
@hrach commented on GitHub (Nov 24, 2017): 1. Thanks :) Didn't know. 2. Sygic Travel, but I think know the pattern, after unlocking and pressing the back take me back to the app and then it show it's still locked.
Author
Owner

@kspearrin commented on GitHub (Nov 24, 2017):

@hrach If you are unlocking you must select the item to fill from the app UI. If you just press back you will end up with nothing if the app immediately locks back again. That is expected.

@kspearrin commented on GitHub (Nov 24, 2017): @hrach If you are unlocking you must select the item to fill from the app UI. If you just press back you will end up with nothing if the app immediately locks back again. That is expected.
Author
Owner

@hrach commented on GitHub (Nov 24, 2017):

If I open the Bitwarden app (after pressing back, leaving my app and launching Bitwarden), it isn't locked. That's the reason why I was confused.

@hrach commented on GitHub (Nov 24, 2017): If I open the Bitwarden app (after pressing back, leaving my app and launching Bitwarden), it isn't locked. That's the reason why I was confused.
Author
Owner

@kspearrin commented on GitHub (Nov 24, 2017):

Ok, what is your lock option set at?

@kspearrin commented on GitHub (Nov 24, 2017): Ok, what is your lock option set at?
Author
Owner

@hrach commented on GitHub (Nov 24, 2017):

These two:

  • lock after 15 minutes
  • unlock after fingerprint
@hrach commented on GitHub (Nov 24, 2017): These two: - lock after 15 minutes - unlock after fingerprint
Author
Owner

@IOI-655321 commented on GitHub (Nov 24, 2017):

If you go to 'features' you still have to have always scan/scan when password field focused/persist notification selected. Does this affect battery or anything when Oreo autofill is enabled? Can these be disabled when Oreo autofill active or can the accessibility and oreo autofill api be run simultaneously?

Similarly the Tools panel for the accessibility auto fill service should be disabled and maybe a new one added to take you to the Oreo autofill panel.

@IOI-655321 commented on GitHub (Nov 24, 2017): If you go to 'features' you still have to have always scan/scan when password field focused/persist notification selected. Does this affect battery or anything when Oreo autofill is enabled? Can these be disabled when Oreo autofill active or can the accessibility and oreo autofill api be run simultaneously? Similarly the Tools panel for the accessibility auto fill service should be disabled and maybe a new one added to take you to the Oreo autofill panel.
Author
Owner

@kspearrin commented on GitHub (Nov 24, 2017):

@BigNickBurgess Yes, we still have some work to do on the settings pages. All settings only apply to the accessibility service today. They can be run at the same time if you like.

@kspearrin commented on GitHub (Nov 24, 2017): @BigNickBurgess Yes, we still have some work to do on the settings pages. All settings only apply to the accessibility service today. They can be run at the same time if you like.
Author
Owner

@anortiz08 commented on GitHub (Nov 24, 2017):

@kspearrin For #3 above, anyway the exclusion list can be managed by the user. Maybe when the auto fill overlay is presented, an option to add to the exclusion list?

@anortiz08 commented on GitHub (Nov 24, 2017): @kspearrin For #3 above, anyway the exclusion list can be managed by the user. Maybe when the auto fill overlay is presented, an option to add to the exclusion list?
Author
Owner

@kspearrin commented on GitHub (Nov 24, 2017):

The overlay UI is not really configurable in that way. If the exclusion list is growing large then it sounds like I have some flaws in my field detection logic that needs to be revisited. Do you have other app examples that are presenting the overlay that should not be?

@kspearrin commented on GitHub (Nov 24, 2017): The overlay UI is not really configurable in that way. If the exclusion list is growing large then it sounds like I have some flaws in my field detection logic that needs to be revisited. Do you have other app examples that are presenting the overlay that should not be?
Author
Owner

@pdf commented on GitHub (Nov 24, 2017):

@kspearrin I think @anortiz08 is trying to solve a problem that would be better served by logic whereby if autofill is triggered, the accessibility overlay should not also pop, when they're both enabled. I suspect this is non-trivial though.

@pdf commented on GitHub (Nov 24, 2017): @kspearrin I think @anortiz08 is trying to solve a problem that would be better served by logic whereby if autofill is triggered, the accessibility overlay should not also pop, when they're both enabled. I suspect this is non-trivial though.
Author
Owner

@kspearrin commented on GitHub (Nov 25, 2017):

@pdf Yea, I am not sure how we could support that.

@kspearrin commented on GitHub (Nov 25, 2017): @pdf Yea, I am not sure how we could support that.
Author
Owner

@pdf commented on GitHub (Nov 25, 2017):

Off the top of my head, only way I can think would be to add a small delay to the accessibility pop when they're both enabled, set a var against the app id if the autofill is triggered, check that at timeout on the accessibility pop to determine whether to actually pop the accessibility overlay. This would be racey, but probably works most of the time.

Thinking about it further, using the exclusion list (or a separate internal list) to track apps when autofill is successfully triggered would allow preventing future accessibility pops for that app. This could be combined with the above strategy, or could be used to cause the first accessibility overlay to close, though the latter would be a little janky, it would only happen once per app.

@pdf commented on GitHub (Nov 25, 2017): Off the top of my head, only way I can think would be to add a small delay to the accessibility pop when they're both enabled, set a var against the app id if the autofill is triggered, check that at timeout on the accessibility pop to determine whether to actually pop the accessibility overlay. This would be racey, but probably works most of the time. Thinking about it further, using the exclusion list (or a separate internal list) to track apps when autofill is successfully triggered would allow preventing future accessibility pops for that app. This could be combined with the above strategy, or could be used to cause the first accessibility overlay to close, though the latter would be a little janky, it would only happen once per app.
Author
Owner

@anortiz08 commented on GitHub (Nov 26, 2017):

@kspearrin Thus far I have noticed the auto fill overlay appearing in YouTube search and Nine email client when entering a pin.

@anortiz08 commented on GitHub (Nov 26, 2017): @kspearrin Thus far I have noticed the auto fill overlay appearing in YouTube search and Nine email client when entering a pin.
Author
Owner

@Moxville commented on GitHub (Nov 26, 2017):

Getting your Android app ready for Autofill
https://android-developers.googleblog.com/2017/11/getting-your-android-app-ready-for.html

@Moxville commented on GitHub (Nov 26, 2017): Getting your Android app ready for Autofill https://android-developers.googleblog.com/2017/11/getting-your-android-app-ready-for.html
Author
Owner

@kspearrin commented on GitHub (Nov 26, 2017):

@Moxville Yes, we already contacted Google through that form... and no reply :-/

@kspearrin commented on GitHub (Nov 26, 2017): @Moxville Yes, we already contacted Google through that form... and no reply :-/
Author
Owner

@kspearrin commented on GitHub (Nov 26, 2017):

@anortiz08 For some reason the Youtube Search input field has a "input type" of

Android.Text.InputTypes.ClassText | Android.Text.InputTypes.DatetimeVariationDate | Android.Text.InputTypes.DatetimeVariationTime | Android.Text.InputTypes.TextVariationPassword

TextVariationPassword tells me that it is a password field. Not sure why it is marked this way...

@kspearrin commented on GitHub (Nov 26, 2017): @anortiz08 For some reason the Youtube Search input field has a "input type" of ``` Android.Text.InputTypes.ClassText | Android.Text.InputTypes.DatetimeVariationDate | Android.Text.InputTypes.DatetimeVariationTime | Android.Text.InputTypes.TextVariationPassword ``` `TextVariationPassword` tells me that it is a password field. Not sure why it is marked this way...
Author
Owner

@kspearrin commented on GitHub (Nov 27, 2017):

@hrach I installed Nova launcher and the Google search field doesn't seem to suggest an autofill it in my tests?

@kspearrin commented on GitHub (Nov 27, 2017): @hrach I installed Nova launcher and the Google search field doesn't seem to suggest an autofill it in my tests?
Author
Owner

@hrach commented on GitHub (Nov 27, 2017):

@kspearrin weird. It autosuggests also in search field of Google's contacts app. I have One Plus, so the Android is not "clean"… can I help you somehow?

@hrach commented on GitHub (Nov 27, 2017): @kspearrin weird. It autosuggests also in search field of Google's contacts app. I have One Plus, so the Android is not "clean"… can I help you somehow?
Author
Owner

@kspearrin commented on GitHub (Nov 27, 2017):

Yes, all of these fields are marked with input type TextVariationPassword for some reason. I have added a check in the next version to filter out any fields with "Search" in them.

@kspearrin commented on GitHub (Nov 27, 2017): Yes, all of these fields are marked with input type `TextVariationPassword` for some reason. I have added a check in the next version to filter out any fields with "Search" in them.
Author
Owner

@kspearrin commented on GitHub (Nov 28, 2017):

I just published build 1106 to the beta channel with more fixes and improvements.

@kspearrin commented on GitHub (Nov 28, 2017): I just published build 1106 to the beta channel with more fixes and improvements.
Author
Owner

@kspearrin commented on GitHub (Dec 6, 2017):

This is now rolling out to production.

@kspearrin commented on GitHub (Dec 6, 2017): This is now rolling out to production.
Author
Owner

@edvorg commented on GitHub (Dec 7, 2017):

Could you please update here when the app with this feature is in play
store?

@edvorg commented on GitHub (Dec 7, 2017): Could you please update here when the app with this feature is in play store?
Author
Owner

@IOI-655321 commented on GitHub (Dec 7, 2017):

It was released to the stable branch when he posted yesterday I believe.

If you view the 'autofill' screen in tools the links now go to the autofill API screen as well as the Accessibility version.

@IOI-655321 commented on GitHub (Dec 7, 2017): It was released to the stable branch when he posted yesterday I believe. If you view the 'autofill' screen in tools the links now go to the autofill API screen as well as the Accessibility version.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#40