From 56f14107061b902947401be18130430f9e538bce Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 27 Jun 2017 17:42:32 +0200 Subject: [PATCH] F-Droid Privileged Extension: move description/summary to localizable dir This lets the summary and description be translated in Weblate, and have those translations show up in fdroidclient and on the website. --- metadata/org.fdroid.fdroid.privileged.txt | 22 ------------------- .../en-US/description.txt | 21 ++++++++++++++++++ .../en-US/summary.txt | 1 + 3 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 metadata/org.fdroid.fdroid.privileged/en-US/description.txt create mode 100644 metadata/org.fdroid.fdroid.privileged/en-US/summary.txt diff --git a/metadata/org.fdroid.fdroid.privileged.txt b/metadata/org.fdroid.fdroid.privileged.txt index 8f3b9bdaa0..f89b7b55eb 100644 --- a/metadata/org.fdroid.fdroid.privileged.txt +++ b/metadata/org.fdroid.fdroid.privileged.txt @@ -8,28 +8,6 @@ FlattrID:343053 Bitcoin:15u8aAPK4jJ5N8wpWJ5gutAyyeHtKX5i18 Auto Name:F-Droid Privileged Extension -Summary:Help F-Droid acquire system privileges -Description: -'''Note:''' F-Droid will need root privileges to install this app as a system -app. - -[[org.fdroid.fdroid]] can make use of system privileges or permissions to -install, update and remove applications on its own. The only way to obtain those -privileges is to become a system app. - -This is where the Privileged Extension comes in - being a separate app and much -smaller, it can be installed as a system app and communicate with the main app -via AIDL IPC. - -This has several advantages: - -* Reduced disk usage in the system partition -* System updates don't remove F-Droid -* The process of installing into system via root is safer - -Instead of this build, most users will want to install the "Over-The-Air" (OTA) -update zip file is called [[org.fdroid.fdroid.privileged.ota]]. -. Requires Root:yes diff --git a/metadata/org.fdroid.fdroid.privileged/en-US/description.txt b/metadata/org.fdroid.fdroid.privileged/en-US/description.txt new file mode 100644 index 0000000000..9aa1538096 --- /dev/null +++ b/metadata/org.fdroid.fdroid.privileged/en-US/description.txt @@ -0,0 +1,21 @@ +Note: F-Droid requires root privileges to install Privileged Extension +as a system "priv-app". + +[[org.fdroid.fdroid]] can make use of system privileges or permissions +to install, update and remove applications on its own. The only way to +obtain those privileges is to become a system app. + +This is where the Privileged Extension comes in - being a separate app +and much smaller, it can be installed as a system app and communicate +with the main app via AIDL IPC. + +This has several advantages: + +* Reduced disk usage in the system partition +* System updates don't remove F-Droid +* The process of installing into system via root is safer + +Instead of this build, most users will want to install the +"Over-The-Air" (OTA) update ZIP file is called +[[org.fdroid.fdroid.privileged.ota]]. This is here to update +Privileged Extension when it has been installed using the OTA ZIP. diff --git a/metadata/org.fdroid.fdroid.privileged/en-US/summary.txt b/metadata/org.fdroid.fdroid.privileged/en-US/summary.txt new file mode 100644 index 0000000000..e12a43fa02 --- /dev/null +++ b/metadata/org.fdroid.fdroid.privileged/en-US/summary.txt @@ -0,0 +1 @@ +Help F-Droid acquire system privileges for easy, secure installs