AztecEditor-Android
AztecEditor-Android copied to clipboard
A reusable native Android rich text editor component.
In this PR I'm adding a plugin option to handle pasted text. This could be useful to override the default behaviour of handling any links. I'm also adding `UrlPastePlugin` which...
### Fix The `containsPreformat` method doesn't work well when the preformat doesn't contain any code. In this PR I'm simplifying it so that it works in all cases. I don't...
My app is using Aztec editor and I see many crash reports with such exception. I was able to reproduce for one case but I believe that it has more...
In this PR I'm updating the core libraries and fixing code after the changes. I don't think there are any breaking changes except of what I fixed. I've run all...
### To reproduce: 1. Create a new post 2. Add an image (source of the image doesn't matter) 3. Tap on image ### What I expected To be able to...
### Reproduced 1. Load empty editor. 2. Press Enter twice. 3. On first line input some text, and apply list style. 4. Press enter after the text on the first...
### TL;DR As part of [Gradle 7.4 & AGP to 7.1.1](https://github.com/wordpress-mobile/AztecEditor-Android/pull/963) upgrade, I noticed that only the `aztec` module related Lint set of artifacts are being uploaded during a CI...
### Expected Inline format should be preserved on new line like in other standard editors ### Observed Inline format gets removed on new line ### Reproduced 1. Select Bold and...
This PR is meant to replace #911 since @felipevaladares was no longer available to complete the requested changes. This branch is forked from his and addresses all remaining comments from...
- Added CssBackgroundColorPlugin based on CssUnderlinePlugin - Added AztecBackgroundColorSpan - General changes to implement and use BackgroundColorSpan ### Test 1. Run the app 2. Select some text 3. Click on...