AztecEditor-Android icon indicating copy to clipboard operation
AztecEditor-Android copied to clipboard

A reusable native Android rich text editor component.

Results 124 AztecEditor-Android issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

### 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...

bug
medium priority

### 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...

bug
medium priority

### 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...

enhancement

### 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...

enhancement

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...

enhancement

- 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...