diff options
author | Fabian Henneke <fabian@henneke.me> | 2020-04-15 17:20:26 +0200 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-04-15 22:47:41 +0530 |
commit | 441b4d3b682824cf20200287c80ccc61f5e0bdef (patch) | |
tree | ed9763115b054c0516cf506b2fe9aff958c3430d /app/src/main/res | |
parent | 5a3220527f46554e6975445097554a883bfbe3f8 (diff) |
Add support for "work/example.org.gpg" folder layout
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/arrays.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 559a520c..8cfcc7fc 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -52,10 +52,12 @@ <item>xkpasswd</item> </string-array> <string-array name="oreo_autofill_directory_structure_entries"> - <item>/example.org/john@doe.org(.gpg)</item> - <item>/example.org/john@doe.org/password(.gpg)</item> + <item>work/example.org(.gpg)</item> + <item>work/example.org/john@doe.org(.gpg)</item> + <item>work/example.org/john@doe.org/password(.gpg)</item> </string-array> <string-array name="oreo_autofill_directory_structure_values"> + <item>encrypted_username</item> <item>file</item> <item>directory</item> </string-array> |