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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2016-06-30 17:08:47 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-06-30 17:10:39 +0300
commitfc6da71e4730a0f5b0d17563359e1bf9528f3fb1 (patch)
tree7e367b1a72b3a2e0e1a5cecba21a2f9cd1d15e42 /strings.php
parent91c4e2c486b9ed7961bd4c6b499dce68750507b5 (diff)
add F-Droid and beta fixes #38
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/strings.php b/strings.php
index e1959fae..bd631103 100644
--- a/strings.php
+++ b/strings.php
@@ -83,5 +83,7 @@ $DOWNLOAD_VM_VMX = $DOWNLOAD_VM_BASE.'Ubuntu_'.$VM_UBUNTU_RELEASE.'-nextcloud-
$DOWNLOAD_CLIENT_MOBILE_IOS = 'https://itunes.apple.com/us/app/nextcloud/id543672169?ls=1&mt=8';
$DOWNLOAD_CLIENT_MOBILE_ANDROID = 'https://play.google.com/store/apps/details?id=com.nextcloud.client';
$DOWNLOAD_CLIENT_MOBILE_BLACKBERRY = 'https://appworld.blackberry.com/webstore/content/59955931/';
+$DOWNLOAD_CLIENT_MOBILE_FDROID = 'https://f-droid.org/repository/browse/?fdid=com.nextcloud.client';
+$DOWNLOAD_CLIENT_MOBILE_FDROID_BETA = 'https://f-droid.org/repository/browse/?fdid=com.nextcloud.android.beta';
$DOWNLOAD_CLIENT_MOBILE_AMAZON = 'https://www.amazon.com/Nextcloud-Inc/dp/B00944PQMK';
?>