Skip to content

WPE Android 2.44.1

Latest
Compare
Choose a tag to compare
@zhani zhani released this 28 Aug 13:05
· 6 commits to main since this release

What's Changed

  • Updated to WPE 2.44.1
  • Updated to NDK r26d
  • Updated to Cerbero 1.24.2
  • Upgrade to libsoup3 for HTTP/2 support.
  • Support for proper device scale ratio according to Android's DisplayMetrics. This takes into account the screen size and pixel density, automatically adapting rendered content to show with appropriate dimensions on all devices.
  • Support for JS dialogs (Alert, Confirm, Prompt). Integrates Android dialogs with JavaScript alert(), confirm(), and prompt() prompts. Also provides an option to build custom native dialogs for these prompts.
  • Instrumentation tests for recently added features and a CI pipeline for running them.
  • API to receive HTTP errors. WPEViewClient interface onReceivedHttpError to catch HTTP error codes >= 400.
  • API to evaluate JavaScript. Provides the WPEView method evaluateJavascript to inject and evaluate JavaScript code on a loaded page.