From bf1b67ea6a255866be9765f3096c91e2236f2eaf Mon Sep 17 00:00:00 2001 From: zeapo Date: Thu, 10 Aug 2017 15:13:58 +0200 Subject: add remember passphrase and clearing it from settings --- app/src/main/res/layout/git_passphrase_layout.xml | 34 +++++++++++++++++++++++ app/src/main/res/values/strings.xml | 3 +- app/src/main/res/xml/preference.xml | 3 ++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/git_passphrase_layout.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/git_passphrase_layout.xml b/app/src/main/res/layout/git_passphrase_layout.xml new file mode 100644 index 00000000..d82a0b55 --- /dev/null +++ b/app/src/main/res/layout/git_passphrase_layout.xml @@ -0,0 +1,34 @@ + + + + + + + \ 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 7805ad08..e39cb6f5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -46,7 +46,7 @@ Import Generate Authenticate - Please provide the passphrase for your SSH key. Leave it empty if there is no passphrase. + Please provide the passphrase for your SSH key Please provide the password for this repository @@ -208,4 +208,5 @@ Push was rejected by remote, reason: Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository. Error occurred during the push operation: + Clear ssh-key saved passphrase diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 87e77aae..23e68577 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -13,6 +13,9 @@ + -- cgit v1.2.3