Skip to content

Releases: wordpress-mobile/AztecEditor-Android

v1.3.38

07 Feb 20:17
ed67593
Compare
Choose a tag to compare

Fixed

  • When text changes, only disable selection listener if text is empty

v1.3.37

02 Jan 12:56
d2baefd
Compare
Choose a tag to compare

Adds a working content watcher for all the changes of the AztecText (including changes of spannables)

v1.3.36

07 Dec 06:30
fb91508
Compare
Choose a tag to compare
  • Implement start and reversed in lists
  • Allow preformatted background alpha and tidying to be set from child classes

1.3.35

29 Nov 04:31
9f2cb0c
Compare
Choose a tag to compare

Updates the Glide version to 4.10.0

v1.3.34

22 Oct 09:55
9aabad7
Compare
Choose a tag to compare

Add the ability to report to the host app the IndexOutOfBounds exception
in android.text.DynamicLayout.getBlockIndex(DynamicLayout.java:646) on Android 8.X (#861)

v1.3.33

16 Oct 09:55
c3293b1
Compare
Choose a tag to compare

Fix an IndexOutOfBounds case in DynamicLayout.reflow() under Android 8.0.0 (#834)

v1.3.32

15 Oct 08:28
a6c634c
Compare
Choose a tag to compare
  • Allow paragraph spans that do not extend AlignmentSpan (#851)

v1.3.31

03 Oct 12:29
Compare
Choose a tag to compare

Fix lag deleting and inserting text

v1.3.30

14 Aug 13:06
167ffe6
Compare
Choose a tag to compare

Added the ability to signal undo/redo events to host app

v1.3.29

08 Aug 16:20
9e2c9c1
Compare
Choose a tag to compare

Chromebook fixes:

  • Fix span overlapping on window resizing
  • Fix cursor size on new paragraph line
  • Fix breaking layout on slow window resizing