312 Commits

Author SHA1 Message Date
Dimitry Ivanov
c16cdff871 MarkwonBuilderImpl test 2018-12-27 18:45:45 +03:00
Dimitry Ivanov
581265a22a Introduce priority abstraction (order and dependency for plugins) 2018-12-26 19:07:31 +03:00
Dimitry Ivanov
2593539b65 Documenting recycler module (work in progress) 2018-12-26 00:06:36 +03:00
Dimitry Ivanov
24b95e2ffb Table parsing and improvements for recycler artifact 2018-12-25 15:08:28 +03:00
Dimitry Ivanov
f6ac3fde68 Add markwon-recycler module (work in progress) 2018-12-24 18:16:17 +03:00
Dimitry Ivanov
c58c31d5fd Add clear after markdown render action and SpannableBuilder#clear 2018-12-24 15:50:53 +03:00
Dimitry Ivanov
eabe1d9994 Add image-okhttp module 2018-12-24 13:39:50 +03:00
Dimitry Ivanov
30532f9e1d Configure strikethrough extension artifact 2018-12-24 13:22:31 +03:00
Dimitry Ivanov
2aef492e7d Fix build 2018-12-23 16:51:55 +03:00
Dimitry Ivanov
83547d38c3 Remove module from project 2018-12-23 16:36:30 +03:00
Dimitry Ivanov
286dd5410a Adding javadoc documentation (work in progress) 2018-12-23 16:36:01 +03:00
Dimitry Ivanov
ef15ee4bd2 Fix markwon-html tests 2018-12-22 17:39:29 +03:00
Dimitry Ivanov
4f02a793e7 Fix markwon main artifact tests 2018-12-22 17:18:54 +03:00
Dimitry Ivanov
f86cf1d109 Update latex extension for latest changes 2018-12-22 16:26:40 +03:00
Dimitry Ivanov
107246c573 Update HTML plugin to reflect latest API changes 2018-12-22 16:20:39 +03:00
Dimitry Ivanov
9dd3d4a94d RenderProps and SpanFactories 2018-12-22 15:38:29 +03:00
Dimitry Ivanov
69f9d0ebb8 Moved image span from factory to image-plugin 2018-12-17 18:42:42 +03:00
Dimitry Ivanov
066b634bee Migrated existing tests to new format 2018-12-17 18:25:48 +03:00
Dimitry Ivanov
1245712ef6 Migrating tests to new format 2018-12-17 17:10:58 +03:00
Dimitry Ivanov
7c473b3d37 Change markwon render return type to Spanned 2018-12-17 16:19:31 +03:00
Dimitry Ivanov
414a8763f2 Redefine test format 2018-12-17 16:18:20 +03:00
Dimitry Ivanov
448a620399 Add TestSpan module 2018-12-17 14:40:23 +03:00
Dimitry Ivanov
5a18aa3a01 Remove ext tests from core module 2018-12-13 19:05:49 +03:00
Dimitry Ivanov
c6349738ad Prepare for 2.0.1 release v2.0.1 2018-12-10 15:15:42 +03:00
Dimitry
26bfb7f2e2
V2.0.1 fixed (#83)
* `SpannableMarkdownVisitor` Rename blockQuoteIndent to blockIndent
* Fixed block new lines logic for block quote and paragraph (#82)
* AsyncDrawable fix no dimensions bug (#81)
* Update SpannableTheme to use Px instead of Dimension annotation
* Allow TaskListSpan isDone mutation 
* Updated commonmark-java to 0.12.1
* Add OrderedListItemSpan measure utility method (#78)
* Add SpannableBuilder#getSpans method
* Fix DataUri scheme handler in image-loader (#74)
* Introduced a "copy" builder for SpannableThem
  Thanks @c-b-h 🙌
2018-12-10 14:58:40 +03:00
Dimitry Ivanov
078d4dfc38 Add README to ext-latex module 2018-12-03 17:58:24 +03:00
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
6a82b75aba Update sample-custome-extension to use plugin 2018-12-02 15:32:41 +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
340ce5753c Update README (apps using...) 2018-11-22 13:35:45 +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
65ece1621c Updated commonmark-java to 0.12.1 2018-11-22 13:02:48 +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