From 82ae0a8629a42bc169b4b1993bc8257457703e3f Mon Sep 17 00:00:00 2001 From: glowinthedark <48893368+glowinthedark@users.noreply.github.com> Date: Mon, 17 Aug 2020 12:40:03 +0200 Subject: Allow adding digits and symbols in XkPasswd generator using mask-like values (#1023) * - XkPasswordGeneratorDialogFragment: add symbol/number mask to allow appending numbers+symbols via a mask such as `ddds` which would generate random.password123!; position of `d` and `s` is not currently considered; only the count is relevant * - update CHANGELOG.md * - update CHANGELOG.md * - rename constants * Update CHANGELOG.md Co-authored-by: Harsh Shandilya * - add missing marginTop * - add missing marginTop Co-authored-by: null Co-authored-by: Harsh Shandilya Co-authored-by: glowinthedark Co-authored-by: Harsh Shandilya --- app/src/main/res/values/arrays.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values/arrays.xml') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 1ccdd5eb..6b5edf6c 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -18,7 +18,7 @@ lowercase UPPERCASE TitleCase - Sentencecase + Sentence Classic -- cgit v1.2.3