bitwarden / mobile

Retired Bitwarden mobile app for iOS and Android (MAUI/Xamarin).
https://bitwarden.com
GNU General Public License v3.0
147 stars 23 forks source link

Android 9 - Have to press search twice for it find my passwords #635

Open 02OXD4umcrO2WieFUUZVwHlG94qnP4qNYSWiVrv opened 5 years ago

02OXD4umcrO2WieFUUZVwHlG94qnP4qNYSWiVrv commented 5 years ago

Hey,

So I press autofill on the notification when using password autofill in Brave Browser. No passwords show up due to it not recognising the site, no issue I'll search for it, so I type in say Facebook but nothing returns. So I press search again and then it appears.

This also happens when I try auto fill some apps and there's no association between app and site.

Any logs I can provide just ask.

kBhNWxrhwng8b5bHzgY6gMi0uckf4V7bHG6Mrsp commented 5 years ago

I run into this since a long time ago on iOS, too. During typing the keyword, the search result shows up normally. But if I enter a character and follow up pressing the search button quickly enough, it shows “There are no items to list.”

02OXD4umcrO2WieFUUZVwHlG94qnP4qNYSWiVrv commented 5 years ago

So it's still happening to you?

I'm on Android app version 2.2.2

Does the iOS version line up the same?

kBhNWxrhwng8b5bHzgY6gMi0uckf4V7bHG6Mrsp commented 5 years ago

Just tested on Version: 2.2.5 (59)

02OXD4umcrO2WieFUUZVwHlG94qnP4qNYSWiVrv commented 5 years ago

How did you get 2.2.5? Beta?

https://github.com/bitwarden/mobile/releases

kBhNWxrhwng8b5bHzgY6gMi0uckf4V7bHG6Mrsp commented 5 years ago

I just plainly downloaded from the iOS App Store. Maybe the versioning method differs?

02OXD4umcrO2WieFUUZVwHlG94qnP4qNYSWiVrv commented 5 years ago

I just plainly downloaded from the iOS App Store. Maybe the versioning method differs?

Yeah it must differ.

Hopefully a developer can fix this in a later update, been like this since I've been using Bitwarden, about 6 months by this point.

mpbw2 commented 4 years ago

@FingerlessGlov3s Is this still happening for you with the latest beta? The accessibility service was completely rewritten.

02OXD4umcrO2WieFUUZVwHlG94qnP4qNYSWiVrv commented 4 years ago

@mportune-bw evening, so detection is better. When I go to mail.domain.com it searches for domain.com but my URL is set as host so it doesn't appear as it needs to search the actual hostname mail.domain.com in the url

Also still got the bug where you do go to search, it you type fast enough and then press the search key nothing returns but if you let it auto search it's fine.

pPmnBRRYhIemiuiy3VBYULJIzQyZaEvWMbCPH1P commented 4 years ago

@FingerlessGlov3s Android only supports base domain matching since we don't have access to the full URL.

02OXD4umcrO2WieFUUZVwHlG94qnP4qNYSWiVrv commented 4 years ago

Now that would make sense to be honest, privacy n that.

Could we have a override option in the bitwarden settings so the autofill can find sites using subdomain HOST from the base domain?

pPmnBRRYhIemiuiy3VBYULJIzQyZaEvWMbCPH1P commented 4 years ago

No, we don't have access to the full URL in Android.

02OXD4umcrO2WieFUUZVwHlG94qnP4qNYSWiVrv commented 4 years ago

So you have a website password saved using HOST as subdomain.domain.com

So when you browse to subdomain.domain.com, does it present "domain.com" to the autofill?

Would it be possible to have a settings in Bitwarden so it can lookup *domain.com so it shows subdomain ones as well set as HOST?

I hope that makes sense and I haven't misunderstood