Skip to content

Commit

Permalink
New release: v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelJ committed May 1, 2020
1 parent 2bfb27f commit 8266505
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CovidTracer.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="0.1" package="org.raphaeljavaux.covidtracer">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="2" android:versionName="0.1.1" package="org.raphaeljavaux.covidtracer">
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CovidTracer is a free and open-source software (GPLv3).

Google and Apple are [currently not allowing](https://www.theverge.com/2020/3/5/21167102/apple-google-coronavirus-iphone-apps-android-misinformation-reject-ban) any coronavirus-related app that are not from recognized health organizations or governments on their stores. The app can still be installed using alternative channels:

On **Android**, an installable APK can be downloaded [here](releases/android/covidtracer_0.1.apk?raw=true).
On **Android**, an installable APK can be downloaded [here](https://github.com/RaphaelJ/covid-tracer/releases/download/v0.1.1/covidtracer_0.1.1.apk).

On **iOS**, only registered Apple developpers can build, sign and install the app on their iPhones. This can be done by cloning this repository and by using [Visual Studio for macOS](https://visualstudio.microsoft.com/vs/mac/). The iOS app does not support all features yet.

Expand Down Expand Up @@ -83,3 +83,12 @@ Additional measures have been taken to increase privacy:
- The backend [is availaible](https://github.com/RaphaelJ/covid-tracer-backend) as a free and opensource software.

More advanced diagnostic and debugging information can be obtained directly in the application by tapping 10 times on the tracer key ID on the *About* page.

## Special thanks

These users provided the translation in the following languages:

- Croatian/Hrvatski: [micimacahaca](https://old.reddit.com/user/micimacahaca);
- Dutch: [vlammuh](https://www.reddit.com/user/vlammuh) and [bavoceulemans](https://github.com/bavoceulemans);
- Brazilian/Portuguese: [Raphael Salomao](https://github.com/raphaelsalomao3);
- Spanish: [Barraguesh](https://github.com/Barraguesh).

0 comments on commit 8266505

Please # to comment.