23 Commits

Author SHA1 Message Date
Dimitry Ivanov
a3ee7549a7 Publish upcoming beta documentation 2019-02-17 12:23:44 +03:00
Dimitry Ivanov
37ad8effcd markwon-bundle gradle script 2019-01-07 16:02:32 +03:00
Dimitry Ivanov
702f2a0546 Move artifacts to 'ru.noties.markwon' group 2019-01-07 14:54:29 +03:00
Dimitry Ivanov
e01787982f Working on new sample application 2018-12-28 18:58:33 +03:00
Dimitry Ivanov
c16cdff871 MarkwonBuilderImpl test 2018-12-27 18:45:45 +03:00
Dimitry Ivanov
f6ac3fde68 Add markwon-recycler module (work in progress) 2018-12-24 18:16:17 +03:00
Dimitry Ivanov
577c3fc782 Add markwon-ext-latex module extension 2018-12-02 16:29:47 +03:00
Dimitry Ivanov
65ece1621c Updated commonmark-java to 0.12.1 2018-11-22 13:02:48 +03:00
Dimitry Ivanov
b2a467ffe9 Add OrderedListItemSpan measure utility method 2018-11-20 15:17:30 +03:00
Dimitry Ivanov
cbf9a7b4a6 Small NB to build.gradle 2018-11-04 14:15:22 +03:00
Dimitry Ivanov
499b8b47fc Update android gradle plugin to 3.2.1 2018-11-04 12:59:20 +03:00
Dimitry
e0563dca43
V2.0.0 (#66)
* Add `html-parser-api` and `html-parser-impl` modules
* Add `HtmlEmptyTagReplacement`
* Implement Appendable and CharSequence in SpannableBuilder
* Renamed library modules to reflect maven artifact names
* Rename `markwon-syntax` to `markwon-syntax-highlight`
* Add HtmlRenderer asbtraction
* Add CssInlineStyleParser
* Fix Theme#listItemColor and OL
* Fix task list block parser to revert parsing state when line is not matching
* Defined test format files
* image-loader add datauri parser
* image-loader add support for inline data uri image references
* Add travis configuration
* Fix image with width greater than canvas scaled
* Fix blockquote span
* Dealing with white spaces at the end of a document
* image-loader add SchemeHandler abstraction
* Add sample-latex-math module
2018-09-17 13:15:58 +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
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
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
332675cdee Added library-view module 2017-05-27 15:51:41 +03:00
Dimitry Ivanov
58c2f26491 Preparing the release 2017-05-26 12:42:49 +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
e0c10c658b Introduced SpannableTheme 2017-05-16 17:55:33 +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