diff --git a/i18n/de.yaml b/i18n/de.yaml index 53cb1b1bc4..c0e1c65fa6 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -92,6 +92,8 @@ translation: "Google Drive ist aufgrund proprietärer Abhängigkeiten ausgeschlossen." - id: android_fdroid_cloud_exclusion_hint translation: "Einen detaillierten Vergleich aller Varianten findest du in unserer Dokumentation." +- id: android_accrescent_exclusion + translation: "Google Drive ist aufgrund proprietärer Abhängigkeiten ausgeschlossen." # Blog - id: blob_post_author_prefix diff --git a/i18n/en.yaml b/i18n/en.yaml index 4d460abf5f..b4800f249c 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -92,6 +92,8 @@ translation: "Google Drive is excluded due to proprietary dependencies." - id: android_fdroid_cloud_exclusion_hint translation: "A detailed comparison of all variants can be found in our docs." +- id: android_accrescent_exclusion + translation: "Google Drive is excluded due to proprietary dependencies." # Blog - id: blob_post_author_prefix diff --git a/layouts/android/single.html b/layouts/android/single.html index b468e30ffc..c8426c92b3 100644 --- a/layouts/android/single.html +++ b/layouts/android/single.html @@ -18,6 +18,10 @@

{{ .Title }}

{{ partial "android-fdroid.html" . }}
+ +
+ {{ partial "android-accrescent.html" . }} +
diff --git a/layouts/partials/android-accrescent.html b/layouts/partials/android-accrescent.html new file mode 100644 index 0000000000..f01a18d6a4 --- /dev/null +++ b/layouts/partials/android-accrescent.html @@ -0,0 +1,26 @@ +
+ + + + + + + + +
+
+

Accrescent

+
+
+
+

Minimum: Android 8.0

+
+ + + +
+

{{ ":x:" | emojify }} {{ i18n "android_accrescent_exclusion" | safeHTML }}

+
+
+
+
diff --git a/static/img/downloads/accrescent-badge.png b/static/img/downloads/accrescent-badge.png new file mode 100644 index 0000000000..fc99c7b24a Binary files /dev/null and b/static/img/downloads/accrescent-badge.png differ