Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouraisanNEET <HouraisanNEET@users.noreply.github.com>2021-04-10 08:43:22 +0300
committerHouraisanNEET <HouraisanNEET@users.noreply.github.com>2021-07-04 16:44:55 +0300
commit0ba01892603e17e8663a51fb3723e484c4bdce7e (patch)
tree1d0d6852a7104871987ece6c601f82bf43dda8ce /apps/theming
parentbbee01117e36fcabf7db8195343d897bc28c619a (diff)
Add F-Droid
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/lib/ThemingDefaults.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php
index 35ed32c69a3..d165ed929fd 100644
--- a/apps/theming/lib/ThemingDefaults.php
+++ b/apps/theming/lib/ThemingDefaults.php
@@ -86,6 +86,8 @@ class ThemingDefaults extends \OC_Defaults {
private $iOSClientUrl;
/** @var string */
private $AndroidClientUrl;
+ /** @var string */
+ private $FDroidClientUrl;
/**
* ThemingDefaults constructor.
@@ -125,6 +127,7 @@ class ThemingDefaults extends \OC_Defaults {
$this->iTunesAppId = parent::getiTunesAppId();
$this->iOSClientUrl = parent::getiOSClientUrl();
$this->AndroidClientUrl = parent::getAndroidClientUrl();
+ $this->FDroidClientUrl = parent::getFDroidClientUrl();
}
public function getName() {
@@ -286,6 +289,12 @@ class ThemingDefaults extends \OC_Defaults {
return $this->config->getAppValue('theming', 'AndroidClientUrl', $this->AndroidClientUrl);
}
+ /**
+ * @return string
+ */
+ public function getFDroidClientUrl() {
+ return $this->config->getAppValue('theming', 'FDroidClientUrl', $this->FDroidClientUrl);
+ }
/**
* @return array scss variables to overwrite