Jannik 2020-08-30 23:41:12 +02:00
parent b2dc12da71
commit fb1f71aa73
1 changed files with 11 additions and 4 deletions

15
Home.md

@ -10,9 +10,16 @@ In this section you can find some information about the app and how it works. Ad
### 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 is subject *XYZ* missing in the grades
In order to make grades access faster and help reducing calls to qispos, Project Laogai will cache the grades data for up to 24h. If you need up to date grades, simply use the swipe to refresh gesture.
### Why are these data being transmitted?
### How are my credentials and grades saved
To protect the sensible data from others, it is encrypted before being saved to the file system.
### Currently there is no data transmission implemented!
### ~~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 they do not contain any personal data.~~
### ~~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.~~