OpenFL 9.4.1 and Lime 8.2.2 Release

I think I have some problems with the latest OpenFL/Lime versions.

  1. If I use my own Android permissions in project.xml, something like this:
    <config:android permission="android.permission.INTERNET" />
    It overrides default permissions instead of combining them together and cause app to crash on pause:

java.lang.SecurityException: cancelVibrate: Neither user 10424 nor current process has android.permission.VIBRATE.

This was not a problem in Lime 8.0.0. What has changed?

  1. All my .jpg assets are not loading properly anymore. I guess, there is something with jpeg decoder.
    No problems with .png assets.
    So this happens:

The problem with .jpg assets is probably coming from the switch to libjpeg-trubo library since Lime 8.2.0.

Thank you.