525 Commits

Author SHA1 Message Date
chengjunzhang61
a5f9628265 Update glide image plugin 2021-12-09 05:21:36 -08:00
chengjunzhang61
687c67a12b Update sample project 2021-12-09 04:57:57 -08:00
chengjunzhang61
677ad9dc55 Update app samples 2021-12-08 10:17:47 -05:00
chengjunzhang61
06340d0077 Update latex block 2021-12-08 10:17:37 -05:00
chengjunzhang61
25c04e6ded Update app samples 2021-12-08 10:02:38 -05:00
chengjunzhang61
3ce50f90b4 Update markdown core plugin 2021-12-08 10:02:22 -05:00
chengjunzhang61
b67253994c Update picassio plugin 2021-12-08 10:02:00 -05:00
chengjunzhang61
e4f7e9b901 Create additional spans 2021-12-08 10:01:41 -05:00
chengjunzhang61
d93a5f8ee6 Create round text view 2021-12-08 10:01:16 -05:00
chengjunzhang61
1531588453 Update recycler plugin 2021-12-08 10:00:33 -05:00
chengjunzhang61
50d331bc87 Create iframe plugin 2021-12-08 10:00:03 -05:00
chengjunzhang61
c928750ff0 Create additional spans 2021-12-08 09:59:36 -05:00
chengjunzhang61
6006812f56 Create inline plugin 2021-12-08 09:58:57 -05:00
chengjunzhang61
da2276be67 Create emoji plugin 2021-12-08 09:57:37 -05:00
chengjunzhang61
88d56ed627 Update ndk version 2021-12-02 04:32:23 -05:00
Dimitry Ivanov
2ea148c30a sample, add copy code block 2021-03-15 14:55:59 +03:00
Dimitry Ivanov
205ae7b47a sample, add reddit superscript 2021-02-24 12:36:11 +03:00
Dimitry Ivanov
c54f1154b6 Sample, make tags an enum 2021-02-24 12:14:27 +03:00
Dimitry Ivanov
6f8b8e71f5 Prepare 4.6.2 release v4.6.2 2021-02-09 01:20:53 +03:00
Dimitry Ivanov
50b3168491 Fix deeplinking in sample app 2021-02-05 15:30:45 +03:00
Dimitry Ivanov
b8cb4d1e82 Add funding file and consulting block 2021-02-02 01:19:26 +03:00
Dimitry Ivanov
bd3408beb3 sample, imageSizeResolver usage 2021-02-01 22:10:05 +03:00
Dimitry Ivanov
646e708c82 Failing editor tests 2021-02-01 17:09:13 +03:00
Dimitry Ivanov
3069432bc2 image, add DefaultDownScalingMediaDecoder 2021-01-19 02:54:33 +03:00
Dimitry Ivanov
1bc45e0195 github actions, update NDk version info 2021-01-18 19:32:15 +03:00
Dimitry Ivanov
3e1db2abbe sample, add one line and css style parser samples 2021-01-18 19:19:40 +03:00
Dimitry Ivanov
79cd43bc9c documentation, fix awesome section typo 2021-01-12 12:50:21 +03:00
Dimitry Ivanov
14a8746599 documentation, fix install page changelog 2021-01-12 03:08:52 +03:00
Dimitry Ivanov
48518de658 Add Infinity app to the awesome section 2021-01-12 03:05:03 +03:00
Dimitry Ivanov
910bf311da sample, update check git revision 2020-12-28 16:46:21 +03:00
Dimitry Ivanov
05cdf2c400 Prepare 4.6.1 release v4.6.1 2020-12-28 16:13:23 +03:00
Dimitry Ivanov
eb3a986c48 sample, add TaskListMutateNestedSample 2020-12-28 15:29:06 +03:00
Dimitry Ivanov
273ecdd7cd Sample, image click 2020-12-21 16:11:43 +03:00
Dimitry Ivanov
923b00b6d0 sample, change bullet span 2020-12-08 18:18:12 +03:00
Dimitry Ivanov
89ec2a063f Add 2 samples 2020-12-04 02:08:26 +03:00
Dimitry Ivanov
02aa16a6f2 Add Stack app to awesome section of documentation 2020-11-24 13:31:17 +03:00
Dimitry Ivanov
82cb42813a Fix failing sample 2020-11-12 02:06:49 +03:00
Dimitry Ivanov
08a8cece61 sample, add exclude from parsing 2020-11-12 01:54:33 +03:00
Dimitry Ivanov
ac578906d3 Fix CHANGELOG typo 2020-10-13 15:43:22 +03:00
Dimitry Ivanov
2296d0032d Explicit release management checklist 2020-10-09 17:42:12 +03:00
Dimitry Ivanov
bde188ecd3 Update changelog 2020-10-09 17:20:09 +03:00
Dimitry
62cb8d1f4d
Merge pull request #303 from ubuntudroid/patch-1
Bump coil to 0.13.0
2020-10-09 17:13:27 +03:00
Dimitry Ivanov
c4cb4420b1 core - CustomTypefaceSpan polishing 2020-10-09 16:47:46 +03:00
Cyrus Bakhtiari-Haftlang
132756af4e Added checks before generating styled typeface
Other changes:
  • Added flag for enabling merging of styles
2020-10-09 15:31:01 +03:00
Cyrus Bakhtiari-Haftlang
89e89c766e Resolves style issues in CustomTypefaceSpan
When two or more `CustomTypefaceSpan` are applied on a same character
sequence, previous `TextPaint`'s style was not respected.

Example:
--------
**Strong Emphasis _strong emphasis and emphasis combined_**

Before the inner text will only have the font applied without respecting
that the outer text is strong.

Related [bug report](https://issuetracker.google.com/issues/169658958)
on Google:
2020-10-09 15:30:35 +03:00
Sven Bendel
537d8e715d
Bump coil to 0.13.0
Coil has reverted to looking up image data in its cache on the main thread as opposed to the changes introduced in 0.12.0 due to the downsides of the background thread approach. This more sane approach is probably usually also what markwon users would expect.
2020-10-08 17:26:12 +02:00
Dimitry Ivanov
7002dbfb8d Prepare 4.6.0 release v4.6.0 2020-09-18 23:55:54 +03:00
Dimitry Ivanov
63ed271133 sample, add wysiwyg sample 2020-09-18 23:42:20 +03:00
Dimitry Ivanov
dcd9d428ee ext-tasklist, changed task list parser implementation 2020-09-02 23:42:06 +03:00
Dimitry Ivanov
905c9fa159 app-sample, fix duplicate ids for samples 2020-08-31 23:46:13 +03:00