From db4fb51362f4535e3c702f24f32257f62a35dcc6 Mon Sep 17 00:00:00 2001 From: Adam Smith Date: Sat, 1 Nov 2014 20:23:01 +0000 Subject: Preferences Hard coded Strings replaced --- app/src/main/res/values/strings.xml | 22 +++++++++++++++++++- app/src/main/res/xml/preference.xml | 40 ++++++++++++++++++------------------- 2 files changed, 41 insertions(+), 21 deletions(-) (limited to 'app') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index cc4e3e36..0b2a3b3f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -82,7 +82,27 @@ Category Search - + + + Git + Server + server.com + Remote location + path/to/repository + Username + username + SSH Key + Crypto + Select OpenPGP Provider! + Set your OpenPGP account + mail@somewhere.tld + Select OpenPGP Key id + General + Password Show Time + Set the time you want the password to be in clipboard + Automatically Copy Password + Automatically copy the password to the clipboard after decryption was successful. + OK Yes diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 0833ebf8..7fe39daa 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -1,38 +1,38 @@ - - + - - - + - + + android:key="openpgp_provider_list" android:title="@string/pref_provider_title" /> - - - - + - \ No newline at end of file -- cgit v1.2.3