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
VisionGlass API allows developers to request either a 2D operation
mode or a 3D one. In the case...
The VisionGlass is a 3DoF device meaning that we don't get information
about the position of the...
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - 96fd499473ebc02d1c2363656f44554c42375c28 authored 11 months ago by Songlin Jiang <[email protected]>Resolve #1128
We remove the SQLiteAssetHelper dependency, store the database into
the dedicated...
In the "desktop" viewport mode, the Web engine renders pages inside
a special fixed-width viewpo...
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - f8426c21df5f2a4cc2590defbddd259c97838bed authored 11 months ago by Songlin Jiang <[email protected]>
PR#1104 enabled word autocompletion in latin keyboard. However it
also caused regressions like t...
Bumps com.android.tools:r8 from 8.2.33 to 8.2.42.
---
updated-dependencies:
- dependency-name: ...
The page was filtering out non-Meta browsers (it's working
fine in the experimental chromium bac...
This is a large change because it's difficult to split it in smaller
chunks as we're revamping t...
The PicoXR name was selected by the first contributor to the Pico4 port
hoping to cover multiple...
Resolves #1164
Although display DPI 400 works on my device (Meta Quest 2)
without any freeze, l...
Extract the parameter names used in the Intents and custom URIs
to launch Wolvic into public con...
This will instruct Gradle plugin to try to shrink the resources
included in the package so the s...
Several easy unrelated fixes included unused imports, not needed local
variables or unneeded nul...
We do know that the rows field in Keyboard is an ArrayList<Row> so we can
safely remove the warn...
github.com/Igalia/wolvic - ff8cc845731f06d045d0f873666a61e71d4e406c authored about 1 year ago by Sergio Villar Senin <[email protected]>
Our AndroidManifest specifies that the app_name should be retrieved
from resources (by using and...
This way we could have simultaneous installations of Wolvic
for HVR and Wolvic for VisionGlass i...
This way we could have simultaneous installations of Wolvic
for a specific device and Wolvic NoA...
An assert was added to the code that translates from Wolvic device
types to the web engine devic...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Rele...
The external context initialization should happen as soon as possible
because we need it to be a...
github.com/Igalia/wolvic - 196122e3d3ff52486088a12504b1e018e836ebc3 authored about 1 year ago by Sergio Villar Senin <[email protected]>
github.com/Igalia/wolvic - 8e01fe660e5765a4fec0963a67aa37cfeb4bf05b authored about 1 year ago by Sergio Villar Senin <[email protected]>
Support JavaScript dialogs such as alert, confirm, prompt and
beforeunload.
Show form repost...
github.com/Igalia/wolvic - d6a8b37c9424a247773c937b913eee99f5a54094 authored about 1 year ago by Zakhar Voit <[email protected]>Lower the default density to avoid ugly visual artifacts.
On Pico and Quest 2, pages and images...
github.com/Igalia/wolvic - 0d50eea91485207ad682978606f01b44f1d03d26 authored about 1 year ago by Felipe Erias <[email protected]>github.com/Igalia/wolvic - affcaad46704713b54fc6daea68e47dbcdfc5718 authored about 1 year ago by Felipe Erias <[email protected]>
Adding the 3D model for the MagicLeap2 controller. Textures are
still not 100% correct but it's ...
We hash the key using sha-256
Fix the issue related to:
Failed to get Bitmap from DiskLruCache:...
When hardware acceleration is used when rendering UI widgets in the
Magic Leap 2 devices several...
github.com/Igalia/wolvic - 9051cfc48f3abf2489fe68aaac25e7f3b5481245 authored about 1 year ago by Felipe Erias <[email protected]>
github.com/Igalia/wolvic - fee741289c87ccbdd9c0542c4a378d7f4f4f137a authored about 1 year ago by Felipe Erias <[email protected]>
github.com/Igalia/wolvic - 0b0ca7ceebf5255383fce63712a27c43a4a91195 authored about 1 year ago by Felipe Erias <[email protected]>
Support using different density values for each build.
The DPI is calculated based on the densi...
github.com/Igalia/wolvic - 97a0d7a3f221314337a299ccbaba6a2e13e2eb94 authored about 1 year ago by Felipe Erias <[email protected]>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes]...
So that users can recognize them and use with caution
Signed-off-by: Songlin Jiang <sjiang@ig...
github.com/Igalia/wolvic - 77c36d5117193774b397de48b4efac7b273005b4 authored about 1 year ago by Hollow Man <[email protected]>
Add a preference in the Display settings so the user can change
the distance of the browser wind...
Fix media controls positions when center windows vertically is enabled,
so that media controls ...
They make it really hard to find errors in the build when they happen
This reverts commit b0d58...
github.com/Igalia/wolvic - a1671376ad7b47015979555c72bba9734741c17e authored about 1 year ago by Songlin Jiang <[email protected]>
Windows can be moved just by dragging. This is only enabled
in the X direction and while in cur...
It was mentioning that the OpenXR loader should be placed under
third_party/snapdragon-spaces bu...
When head lock is enabled, the browser window remains in the center
of your vision.
This functi...
github.com/Igalia/wolvic - 359ccdbb548e26c113996b88f71005a832dd8fea authored about 1 year ago by Songlin Jiang <[email protected]>
To improve usability and legibility, browser windows will be centered vertically
relative to the...
Inspiration from Chinese/Japanese candidates input.
Wordlist databases taken from
https://andro...
Vision Glass is a device from Huawei which consists on a see-passthrough
glasses that can be att...
So far we've been using XrHandJointLocationsEXT::isActive to
determine whether or not hand track...
Also move the brightness button to the middle (so that we don't need
to rearrange the style to o...
Related to our recent changes in #1107
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - 511959e84f950a063928d36d2e26eafe7ae093ac authored about 1 year ago by Songlin Jiang <[email protected]>
Wolvic creates a bitmap for every tab with its contents to be displayed
in the tabs view. For th...
In these cases the renderer process creates new WebContents and
notifies the client (Wolvic) abo...
This new parameter will carry a callback that will be executed just
after creating the Session b...
Add Desktop Mode overrides for these popular Chinese websites:
- youku.com
- bilibili.com
- iqi...
Implement ChromiumPermissionDelegate which forwards permission requests
sent by Chromium to the ...
Adjust the default DPI that we pass to the Web engine so that the texture
for the default window...
* Fix widgets hovering in library UI when DPI is not 100
The issue mentioned in #1106 is not ...
github.com/Igalia/wolvic - b92ea9291a509d1240fe91f49b74d572bfb32e90 authored about 1 year ago by Hollow Man <[email protected]>This reverts commit 3c9f643721666f6cdbdce21dc20b320a4718c7c5.
github.com/Igalia/wolvic - 1760efeb70bd2cf7ee9f2ce9406c1f349d30565d authored about 1 year ago by Sergio <[email protected]>Adjust the default DPI that we pass to the Web engine so that the texture for the default window...
github.com/Igalia/wolvic - 3c9f643721666f6cdbdce21dc20b320a4718c7c5 authored about 1 year ago by Felipe Erias <[email protected]>
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.5 to 0.32.6.
- [Release notes](https://...
Add a UA override for youtube.com so that chromium uses the
same UA as gecko. This ensures that...
We use the FB_display_refresh_rate extension to dynamically select
the device display refresh ra...
Resolves #1078
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - a43440ed04c0487be92df8aed7060773ebd4b106 authored about 1 year ago by Hollow Man <[email protected]>
We have been traditionally using Oculus' OpenXR headers in the
OCULUSVR builds. However we don't...
We needed that patch because the upstream version was not properly
building with -Werror because...
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - 92f3016681990992ba62b52254d5675971269379 authored about 1 year ago by Songlin Jiang <[email protected]>Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - 0d037c8bfd1bf74b79f47ee0c2dea04081278081 authored about 1 year ago by Songlin Jiang <[email protected]>
Users can also disable the haptic feedback in
controller settings.
Resolves #1067
Signed-off-b...
github.com/Igalia/wolvic - 6ea3738231a25e39eedd299906e006d33713a3a1 authored about 1 year ago by Songlin Jiang <[email protected]>
Use the pre-defined device name according to device type.
If the device type is unknown (i.e. no...
So that we don't need to scroll for device name
in accounts settings.
Signed-off-by: Songlin Ji...
github.com/Igalia/wolvic - 8a3db5420901f6d6d7890bf71d59c1102421324d authored about 1 year ago by Songlin Jiang <[email protected]>Resolve #1069
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - b32dc4df49801e3230ba75cdc257993102db6cfb authored about 1 year ago by Songlin Jiang <[email protected]>
We now only remove duplicated suggestions based on url,
maybe later we can decide to remove thos...
Same as #1091
This will at least make it recognize "Meta Quest Pro"
correctly
Signed-off-by: S...
github.com/Igalia/wolvic - 8177724452c449e868fdbac361131382e0bfa57f authored about 1 year ago by Songlin Jiang <[email protected]>
The device name is set in a switch. In the case of the Quest3 the
case didn't have a break state...
We will update all the language options (radio button) during
loading, and that will trigger the...
Resolve #1044
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - 8cfa70d64411a9c45eabf8196589f09fb811d342 authored about 1 year ago by Songlin Jiang <[email protected]>Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - e8f47cc3d8292f3241a24800dcd24642f0af693e authored about 1 year ago by Songlin Jiang <[email protected]>Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - ad7b78129b7f3da6672aa1b1fbc07285889a11a0 authored about 1 year ago by Songlin Jiang <[email protected]>
If we have it in Gecko, we will have some random sound effects
temporary cut-outs after page loa...
github.com/Igalia/wolvic - 1cbeba868f2339c95b453321aa1404616223bebe authored about 1 year ago by Felipe Erias <[email protected]>
Currently translated at 100.0% (662 of 662 strings)
Translation: Wolvic/Wolvic
Translate-URL...
GeckoSession uses a HistoryDelegate object (provided by Wolvic) to
keep track of history changes...
github.com/Igalia/wolvic - 6298da5c92969c2246603a42bdbc21718e50419b authored about 1 year ago by Felipe Erias <[email protected]>
github.com/Igalia/wolvic - 231ef59eb01b6a36d0cfc09f67d1b8259aa22a6b authored about 1 year ago by Felipe Erias <[email protected]>
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0.
- [...
We forgot to add the right controller when we added support
for Quest3 controllers.
* Renames Controller::pinchFactor to Controller::selectFactor
Right now we are using the `pin...
github.com/Igalia/wolvic - eff05418de0dc5a7413a221ceacc80311f27b190 authored about 1 year ago by Eduardo Lima <[email protected]>
To scale the size of tooltip widgets, we modify the "density" field
in the tooltip's placement....
As of https://support.mozilla.org/en-US/kb/firefox-accounts-renamed-mozilla-accounts
Signed-o...
github.com/Igalia/wolvic - 5c791283aa02fe849436369735e7d141b4058595 authored about 1 year ago by Hollow Man <[email protected]>
So that it feels more natural:
+ - buttons for forward and backward (zoom in/out)
D-pad up and...
The Meta Store does not support that permission from now on.
github.com/Igalia/wolvic - 05d2223f527163c3d92a983fabbc12c96795fa3e authored about 1 year ago by Sergio <[email protected]>
Now Pico runtime supports basic passthrough mode via the XR_FB_passthrough
extension <https://r...
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - 58720a7d465acf8df9ce9ed6a178db003e75075e authored about 1 year ago by Songlin Jiang <[email protected]>https://www.w3.org/TR/webxr-hand-input-1/
This patch adds pushing the current hand-tracking i...
github.com/Igalia/wolvic - be065edafd716507ad996c54083a31ecff27fe6d authored about 1 year ago by Eduardo Lima <[email protected]>
Adding the required mappings and assets to display the Meta Quest 3
controllers in Wolvic. Not o...
Right now Wolvic/Chromium shows a wrong position when controllers
are emulated during hand-track...
Resolves #963
Signed-off-by: Songlin Jiang <[email protected]>
github.com/Igalia/wolvic - 727defee11068fd167f159162a17d21df944da37 authored about 1 year ago by Songlin Jiang <[email protected]>github.com/Igalia/wolvic - 2d73651de887dc080a6218977e9d41a798775d08 authored about 1 year ago by Felipe Erias <[email protected]>
We don't want to compose text again when we use
voice input, e.g. Voice input English while keyb...
Chinese/Japanese keyboard typing is broken when
you try to type in web pages
We should use post...
github.com/Igalia/wolvic - dc896ecca9f5710a1776c57f7a79146f50328b64 authored about 1 year ago by Songlin Jiang <[email protected]>
We shouldn't empty mComposingText each time when we finished
displayComposingText
Signed-off-by...
github.com/Igalia/wolvic - e0a0a5dcd25352c6939842d9fa3c2b3ade9c86a2 authored about 1 year ago by Songlin Jiang <[email protected]>