-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 Android 13 adaptive themed icons #33300
Conversation
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
Hey @c3024. I will send you pre-compiled APKs for the three Android app varients. |
I forgot there is one small final change to make, where we might alter the adaptive icon padding. But please continue with the review as this would be a minor change. |
Reviewer Checklist
Screenshots/Videos |
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.
LGTM
Hey @nkuoch, Danny is happy to merge. I'm going to send you the three APKs on Slack so that you don't have to build the app three times, you can just drag and drop them onto an emulator, or can use Then I'll follow this up with an OldDot mobile PR |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/nkuoch in version: 1.4.15-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.4.15-5 🚀
|
Details
Where should we use the adaptive icons?
I think this makes sense, as it would be impossible to tell the difference between prod, dev, and adhoc without the unique icon.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/228386
Tests (Android ONLY)
Prerequisite
Navigate to Settings > Wallpaper & Style
and toggle themed iconsAndroid 13 or above
Android 12 or below
QA Steps
Same as above But you only need to test production
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos