apache / cordova-android

Apache Cordova Android
https://cordova.apache.org/
Apache License 2.0
3.59k stars 1.52k forks source link

feat(splash): Support SplashScreenBackgroundColor preference #1700

Closed dpogue closed 3 days ago

dpogue commented 1 month ago

Platforms affected

Android

Motivation and Context

Adds support for the more general SplashScreenBackgroundColor preference.

Description

Sets the splashscreen background based on the following options (in order):

Testing

Didn't seem like there were any existing unit tests for the splashscreen stuff, so I didn't update any tests.

Checklist

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 72.15%. Comparing base (b773ae4) to head (99532c2).

Files Patch % Lines
lib/prepare.js 0.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1700 +/- ## ========================================== - Coverage 72.35% 72.15% -0.20% ========================================== Files 23 23 Lines 1834 1839 +5 ========================================== Hits 1327 1327 - Misses 507 512 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.