Norman Breau
Norman Breau
I don't want to say "yes" but generally speaking we update to the latest versions on major releases, so it will probably support 1.9.x. You can change the kotlin version...
I don't really have any rejection of adding this verification but... there needs to be an understanding that the ADB is just simply crap. In my experience the device can...
If you're delaying the dismissal of the newer android splashscreen system introduced in cordova-android@11, it will trigger an ANR report. The splashscreen should only appear roughly for about 1 second,...
Your config indicates that you're letting Cordova auto hides the splashscreen with a `0` delay, which (without checking) I believe occurs when the webview loads up. You can have a...
Do you know if `kotlin-android-extensions` is becoming obsolete as of kotlin 1.9? I'd rather not add in a new preference and instead just remove `kotlin-android-extensions` on our next major if...
This particular code was implemented and has been untouched for about 9 years, so way before my time... but does seem odd that `wait` is used without any `notify` or...
I still fail to understand exactly where the memory leak is. ```java final boolean _recreatePlugins = recreatePlugins; cordova.getActivity().runOnUiThread(new Runnable() { public void run() { if (loadUrlTimeoutValue > 0) { cordova.getThreadPool().execute(timeoutCheck);...
Closing as stale.
The [README](https://github.com/apache/cordova-android/blob/master/README.md?plain=1#L35) should be updated to reflect the new JDK requirement. Part of me would rather wait for AGP 8 support until we intend to support API 34, which is...
Also related: https://docs.gradle.org/7.6/userguide/upgrading_version_7.html#configuring_custom_build_layout We use `-b` flag currently to specify where our build config is. Not sure if this is even necessary however. Supposedly this flag is being removed in...