93 Commits

Author SHA1 Message Date
Dimitry Ivanov
171b6d40a0 ImageDestinationProcessor (before UrlProcessor), limit usage to images only 2020-05-12 13:33:59 +03:00
Dimitry Ivanov
c661eb486d Update jlatexmath-android dependency 2020-04-30 16:30:33 +03:00
Dimitry Ivanov
851172a785 Fix table row span width calculation 2020-04-28 19:19:38 +03:00
Dimitry Ivanov
a135e07f16 Expose enabled block types in CorePlugin 2020-04-28 18:14:07 +03:00
Dimitry Ivanov
bc38768539 Images support inside table cells 2020-04-28 17:58:41 +03:00
Dimitry Ivanov
b497f872e5 TextViewSpan and TextLayoutSpan 2020-04-28 16:57:43 +03:00
Dimitry
b48b0889da
Merge pull request #221 from KirkBushman/master
added PrecomputedFutureTextSetterCompat
2020-03-31 22:30:41 +02:00
Dimitry Ivanov
ddfa9c98b8 Table plugin, better borders 2020-03-29 17:10:23 +03:00
Dimitry Ivanov
33f0dcb841 Fix links in ext-table 2020-03-29 10:36:51 +03:00
Dimitry Ivanov
f47124a2ac Sample, add heading handler 2020-03-26 16:16:54 +03:00
Dimitry Ivanov
3ef41b1b81 Update sample (toc plugin) 2020-03-25 21:15:15 +03:00
Dimitry Ivanov
3ee62a724c Update sample with anchor and bullet-letter plugins 2020-03-24 12:16:03 +03:00
Dimitry Ivanov
54e5b27d59 Update sample 2020-03-24 09:55:28 +03:00
luca
c4a2bb94e2 added PrecomputedFutureTextSetterCompat with tests in the sample app 2020-03-23 13:24:28 +01:00
Dimitry Ivanov
fe3d567619 Prepare 4.3.0 release 2020-03-18 14:20:58 +03:00
Dimitry Ivanov
b5a30a55b3 Update samples 2020-03-18 13:53:56 +03:00
Dimitry Ivanov
815f733892 Sample, anchor links 2020-03-16 10:30:44 +03:00
Dimitry Ivanov
c425773c84 Add remote views sample 2020-03-12 10:25:18 +03:00
Dimitry Ivanov
0b813e43f7 BlockHandler abstraction in core module 2020-03-11 12:43:20 +03:00
Dimitry Ivanov
69c2d1255c Stabilizing latex API 2020-03-09 17:46:50 +03:00
Dimitry Ivanov
c90675d67b Latex, default text color if not specified explicitly 2020-03-09 14:54:05 +03:00
Dimitry Ivanov
d31940a290 Pull from origin (linkify compat) 2020-03-08 13:19:03 +03:00
Dimitry Ivanov
a94090a746 latex, expose text color customization 2020-03-08 13:03:40 +03:00
Dimitry Ivanov
12c7c8909b Non empty bounds for AsyncDrawable when no dimensions available 2020-03-08 12:45:31 +03:00
Dimitry Ivanov
db660d2a40 latex block parsing tests 2020-03-07 14:14:10 +03:00
Dimitry Ivanov
a1f12641c3 JLatexMathPlugin add error handling 2020-03-02 10:22:04 +03:00
Dimitry Ivanov
9532d32e8d Add SoftBreakAddsNewLinePlugin plugin in core module 2020-02-26 17:35:58 +03:00
Dimitry Ivanov
cc35c35581 Update CHANGELOG for upcoming 4.3.0 version 2020-02-26 17:29:49 +03:00
Dimitry Ivanov
8da8a37178 Update sample application 2020-02-26 17:18:42 +03:00
Dimitry Ivanov
f61e0b7b20 Merge branch 'f/latex-inline' into develop 2020-02-26 17:04:50 +03:00
Dimitry Ivanov
1c08e3f240 LatexPlugin now depens on inline-parser plugin 2020-02-26 16:10:20 +03:00
Dimitry Ivanov
74682ae605 MarkwonInlineParserPlugin 2020-02-26 15:54:08 +03:00
Dimitry Ivanov
a80ff09e15 Update sample configuration for latex block_and_inline renderMode 2020-02-26 15:09:10 +03:00
Dimitry Ivanov
c7494a9225 Latex, introduce theme and render-mode 2020-02-26 13:40:28 +03:00
Dimitry Ivanov
8d483fe49d Sample, add task list toggle 2020-02-26 09:51:33 +03:00
Dimitry Ivanov
7af0ead3a3 Working with latex plugin 2020-02-14 18:35:44 +03:00
Dimitry Ivanov
976dfa3162 MarkwonSpansFactory append-prepend methods 2020-02-14 12:55:03 +03:00
Dimitry Ivanov
d78b278b86 Latex inline parsing WIP 2020-02-10 22:25:20 +03:00
Dimitry Ivanov
33701a179f Fix AsyncDrawable display when it has placeholder with empty bounds 2020-02-08 15:08:54 +03:00
Dimitry Ivanov
a298016ac2 Working with inline latex parsing 2020-02-02 17:46:18 +03:00
Dimitry Ivanov
2e7d0aa46b Sample handling of details HTML tag 2019-12-23 17:31:27 +03:00
Dimitry Ivanov
00d60e2399 FactoryBuilderNoDefaults abstraction 2019-11-15 17:23:42 +03:00
Dimitry Ivanov
6c4ffd1778 Update to commonmark-java 0.13.0 2019-11-14 17:38:24 +03:00
Dimitry Ivanov
d2e4730179 Add inline processor to custom extension sample 2019-11-14 16:19:02 +03:00
Dimitry Ivanov
3c23140ac0 Commonmark-java inline parser implementation 2019-11-14 15:30:35 +03:00
Dimitry
6b9e79ce5e
Merge pull request #174 from tylerbwong/image-coil
Add CoilImagesPlugin Module
2019-11-14 15:18:20 +03:00
Dimitry Ivanov
f2f5026694 Add sample and documentation for inline-parser 2019-11-13 14:38:49 +03:00
Dimitry Ivanov
93a14b4731 Created inline-parser module 2019-11-13 13:38:59 +03:00
Tyler Wong
a1182e209a Add CoilImagesPlugin 2019-11-12 22:00:33 -08:00
Dimitry Ivanov
e95defb67c It is alive 2019-11-12 17:32:54 +03:00