10 Commits

Author SHA1 Message Date
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