cordova-android/framework
エリス 606e9c4826
feat!: android 12 splash screen (#1441)
* 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>
2022-06-30 10:49:10 +09:00
..
gradle/wrapper feat!: unify & fix gradle library/tooling overrides (#1212) 2021-07-06 15:38:28 +09:00
src/org/apache/cordova feat!: android 12 splash screen (#1441) 2022-06-30 10:49:10 +09:00
AndroidManifest.xml Improve Gradle Build Arguments (#699) 2019-04-06 13:28:25 +09:00
build.gradle feat!: android 12 splash screen (#1441) 2022-06-30 10:49:10 +09:00
cdv-gradle-config-defaults.json feat!: android 12 splash screen (#1441) 2022-06-30 10:49:10 +09:00
cordova-publish.gradle fix: maven-publish setup (#1295) 2021-07-27 21:03:14 +09:00
cordova.gradle feat: support custom compileSdk setting (#1431) 2022-05-18 23:18:33 +09:00
gradle.properties feat!: drop abandoned com.github.dcendents:android-maven-gradle-plugin (#1252) 2021-07-06 15:57:40 +09:00
project.properties feat!: unify & fix gradle library/tooling overrides (#1212) 2021-07-06 15:38:28 +09:00
repositories.gradle breaking: drop jcenter & update dependencies (#1251) 2021-07-03 13:04:13 +09:00