From b224fcc327571d02087a2d441bb4f35b20b68860 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20R=C3=B6sch?= <roesch@ubique.ch>
Date: Sat, 12 Sep 2020 00:14:09 +0200
Subject: [PATCH 1/4] add list of apps using dp3t-sdk to readme

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 29f4f5bb..10aeb133 100644
--- a/README.md
+++ b/README.md
@@ -156,5 +156,15 @@ DP3T.sync(getContext());
 Make sure you do not call this method on the UI thread, because it will perform the sync synchronously.
 Due to rate limits on the provideDiagnosisKeys() the sync can be execute only in a very restricted manner.
 
+## Apps using the DP3T-SDK for Android
+Name | Country | Source code | Store | Release-Date
+---- | ----------- | ------------- | ------------- | -------------
+SwissCovid | Switzerland | https://github.com/DP-3T/dp3t-app-android-ch | https://play.google.com/store/apps/details?id=ch.admin.bag.dp3t | 25. Mai 2020
+ASI | Ecuador | https://minka.gob.ec/asi-ecuador/android | https://play.google.com/store/apps/details?id=ec.gob.asi.android | 2. August 2020
+Hoia | Estonia | https://koodivaramu.eesti.ee/tehik/hoia/dp3t-app-android | https://play.google.com/store/apps/details?id=ee.tehik.hoia | 18. August 2020
+STAYAWAY COVID | Portugal | https://github.com/stayawayinesctec/stayaway-app | https://play.google.com/store/apps/details?id=fct.inesctec.stayaway | 28. August 2020
+Radar COVID | Spain | https://github.com/RadarCOVID/radar-covid-android | https://play.google.com/store/apps/details?id=es.gob.radarcovid |
+
+
 ## License
 This project is licensed under the terms of the MPL 2 license. See the [LICENSE](LICENSE) file.

From f586b892694888832b08e28458a2f79ddc9aacb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20R=C3=B6sch?= <roesch@ubique.ch>
Date: Sat, 12 Sep 2020 00:17:54 +0200
Subject: [PATCH 2/4] shorter link text for better readability

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 10aeb133..418b96cd 100644
--- a/README.md
+++ b/README.md
@@ -159,11 +159,11 @@ Due to rate limits on the provideDiagnosisKeys() the sync can be execute only in
 ## Apps using the DP3T-SDK for Android
 Name | Country | Source code | Store | Release-Date
 ---- | ----------- | ------------- | ------------- | -------------
-SwissCovid | Switzerland | https://github.com/DP-3T/dp3t-app-android-ch | https://play.google.com/store/apps/details?id=ch.admin.bag.dp3t | 25. Mai 2020
-ASI | Ecuador | https://minka.gob.ec/asi-ecuador/android | https://play.google.com/store/apps/details?id=ec.gob.asi.android | 2. August 2020
-Hoia | Estonia | https://koodivaramu.eesti.ee/tehik/hoia/dp3t-app-android | https://play.google.com/store/apps/details?id=ee.tehik.hoia | 18. August 2020
-STAYAWAY COVID | Portugal | https://github.com/stayawayinesctec/stayaway-app | https://play.google.com/store/apps/details?id=fct.inesctec.stayaway | 28. August 2020
-Radar COVID | Spain | https://github.com/RadarCOVID/radar-covid-android | https://play.google.com/store/apps/details?id=es.gob.radarcovid |
+SwissCovid | Switzerland | [Github](https://github.com/DP-3T/dp3t-app-android-ch) | [PlayStore](https://play.google.com/store/apps/details?id=ch.admin.bag.dp3t) | 25. Mai 2020
+ASI | Ecuador | [minka.gob.ec](https://minka.gob.ec/asi-ecuador/android) | [PlayStore](https://play.google.com/store/apps/details?id=ec.gob.asi.android) | 2. August 2020
+Hoia | Estonia | [koodivaramu.eesti.ee](https://koodivaramu.eesti.ee/tehik/hoia/dp3t-app-android) | [PlayStore](https://play.google.com/store/apps/details?id=ee.tehik.hoia) | 18. August 2020
+STAYAWAY COVID | Portugal | [Github](https://github.com/stayawayinesctec/stayaway-app) | [PlayStore](https://play.google.com/store/apps/details?id=fct.inesctec.stayaway) | 28. August 2020
+Radar COVID | Spain | [Github](https://github.com/RadarCOVID/radar-covid-android) | [PlayStore](https://play.google.com/store/apps/details?id=es.gob.radarcovid) |
 
 
 ## License

From 90c0be4ca433fe87632aa23da5b19b01bb13ef23 Mon Sep 17 00:00:00 2001
From: Fabian Aggeler <35527968+UBaggeler@users.noreply.github.com>
Date: Thu, 17 Sep 2020 09:02:32 +0200
Subject: [PATCH 3/4] Update README

Explicitly allow adding projects/countries with pull-requests.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 418b96cd..29e62258 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,7 @@ Hoia | Estonia | [koodivaramu.eesti.ee](https://koodivaramu.eesti.ee/tehik/hoia/
 STAYAWAY COVID | Portugal | [Github](https://github.com/stayawayinesctec/stayaway-app) | [PlayStore](https://play.google.com/store/apps/details?id=fct.inesctec.stayaway) | 28. August 2020
 Radar COVID | Spain | [Github](https://github.com/RadarCOVID/radar-covid-android) | [PlayStore](https://play.google.com/store/apps/details?id=es.gob.radarcovid) |
 
+If you're project/country is not yet listed but uses the DP3T-SDK feel free to send a pull-request to add it to the [README](README).
 
 ## License
 This project is licensed under the terms of the MPL 2 license. See the [LICENSE](LICENSE) file.

From 1f686fd5d6a3e45b860038e102ab6a4e1773194e Mon Sep 17 00:00:00 2001
From: Fabian Aggeler <35527968+UBaggeler@users.noreply.github.com>
Date: Thu, 17 Sep 2020 09:16:25 +0200
Subject: [PATCH 4/4] Fix typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 29e62258..fc6f1548 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ Hoia | Estonia | [koodivaramu.eesti.ee](https://koodivaramu.eesti.ee/tehik/hoia/
 STAYAWAY COVID | Portugal | [Github](https://github.com/stayawayinesctec/stayaway-app) | [PlayStore](https://play.google.com/store/apps/details?id=fct.inesctec.stayaway) | 28. August 2020
 Radar COVID | Spain | [Github](https://github.com/RadarCOVID/radar-covid-android) | [PlayStore](https://play.google.com/store/apps/details?id=es.gob.radarcovid) |
 
-If you're project/country is not yet listed but uses the DP3T-SDK feel free to send a pull-request to add it to the [README](README).
+If your project/country is not yet listed but uses the DP3T-SDK feel free to send a pull-request to add it to the [README](README).
 
 ## License
 This project is licensed under the terms of the MPL 2 license. See the [LICENSE](LICENSE) file.