Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

New TUM colors and Canteen Overhaul

Compare
Choose a tag to compare
@COM8 COM8 released this 06 Oct 17:01
· 40 commits to master since this release

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 login success screen.
TUM_online_login

New and old colors comparison. Left is the new one and right the old one.

home_dark
home_light

lectures_light
lectures_dark

settings_light
settings_dark

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

  1. Install Visual Studio 2022
  2. Clone the repository with Visual Studio 2022
  3. Build the project for your target platform (e.g. x64)
  4. Install the app on your target system:
    Here you can find more information about: How to install UWP apps, using the developer mode.