512 Commits

Author SHA1 Message Date
Rohit
facadc87be
Merge 071d72d649843cfed424dd2c89af39b0937ea7e5 into 2ea148c30a07f91ffa37c0aa36af1cf2670441af 2023-10-15 18:51:48 +05:30
Rohit
071d72d649
Update AsyncDrawableSpan.java
Don't extend drawable beyond screen.
2023-10-15 18:47:28 +05:30
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
Dimitry Ivanov
f8eaac6197 ext-tables, table aware movement method 2020-08-31 23:03:51 +03:00
Dimitry Ivanov
4c3fba8929 sample, add deeplink sample 2020-08-26 15:38:20 +03:00
Dimitry Ivanov
2356dd4618 sample, add regular coil sample 2020-08-26 13:21:48 +03:00
Dimitry Ivanov
8cea2e0202 sample, update deploy script 2020-08-26 12:49:53 +03:00
Dimitry Ivanov
d41137f6cf Merge branch 'master' of https://github.com/noties/Markwon 2020-08-26 12:49:36 +03:00
Dimitry
fa286287c8
Merge pull request #284 from magnusvs/upgrade-coil-0.12.0
Update Coil to 0.12.0 and fix breaking changes
2020-08-26 12:49:15 +03:00
Dimitry Ivanov
bc7890c603 sample, fix lint issue 2020-08-26 12:44:42 +03:00
Dimitry Ivanov
5162c13bf7 inline-parser, revert parsing index when processor returns null 2020-08-26 12:38:49 +03:00
Dimitry Ivanov
949962ee0b sample, add justify sample 2020-08-26 12:31:12 +03:00
magnusvs
12be227620 Update Coil to 0.12.0 and fix breaking changes 2020-08-24 09:08:10 +02:00
Dimitry Ivanov
65309e684c Update glide version 4.11.0 2020-08-20 11:01:36 +03:00
Dimitry Ivanov
aa2ff41831 Update version 4.5.1 2020-08-14 11:00:55 +03:00
Dimitry Ivanov
602891566d Prepare 4.5.1 release v4.5.1 2020-08-13 19:39:27 +03:00