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

KeyPass as autofill service #831

Open
J4k3v3 opened this issue Apr 9, 2024 · 2 comments · May be fixed by #940
Open

KeyPass as autofill service #831

J4k3v3 opened this issue Apr 9, 2024 · 2 comments · May be fixed by #940

Comments

@J4k3v3
Copy link

J4k3v3 commented Apr 9, 2024

Feature:
I wanna see KeyPass as android autofill service. Also, I want to see adding and saving credit card info in this app, like in "KeyGo" app That's a so useful features for all of us. Can you implement this ideas?

@fallsdevil
Copy link

I agree, I'd just make that suggestion, the app is very good and I wanna to quit Bitwarden because the auto-fill doesn't work without opening the app and that's annoying.

@ippocratis
Copy link

Whats the use of a password manager on android without auto fill?

I like this app much and want to switch from bitwarden but without auto fill its a no-go.

yogeshpaliyal added a commit that referenced this issue Aug 10, 2024
Fixes #831

Add support for Android autofill service and saving credit card information in KeyPass.

* **Autofill Service Implementation**
  - Add a new `<service>` element in `app/src/main/AndroidManifest.xml` for the autofill service.
  - Create a new file `KeyPassAutofillService.kt` to implement the `AutofillService` class.
  - Override necessary methods: `onFillRequest`, `onSaveRequest`, `onConnected`, and `onDisconnected`.
  - Fetch accounts and show as suggestions in `onFillRequest`.
  - Save account data in the database in `onSaveRequest`.

* **Utility Functions**
  - Update `GetAutoFillService.kt` to include functions to check if the autofill service is enabled and to enable the autofill service if it is not enabled.

* **Autofill Service Configuration**
  - Add a new XML file `autofill_service.xml` to configure the autofill service.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yogeshpaliyal/KeyPass/issues/831?shareId=XXXX-XXXX-XXXX-XXXX).
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

Successfully merging a pull request may close this issue.

3 participants