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

Implement splash screen using Core Splashscreen library #11710

Open
wants to merge 1 commit into
base: refactor
Choose a base branch
from

Conversation

Isira-Seneviratne
Copy link
Member

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

This PR implements the app splash screen using the Core Splashscreen library. This allows a splash screen similar to that automatically generated on Android 12 and later to be displayed on older versions of Android.

More information on Android 12's splash screen functionality: Splash screens

  • Note: The app icon is not displayed on Android 5.0 and 5.1. This is a known limitation.

Before/After Screenshots/Screen Record

  • Before:

All versions of Android:

Screen_recording_20241116_143747.mp4
  • After:

Android 5.0

Screen_recording_20241116_143153.webm

Android 6.0

Screen_recording_20241116_143343.webm

Android 15 (light theme)

Screen_recording_20241116_143511.mp4

Android 15 (dark theme)

Screen_recording_20241116_143534.mp4

Fixes the following issue(s)

  • Fixes #

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.

Due diligence

@github-actions github-actions bot added the size/medium PRs with less than 250 changed lines label Nov 16, 2024
@opusforlife2 opusforlife2 added rewrite Issues and PRs related to rewrite GUI Issue is related to the graphical user interface labels Nov 16, 2024
@Jean-BaptisteC
Copy link

Can you test on a Samsung devices ?
Because I know somes samsung devices shown app icon cut on splashscreen
Exemple here Exodus-Privacy/exodus-android-app#362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Issue is related to the graphical user interface rewrite Issues and PRs related to rewrite size/medium PRs with less than 250 changed lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants