26 Commits

Author SHA1 Message Date
Dimitry Ivanov
582b9209d9 Fix typo in AsyncDrawable waitingForDimensions 2018-12-03 17:32:27 +03:00
Dimitry Ivanov
577c3fc782 Add markwon-ext-latex module extension 2018-12-02 16:29:47 +03:00
Dimitry Ivanov
f97c852c8a Remove listlevel internal state 2018-12-02 15:22:11 +03:00
Dimitry Ivanov
5b61521e30 Remove increment/decrement blockIndent from visitor 2018-12-02 15:09:15 +03:00
Dimitry Ivanov
19cd94febb Specific node visitors for core nodes 2018-12-02 14:29:27 +03:00
Dimitry Ivanov
42aab2280e Rename blockQuoteIndent to blockIndent 2018-12-02 14:04:58 +03:00
Dimitry Ivanov
b52de58fbd Applying fix from 2.0.1 to blockQuote and paragraph (fac23ef) 2018-12-02 14:02:04 +03:00
Dimitry Ivanov
ca231ab2d8 AsyncDrawable fix no dimensions bug 2018-12-02 13:57:49 +03:00
Dimitry Ivanov
b6b360b736 Add before and after render methods to plugin 2018-12-02 13:54:08 +03:00
Dimitry Ivanov
dc9a4dbf56 Removed html from core artifact 2018-11-26 17:27:53 +03:00
Dimitry Ivanov
d48b33e9a5 Add extension modules 2018-11-26 16:46:55 +03:00
Dimitry Ivanov
6eb8e64d75 Add bufferType Markwon option and fix GIF in sample 2018-11-26 16:11:16 +03:00
Dimitry Ivanov
66bb33a76b Create HtmlPlugin 2018-11-26 15:51:16 +03:00
Dimitry Ivanov
27ed17aaff Move all html entities to markwon-html module 2018-11-26 15:16:11 +03:00
Dimitry Ivanov
2efd12f020 Syntax highlight plugin, image modules (svg, gif), working sample application 2018-11-25 15:48:58 +03:00
Dimitry Ivanov
3526e16565 Core functionality plugin 2018-11-24 16:59:20 +03:00
Dimitry Ivanov
498c811987 POC for plugin system 2018-11-24 16:03:08 +03:00
Dimitry Ivanov
82b8f2fdfd Update SpannableTheme to use Px instead of Dimension annotation 2018-11-22 13:08:01 +03:00
Dimitry Ivanov
b531684872 Allow TaskListSpan isDone mutation 2018-11-22 13:05:14 +03:00
Dimitry Ivanov
b2a467ffe9 Add OrderedListItemSpan measure utility method 2018-11-20 15:17:30 +03:00
Dimitry Ivanov
cb917e7391 Adding tests for SpannableBuilder 2018-11-05 12:14:15 +03:00
Dimitry Ivanov
7a1b76af66 Add SpannableBuilder#getSpans method 2018-11-04 15:37:17 +03:00
Dimitry Ivanov
eb232037a1 Update syntaxHighlight test 2018-11-04 14:15:10 +03:00
Dimitry Ivanov
b9c1107f56 Add syntaxHighlight small test 2018-11-04 13:08:55 +03:00
Cyrus Bakhtiari-Haftlang
f78f153f9c Introduced a "copy" builder for SpannableTheme (#72) 2018-11-04 12:58:58 +03:00
Dimitry
e0563dca43
V2.0.0 (#66)
* Add `html-parser-api` and `html-parser-impl` modules
* Add `HtmlEmptyTagReplacement`
* Implement Appendable and CharSequence in SpannableBuilder
* Renamed library modules to reflect maven artifact names
* Rename `markwon-syntax` to `markwon-syntax-highlight`
* Add HtmlRenderer asbtraction
* Add CssInlineStyleParser
* Fix Theme#listItemColor and OL
* Fix task list block parser to revert parsing state when line is not matching
* Defined test format files
* image-loader add datauri parser
* image-loader add support for inline data uri image references
* Add travis configuration
* Fix image with width greater than canvas scaled
* Fix blockquote span
* Dealing with white spaces at the end of a document
* image-loader add SchemeHandler abstraction
* Add sample-latex-math module
2018-09-17 13:15:58 +03:00