From 30d4d5342ff6cdcc7d1adbd0be34bea4b1aa1a96 Mon Sep 17 00:00:00 2001 From: حسين Date: Mon, 20 Aug 2018 10:13:38 +0100 Subject: change the sort order of password items (#421) --- app/src/main/res/values/arrays.xml | 10 ++++++++++ app/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 14 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 36037083..44698c41 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -8,4 +8,14 @@ ssh:// https:// + + @string/pref_folder_first_sort_order + @string/pref_file_first_sort_order + @string/pref_type_independent_sort_order + + + FOLDER_FIRST + FILE_FIRST + INDEPENDENT + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1d9422bb..96e028e5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -123,6 +123,10 @@ Message : \n Recursive filtering Recursively find passwords of the current directory. + Password sort order + Folders First + Files First + Type Independent Autofill Enable autofill Tap OK to go to Accessibility settings. There, tap Password Store under Services then tap the switch in the top right to turn it on or off. -- cgit v1.2.3