BeMacized
BeMacized
This PR adds two new functions to the image_picker plugin's platform interface, for picking images and videos from the same native UI. ~~This PR is still in draft mode due...
This PR implements the `getRecentMedia` function added to the platform interface in #5979 on iOS. This PR currently remains in draft mode because: - No tests have yet been written...
This PR implements the `getRecentMedia` function added to the platform interface in #5979 on Android. This PR currently remains in draft mode because: - No tests have yet been written...
This PR adds a `getRecentMedia` function to the platform interface, for fetching the last X most recent images or videos from the gallery, e.g. for allowing apps to pick recent...
This PR adds a `strongBiometricsOnly` flag to the AuthenticationOptions on Android, to enable authenticating with strong biometrics only. _Note: I have tested this on a device with strong biometrics present....
This PR implements the `getMedia` method added to the platform interface in #4675 on iOS, allowing users to pick both images and videos from the gallery simultaneously. It superses #4676...
This PR implements the `getMedia` method added to the platform interface in #4675 on Android, allowing users to pick both images and videos from the gallery simultaneously. It superses #4676...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) It allows `imageUrl` to be set to `null`. ### :arrow_heading_down: What is the current behavior?...
### Versions OpenVR SDK 1.26.7 SteamVR beta 2.0.6 (However, same behaviour on the current stable release) ### Context I have configured an action on the "double" slot of one of...
### Versions OpenVR SDK 1.26.7 SteamVR beta 2.0.6 (However, same behaviour on the current stable release) ### Issue I'm experiencing that `VRInput::GetActionOrigins` does not return any origins while the SteamVR...