42 Commits

Author SHA1 Message Date
Daniel Leal
f9b98405c7 Adapt example app to show heading configuration options 2017-12-19 13:54:59 +01:00
Daniel Leal
11f072edc2 [Header formatting][New]: Implement more complete configuration for header section (H1, H2, ..., H6)
In original version, we could only configure the line break color and thickness, for H1 and H2.
With this new implementation, we can set individual settings for all headers, with the options being:

  - Text color
  - Text font
  - Text size
2017-12-13 18:44:20 +01:00
Daniel Leal
4d0336c13b Enable Kotlin in project 2017-12-13 15:34:06 +01:00
Daniel Leal
4a79aaedc9 Update gradle plugin, build toold and support version 2017-12-13 11:53:52 +01: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
Dimitry Ivanov
37bf9f79db Removed debug dependency 2017-05-24 18:23:41 +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
f95766165a Updated .gitignore 2017-05-18 16:48:59 +03:00
Dimitry Ivanov
5ea4d39826 Added README symlink 2017-05-18 16:46:09 +03:00
Dimitry Ivanov
0dfc968464 Working with sample app 2017-05-18 16:44:41 +03:00
Dimitry Ivanov
99f2879f6a Testing if we can display svg & gif, yeah... 2017-05-16 23:20:28 +03:00
Dimitry Ivanov
87d03793a8 Packages refactoring (+ created Markwon class) 2017-05-16 20:33:26 +03:00
Dimitry Ivanov
07bd7b7cd1 Implemented html inline 2017-05-16 20:13:32 +03:00
Dimitry Ivanov
bf18b87420 Inline html handling (no images) 2017-05-16 18:48:46 +03:00
Dimitry Ivanov
e0c10c658b Introduced SpannableTheme 2017-05-16 17:55:33 +03:00
Dimitry Ivanov
e50789bc40 Sketch of markdown images impl 2017-05-12 15:00:13 +03:00
Dimitry Ivanov
3e3a213a1b Small DrawableSpan fix (alig_center) 2017-05-11 22:02:44 +03:00
Dimitry Ivanov
6ed978b7a2 Small cleanup 2017-05-11 21:51:38 +03:00
Dimitry Ivanov
7f5db84bbe Bullet & ordered lists 2017-05-11 21:03:46 +03:00
Dimitry Ivanov
c3b6c1ce39 Struggling with empty lines 2017-05-11 18:51:48 +03:00
Dimitry Ivanov
d280095281 Better default values + ObjectsPool 2017-05-11 17:50:07 +03:00
Dimitry Ivanov
6f5fd08de4 Extracting functionality into library 2017-05-11 17:15:39 +03:00
Dimitry Ivanov
3e9ff80da1 Initial commit (migrating from testing project to library) 2017-05-10 12:18:30 +03:00