Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: choose between icon and image on android 12 splash #300

Conversation

JCQuintas
Copy link
Contributor

  • Add behaviour to choose between using the App's default icon or the provided splash screen image.
  • Documentation for new property

Fixes #293

@jonbhanson
Copy link
Owner

jonbhanson commented Mar 6, 2022

@JCQuintas thanks for this PR. Unfortunately, I think it will be too limited for this package's users: Since the Android 12 icon must be square, users may want to choose a different image for Android 12 and prior versions of Android. However, your work served as a starting point for adding better Android 12 support.

@jonbhanson jonbhanson merged commit 5d323f0 into jonbhanson:master Mar 6, 2022
@JCQuintas JCQuintas deleted the feature/android-12-splash-image-option branch March 6, 2022 22:39
@JCQuintas
Copy link
Contributor Author

Glad to have helped :)

@miguelflores1993
Copy link

is this already in the new versions?

@jonbhanson
Copy link
Owner

is this already in the new versions?

Yes, although implemented slightly differently than in this PR. See the readme for info on how to use this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image isn't displayed on splash screen on Android 12
3 participants