Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Wolvic

Funding the development and maintenance of the Open Source Wolvic XR browser (See links above)
Collective - Host: opensource - https://opencollective.com/wolvic - Website: https://www.wolvic.com/ - Code: https://github.com/Igalia/wolvic

Download blob:http:// URIs (#413)

Blob URIs have the form blob:http://example.com/... and can be used to represent data that has b...

github.com/Igalia/wolvic - 979218abcecd03c1341d48f41531912fcda3415c authored almost 2 years ago by Felipe Erias <[email protected]>
[OpenXR][XRlayers] Limit the amount of layers sent to the compositor

Platforms like Meta or Pico allow a maximum of 16 layers to be
submitted for a given frame to th...

github.com/Igalia/wolvic - 9c80164e4191eec97a598de38a9769babcf21d11 authored almost 2 years ago by Sergio Villar Senin <[email protected]>
Prevent crashes when opening unsupported dialogs

Some Web dialogs are not supported by Wolvic yet. These include the color picker, date/time pick...

github.com/Igalia/wolvic - 3405fe8894797ad79b36db72ee0d78ab82b3fabb authored almost 2 years ago by Felipe Erias <[email protected]>
Do not create layers for widget with placement.layer=false

The WidgetPlacement class has a boolean that can be used to decide
whether or not create a layer...

github.com/Igalia/wolvic - 53d8b013ca6b6a183acfc502f54a9be92eb927e4 authored almost 2 years ago by Sergio Villar Senin <[email protected]>
[Pico] Do not create layers for some widgets

Pico's runtime currently only allow 16 simultaneous layers. That's enough
for showing 1 window. ...

github.com/Igalia/wolvic - aac06d5cbca694954fe28b4ff5e718ac81f567fb authored almost 2 years ago by Sergio Villar Senin <[email protected]>
Do not leak swapchains on resize

Swapchains cannot be resized. That's why when we resize widgets (like
for example window widgets...

github.com/Igalia/wolvic - 315ed68b7e71db8c1a6b479650b7e36934849102 authored almost 2 years ago by Sergio Villar Senin <[email protected]>
Remove duplicate initialization of deviceType in Pico

Remove a duplicate initialization of deviceType for Pico. We added
a InitializeDeviceType() meth...

github.com/Igalia/wolvic - 5a637492e525abde0ece2302ed8421343b0a3a5a authored almost 2 years ago by Sergio Villar Senin <[email protected]>
Improve documentation about jdk requirements

The current README.md file suggests to use JDK 8 version from Oracle.
It also mentioned that ver...

github.com/Igalia/wolvic - 91b7737db48611fe952a0140fe5d7afac1ea1ec1 authored almost 2 years ago by Sergio Villar Senin <[email protected]>
[XRLayers] Add support for cylinder layers

OpenXR cylinder layers were never properly supported despite having
code to handle them. There w...

github.com/Igalia/wolvic - 12b7fc55c857a3d16f73b1d84dd13f6f9b7c65e0 authored almost 2 years ago by Sergio Villar Senin <[email protected]>
[OpenXR] Use swapchain size for XRLayer subimages

It was previously using layer sizes. That leads to crashes in Pico
because the layer might have ...

github.com/Igalia/wolvic - 9d06ab663d60e5ef110f7598dc1a01c7cae330bf authored almost 2 years ago by Sergio Villar Senin <[email protected]>
[Pico][XRLayers] Add a workaround for android surface layers

The specs[1] state that all members of the XrSwapchainCreateInfo structure
should be initialized...

github.com/Igalia/wolvic - 911b38e541ae1b6066088cc10e33b2658060ae7c authored almost 2 years ago by Sergio Villar Senin <[email protected]>
[Pico][XRLayers] Add a workaround for compressed textures

Pico OpenXR SDK does not support compressed textures format for layers.
In order not to get a cr...

github.com/Igalia/wolvic - 60af85e69c0fdccbadfa8e37954cdc9efa1bef49 authored almost 2 years ago by Sergio Villar Senin <[email protected]>
[Pico][XRLayers] Translate layers to average height

When using layers, we create a special space called layersSpace that
is translated -kAverageHeig...

