mozilla-lockwise / lockwise-android

Firefox's Lockwise app for Android
https://mozilla-lockwise.github.io/lockwise-android/
Mozilla Public License 2.0
623 stars 104 forks source link

Auto-fill IME integrations in Android 11 #1211

Open marcin-kozinski opened 4 years ago

marcin-kozinski commented 4 years ago

Why/User Benefit/User Problem

Android 11 Beta introduced a new API for password manager integration with keyboards.

Sample screenshot.

Looks like it might be an improvement over the current UX and if other password managers implement it, people are going to expect it when using Lockwise too. Seems it's at least worth exploring.

It's not documented very well at the moment. It's mentioned in a What's new in Jetpack blog post. From there it looks like the way to integrate is via an alpha version of the androidx.autofill library which provides a new InlinePresentationBuilder.

Acceptance Criteria (how do I know when I’m done?)

Current password suggestions are displayed in the new inline UX.

Not included

?