Talo Halton

Results 19 issues of Talo Halton

When playing Star Wars Squadrons in VR mode using Relive on Oculus Quest, some of the game's HUD elements (most notably the targeting indicators) don't follow the HMD's rotation correctly,...

Adds support for custom resource types by checking if the object has a script, then comparing the script filename to the type name stored in settings. Example: The type of...

Closes #380 Note to self: This moves the strings.xml file used in the F-Droid package's UpdateCheckData.

### Checklist - [X] I am able to reproduce the bug with the latest debug version ([Android](https://nightly.link/toasterofbread/spmp/workflows/build-android/main), [Linux](https://nightly.link/toasterofbread/spmp/workflows/build-linux/main), [Windows](https://nightly.link/toasterofbread/spmp/workflows/build-windows/main)) - [X] I've checked that there is no open or closed...

Bug
Android

Adds a check to provideInlineCompletionItems which skips the delay call if the completion was triggered manually (such as by using the built-in 'Trigger inline suggestion' action). This allows automatic completions...

This is a long-term issue for me to organise plans for some reworks to the way songs are handled in SpMp. Needed changes: - ~~Local songs as a distinct type...

Currently, only two hardcoded types of dragging (press and long press) are supported by this library. This PR adds an interface, `DragGestureDetector`, which is responsible for handling drag detection via...

Fixes [KT-77443](https://youtrack.jetbrains.com/issue/KT-77443). Prevents pre-initialisation access to the optimizeTask property in `JsIrBinary` inheritors when calling `syncInputConfigure` by allowing inheritors to initialise required resources in the added `prepareSyncInputConfigure` function, which is called...