Releases: Igalia/wpe-android
Releases · Igalia/wpe-android
Latest Preview
MiniBrowser: Reset for the split apks per-ABI recipe If we don't do this it produces apks for every architecture and we are just interested in arm64-v8a and x86_64 APKs.
WPE Android 2.50.6 (v0.3.3)
Changed
- WPE WebKit updated to version 2.50.6 (#244).
- libsoup updated to version 3.6.6 (#244).
WPE Android 2.50.5 (v0.3.2)
Changed
- WPE WebKit updated to version 2.50.5 (#234).
WPE Android 2.50.4 (v0.3.1)
Changed
- WPE WebKit updated to version 2.50.4 (#217).
Added
- New
WPEApplicationclass, which extendsandroid.app.Applicationto track the activity
lifecycle, allowing to expose the currentandroid.app.Activityto native code. This will
be used to correctly initialize OpenXR to support WebXR on Android. (#214)
WPE Android 2.48.6 (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)
Changed
- WPE WebKit updated to version 2.48.5 (#208).
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)
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.pyscript (#195).
Fixed
WPE Android 2.46.3 (v0.1.3)
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)
Changed
- WPE WebKit updated to version 2.46.3.
WPE Android 2.46.0
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