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/xml/preference.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/src/main/res/xml/preference.xml') diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 58a173c5..6631133f 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -138,6 +138,12 @@ app:key="biometric_auth" app:summary="@string/biometric_auth_summary" app:title="@string/biometric_auth_title" /> +