From af2039c9420b3cd883035c1f930bbc55d7258a9d Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Sun, 6 Oct 2019 12:19:36 +0200 Subject: [PATCH] --- Home.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Home.md b/Home.md index 95cd688..c1e440c 100644 --- a/Home.md +++ b/Home.md @@ -4,4 +4,15 @@ ProjectLaogai is a in kotlin writen android app for the HS Offenburg which uses ## Information When you start the app you'll see the homescreen. It shows todays mensa menu and timetable, if it's later than 15.00 it will show the mensa menu of tomorrow. In the main menu on the left you can access a detailed week overview abou all mensa meals, as well as the timetable for the next 6 days. +## FAQ +In this section you can find some information about the app and how it works. Additionally it contains information on which data the app transmits and why they are needed. +### How does the Mensa card reader work? +To activate the card reader just hold youre Mensa card against your smartphone, if the app is alreay running it'll show the current balance in a dialog. If the app is not running, a selection dialog will show, just select the Project Laogai in there. + +### Currently there is no data transmission implemented, this will be a future change! +### Which data will be transmitted? +~~In addition to the connection data transmitted by the HTTPS protocol, this app transmits some basic information about itself and some information about your smartphone. Currently these are the installed app version and the Android version of your smartphone. These data do not in any way provide any conclusion to the user as there are no identifiable data among them.~~ + +### Why are these data being transmitted? +~~We need the app version because some versions of the app still use outdated functions of the tcor API. We need make sure they are supported long enough, as some of you may still use these older version of the app. The Android version is needed to decide which features can be offered in the app, as some are only available in later versions of Android. We try to make sure that the app is accessible to as many users as possible while supporting advanced features of Android.~~ \ No newline at end of file