520 Commits

Author SHA1 Message Date
Dimitry Ivanov
f1e750b305 Add editor sample 2019-11-07 14:02:07 +03:00
Dimitry Ivanov
8768e8a33c Editor implementation 2019-11-07 00:27:41 +03:00
Dimitry Ivanov
870733ee2a Update snapshot version to 4.1.3-SNAPSHOT 2019-11-05 13:20:06 +03:00
Dimitry
ba22ca88e2
Merge pull request #172 from noties/v4.1.2
4.1.2
v4.1.2
2019-10-16 15:34:36 +03:00
Dimitry Ivanov
bc3a7b75d2 Prepare 4.1.2 release 2019-10-16 15:16:50 +03:00
Dimitry Ivanov
003b5e90b4 Github actions fix workflow 2019-10-16 14:22:50 +03:00
Dimitry Ivanov
c9e1bb0965 Another attempt at publishing snapshot via github actions 2019-10-16 14:19:43 +03:00
Dimitry Ivanov
b22a840dbe Fix re-use of render-props for visitor 2019-10-15 21:28:07 +03:00
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