From 1c4ac91c6cd8440a1874390d4fd1f32953a2e8e3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 10 Aug 2020 18:11:16 +0530 Subject: Prompt user to install OpenKeychain when missing (#1005) * Prompt user to install OpenKeychain when missing Fixes #996 Signed-off-by: Harsh Shandilya * Update changelog Signed-off-by: Harsh Shandilya --- app/src/main/res/values/strings.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b5f1192d..8303e18d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -375,4 +375,12 @@ Push was rejected by remote, reason: %1$s Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository. Running git operation… + + + OpenKeychain not installed + OpenKeychain is required for Password Store to function, please install it from the stores below + Google Play + https://play.google.com/store/apps/details?id=%1$s + F-Droid + https://f-droid.org/en/packages/%1$s/ -- cgit v1.2.3