This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
New TUM colors and Canteen Overhaul
With this release I updated the color pallet to the new TUM color scheme.
It also refactors parts of the canteen and dish handling, preparing the introduction of the canteen rating system: TUM-Dev/Campus-Backend#70
Please report bugs here!
Changes
- Fixed deleting TUMonline token
- Alternating background colors for the dish list
- Language based canteen and dish downloads
- Dishes prices show two decimal points
- Downloading canteen dish labels and not using hardcoded ones
- Downloading only dishes for one canteen
- Fixed canteen page grid splitter cursor
- TUMonline activation success animation
- Updated to the new TUM colors
- Downgraded min required version to 1809 so it runs on the HoloLens Gen1
Examples
New and old colors comparison. Left is the new one and right the old one.
How can I get this App?
There are two ways how you can get access to the app.
1. Microsoft Store
The simplest way is to just download it via the Microsoft Store.
2. Build it by your own
- Install Visual Studio 2022
- Clone the repository with Visual Studio 2022
- Build the project for your target platform (e.g.
x64
) - Install the app on your target system:
Here you can find more information about: How to install UWP apps, using the developer mode.