mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
606e9c4826
* chore!: remove old splashscreen logic * feat(splashscreen): add backwards compatibility * chore: remove unused method * chore: prefix splashscreen_background with cdv_ * feat: support android 12 splashscreen api configs * feat: improve & refactor the logic for android splashscreen api 12 * feat: splashscreen copy image resources * feat: splashscreen branding image & xml cleanup * fix: splashscreen cleanup & branding conditions * fix: splashscreen @color usage * feat: update default Apache Cordova splash screen * chore: add missing asf header * fix: splashscreen image size * chore: use Theme.SplashScreen.IconBackground as default parent to support windowSplashScreenIconBackgroundColor * fix: center default test image by correct pivot * fix: fs-extra copySync * feat: re-add AutoHideSplashScreen and SplashScreenDelay preference support * chore: move splashscreen into CordovaActivity * feat: support splashscreen.hide & centralize to SplashScreenPlugin * chore: cleanup SplashScreenPlugin * feat: support fade, default auto hide on onPageFinished, support delays, refactor * refactor: cleanup splash screen * refactor: cleanup remove unused import * chore: add show method as unsupported * test: create a spy on updateProjectSplashScreen * style: add ending new line * chore: improve logging to warn when image path is missing * chore: split windowSplashScreenAnimatedIcon and windowSplashScreenBrandingImage case and added branding warning * chore: improve when to display warning * fix: add splashscreen dependency to app as well * chore: move the core-splashscreen dep lower Co-authored-by: Niklas Merz <niklasmerz@linux.com>
16 lines
514 B
JSON
16 lines
514 B
JSON
{
|
|
"MIN_SDK_VERSION": 22,
|
|
"SDK_VERSION": 32,
|
|
"COMPILE_SDK_VERSION": null,
|
|
"GRADLE_VERSION": "7.4.2",
|
|
"MIN_BUILD_TOOLS_VERSION": "32.0.0",
|
|
"AGP_VERSION": "7.2.1",
|
|
"KOTLIN_VERSION": "1.5.21",
|
|
"ANDROIDX_APP_COMPAT_VERSION": "1.4.2",
|
|
"ANDROIDX_WEBKIT_VERSION": "1.4.0",
|
|
"ANDROIDX_CORE_SPLASHSCREEN_VERSION": "1.0.0-rc01",
|
|
"GRADLE_PLUGIN_GOOGLE_SERVICES_VERSION": "4.3.10",
|
|
"IS_GRADLE_PLUGIN_GOOGLE_SERVICES_ENABLED": false,
|
|
"IS_GRADLE_PLUGIN_KOTLIN_ENABLED": false
|
|
}
|