31 Commits

Author SHA1 Message Date
Dimitry
3ef4dc61fa
Feature/white space (#63)
* Deal with white spaces by checking for next node

* Update documentation about remove trimWhiteSpaceEnd

* Update app module layout
2018-09-04 16:42:40 +03:00
Dimitry Ivanov
a39450ed56 Update gradle build config 2018-08-31 14:55:25 +03:00
Dimitry Ivanov
4428bae5a8 Update readme 2018-08-31 13:19:57 +03:00
Dimitry Ivanov
dc5cc9471c Reuse HTML named entities w commonmark-java (less memory consumption) 2018-08-20 17:11:36 +03:00
Dimitry Ivanov
d382b37a72 Started working with standalone doc site 2018-08-20 16:38:39 +03:00
Dimitry Ivanov
5c9ba0f252 Add htmlIgnoreNonClosedTags option for SpannableConfiguration 2018-08-19 18:19:12 +03:00
Dimitry Ivanov
23b95e70b9 Improve TagHandler to allow direct set of spans 2018-08-19 11:36:31 +03:00
Dimitry Ivanov
019ed61e69 Introduce trimming html text logic 2018-08-18 23:10:41 +03:00
Dimitry Ivanov
84a50be0dd Rename markwon-syntax to markwon-syntax-highlight 2018-08-18 14:58:36 +03:00
Dimitry
20159bef7f
V1.1.1 (#60)
* Fix OrderedListItemSpan text position (baseline) (#55)
* Add softBreakAddsNewLine option for SpannableConfiguration (#54)
* Paragraph text can now explicitly be spanned (#58) 
  Thanks to @c-b-h!
* Fix table border color if odd background is specified (#56)
* Add table customizations (even and header rows)
2018-08-18 12:45:55 +03:00
Dimitry
7c7b1f59a8
V1.1.0 (#53)
* Update build configuration

* Update commonmark to 0.11.0 and android-gif to 1.2.14

* Add  module `library-syntax`

* Add default prism4j theme implementation

* Add syntax highlight to sample app

* Update syntax highlight to use SpannableStringBuilder

* Working with syntax rendering

* Add darkula theme to syntax highlight

* Add  attribute for image-loader module

* Update version to 1.1.0-SNAPSHOT

* Updating build configuration for snapshot publish

* Add headingTypeface, headingTextSizes to SpannableTheme (#51)

* Add headingTypeface to SpannableTheme, use a custom heading typeface in the sample app

* Add headingTextSizes

* Switching to headingTextSizeMultipliers, adding validating annotations, adding example

* Consolidate logic, add crash if header index is out of bounds

* Add small version clarifications

* Introduce MediaDecoder abstraction for image-loader module

* Switch to use SpannableFactory

* Switch to use SpannableFactory for html parsing

* Update sample application to add play-pause functionality for gifs

* Small cleanup

* Update prism4j version 1.1.0

* Update build configuration

* Add README to library-syntax module

* Update README
2018-07-30 15:19:42 +02:00
Dimitry
cb66618d3a
V1.0.6 (#46)
* Fix bullet list item size (depend on text size and not top-bottom arguments)

* Add SNAPSHOT publishing

* Add ability to specify MovementMethod when applying markdown to a TextView

* Add information about new method signature to README (Markwon.setText)

* Fix README links reference

* Add new section to README (applications using markwon)

* Markdown images size is also resolved via ImageSizeResolver
2018-06-26 10:50:56 +02:00
Dimitry
a02e9bc523
V1.0.5 (#39)
* Change LinkSpan to extend URLSpan. Allow default linkColor (if not set explicitly)

* Fit an image without dimensions to canvas width (and keep ratio)

* Add support for separate color for code blocks (#37)
2018-05-22 11:15:14 +03:00
Dimitry Ivanov
35c39d0f6d Fix for maven badges links in README 2018-03-18 13:00:23 +03:00
Dimitry
9dd05434d9
V1.0.4 (#31)
* Fix for #28 (table is removed when at the end)

* Added support for IndentedCodeBlock (#30)
2018-03-18 11:59:30 +03:00
Dimitry Ivanov
9bdcf8551c Updated version 2018-01-13 21:14:16 +03:00
Dimitry
6e2dd36e4f
1.0.1 (#14)
* Added retention annotation for Alignment IntDef (#3)

* Task lists (#4)

* Added since annotation to newly added method/classes

* Fixed the indexes bug for margin spans (#6)

* Feature: Revert spans order (#11)

* SpannableBuilder

* Removed nullablity from Markwon class (no null markdown)

* Image sizes via HTML (#13)
2017-11-11 17:41:10 +03:00
Dimitry Ivanov
80efa6dd4c Small change for README 2017-05-29 18:57:04 +03:00
Dimitry Ivanov
0bf2a329f9 Added docs folder with split README 2017-05-29 18:46:07 +03:00
Dimitry Ivanov
678b50e2d4 Updating README 2017-05-29 18:21:07 +03:00
Dimitry Ivanov
2102f325a0 Updated README.md for library-view module 2017-05-27 16:09:08 +03:00
Dimitry Ivanov
a7e1f178f4 Added gifs 2017-05-27 14:32:34 +03:00
Dimitry Ivanov
97f13926e0 Added ability to load from assets 2017-05-27 14:14:14 +03:00
Dimitry Ivanov
261f289329 Working with readmes 2017-05-26 17:42:17 +03:00
Dimitry Ivanov
0f1b6c4cf7 Preparing for release, started README and javadocs 2017-05-26 14:33:31 +03:00
Dimitry Ivanov
8f75cff2aa Changed module name to library 2017-05-26 12:17:52 +03:00
Dimitry Ivanov
392f53c133 Working with tables 2017-05-25 13:22:11 +03:00
Dimitry Ivanov
d5e2d756d9 Stabilizing api 2017-05-24 18:11:17 +03:00
Dimitry Ivanov
250dd7677d Working with realtive urls 2017-05-22 12:53:21 +03:00
Dimitry Ivanov
9fbf5ff1b1 Added wip note to the README 2017-05-18 16:51:07 +03:00
Dimitry Ivanov
0dfc968464 Working with sample app 2017-05-18 16:44:41 +03:00