-
Notifications
You must be signed in to change notification settings - Fork 935
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
SplashScreen Animation: Add wink animation #5565
Open
mikescamell
wants to merge
5
commits into
develop
Choose a base branch
from
feature/mike/splashscreen-animation/add-wink-animation
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
SplashScreen Animation: Add wink animation #5565
mikescamell
wants to merge
5
commits into
develop
from
feature/mike/splashscreen-animation/add-wink-animation
+11,874
−2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7 tasks
malmstein
approved these changes
Feb 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected, nice one @mikescamell !
we can only play the new wink animation on sdk 32+, otherwise we stick to our existing static splash logo It's necessary to add windowSplashScreenAnimationDuration and this is only used by sdk32, sdk33+ determine the duration via the AnimatedVectorDrawable itself
I observed that on warm starts the animation never gets to fully play out, it seems like it's dismissed before being able to finish which makes it look like something is broken. Therefore we can register an exit animation listener and use the length of the animation to determine when we should actually move on which results in the animation being played to completion on warm starts.
Task/Issue URL: https://app.asana.com/0/1207908166761516/1209192748061745 Added a new pixel tracking event `m_splashscreen_shown` that fires when the app's splash screen is displayed. The pixel is configured to remove all parameters for privacy protection. _Splash Screen Pixel Cold Start_ - [ ] Launch the app from a cold start (force close the app if necessary) - [ ] Verify in the network logs that the `m_splashscreen_shown` pixel is fired - [ ] Confirm that the pixel is sent without ATB or other tracking parameters _Splash Screen Pixel Warm Start_ - [ ] Press back to close the app - [ ] Open the app - [ ] Verify in the network logs that the `m_splashscreen_shown` pixel is fired - [ ] Confirm that the pixel is sent without ATB or other tracking parameters No UI changes were made in this PR.
641425c
to
4274b24
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/0/1207908166761516/1209192748061740/f
Description
Adds a new wink animation to the splashscreen for devices on sdk 32+😉
On devices <32 we show the existing static logo splashscreen.
Steps to test this PR
Splashscreen on SDK 32+
Splashscreen on SDK < 31
Demo
Light
light_demo.mp4
Dark
dark_demo.mp4