Skip to content

Commit dd6db2e

Browse files
committed
Add Accrescent
1 parent 19dda39 commit dd6db2e

File tree

5 files changed

+34
-0
lines changed

5 files changed

+34
-0
lines changed

i18n/de.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
translation: "Google Drive ist aufgrund proprietärer Abhängigkeiten ausgeschlossen."
9393
- id: android_fdroid_cloud_exclusion_hint
9494
translation: "Einen detaillierten Vergleich aller Varianten findest du in unserer <a class=\"text-sm no-underline hover:underline\" href=\"https://docs.cryptomator.org/en/latest/android/setup\" target=\"_blank\">Dokumentation</a>."
95+
- id: android_accrescent_exclusion
96+
translation: "Google Drive ist aufgrund proprietärer Abhängigkeiten ausgeschlossen."
9597

9698
# Blog
9799
- id: blob_post_author_prefix

i18n/en.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
translation: "Google Drive is excluded due to proprietary dependencies."
9393
- id: android_fdroid_cloud_exclusion_hint
9494
translation: "A detailed comparison of all variants can be found in our <a class=\"text-sm no-underline hover:underline\" href=\"https://docs.cryptomator.org/en/latest/android/setup\" target=\"_blank\">docs</a>."
95+
- id: android_accrescent_exclusion
96+
translation: "Google Drive is excluded due to proprietary dependencies."
9597

9698
# Blog
9799
- id: blob_post_author_prefix

layouts/android/single.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ <h1>{{ .Title }}</h1>
1818
<section>
1919
{{ partial "android-fdroid.html" . }}
2020
</section>
21+
22+
<section>
23+
{{ partial "android-accrescent.html" . }}
24+
</section>
2125
</div>
2226
</div>
2327
</div>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<div class="text-center" itemscope itemtype="http://schema.org/SoftwareApplication">
2+
<meta itemprop="name" content="Cryptomator"/>
3+
<meta itemprop="description" content="A free software to encrypt your cloud files."/>
4+
<meta itemprop="applicationCategory" content="Productivity"/>
5+
<meta itemprop="softwareVersion" content="{{ .Site.Params.releases.android.version }}"/>
6+
<meta itemprop="applicationSubCategory" content="Encryption"/>
7+
<meta itemprop="image" content="{{ "/img/logo.png" | absURL }}"/>
8+
<meta itemprop="operatingSystem" content="Android"/>
9+
10+
<div class="rounded shadow bg-white">
11+
<div class="prose prose-sm max-w-none md:max-w-none px-4 py-2 border-b border-primary">
12+
<h3>Accrescent</h3>
13+
</div>
14+
<div class="p-4">
15+
<div class="prose prose-sm max-w-none mb-4">
16+
<p>Minimum: Android 8.0</p>
17+
</div>
18+
<a href="https://accrescent.app/app/org.cryptomator" role="button" class="plausible-event-name=downloads-android-accrescent">
19+
<img class="h-10 mx-auto lazyload mb-4" data-src="/img/downloads/accrescent-badge.png">
20+
</a>
21+
<div class="prose prose-sm max-w-none md:max-w-none mb-4">
22+
<p>{{ ":x:" | emojify }} {{ i18n "android_accrescent_exclusion" | safeHTML }}</p>
23+
</div>
24+
</div>
25+
</div>
26+
</div>
29.5 KB
Loading

0 commit comments

Comments
 (0)