512 Commits

Author SHA1 Message Date
Dimitry Ivanov
204b803245 4.1.2 2019-10-11 09:29:56 +03:00
Dimitry Ivanov
caddddc710 Merge branch 'master' into develop 2019-08-30 00:56:05 +03:00
Dimitry Ivanov
f9f8d36c02 Another try with github actions (add individual develop and pull-request workflows) 2019-08-30 00:49:36 +03:00
Dimitry Ivanov
883f5967de Merge branch 'master' into develop 2019-08-29 15:09:39 +03:00
Dimitry Ivanov
9d61454858 Add individual build checks for master and not-master branches 2019-08-29 15:08:42 +03:00
Dimitry Ivanov
27d835846e Sync with master 2019-08-29 14:51:25 +03:00
Dimitry Ivanov
aee6e49b1f Update github workflows (single build) v4.1.1 2019-08-29 14:46:41 +03:00
Dimitry
4348555b75
Merge pull request #162 from noties/develop
* `markwon-ext-tables`: fix padding between subsequent table blocks ([#159])
* `markwon-images`: print a single warning instead full stacktrace in case when SVG or GIF 
are not present in the classpath ([#160])
* Make `Markwon` instance thread-safe by using a single `MarkwonVisitor` for each `render` call ([#157])
* Add `CoreProps.CODE_BLOCK_INFO` with code-block info (language)

[#159]: https://github.com/noties/Markwon/issues/159
[#160]: https://github.com/noties/Markwon/issues/160
[#157]: https://github.com/noties/Markwon/issues/157
2019-08-29 14:30:12 +03:00
Dimitry Ivanov
529e9a88ca Remove snapshot publishing on push to develop 2019-08-29 14:16:27 +03:00
Dimitry Ivanov
5cbdbe1759 Change snapshot workflow env variables names (uppercase) 2019-08-29 14:07:51 +03:00
Dimitry Ivanov
0a7356ecf8 Prepare 4.1.1 release 2019-08-29 13:54:53 +03:00
Dimitry Ivanov
008faa6f49 Define release and snapshot github workflows 2019-08-29 13:53:34 +03:00
Dimitry Ivanov
02e83a62db Update 4.1.1-SNAPSHOT changelog 2019-08-28 13:33:05 +03:00
Dimitry Ivanov
4406a5faaf Introduce MarkwonVisitorFactory 2019-08-28 13:24:55 +03:00
Dimitry Ivanov
3c77448682 Update android gradle plugin 3.5.0 2019-08-28 13:07:25 +03:00
Dimitry Ivanov
1ab1b8b87a Add code block info prop 2019-08-26 14:41:33 +03:00
Dimitry Ivanov
1b7fbfb77f ImagesPlugin print a warning for SVG and GIF instead of full stacktrace 2019-08-26 13:53:39 +03:00
Dimitry Ivanov
fa01a50ae8 ImagesPlugin remove stacktrace printing when checking for SVG and GIF dependencies 2019-08-26 13:06:21 +03:00
Dimitry Ivanov
b3e7749c7a Fix missing subsequent table-blocks spacing 2019-08-24 13:22:44 +03:00
Dimitry Ivanov
6a06e56c1c Fix MarkdownRenderer 2019-08-06 19:30:25 +03:00
Dimitry Ivanov
6c8f1c04bb Update documentation web-site 2019-08-06 19:27:20 +03:00
Dimitry
3fe514aeea
Merge pull request #154 from noties/develop
4.1.0
v4.1.0
2019-08-06 18:31:11 +03:00
Dimitry Ivanov
a2d35a1553 Prepare 4.1.0 release 2019-08-06 18:13:13 +03:00
Dimitry Ivanov
b6fa66914f AsyncDrawable defer invalidation 2019-08-01 12:44:26 +03:00
Dimitry Ivanov
2a43797023 TablePlugin defer table-row invalidation 2019-08-01 12:29:46 +03:00
Dimitry Ivanov
620da87694 Removed loggin statement in precomputed-text-setter-compat 2019-07-27 15:40:38 +03:00
Dimitry Ivanov
54335dce6e Change text-setter to use precomputed-text-compat (androix.core) 2019-07-27 15:23:49 +03:00
Dimitry Ivanov
7e12552060 Add TextSetter interface 2019-07-26 15:35:44 +03:00
Dimitry Ivanov
822f16510e Prepare 4.0.2 release v4.0.2 2019-07-15 14:22:57 +03:00
Dimitry Ivanov
9d09bd4236 Update CHANGELOG for 4.0.2-SNAPSHOT 2019-07-04 17:37:48 +03:00
Dimitry Ivanov
879dde1382 Scale down LaTeX formula if exceed canvas width (keep ratio) 2019-07-04 17:26:03 +03:00
Dimitry Ivanov
8daa59709b Sanitize latex text placeholder (no new lines) 2019-07-04 17:17:33 +03:00
Dimitry Ivanov
85f201702e Prepare 4.0.1 release v4.0.1 2019-07-03 12:01:59 +03:00
Dimitry Ivanov
c68aeabcf9 Fix JLatexMathPlugin (backgroundProvider null) 2019-07-03 12:00:02 +03:00
Dimitry
24151dff7d
Merge pull request #146 from noties/v4.0.0
V4.0.0
2019-07-01 20:03:17 +03:00
Dimitry Ivanov
aa64aa7020 Update documentation to 4.0.0 v4.0.0 2019-07-01 19:50:33 +03:00
Dimitry Ivanov
1407ae0cf8 Prepare 4.0.0 release 2019-07-01 15:24:33 +03:00
Dimitry Ivanov
f99952ec01 Ensure README in all modules 2019-06-26 19:05:23 +03:00
Dimitry Ivanov
b7606c7ee7 Update CHANGELOG 2019-06-26 18:48:00 +03:00
Dimitry Ivanov
386254f962 Preparing 4.0.0 release 2019-06-26 17:57:33 +03:00
Dimitry Ivanov
d65a1809ca Move CHANGELOG from documentation to the root of repository 2019-06-26 13:58:33 +03:00
Dimitry Ivanov
18b1d5b0bb Update recipes documentation page 2019-06-26 13:49:35 +03:00
Dimitry Ivanov
06c2763ac6 Add LastLineSpacingSpan 2019-06-26 12:57:34 +03:00
Dimitry Ivanov
eca93dd27c Add simple-ext documentation 2019-06-24 15:08:43 +03:00
Dimitry Ivanov
a082e9ed44 Add simple-ext module 2019-06-24 14:35:50 +03:00
Dimitry Ivanov
fdb0f76e13 Add html sample 2019-06-24 13:47:44 +03:00
Dimitry Ivanov
ffb5848c3c Moved LinkResolver to independent entity 2019-06-22 15:20:46 +03:00
Dimitry Ivanov
213f5cf281 ImageSizeResolver change (accept async-drawable) 2019-06-22 12:09:53 +03:00
Dimitry Ivanov
4fec46fb4d Fix async-drawable tests 2019-06-21 00:56:43 +03:00
Dimitry Ivanov
d630039196 Fix wrong fitCanvas config for JLatexMathPlugin 2019-06-20 16:19:43 +03:00