Added
core
-MovementMethodPlugin.none()
,MovementMethodPlugin.link()
factory methodscore
-CorePlugin
hasExplicitMovementMethod
configuration method to not add implicitLinkMovementMethod
inafterSetText
core
-MarkwonTheme
isLinkedUnderlined
attribute for links(#270)
Thanks to @dallasgutauckisext-latex
-JLatexMathTheme.Padding.of(int,int,int,int)
factory methodapp-sample
- example application
Changed
html
-SimpleTagHandler
visits children tags if supplied tag is block one (#235)inline-parser
-BangInlineProcessor
properly returnsnull
if no image node is found (possible to define other inline parsers that use!
as special character)image
-AsyncDrawable
won't trigger loading if it has result (aim:RecyclerView
due to multiple attach/detach events of a View)image
-AsyncDrawable
will resume result if it isAnimatable
and was playing before detach event (aim:RecyclerView
) (#241)core
-MarkwonReducer
filter outLinkReferenceDefinition
nodes
Fixed
image-glide
cacheRequestManager
inGlideImagesPlugin#create(Context)
factory method (#259)
Deprecated
core
-MovementMethodPlugin.create()
use explicitMovementMethodPlugin.link()
instead
Removed
image
-AsyncDrawable#hasKnownDimentions
(deprecated in4.2.1
)app
andsample
applications (merged together in aapp-sample
single app)