Skip to content
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

Android Auto-Fill for password forms #30

Closed
hpoul opened this issue Sep 15, 2019 · 12 comments
Closed

Android Auto-Fill for password forms #30

hpoul opened this issue Sep 15, 2019 · 12 comments
Milestone

Comments

@hpoul
Copy link
Collaborator

hpoul commented Sep 15, 2019

No description provided.

@hpoul hpoul added this to the 1.2 milestone Oct 4, 2019
@hpoul
Copy link
Collaborator Author

hpoul commented Oct 22, 2019

first version done in 1.2. Still a bit experimental, but working.

@hpoul hpoul closed this as completed Oct 22, 2019
@BeneCollyridam
Copy link

@hpoul
I have not been able to get this to work. I get a popup saying "Autofill with AuthPass" but when I press it nothing happens.

@hpoul
Copy link
Collaborator Author

hpoul commented Mar 19, 2020

@BeneCollyridam well to be honest this is still a bit clunky at times.. this is how it should work:

  1. click on the 'Autofill with AuthPass'
  2. Unlock your kdbx database
  3. Select the desired entry - this will finish the activity and push you back into the previous activity
  4. instead of 'Autofill with AuthPass' you see the title of the selected entry.. when selecting it, it should auto fill username/password.

Screen_Recording_20200319-142108 2020-03-19 14_28_16

(yep, there are also quite a few dark mode issues still)

@BeneCollyridam
Copy link

BeneCollyridam commented Mar 19, 2020

This is what I get, when I try to log into Reddit. For some reason my screen recorder blacks out the login screen.
screen

@hpoul
Copy link
Collaborator Author

hpoul commented Mar 19, 2020

@BeneCollyridam that's weird.. can't reproduce this with reddit.. is it the same behaviour for all apps? what android version/device are you using?

@BeneCollyridam
Copy link

Yes, it is the same for all apps. It works correctly with Lastpass, which I used to use.

Phone:
Model: Xiaomi Mi 9T
Rom version: MIUI Global 11.0.4
Android version: 10 QKQ1.190825.002

@hpoul
Copy link
Collaborator Author

hpoul commented Mar 19, 2020

@BeneCollyridam i've got a theory, can you try to open AuthPass directly.. and then force close/stop it through the application settings and try the autofill again.. it looks a bit like this flutter bug: flutter/engine#16916

@Nadyita
Copy link

Nadyita commented Oct 29, 2020

I'm on the latest MIUI 12.0.2 on a Pocophone F1 and experiencing the exact same behaviour: if I click the autofill, nothing happens. Forcefully closing/stopping it doesn't change anything.

@hpoul
Copy link
Collaborator Author

hpoul commented Oct 29, 2020

@Nadyita in which apps did you try it? do you by chance have the possibility to attach it to a PC with android dev tools to see if there is anything in the log files?

@Nadyita
Copy link

Nadyita commented Nov 1, 2020

@hpoul It happens with both, Firefox and Chrome. I'm sure I can attach it, just tell me how to get the logs

hpoul pushed a commit that referenced this issue Jul 9, 2021
* [crowdin] Update translations (Sinhala) full_description.txt

* [crowdin] Update translations (Sinhala) short_description.txt

* [crowdin] Update translations (Sinhala) title.txt

* [crowdin] Update translations (Sinhala) app_en.arb

* [crowdin] Update translations (Sinhala) title.strings

* [crowdin] Update translations (Sinhala) keyword.strings

* [crowdin] Update translations (Sinhala) title.strings

* [crowdin] Update translations (Sinhala) keyword.strings

* [crowdin] Update translations (Sinhala) store_metadata.csv

* [crowdin] Update translations (Sinhala) app_en.arb

* [crowdin] Update translations (Chinese Simplified) app_en.arb

* [crowdin] Update translations (Chinese Simplified) app_en.arb

* [crowdin] Update translations (Chinese Simplified) store_metadata.csv

* [crowdin] Update translations (Chinese Traditional) app_en.arb
@gryphonmyers
Copy link

I get this exact problem as well on my new Poco X3 NFC. It worked great on my old Motorola phone. There is a clear pattern here - everyone in this thread suffering from this problem is using Xiaomi MIUI. There must be some customization they put in place that breaks authpass' autofill. @hpoul I am happy to provide any assistance debugging this issue. Really missing autofill on this phone

@gryphonmyers
Copy link

Actually, I figured out the cause and workaround! Go into Settings -> Apps -> Manage Apps -> Authpass -> Other Permissions -> Display pop-up windows while running in the background. Enable this. Autofill should work now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@hpoul @gryphonmyers @BeneCollyridam @Nadyita and others