Robert Jonsson

Results 7 issues of Robert Jonsson

Is it possible to display, in the input field, the value of idField instead of the value of textField for selected items? Let's say I have this data: ``` this.dropdownList...

There is a bug in the `FileUtil.copy` method where the output stream writes too much data, causing the copied file not to be the same as the original file. This...

When migrating to the AndroidX Preference library (#1174), the new XML preference files did not get their default values set.

Fixes #1189 Starting with Android 14, implicit intents are restricted for internal app components. This commit explicitly sets the package name for PendingIntents used as notification actions to ensure compatibility...

Action buttons in the notifications, like the ones in the picture below, seems not to be working on Android 14. ![image](https://github.com/jonasoreland/runnerup/assets/10847866/00259526-e1ad-4726-985e-6514b8f05815) At least not for me on my Pixel 6...

Previously, database exports were saved to app-private storage, making it difficult (if not impossible) for users to access the database file outside of RunnerUp. This PR refactors the database import...

Starting in Wear OS 4 (Android 13, API level 33), ongoing notifications are affected by the notification runtime permission. In the Wear app, there is currently no functionality to request...