Skip to content

Releases: Igalia/wpe-android

Latest Preview

Latest Preview Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Dec 10:00
latest-preview

Bump to wpewebkit 2.53.3.4

WPE Android 2.50.6 (v0.3.3)

Choose a tag to compare

@github-actions github-actions released this 17 Mar 23:27
v0.3.3

Changed

WPE Android 2.50.5 (v0.3.2)

Choose a tag to compare

@github-actions github-actions released this 13 Feb 13:20
v0.3.2

Changed

WPE Android 2.50.4 (v0.3.1)

Choose a tag to compare

@github-actions github-actions released this 14 Jan 15:33

Changed

Added

  • New WPEApplication class, which extends android.app.Application to track the activity
    lifecycle, allowing to expose the current android.app.Activity to native code. This will
    be used to correctly initialize OpenXR to support WebXR on Android. (#214)

WPE Android 2.48.6 (v0.2.2)

Choose a tag to compare

@github-actions github-actions released this 05 Sep 11:46
v0.2.2

Changed

  • WPE WebKit updated to version 2.48.6 (#211).
  • Use WPE WebKit and GStreamer version information obtained at run time to determine versioned identifiers for process assets. This avoids manually editing them on every version update (#212).

Fixed

  • Fix incorrect double-close of socket file descriptor during service startup, which allowed removing a workaround in WebKit (#210).

WPE Android 2.48.5 (v0.2.1)

Choose a tag to compare

@github-actions github-actions released this 11 Aug 11:16
v0.2.1

Changed

Added

  • The WPE WebKit version in use at runtime is now sent to the debug log during startup (#209).

WPE Android 2.48.3 (v0.2.0)

Choose a tag to compare

@github-actions github-actions released this 04 Jun 20:30
v0.2.0

Changed

  • WPE WebKit updated to version 2.48.3 (#204, #194, #191).
  • Use mangled entry points for service process entry points (#184, #196)
  • Remove onInputMethodContextOut() call that is no longer needed after
    the WPE WebKit update (#203).
  • Improved dependency handling in the bootstrap.py script (#195).

Fixed

  • Apply system bar and IME insets to Minibrowser views, to avoid them
    overlapping UI elements (#190, #193, #202).
  • Fix crash when opening the Minibrowser settings view with system-wide
    dark mode enabled (#201).

WPE Android 2.46.3 (v0.1.3)

Choose a tag to compare

@github-actions github-actions released this 14 Jan 18:24

Changed

  • Improved the CI and build system

Added

  • Added new APIs to better handle security features, in particular for testing
    purposes.
  • Added the "DisableWebSecurity" setting in WPESettings to enable/disable all
    CORS verifications.
  • Added the "setTLSErrorsPolicy" feature in WPEView to accept/reject invalid
    SSL certificates by default.
  • Added the "onReceivedSslError" callback in WPEViewClient to allow the handle
    of invalid SSL certificates on demand.

WPE Android 2.46.3 (v0.1.2)

Choose a tag to compare

@github-actions github-actions released this 20 Nov 23:24
v0.1.2

Changed

WPE Android 2.46.0

Choose a tag to compare

@zhani zhani released this 17 Oct 07:33

What's Changed

  • Updated to WPE 2.46.0
  • Updated to NDK r27 LTS
  • Updated to Cerbero 1.24.8
  • Remote Inspector support.
  • Public WPESettings API
  • Skia rendering backend with hardware accelerated rasterization
  • Renamed package structure from com.wpe package to org.wpewebkit
  • WPEView published to Maven Central
  • Multiple bug fixes including major fix to GLib main loop integration