-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Hybrid app android fragment v2 #56145
Hybrid app android fragment v2 #56145
Conversation
cc @mountiny for visibility |
b6890de
to
50078ab
Compare
@jnowakow Merge main please to resolve conflicts |
@shubham1206agra done :) |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
The test failure is known and has been fixed on main |
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.
This was tested with the oldApp PR by QA twice, this is ready to be deployed. The test failing is fixed in main, but to avoid further delaying the deploy we are going to merge this now
@roryabraham looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
🚀 Deployed to staging by https://github.com/roryabraham in version: 9.0.94-0 🚀
|
@mountiny Can you pls help us understand what specifically should we test here? |
@mvtglobally Nothing specific, this is more about the edge padding handled in the app - you would find these bugs and report them if you see it |
cc @war-in @mateuuszzzzz
Explanation of Change
It's #55010 but after cherry-picking as described here
This PR adjust app to new way ND is opened in hybrid app on Android. For more details check https://github.com/Expensify/Mobile-Expensify/pull/13349
Fixed Issues
$ #55520
PROPOSAL: N/A
MOBILE-EXPENSIFY:13349
Tests
This PR requires big round of testing of whole app like transitions between app, navigation and all functionalities in ND.
Offline tests
App functionality should in offline mode should not change compared to current main.
QA Steps
Please download app for testing from this link. Unfortunately we can't use adhoc build for this one.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.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)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
N/A
Android: mWeb Chrome
N/A
iOS: Native
N/A
iOS: mWeb Safari
N/A
MacOS: Chrome / Safari
N/A
MacOS: Desktop
N/A