buttercup-mobile icon indicating copy to clipboard operation
buttercup-mobile copied to clipboard

Autofill on Android does not work

Open skariko opened this issue 2 years ago • 7 comments

Hello, I found no way to make autofill working on Android.

I have enabled autofill, changed several browsers but on no occasion does the popup for autofill come up.

Where am I going wrong? Or is it a feature that is not yet available?

Android 13 Pixel 6

skariko avatar Sep 18 '22 06:09 skariko

it happens because of this https://developer.android.com/reference/android/content/Intent#getParcelableExtra(java.lang.String)

https://github.com/buttercup/buttercup-mobile/blob/master/android/app/src/main/java/com/buttercup/autofill/AutoFillBridge.java#L252 returns null

any updates ? @perry-mitchell

max-zu avatar Mar 03 '23 00:03 max-zu

Unfortunately not from my side sorry. I'm still working on getting the extension up to date for manifest v3 and haven't had time to work on the mobile app.

This feature was working so something has changed on the android side. Hopefully someone will contribute a fix.

perry-mitchell avatar Apr 06 '23 16:04 perry-mitchell

Hm.. autofill still doesn't work Android 12 (LineageOS).

When comparing Buttercup to Bitwarden I can see that Buttercup doesn't have "Display over other apps" permission and also is not shown in Accessbbility setting page.

masterjg avatar May 31 '23 17:05 masterjg

Hmm, sounds like we need to make adjustments there.

I'm not a daily android user so I'm not familiar with the development requirements either. Would be great if someone with more experience on the platform could contribute such a fix..

perry-mitchell avatar Jun 01 '23 19:06 perry-mitchell

Please fixe this bug

PLLX76 avatar Jun 11 '23 07:06 PLLX76

Please limit discussion to helpful/constructive comments, thanks. I would welcome a PR to fix this but don't currently have time to do it myself.

perry-mitchell avatar Jun 12 '23 12:06 perry-mitchell

Please limit discussion to helpful/constructive comments, thanks. I would welcome a PR to fix this but don't currently have time to do it myself.

https://github.com/buttercup/buttercup-mobile/pull/340

max-zu avatar Jun 13 '23 11:06 max-zu