KeePassDX icon indicating copy to clipboard operation
KeePassDX copied to clipboard

Automatic search in Autofill for wifi passwords

Open brad2014 opened this issue 5 years ago • 1 comments

Describe the bug It looks like, when I go to autofill a wifi password, the search term for all networks "com.android.settings". This lumps all wifi passwords together. Can we make the search the name of the wifi network being autofilled, since that is what the password refers to? Or is that a bug in the settings app?

img

KeePassDX (please complete the following information):

  • Version: 2.8.7
  • Build: [e.g. Free]
  • Language: english

Android (please complete the following information):

  • Device: Google Pixel 4XL
  • Version: 11

brad2014 avatar Sep 29 '20 07:09 brad2014

What you are asking for is new functionality. In current operation, KeePassDX tries to retrieve the WebDomain of a website to do an autofill search. If it does not find a WebDomain, it retrieves the AppId corresponding to the app containing the form.

Here there is no WebDomain because it is not a website, the AppId is retrieved com.android.settings. So we have to find a way to verify that the form corresponds to a Wifi field (which I think is difficult because there is no recognizable wifi TAG in the fields) and modify the code accordingly to implement the Autofill search for WiFi specific fields.

J-Jamet avatar Sep 29 '20 09:09 J-Jamet