- Aplikace dlouhodobě ukládá do zařízení přihlašovací údaje uživatele (tj. přihlašovací jméno, heslo, URL k instanci) pouze v případě, že uživatel při přihlašování povolí možnost `Zapamatovat si mě`. V tom případě jsou data zašifrována a uložena na zařízení uživatele
- V případě, že uživatel v nastavení povolí možnost `Ukládat jídelníček na dnešní den offline`, bude jídelníček pro daný den stažen a lokálně uložen v textové podobě na zařízení uživatele
- Každý den se jídelníček přepíše na aktuální den
- V případě, že se rozhodne tuto funkci vypnout, bude soubor automaticky odstraněn
- The application does not contain any tracking, advertisment or analytics system
- The application only communicates with the iCanteen instance specified by the user
- In case the instance is not using HTTPS connection, the developer cannot be held responsible for losses or dangers
- The application stores user login details (i.e. username, password, instance URL) only if the user checks the `Remember me` checkbox when signing in. In this case the data is encrypted and stored on the user's device
- Otherwise the data is stored locally in cache
- In case the user enables `Save today's menu offline` in the settings, the menu for the day will be downloaded and saved in plaintext form on the user's device
- The menu gets overwritten on a new day
- If the user decides to disable this function, the plaintext file will be deleted
### Contact
Prefered way of communication is through the Issues system