beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
18 stars 19 forks source link

Add stubs for xxhdpi splash screens. #88

Closed freakboy3742 closed 2 months ago

freakboy3742 commented 2 months ago

In the process of trying to debug why splash screen images aren't displaying, I noticed that xxdpi sizes weren't supported in the template.

Note: splash screens still aren't working; leaving this as a draft for now to work out why.

PR Checklist:

freakboy3742 commented 2 months ago

@mhsmith This one has me stumped. At some point, splash screens appear to have stopped working, but I can't see any reason why. I added the xxdpi options partially because it was easier than trying to explain why there was a gap, but partially because I thought it might have been needed for my emulator device... but that wasn't it. Any ideas?

mhsmith commented 2 months ago

Starting in Android 12, the system displays a default splash screen with the app icon in a circle, which overrides the previous technique we were using.

(Remainder moved to https://github.com/beeware/briefcase/issues/1737)