-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Gutenberg] - Remove tooltip flag and modal layout feature flag #13665
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
You can test the changes on this Pull Request by downloading the APK here. |
# Conflicts: # WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java # libs/editor/WordPressEditor/src/main/java/org/wordpress/android/editor/EditorFragmentAbstract.java # libs/editor/WordPressEditor/src/main/java/org/wordpress/android/editor/gutenberg/GutenbergContainerFragment.java # libs/editor/WordPressEditor/src/main/java/org/wordpress/android/editor/gutenberg/GutenbergEditorFragment.java # libs/gutenberg-mobile
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.
Great work @geriux 👍
I tested the app on a Pixel 2XL with Android 11 and behaves as expected.
The code changes are consistent and remove the unneeded configurability introduced with Modal Layout Picker and the Starter Page Templates Tooltip code 🎉
Gutenberg PR
-> WordPress/gutenberg#27640Gutenberg Mobile PR
-> wordpress-mobile/gutenberg-mobile#2921WordPress iOS PR
-> wordpress-mobile/WordPress-iOS#15550Removes unused code of the old page layout picker.
To test check the Gutenberg PR description.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.