PhilippC / PhilippC/keepass2android
[FEAT] improve the dialog when deleting a password
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.2k
- Forks
- 478
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 2
Description
When deleting a password, a dialog is shown that is very confusing. A dialog is shown that asks the question from AskDeletePermanentlyEntry.
Current dialog:
"Do you want to delete this entry permanently? Press No to recycle."
This is technically correct, but very confusing. People are used to not read such dialoges. They are trained since yeras: After I click aywhere, and a dialog pops up, I need just click on "yes" to confirm my choice. And "no" if I want to abort the delete command.
suggestion how to improve:
"Do you like to delete this entry?"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the AskDeletePermanentlyEntry dialog and trace where it is shown when deleting a password. Update the wording and action labels to distinguish recycling from permanent deletion, then verify that each choice still performs the intended action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, csharp
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100