Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-delbusso committed Mar 28, 2021
1 parent cd22773 commit 2e87d8e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- PROJECT LOGO -->
<br />
<p align="center">
<a href="https://github.com/6CCS3PRJ/android-app">
<a href="https://github.com/wifi-tracing/android-app">
<img src="docs/icon.png" alt="Logo" width="80" height="80">
</a>

Expand All @@ -17,7 +17,7 @@
<p align="center">
WiFi-based contact tracing app, developed as part of <a href="https://github.com/danilo-delbusso"><b>@danilo-delbusso</b></a>'s a final year project
<br />
<a href="https://github.com/6CCS3PRJ/android-app/issues">Report Bug</a>
<a href="https://github.com/wifi-tracing/android-app/issues">Report Bug</a>
</p>
</p>

Expand Down Expand Up @@ -52,7 +52,7 @@ The user can also decide to collect location data, which is used to localise hot

This data can be uploaded by scanning a specific QR code, aiding in contact tracing efforts.

Daily, the app downloads a copy of relevant scans from the [ingestion service](https://www.github.com/6CCS3PRJ/server), which will then be used to check for possible exposure to the virus.
Daily, the app downloads a copy of relevant scans from the [ingestion service](https://www.github.com/wifi-tracing/server), which will then be used to check for possible exposure to the virus.

<p align="center">
<img alt="upload data page" src="docs/screenshot-1.png" width="30%">
Expand Down Expand Up @@ -81,7 +81,7 @@ Installation can be done by either building the project, or downloading the APK.
<!-- ROADMAP -->
## Roadmap

See the [open issues](https://github.com/6CCS3PRJ/android-app/issues) for a list of proposed features (and known issues).
See the [open issues](https://github.com/wifi-tracing/android-app/issues) for a list of proposed features (and known issues).


<!-- CONTRIBUTING -->
Expand Down Expand Up @@ -113,15 +113,15 @@ Material Icons:

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/6CCS3PRJ/android-app.svg?style=for-the-badge
[contributors-url]: https://github.com/6CCS3PRJ/android-app/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/6CCS3PRJ/android-app.svg?style=for-the-badge
[forks-url]: https://github.com/6CCS3PRJ/android-app/network/members
[stars-shield]: https://img.shields.io/github/stars/6CCS3PRJ/android-app.svg?style=for-the-badge
[stars-url]: https://github.com/6CCS3PRJ/android-app/stargazers
[issues-shield]: https://img.shields.io/github/issues/6CCS3PRJ/android-app.svg?style=for-the-badge
[issues-url]: https://github.com/6CCS3PRJ/android-app/issues
[license-shield]: https://img.shields.io/github/license/6CCS3PRJ/android-app.svg?style=for-the-badge
[license-url]: https://github.com/6CCS3PRJ/android-app/blob/master/LICENSE.txt
[contributors-shield]: https://img.shields.io/github/contributors/wifi-tracing/android-app.svg?style=for-the-badge
[contributors-url]: https://github.com/wifi-tracing/android-app/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/wifi-tracing/android-app.svg?style=for-the-badge
[forks-url]: https://github.com/wifi-tracing/android-app/network/members
[stars-shield]: https://img.shields.io/github/stars/wifi-tracing/android-app.svg?style=for-the-badge
[stars-url]: https://github.com/wifi-tracing/android-app/stargazers
[issues-shield]: https://img.shields.io/github/issues/wifi-tracing/android-app.svg?style=for-the-badge
[issues-url]: https://github.com/wifi-tracing/android-app/issues
[license-shield]: https://img.shields.io/github/license/wifi-tracing/android-app.svg?style=for-the-badge
[license-url]: https://github.com/wifi-tracing/android-app/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/danilo-delbusso/
18 changes: 18 additions & 0 deletions app/debug/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.example.prj_android_app",
"variantName": "processDebugResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 52,
"versionName": "0.5.2",
"outputFile": "app-debug.apk"
}
]
}

0 comments on commit 2e87d8e

Please sign in to comment.