From 92f1aab25da12411aa256c3b763e0cb6182e9320 Mon Sep 17 00:00:00 2001 From: Aditya Wasan Date: Thu, 15 Oct 2020 20:46:39 +0530 Subject: Add option to automatically sync repository on app launch (#1137) * Add option to automatically sync repository on app launch Signed-off-by: Aditya Wasan * Pull repo if user is not authenticated Signed-off-by: Aditya Wasan * Address review comments Signed-off-by: Harsh Shandilya * Hijack incoming intent rather than copying it Signed-off-by: Harsh Shandilya * Initialize password repository before using it Signed-off-by: Aditya Wasan Co-authored-by: Harsh Shandilya --- app/src/main/res/values/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index cc9f1f24..f8be3859 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -407,6 +407,9 @@ Potentially incorrect URL It appears that your URL contains a custom port, but does not specify the ssh:// scheme.\nThis can cause the port to be considered a part of your path. Press OK here to fix the URL. + Sync on launch + Sync passwords when application is launched + Syncing… Proxy hostname -- cgit v1.2.3