-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add native fullscreen image preview #1577
Add native fullscreen image preview #1577
Conversation
…y for fullscreen preview on Android
… Android Native side.
…android-media-preview-activity
… while image is uploading or failed to upload.
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!
Tested it on WPAndroid (works great!) and WPiOS (not bringing up any fullscreen image preview there, as expected)
I will start updating and merging the PRs.
.gitmodules
Outdated
@@ -1,6 +1,6 @@ | |||
[submodule "gutenberg"] | |||
path = gutenberg | |||
url = ../../cameronvoell/gutenberg.git | |||
url = ../../WordPress/gutenberg.git |
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.
thanks for updating this!
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.
The failing CI jobs helped me remember it 😆
Fixes #1286
This PR adds a native method call for fullscreen image previews, for now Android only.
Related PRs:
To test:
To test on Android refer to WPAndroid PR: wordpress-mobile/WordPress-Android#10714
*Note this branch is pointing to cameronvoell gutenberg repo until WordPress/gutenberg#18493 is merged. ✅ Done c8cee10.
Update release notes:
RELEASE-NOTES.txt
.