From 2d1a9f7a44154035b5a47b0a9843c365dadcb62c Mon Sep 17 00:00:00 2001 From: shanavas Date: Thu, 27 Apr 2017 19:12:50 +0300 Subject: Make git username and email configurable (#289) * Gather git config data and save in preferences * Align text box properly * Apply git configs from settings * Validate email address --- app/src/main/res/values/strings.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1bc6d9cc..a02c1b76 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -13,7 +13,8 @@ Delete directory Cancel Repository information - + Git Configurations + Please clone or create a new repository below before trying to add a password or any synchronization operation. /store/.git @@ -55,7 +56,7 @@ Authenticate Please provide the passphrase for your SSH key. Leave it empty if there is no passphrase. Please provide the password for this repository - + Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device. Clone from server @@ -78,6 +79,14 @@ When using custom ports, provide an absolute path (starts with "/") + + Git config + Username + User name + Email + email + Please enter a valid email address + PgpHandler name @@ -97,6 +106,7 @@ Username username Edit git server settings + Edit git config Import SSH key Generate SSH key pair View generated public SSH key -- cgit v1.2.3