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

Releases: TUM-Dev/Campus-UWP

Ingredients are back 🎉

12 Dec 19:40
ddfa751
Compare
Choose a tag to compare

Since I'm working right now on an update for the eat-api which allows it to parse ingredients for dishes. I decided to create a new UWP-TUM-Campus-App
build which also supports ingredients again.

Changes:

Examples:

ingredients


How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

Fluent Design

28 Oct 17:20
Compare
Choose a tag to compare

This release adds full Fluent Design support. I've also fixed some small bugs and updated dependencies.

Changes:

  • Updated the UI to the Fluent Design
  • Switched for logging to NLog
  • Fixed "Next" button staying disabled if activation for existing token fails
  • Fixed parsing for personal calendar entries

How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

DB performance

25 Aug 10:52
Compare
Choose a tag to compare

Changes:

  • Improved DB performance
  • Updated NuGet dependencies

How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

Bug fixes and UI improvements

15 Apr 13:14
23e2fca
Compare
Choose a tag to compare

Changes:

  • Added a calendar entry context menu
  • Added show canteen on map support
  • Added a 2 sec. get device position timeout
  • Canteens page UI improvements
  • Improved canteen dish dates navigation
  • General UI improvements
  • Fixed logging
  • Fixed canteen widget not showing dishes for the next day if it's past 16 o' clock
  • Fixed calendar widget not showing on initial start
  • Fixed next button content alignment

How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

Widgets dates and UI

08 Apr 15:14
Compare
Choose a tag to compare

Changes:

  • Added an eduroam helper [Experimental!]
  • Added an eduroam widget
  • Added widget swiping support
  • Refractored all widgets
  • Refractored the MainPage
  • Improved page navigation performance
  • Improved the DB performance
  • Fixed wrong canteen dates
  • Fixed wrong calendar time

Examples:


How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

Bug fixes

21 Feb 14:48
Compare
Choose a tag to compare

A small release that fixes a couple bugs.

Changes:

  • Fixed canteens widget showing wrong date
  • Fixed summer term not getting translated properly

How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

Canteens page and DB changes

31 Jan 17:37
Compare
Choose a tag to compare

This release fixes a couple small but nasty bugs related to the canteens page.
It also improves the performance of the underlying DB system slightly.

Changes:

  • Fixed favorite canteens not being saved
  • Under the hood DB changes

How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

Bug fixes

20 Jan 14:31
Compare
Choose a tag to compare

A small release that fixes one bug and one crash.

Changes:

  • Fixed dish types not getting added for favorite canteen
  • Fixed a crash associated with canteens sorting

How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

New canteens page

19 Jan 19:18
Compare
Choose a tag to compare

In this release I switched to the eat-api from srehwald to have more control over dish and canteen support. In combination with a redone canteen page everything associated with the canteens page / widget received a quiet noticible performance boost.

You are now also able to set favorite canteens, which will get shown on the home page.

Changes:

  • Switched to the eat-api
  • Redone the canteens page
  • Overall performance improved

How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.

Critical crash fix

20 Nov 16:52
Compare
Choose a tag to compare

This build fixes a critical crash associated with news. The app cloud crash if there was an empty news url (image url).

Changes:

  • Fixed news crash
  • Fixed news parsing exception

The following link directs you to the UWP-TUM-Campus-App entry of the Windows Store:
https://www.microsoft.com/de-de/store/p/tum-campus-app/9n3p75398fkb?rtc=1

Here you can find more information about: How to install UWP apps, using the developer mode.