70 Commits

Author SHA1 Message Date
Dimitry Ivanov
a702758644 Update README 2018-07-30 13:15:07 +03:00
Dimitry Ivanov
5e412be128 Add README to library-syntax module 2018-07-30 13:03:59 +03:00
Dimitry Ivanov
dbde1c4ed8 Update build configuration 2018-07-30 12:36:58 +03:00
Dimitry Ivanov
70b5b103f3 Update prism4j version 1.1.0 2018-07-23 15:09:57 +03:00
Dimitry Ivanov
9e8ed10e70 Small cleanup 2018-07-21 18:09:30 +03:00
Dimitry Ivanov
830ec9180b Update sample application to add play-pause functionality for gifs 2018-07-21 16:35:05 +03:00
Dimitry Ivanov
bd08178a55 Switch to use SpannableFactory for html parsing 2018-07-21 14:08:33 +03:00
Dimitry Ivanov
9f532df752 Switch to use SpannableFactory 2018-07-21 13:35:49 +03:00
Dimitry Ivanov
146ba9c575 Introduce MediaDecoder abstraction for image-loader module 2018-07-21 12:44:29 +03:00
Dimitry Ivanov
4a80616f75 Add small version clarifications 2018-07-20 20:14:49 +03:00
Eric Denman
dd478bfd67 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
2018-07-20 20:08:30 +03:00
Dimitry Ivanov
13aae5e65f Updating build configuration for snapshot publish 2018-07-17 13:39:37 +03:00
Dimitry Ivanov
8aef580471 Update version to 1.1.0-SNAPSHOT 2018-07-17 13:29:35 +03:00
Dimitry Ivanov
b1ec2c373d Add attribute for image-loader module 2018-07-17 13:28:49 +03:00
Dimitry Ivanov
65289867c4 Add darkula theme to syntax highlight 2018-07-17 12:51:56 +03:00
Dimitry Ivanov
f7d58bccc8 Working with syntax rendering 2018-07-17 11:37:53 +03:00
Dimitry Ivanov
2ac6090a3d Update syntax highlight to use SpannableStringBuilder 2018-07-16 18:24:40 +03:00
Dimitry Ivanov
6e2a064304 Add syntax highlight to sample app 2018-07-16 17:51:08 +03:00
Dimitry Ivanov
efad173606 Add default prism4j theme implementation 2018-07-16 17:23:17 +03:00
Dimitry Ivanov
5df0299dc0 Add module 2018-07-16 16:46:05 +03:00
Dimitry Ivanov
d3d015802d Update commonmark to 0.11.0 and android-gif to 1.2.14 2018-07-16 16:16:58 +03:00
Dimitry Ivanov
82790e9b9e Update build configuration 2018-07-16 16:14:18 +03:00
Dimitry Ivanov
5ef985670a Rename final apk artifact name 2018-06-26 18:46:51 +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
v1.0.6
2018-06-26 10:50:56 +02:00
Dimitry Ivanov
ddb8989669 Update artifact version 1.0.5 2018-05-22 11:22:21 +03:00
Dimitry Ivanov
c9d688dd68 Update maven push script v1.0.5 2018-05-22 11:18:28 +03: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
79fceb6f69
Custom extension sample (#27)
* Initialized custom extension module

* Upgraded android gradle plugin to 3.0.1

* Shaping up the custom extension module

* Added README to  module

* Small improvement for IconVisitor (added color null check)
2018-02-16 18:19:38 +03:00
Dimitry Ivanov
9bdcf8551c Updated version 2018-01-13 21:14:16 +03:00
Dimitry
d0537df14d
Fix for ordered list items to be greater than theme block margin (#22) v1.0.3 2018-01-13 21:06:34 +03:00
Dimitry
afad16c202
V1.0.2 (#17)
* Removing trailing new lines from parsed markdown

* Fix for heading break height and thematic break height

* Tables can have no borders (0)
v1.0.2
2017-11-24 12:04:32 +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
b92c2f54ac Preparing the release v1.0.0 2017-05-27 16:54:08 +03:00
Dimitry Ivanov
ab332e1410 Updating README for library module 2017-05-27 16:27:48 +03:00
Dimitry Ivanov
2102f325a0 Updated README.md for library-view module 2017-05-27 16:09:08 +03:00
Dimitry Ivanov
332675cdee Added library-view module 2017-05-27 15:51:41 +03:00
Dimitry Ivanov
1ea0450025 Tweaking a bit defaults for thematic break & quote sign 2017-05-27 14:45:46 +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
58c2f26491 Preparing the release 2017-05-26 12:42:49 +03:00
Dimitry Ivanov
8f75cff2aa Changed module name to library 2017-05-26 12:17:52 +03:00
Dimitry Ivanov
80d30d8b2d Working tables span 2017-05-25 14:08:09 +03:00
Dimitry Ivanov
392f53c133 Working with tables 2017-05-25 13:22:11 +03:00