-
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
Fix android rich text errors #949
Merged
Merged
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
014bb9c
Squashed commit of the following:
Tug da206d3
Update gutenberg ref
Tug 50c4652
Retain cursor position on select
Tug abeffb3
REMOVE ME BEFORE MERGE: simplify initial html
Tug 703a0a4
Do not clear current block selection when adding a block
Tug aeeb7ba
Update gutenberg ref
Tug d1d0b64
Simplify onSplit in BlockHolder and make it the same as the web version
Tug 8dfb6f8
Update gutenberg ref
Tug 2495469
Merge remote-tracking branch 'origin/develop' into fix/android-rich-t…
Tug 063d5bd
Update gutenberg ref
Tug f7ed45f
Update gutenberg ref
Tug 1c2c67a
Update gutenberg ref
Tug 40a415b
Fix CI tests
Tug cceace8
Mock focusing components on react native
Tug 95f7d9a
Revert "REMOVE ME BEFORE MERGE: simplify initial html"
Tug 9fe49e6
Update Gutenberg hash
hypest 049389f
Update gutenberg ref
etoledom 6556d28
Fix stray selection events from AztecAndroid
hypest 30d52c9
Update GB hash
hypest dead219
Update gutenberg ref
etoledom f1286ce
Update gutenberg ref
etoledom fde8338
Update gutenberg ref
etoledom d8a7253
Update from develop
hypest e4d23fa
Update gutenberg ref
etoledom a0240cd
Update gutenberg ref
Tug File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule gutenberg
updated
7 files
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 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 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 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 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
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.
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.
Hey @Tug @hypest I have tried to test WPAndroid against this PR and it's crashing with this error:
java.lang.NoSuchMethodError: No virtual method setGutenbergMode(Z)V in class Lorg/wordpress/mobile/ReactNativeAztec/ReactAztecText
...... I have realized that I forgot to update aztecVersion on WPAndroid, so everything is ok :)