-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[By Dec 2021] See how custom splash screen looks with Android 12 splash screen #4592
Comments
With the current implementation if we bump API version to 31 it looks like:
as you can see the new Splash screen provided by Android is not displayed at all so it doesn't look bad (no doubled screens). It is not displayed because our Fortunately at least in API 31 it is somehow handled and it's not a big problem for us but we can't be sure how it is going to work in future APIs so sooner or later we need to do something. We can't disable the new splash screen and that trick with I've never liked a lot our Splash screen because I have always struggled to understand why we can specify custom logos in the app but not the displayed app name for example so I won't be against removing it. There is nothing we have to do in the current release cycle so I'm going to remove the issue from the milestone. Feel free to add it back if I missed something @lognaturel @seadowg @yanokwa and also please share your thoughts. |
@grzesiek2010 thanks for the write up! I reckon we should phase a removal of our splash screen based on this:
I'm assuming as part of this we still get the new Android 12 Splash Screen on Android 12 without bumping our target API (without the transparent activity). Thoughts? |
Why do you want to remove the option from settings now in 2022.1 and not to do everything together in 2022.2? |
My thinking was just to kill the "Splash Screen" setting as early as possible to stop people using it or getting used to it. As far as I can see it'll be pretty easy to remove, and I doubt anyone is "relying" on it so need to announce it. That said, it does seem easier for us to remove the whole thing in one go as you suggest, so I think we can just do that. I'll update #254 (and move it out of the milestone. |
With Android 12, every app will get a default splash screen. Collect already has a splash screen which can be dynamically user-defined. This is used to orient data collectors to the project they're working on and provide a bit of a branding opportunity for organizations. We believe the Android splash screen will be displayed followed by the Collect/user-defined one. It would be useful to get a gif of what this looks like.
We've been talking about removing the splash screen for some time (#254) and plan to do so within the next year. If our current situation looks really bad on Android 12, we might accelerate that timeline a bit.
The text was updated successfully, but these errors were encountered: