From f52199dde900f8ed6407f81052b33129f7c894a2 Mon Sep 17 00:00:00 2001 From: Dany Mestas <94061157+DanyPM@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:46:53 +0200 Subject: [PATCH 1/3] Added application certificate fingerprint to README Signed-off-by: Dany Mestas <94061157+DanyPM@users.noreply.github.com> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bf08de7707..cb7ba51248 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ height="80">](https://play.google.com/store/apps/details?id=com.nextcloud.client alt="Get it on F-Droid" height="80">](https://f-droid.org/packages/com.nextcloud.client/) +Signing certificate fingerprint to [verify](https://developer.android.com/studio/command-line/apksigner#usage-verify) the APK: +``` +SHA-256: fb009522f65e25802261b67b10a45fd70e610031976f40b28a649e152ded0373 +``` + **The Android client for [Nextcloud](https://nextcloud.com). Easily work with your data on your Nextcloud.** ![App screenshots](/doc/Nextcloud_Android_Screenshots.png "App screenshots") From 41cfc914bffac6239a0aa4f35ee576fc74642042 Mon Sep 17 00:00:00 2001 From: Dany Mestas <94061157+DanyPM@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:14:58 +0200 Subject: [PATCH 2/3] added SHA-1 signing certificate fingerprint Signed-off-by: Dany Mestas <94061157+DanyPM@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb7ba51248..3ab989879d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ height="80">](https://f-droid.org/packages/com.nextcloud.client/) Signing certificate fingerprint to [verify](https://developer.android.com/studio/command-line/apksigner#usage-verify) the APK: ``` SHA-256: fb009522f65e25802261b67b10a45fd70e610031976f40b28a649e152ded0373 +SHA-1: adc205b0487e68e221cc4b511083aa78ffadc751 ``` **The Android client for [Nextcloud](https://nextcloud.com). Easily work with your data on your Nextcloud.** From c94b2f1c518fd6ce83cb44603eaeadb3199e0d01 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Tue, 12 Nov 2024 12:32:00 +0100 Subject: [PATCH 3/3] clarify Signed-off-by: tobiasKaminsky --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab989879d..70df1ead17 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,12 @@ alt="Get it on F-Droid" height="80">](https://f-droid.org/packages/com.nextcloud.client/) Signing certificate fingerprint to [verify](https://developer.android.com/studio/command-line/apksigner#usage-verify) the APK: +- APK with "gplay" name, found [here](https://github.com/nextcloud/android/releases) or distributed via Google Play Store +- APK with "nextcloud", found [here](https://github.com/nextcloud/android/releases) +- not suitable for Fdroid downloads, as Fdroid is signing it on their own ``` SHA-256: fb009522f65e25802261b67b10a45fd70e610031976f40b28a649e152ded0373 -SHA-1: adc205b0487e68e221cc4b511083aa78ffadc751 +SHA-1: 74aa1702e714941be481e1f7ce4a8f779c19dcea ``` **The Android client for [Nextcloud](https://nextcloud.com). Easily work with your data on your Nextcloud.**