github.com/Igalia/wolvic - 2dd09f13f10fc8305b4547e51c8e41a76b2b2354 authored almost 2 years ago by Sergio Villar Senin <[email protected]>
Fixes a crash generating download thumnails (#404)

Due to some other bug, some downloads are stored using names without
any extension. That was ma...

github.com/Igalia/wolvic - 1857c4dfb18276f3a7fafbad2d83518868661a69 authored almost 2 years ago by Sergio <[email protected]>
Correct filename for downloads

Use URLUtil.guessFileName() to guess the correct filename for a download, instead of out own sol...

github.com/Igalia/wolvic - ecdd3a189fdc7de32d9264577ff0c141134c7a2a authored almost 2 years ago by Felipe Erias <[email protected]>
Fit long titles in prompt dialog

The title of some prompts is too long to fit in one line. This happens for example with the down...

github.com/Igalia/wolvic - 70a33cd5937101eecfd49ac579e8881474c03e2a authored almost 2 years ago by Felipe Erias <[email protected]>
Include assert.h (#401)

Fix a small issue when compiling on Mac systems.

github.com/Igalia/wolvic - f478ad4004ea0141dc1d2b6987edb63ebf02f36a authored almost 2 years ago by Felipe Erias <[email protected]>
Correct JVM target for Kotlin (#402)

We were using JavaVersion.VERSION_1_8.toString(), which was wrong because it simply returns the ...

github.com/Igalia/wolvic - 3be338964134dcbdccf13f299017a7d4ae99f032 authored almost 2 years ago by Felipe Erias <[email protected]>
OpenXR: Emulate Oculus Touch interaction profile if hand tracking is enabled (#385)

Since we are emulating controller functionality for hand tracking, we
need to always have an ac...

github.com/Igalia/wolvic - 1d8e3db6005d10c1f32587ddf8dde57b87ed69a1 authored about 2 years ago by Eduardo Lima <[email protected]>
Remove dead code (#394)

Remove BrowserWorld::CreateEnvironment as it isn't used anywhere.

github.com/Igalia/wolvic - 94310536d018b65599c1b685818c0cc30b6cfec3 authored about 2 years ago by Sergio <[email protected]>
[Extensions] Allow installation of locally downloaded extensions/addons (#391)

Fixes #22

This PR adds a Developer Setting to Allow installation of locally downloaded extens...

github.com/Igalia/wolvic - 3e1225b5d92bbe80b9e4351810b345de1185f1f7 authored about 2 years ago by Ayaskant Panigrahi <[email protected]>
[Build] #283 Move com.huawei.agconnect plugin into condition (#389)

The plugin should get added only for HVR builds now, non-HVR builds will ignore it

github.com/Igalia/wolvic - 5ff9f6b96c721e89da095eec36162ac48b27f671 authored about 2 years ago by Ayaskant Panigrahi <[email protected]>
[OpenXR][Pico] Enable hand tracking in the manifest

In order to launch Wolvic when the user is using hand tracking instead
of the controllers, we ha...

github.com/Igalia/wolvic - 461edbad8244b8252b8edf10627044d37e9e78db authored about 2 years ago by Sergio Villar Senin <[email protected]>
Review comments

github.com/Igalia/wolvic - fa1b2fc33a1b9d8165095541dbd817650506a7e9 authored about 2 years ago by Sergio Villar Senin <[email protected]>
[OpenXR] Vertically flip OpenXR layers in Meta

Most OpenXR layers in Meta appear upside down, i.e., flipped in
the y direction. In particular w...

github.com/Igalia/wolvic - bc69476d198b6593ebe1c237e0d854ba5ce3c827 authored about 2 years ago by Sergio Villar Senin <[email protected]>
[OpenXR][Pico] Remove scaling factor (#387)

When the PicoXR flavour was added it came with some upscaling code
that increases the resolutio...

github.com/Igalia/wolvic - 1996822d26f226105b8ad0b223bfd461ea857a88 authored about 2 years ago by Sergio <[email protected]>
Thumbnails in the Downloads tab (#381)

Display thumbnails in the Downloads tab in the Library. This reuses the same
functionality tha...

github.com/Igalia/wolvic - 03265dd54758b67a54edb36d94c3f2d579eae4b8 authored about 2 years ago by Felipe Erias <[email protected]>
Update the third_party hash

github.com/Igalia/wolvic - 73722b7f4a2be1ecb34c7c19c10116ba55df7913 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Support file uploads (#361)

tation of file uploads. For now, we only let the user upload files that they have previously dow...

github.com/Igalia/wolvic - c4664fccdb289852e40729c6b3fd5de3e38172d1 authored about 2 years ago by Felipe Erias <[email protected]>
[Pico] Update paths for SDK 2.1.0

The new version of the SDK changed the structure and the names of
some of the directories where ...

github.com/Igalia/wolvic - 27f0075d34c8ca2518cabb0e6ab7fcdcae0b5062 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Bring back the logins crash hack

We were told in https://github.com/mozilla-mobile/android-components/issues/6681
that there were...

github.com/Igalia/wolvic - ef58db4f305754c69f47c7bab2bb4fcba729bf48 authored about 2 years ago by Sergio Villar Senin <[email protected]>
[OpenXR][Pico] Fix brightness issues

We're basically applying the same trick as we did in the Oculus case,
i.e, we disable GL_FRAMEBU...

github.com/Igalia/wolvic - fdbe0b2a7f60a696a8b94f879c652f06364f0199 authored about 2 years ago by Sergio Villar Senin <[email protected]>
[OpenXR] Properly initialize the DeviceType

DeviceType used to be properly initialized by each SDK backend on their
respective DeviceDelegat...

github.com/Igalia/wolvic - bc6573e8ae84eb183cab4ef104c606d6c3918dd1 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Add Pico 4 controller models

This commit adds controller models for Pico 4 controllers, based on the
controller models provid...

github.com/Igalia/wolvic - 9b319b0f061ebc9a693b5064953569a9f78a0d99 authored about 2 years ago by rsjtdrjgfuzkfg.com <[email protected]>
Add support for showing/hiding a controller model

This wraps the controller model node by a toggle node; and adds a
SetModelVisible() method to co...

github.com/Igalia/wolvic - a9d0906afdb8b2ca6ea6863c638e84975899259c authored about 2 years ago by Eduardo Lima <[email protected]>
OpenXR: Detect runtime's support for hand tracking

github.com/Igalia/wolvic - 094de340e5609c2a919b8507e7d794260b35d944 authored about 2 years ago by Eduardo Lima <[email protected]>
OpenXR: Retrieve hand mesh using XR_FB_hand_tracking mesh extension

This is retrieved, if supported, once at initialization time.

github.com/Igalia/wolvic - ba767abbbab9fb20ccd86e3f6069e1891053872d authored about 2 years ago by Eduardo Lima <[email protected]>
Use hand-tracking information to emulate the controllers

This is a temporary solution while we don't implement WebXR APIs for
hand tracking.

@TODO: For ...

github.com/Igalia/wolvic - 71b6e8c09f210543e956b8b21e4acd981f370e48 authored about 2 years ago by Eduardo Lima <[email protected]>
[CI] Add PicoXR to the list of flavours to be checked by CI

This means that from now on Oculusvr, Hvr and Picoxr would be
run by the CI every time a new PR ...

github.com/Igalia/wolvic - 946319e5ab59b30b7edb0a65f525873efd66fd65 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Fix WebXR controller profiles on Pico XR

This commit sets the controller type for Gecko for Pico XR controllers
to pico-neo2, causing the...

github.com/Igalia/wolvic - 31e38ac9f1139940ba28a58586be539a4b204b26 authored about 2 years ago by rsjtdrjgfuzkfg.com <[email protected]>
Sets a default user agent and adds `Wolvic/<version>` to it

To give Wolvic more visibility we are replacing our default user agent
string, coming from gecko...

github.com/Igalia/wolvic - 0e211714d181857e4d20e073e553edcecd205c8f authored about 2 years ago by Eduardo Lima <[email protected]>
Add Pico XR build variant

This commit introduces a new build variant "picoxr" using Pico's OpenXR
SDK, and makes necessary...

github.com/Igalia/wolvic - 359c9df3838e11458c0e0fa4e40fb420acaebfdd authored about 2 years ago by rsjtdrjgfuzkfg.com <[email protected]>
Replace FxR references by Wolvic ones

There were still several references to Firefox Reality in the code
and in the translations. Repl...

github.com/Igalia/wolvic - 53cd1191affae03fa9efe869c5c991bb37286931 authored about 2 years ago by Sergio Villar Senin <[email protected]>
[OpenXR] Call xrBeginSession after resuming app only for HVR

The HVR platform has a very special way to handle the session. That
forced us to call xrRequestE...

github.com/Igalia/wolvic - c79773a9b4e2f3922ce95853c6963ef9d6c71d95 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Fix issues in the Library tabs

This PR fixes two small bugs in the Library UI:

- the Web Apps tab does not use the correct sty...

github.com/Igalia/wolvic - f497f43fd904eed4e3f93eeb2960bbf078b78f42 authored about 2 years ago by Felipe Erias <[email protected]>
Fix error pages regression

The upgrade to AC v75 caused a regression in error pages. They were
shown as meaningless sequenc...

github.com/Igalia/wolvic - 1ace5746f92d02a89bdeee7e48c4793d5e539ecd authored about 2 years ago by Sergio Villar Senin <[email protected]>
Add com.oculus.intent.category to Meta's manifests

The Meta store hasn't complained about that so far, however it is
preventing us now from uploadi...

github.com/Igalia/wolvic - 7b42cacb6cf03e622090407d15dfcfaeb498150b authored about 2 years ago by Sergio Villar Senin <[email protected]>
Fix a crash in addons view

This is a regression caused by the upgrade to AC v75. The
SectionViewHolder component now requir...

github.com/Igalia/wolvic - c467b06857550bcc0e0dbfbeb49d3cabc9f158ef authored about 2 years ago by Sergio Villar Senin <[email protected]>
Display translations in the Addons tab

github.com/Igalia/wolvic - 1dae81ab46db3651284dacf5517fd1a42cc38247 authored about 2 years ago by Felipe Erias <[email protected]>
Add the include path for OVR platform on Meta OpenXR builds

This is a leftover from b198a4c322a1291da7091660a4798acb0ce9c89a.
I forgot to add the CMake chan...

github.com/Igalia/wolvic - 14d96c73a535c11e66de4fe55d8100606047ed1f authored about 2 years ago by Sergio Villar Senin <[email protected]>
Trigger CI only on pull requests

We used to trigger it also on push but they actually overlap in
some cases and pull_request is e...

github.com/Igalia/wolvic - d17e09cb76c30fe6ee71bcc579ef3730cc1666b7 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Display favicons in suggestions and tabs

github.com/Igalia/wolvic - ce455164438f6a6c4ac37c9d85d10deee6be6038 authored about 2 years ago by Felipe Erias <[email protected]>
[OVR] Move OVR user entitlement out of DeviceDelegateOculusVR

It was previously located in the OVR device delegate, however that
is not the optimal location f...

github.com/Igalia/wolvic - b198a4c322a1291da7091660a4798acb0ce9c89a authored about 2 years ago by Sergio Villar Senin <[email protected]>
Hide navigation bar after VR video if needed

Ensure that the navigation bar remains hidden after exiting a VR video in kiosk mode.

github.com/Igalia/wolvic - 7feac3e740751840da327cb5fc5f87a055c0db91 authored about 2 years ago by Felipe Erias <[email protected]>
Initial UI for Web apps (#329)

This is the initial implementation of an UI for Web apps.

The user can add a new Web app by c...

github.com/Igalia/wolvic - 6b76895dd58bcb3e0b2f249110ec0d8106f06d61 authored about 2 years ago by Felipe Erias <[email protected]>
OpenXR: Add vertical flip to equirect layers on Oculus

Immersive videos are currently shown upside down on Oculus with OpenXR
backend.

This patch uses...

github.com/Igalia/wolvic - 701bea45770aeb5a04ea58b6e1d27b7ff4bb6521 authored about 2 years ago by Eduardo Lima <[email protected]>
Add new uncompressed versions of cyberpunk cubemap images

The previous ones had an incorrect posx image among other
defects.

github.com/Igalia/wolvic - 40591ab7660ede78b56e07968b294aa708daa82a authored about 2 years ago by Sergio Villar Senin <[email protected]>
Update the RGB versions of the cyberpunk environment cubemap textures

The previous versions had an abnormally high brightness as if the
gamma was pushed too much. The...

github.com/Igalia/wolvic - 9bb0ef4b606e058e7e772c38f59f2f4a566be355 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Update SRGB versions of the cyberpunk environment cubemap textures

The previous ones were incorrectly generated as RGB instead of SRGB.
Seems to be an issue of the...

github.com/Igalia/wolvic - 09d5bf9c3d09d22062f37dc47b8112fff65902ed authored about 2 years ago by Sergio Villar Senin <[email protected]>
OpenXR: Fix brightness of Wolvic logo during splash screen

The texture was being loaded using an incorrect colorspace.

github.com/Igalia/wolvic - 8b7d87039fe6bcd87cf143343c9e2e096e9c1ace authored about 2 years ago by Eduardo Lima <[email protected]>
OculusVR: Enable hand tracking feature and permission in release builds

This should have been added as part of 8d90c9d.

github.com/Igalia/wolvic - 65d2980a2c9482984ab369442d6422d7d989704d authored about 2 years ago by Eduardo Lima <[email protected]>
OpenXR: Enable the XR_EXT_hand_tracking and XR_FB_hand_tracking_aim extensions

These should have been enabled as part of 5fe399, but the hunk slipped
by mistake.

Without enab...

github.com/Igalia/wolvic - ec7997ef8c7be39d882e7922a427a3f374c047fa authored about 2 years ago by Eduardo Lima <[email protected]>
Migrate from old set-output to github environment files

The checkout third_party step in our CI was issuing this warning

> Warning: The `set-output` co...

github.com/Igalia/wolvic - 50daed6c7854db674e55880f9022df35d5bc5fe7 authored about 2 years ago by Sergio Villar Senin <[email protected]>
OpenXR: Add code to retrieve hand joints and aim state

Uses XR_EXT_hand_tracking and XR_FB_hand_tracking_aim to retrieve hand
joint locations and aim s...

github.com/Igalia/wolvic - 5fe39948969c359f39d5cd22f02aae50bbc66fe6 authored about 2 years ago by Eduardo Lima <[email protected]>
Enable hand tracking feature and permission in OculusVR's AndroidManifest

github.com/Igalia/wolvic - 8d90c9dcf8959cf5c4ab546c17630a672fb1faa8 authored about 2 years ago by Eduardo Lima <[email protected]>
Make HVR backend prefer the standalone OpenXR headers from third party repo

The OpenXR headers distributed with HVR SDK are old and don't include
extension symbols needed f...

github.com/Igalia/wolvic - a955fc51653a718ccdccc80f9e5ede5aa1408a93 authored about 2 years ago by Eduardo Lima <[email protected]>
Parse and store Web apps (#324)

When the current website contains a link to a Web app manifest, we will receive this manifest (i...

github.com/Igalia/wolvic - f30e35559fe7d3ed538f95ae62c3798efabb4bf3 authored about 2 years ago by Felipe Erias <[email protected]>
Update the third_party repository hash

We have updated some of the SDKs and we want CI to use those new
versions as they include new APIs.

github.com/Igalia/wolvic - d67d799e16d48790c529d97c8053eec2e8948159 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Fix a crash when entering private mode

Gecko was crashing when calling eglCreateWindowSurface whenever
private mode was started if the ...

github.com/Igalia/wolvic - 02bdcf84685848a9395153adc30434071f10ac88 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Upgraded AC to 75.0.22

So far, we have being using v63 which is rather old. For now we're
sticking to v75 because start...

github.com/Igalia/wolvic - 95470dbcb0e74f02c28cc7613c0b5c1d1b91b44f authored about 2 years ago by Sergio Villar Senin <[email protected]>
Bump version code for 1.2 (again)

We landed a last minute fix for the favicons patch to work
properly.

github.com/Igalia/wolvic - c355e12874a9eba7262ad737088f4b0ff1c9b3c7 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Add new favicons as we browse the Web

Link the `BrowserIcons` instance with its associated extension, so the list of known favicons ca...

github.com/Igalia/wolvic - bf96226ea5e85ed121bf7e7bcfa9162eab5254ef authored about 2 years ago by Felipe Erias <[email protected]>
Bump version code for 1.2

github.com/Igalia/wolvic - 6e3a5a84d9df9ac37875515954b1df5d45f16e52 authored about 2 years ago by Sergio Villar Senin <[email protected]>
[HVR] Do not exit app when going back in immersive mode

This is a regression of the patch that allowed Wolvic not to close
when exiting the security zon...

github.com/Igalia/wolvic - 031bd35d7f796fd1725118c335d5c913f4c3c5f7 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Add support for favicons

This PR uses the browser-icons component to store and display the favicons of the pages that we ...

github.com/Igalia/wolvic - 53f338976c62eb587f8d11de51f528954ba4052b authored about 2 years ago by Felipe Erias <[email protected]>
Don't use versionCodeToDate in Settings dialog

That method was used by FirefoxReality to automatically generate
version codes from dates. We ar...

github.com/Igalia/wolvic - 5c241fe2cb24db986c6792fcff2b6c9ce7731570 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Improve background dimming when entering video fullscreen mode

This was already implemented but it looked like not working because
the default selected alpha f...

github.com/Igalia/wolvic - 19d0de5fb98b7325e0d3707e0e0adea4f598ec82 authored about 2 years ago by Sergio Villar Senin <[email protected]>
[HVR] Display images of the controllers when entering WebXR

This change also adds a native method to distinguish between 6DoF
and 3DoF controller.

github.com/Igalia/wolvic - 960fc74603d5668a0aa685573002e5eaa4485d3e authored about 2 years ago by Felipe Erias <[email protected]>
Fix a crash when clicking on a "mailto:" URL

This change fixes a crash in the phone UI when clicking on an URL with the "mailto" scheme. We p...

github.com/Igalia/wolvic - 1016a7e844128f9a78680589f6e7708553daf56e authored about 2 years ago by Felipe Erias <[email protected]>
[HVR] Do not exit the OpenXR session when exiting the security zone

When we exit the security zone defined in HVR platform the system
destroys the android surface w...

github.com/Igalia/wolvic - a9eec019bedf90b842a14764950eaa254e8e8449 authored about 2 years ago by Sergio Villar Senin <[email protected]>
Add some extra HVR & OpenXR debugging

The HVR lifecycle is broken and we had to add some workarounds to
properly handle it. Adding som...

github.com/Igalia/wolvic - 77071d75897cf6c91bc77f5c96a436fc74baa4b9 authored about 2 years ago by Sergio Villar Senin <[email protected]>
No download confirmation dialog while in WebXR (#298)

Don't try to show the confirmation dialog when we are in WebXR, because it will not be visible.

github.com/Igalia/wolvic - 4160d56eb1e8deb9559474011565e1f4eb8c3474 authored about 2 years ago by Felipe Erias <[email protected]>
Explicitly create PendingIntents with IMMUTABLE flag (#301)

Up until Build.VERSION_CODES.R, PendingIntents are assumed to be mutable
by default, unless FLA...

github.com/Igalia/wolvic - 21cd1253dd5f47c64adf029d8145a1160af1ab72 authored about 2 years ago by Sergio <[email protected]>
[HVR] Enable antialiasing by default for Harmony OS 3.0 (#300)

Looks like the Harmony OS 3.0 gfx capabilities are much better than
in 2.0. We'll tempatively e...

github.com/Igalia/wolvic - ab1daec9ad0deb98aa254a85610e6adecddb7ce3 authored about 2 years ago by Sergio <[email protected]>
[HVR] Remove the hvr3dof flavor (#297)

After properly removing all the #ifdefs for the 3DoF specific
behaviours, we can finally remove...

github.com/Igalia/wolvic - cba6e76d00aa34bf048faf1da76919d81f619f51 authored about 2 years ago by Sergio <[email protected]>
Rename HVR_ML_API_KEY to HVR_API_KEY (#296)

This name is more accurate, because there is only one API key. Otherwise, it can be confusing wh...

github.com/Igalia/wolvic - 6125b33978a55bad9c15baa51ad47e0f213e5c11 authored about 2 years ago by Felipe Erias <[email protected]>
[HVR] Replace the package name for mainland China (#293)

The previous name was used for testing. We need a new one to submit
new versions of the package...

github.com/Igalia/wolvic - 482ecfce968f549ba95e60ebe5f1c3e6af07db29 authored about 2 years ago by Sergio <[email protected]>
Enable analytics for Huawei devices (#295)

* Enable analytics for Huawei devices

Enable `HiAnalytics` in `PlatformActivity`.

github.com/Igalia/wolvic - 6cdb0861bd850a443d5be378f22ec2596801b1d6 authored about 2 years ago by Felipe Erias <[email protected]>
[HVR] Remove some HVR_6DOF ifdefs (#292)

Now that we can safely detect at runtime whether we have 3DoF or 6DoF
kit for HVR devices, we c...

github.com/Igalia/wolvic - d322845d70a14a427d67d5fd0da2c514c6553a9f authored about 2 years ago by Sergio <[email protected]>
Filter out incompatible controllers based on DoF (#294)

In general each XR system is either 3DoF or 6DoF so it's enough
with having a single OpenXR inp...

github.com/Igalia/wolvic - 5716b81d162673e6624773358b59b26fbe68d7b4 authored about 2 years ago by Sergio <[email protected]>
Bump version code for 1.1.1

There was an issue with the previous version code, increasing it again.

github.com/Igalia/wolvic - 76be4c842fea6be8f9b242b5542730a756153932 authored over 2 years ago by Sergio Villar Senin <[email protected]>
Bump version code for 1.1.1

github.com/Igalia/wolvic - 69943957cf7e0681e3885472e5132de2e55d0165 authored over 2 years ago by Sergio Villar Senin <[email protected]>
[HVR] Exit app when clicking exit on the confirmation dialog (#289)

For Pico and HVR builds we show an exit confirmation dialog whenever
back action is triggered a...

github.com/Igalia/wolvic - 6069445da97580524080baafc1df8825b19ee057 authored over 2 years ago by Sergio <[email protected]>
[HVR] Remove a workaround for positional tracking detection (#288)

The HVR SDK was always claiming not to have positional tracking
support. The value of systemPro...

github.com/Igalia/wolvic - 89dcd4bb8b557729c26eddd017e6c703b58fada0 authored over 2 years ago by Sergio <[email protected]>
[HVR] Remove workaround for 6DoF controllers (#287)

We had a workaround for HVR's 6DoF controllers as they were
incorrectly reporting the same valu...

github.com/Igalia/wolvic - f83275c4144c66eb6d80733355869e4505a096ec authored over 2 years ago by Sergio <[email protected]>
Add a new UA override for walkofchampions.vodafone.co.uk (#286)

It requires a Meta Browser to allow VR experiences.

github.com/Igalia/wolvic - 5030f10fdb83f39e94fce3d679b39dad1369c53c authored over 2 years ago by Eduardo Lima <[email protected]>
[HVR] Add some required permissions and queries for Harmony 3.0 (#282)

The update to Harmony 3.0 requires some additional permissions
and also specifying the applicat...

github.com/Igalia/wolvic - de9d03e35c6efe85ff7a8b3bf1e149af85546ae8 authored over 2 years ago by Sergio <[email protected]>
Remove the mapping for /input/home in HVR 6DoF controllers (#279)

There is no point in having a mapping for that button (in our case
it was mapped to BUTTON_APP)...

github.com/Igalia/wolvic - a88f3a7a0e6cf1527ea073517cf67d737a02ea63 authored over 2 years ago by Sergio <[email protected]>
Add a new UA override for matterport.com (#281)

It requires a Meta Browser to allow VR experiences.

github.com/Igalia/wolvic - 6d01e69f9fdd054fb00982f5094f7001da7ac4ca authored over 2 years ago by Sergio <[email protected]>
Make BUTTON_APP exit fullscreen mode (#278)

BUTTON_APP (the hamburger button on the left controller on Meta Quest2 and HVR)
is used to exit...

github.com/Igalia/wolvic - c36889f3a019689c4ae1bebf1bcfbc37173deb02 authored over 2 years ago by Sergio <[email protected]>