Stéphane Lenclud
Stéphane Lenclud
Implement a way to search through your tabs list titles and URLs à la Vivaldi. This could be done by having a new search realm. We currently search, history, suggestions...
Have a built-in PDF viewer using [pdf.js]. Ideally we should not package the JS but we should download it as needed. What about: https://pdfium.googlesource.com/pdfium/+/HEAD/README.md [pdf.js]: https://github.com/mozilla/pdf.js/
I reckon we should be able to use [topPrivateDomain] to determine if we should do a search or just open a web site. Currently when you input Microsoft.UI.Xaml.Controls it tries...
- [ ] Have an option to trigger a crash in Settings > Debug menu - [ ] Log the whole stack trace when uncaught exception is written to disk...
That happened on Windows 11 but I'm guessing it's not WSA specific. It's also not always reproducible. ``` java.lang.RuntimeException: Unable to resume activity {net.slions.fulguris.full.download/acr.browser.lightning.MainActivity}: java.lang.IllegalStateException: The specified child already has...
Most our preference links are defined using implicit intent which tries to open it in other browser apps. Most those links ought to be using explicit intent instead, like we...
If you enable Request Do Not Track from browser settings, links from Protonmail does not open. 1. Enable Request Do Not Track from browser settings. 2. Open a mail from...
In the settings find a way to mark the current configuration as it's not always clear which one is the current one, portrait or landscape when using desktop modes notably.
It seems the Android spell checker service is mostly working on WSA. However no service is provided by default. Install [OpenBoard] which comes with its own spell checker service. Open...
By enabling single tab update it should improved performance and avoid to bug where all tabs are lost. It should also enable tab list search and sort features. Currently we...