22 Commits

Author SHA1 Message Date
Daniel Leal
d7630631b6 Extract gradle code to assemble and publish library to external gradle file
Adapted library and library-image-loader gradle files
2018-01-29 12:31:27 +01:00
Daniel Leal
a47048c65b Implement artifactory uploading feature for library module
Have defined better the dependencies for 'library', using new
gradle options: 'api' and 'implementation'
2018-01-29 12:31:27 +01:00
Daniel Leal
a6d583dd89 Upgrade Kotlin (1.2.0 => 1.2.10) and include proguard config file 2018-01-29 12:31:27 +01:00
Daniel Leal
c5a5086a68 Merge branch 'master' of github.com:noties/Markwon 2018-01-29 12:31:19 +01:00
Dimitry
d0537df14d
Fix for ordered list items to be greater than theme block margin (#22) 2018-01-13 21:06:34 +03:00
michel.onwordi
cc535f0c50 Fix PR Comment 2018-01-09 16:03:10 +01:00
michel.onwordi
40f42c5b8e Remove unnecessary use of density for scaling
Additionally, improve naming.
2018-01-09 15:20:43 +01:00
Daniel Leal
a77c84a30c Implement configuration for image loading
We support just two variables in the configuration: gravity and width.
Image will be place left, center or right aligned, and width will be
WRAP_CONTENT or MATCH_PARENT
2017-12-19 19:18:31 +01:00
Daniel Leal
23d7c09f27 Create configuration package and move existing ones there 2017-12-19 19:18:04 +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
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)
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
0bf2a329f9 Added docs folder with split README 2017-05-29 18:46:07 +03:00
Dimitry Ivanov
b92c2f54ac Preparing the release 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
1ea0450025 Tweaking a bit defaults for thematic break & quote sign 2017-05-27 14:45:46 +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