diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-06-18 12:04:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 12:04:33 +0200 |
commit | 33b3f54921bba7549933c6f889fbe7ab63b61b7c (patch) | |
tree | 0c79a1bf93a0094657fc497efc80ae2c1affb518 /app/src/main/res | |
parent | e25e0035a2e4d6227f9d8071687e421e784186a4 (diff) |
Refactor password generation (#860)
* Refactor password generation
* Update Extensions.kt
* Update app/src/main/java/com/zeapo/pwdstore/pwgen/PasswordGenerator.kt
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
* Address review comments
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1583b888..b65d84f2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -183,6 +183,7 @@ <string name="pwgen_pronounceable">Pronounceable</string> <string name="pwgen_no_chars_error">No characters included</string> <string name="pwgen_length_too_short_error">Length too short for selected criteria</string> + <string name="pwgen_max_iterations_exceeded">Failed to generate a password satisfying the constraints. Try to increase the length.</string> <!-- XKPWD password generator --> <string name="xkpwgen_title">Xkpasswd Generator</string> |