Frank Elsinga

Results 72 issues of Frank Elsinga

## Issue This fixes the following issue(s): - Resolves: #1351 ## Screenshot N.A. ## Why this is useful for all students A student requested this, so it is apparently useful....

## Issue Currently the dialogs are less consistent and less accessible than they could be. This PR fixes this: - [x] removal of unnessesary code - [x] stylistic unification of...

Bug :bug:
User experience :ok_hand:
Work in progress

## Issue removed most of the chat and its dependencys This fixes the following issue(s): - Resolves: #1455 - Resolves: #1277 ## Screenshot ![image](https://user-images.githubusercontent.com/26258709/181579482-b2309892-9b97-4575-8ec5-eaefda874ee8.png) ## Why this is useful for...

ReleaseBlocker

We currently use `startActivityForResult` and `onActivityResult` for example for joining chatrooms. ## Problem The `startActivityForResult` and `onActivityResult` are deprecated ## Suggested Enhancement :sparkles: From the Deprecation Note: > This method...

We currently use the `JobIntentService` for example for getting the Users Location [app/src/main/java/de/tum/in/tumcampusapp/service/GeofencingRegistrationService.kt](https://github.com/TUM-Dev/Campus-Android/blob/master/app/src/main/java/de/tum/in/tumcampusapp/service/GeofencingRegistrationService.kt) ## Problem The `JobIntentService` API is deprecated and has problems like https://issuetracker.google.com/issues/63622293 ## Suggested Enhancement :sparkles: The...

## Steps to Reproduce 1.Open Dialogue boxes ## Expected Result A consistent design ## Actual Result ![Screenshot_20220704_013222](https://user-images.githubusercontent.com/26258709/177345587-ddffd0f4-29d1-43a8-9a57-e3f1616a487d.png) ![Screenshot_20220704_020038](https://user-images.githubusercontent.com/26258709/177345591-05c32495-9cfc-4f30-915b-32c510edf3df.png) ## Problem Both designs are problematic: 1. has bad accessibility 2. looks...

Bug :bug:
User experience :ok_hand:
good first issue :1st_place_medal:

## Steps to Reproduce 1. Go to the chat of the SVV 2. ![20220606_090618](https://user-images.githubusercontent.com/26258709/172112835-d9270eb9-fccd-46c8-be79-b11f6243e5f2.jpg) ## Expected Result Not pinging 5k People at 3am ## Actual Result 5k People are pinged...

Awaiting more Information :hourglass:

The profile you get is mostly dependent on which part of the button you click. However this behaviour is not consistently deterministic. The black and white picture is the one...

## Summary Currently, the navbar-brand links to "/". Given that BaseURL is configurabe, I think this is probably a bug. ## Basic example before: ```html Foo ``` after: ```html Foo...

## Description I tried to add images with Subtiltles to our site. It turns out, that this feature has been dropped in a previous commit. This could be related to...