octocorvus

Results 7 comments of octocorvus

This stuff is handled by Android's `TextClassifier` APIs and this behaviour is not specific to Vanadium or Chrome. Try opening any app in which you can select measurements like "100cm",...

For more clarification this is what happenes: 1. User selects some text. 2. Vanadium asks the OS to classify the selection and suggest an action based on the classification. 3....

Should there be a GN arg for this? Something like `use_full_lto`? It'll make make it easy to disable full LTO for test builds.

Update on autoplay policy: I split the functionality into three patches: 1. Implement experimental Autoplay site setting, it is currently behind the flag `#enable-autoplay-permission` (it is mostly boilerplate code and...

A public API to query supported frame rate ranges for device was also added in this update. From https://developer.android.com/reference/androidx/camera/core/CameraInfo#getSupportedFrameRateRanges() > There is no guarantee that these ranges can be used...