element-android/changelog.d
Cadence Ember 592f890fac
Fix formatted_body being parsed as Markdown
Background: Clients write Markdown and convert it to HTML before
sending the event. All events are formatted as HTML. However, if an
HTML formatted event happened to include markdown characters, Element
Android would incorrectly render that markdown.

For example, an event with formatted_body: "*test*" should be
displayed as literally *test* with no effects, but Element Android
incorrectly displayed it as test in italics.

This commit fixes this behaviour, making Element Android not parse
Markdown in HTML messages.

From the perspective of most users it will appear that backslash
escapes now work properly (even though this wasn't the real issue).
2022-06-22 02:24:07 +12:00
..
.gitignore Rename towncrier folder from newsfragment to changelog.d 2021-06-18 21:33:50 +02:00
3448.feature Add UnifiedPush support 2022-06-09 10:16:59 +02:00
5864.sdk Adding changelog entry 2022-06-20 09:28:35 +02:00
5913.misc Updating changelog 2022-06-17 11:34:32 +02:00
6154.bugfix Adds changelog file 2022-05-25 15:37:31 +02:00
6155.misc Adding changelog entry 2022-06-17 17:55:43 +02:00
6162.wip adding changelog entry 2022-06-16 11:18:38 +01:00
6203.feature Replace ffmpeg-kit with libopus and libopusenc. 2022-06-15 11:34:23 +02:00
6217.feature Re-implement lock screen feature using our own implementation. 2022-06-20 17:38:05 +02:00
6261.misc making bugreport screenshots opt in instead of optout 2022-06-13 18:06:53 +01:00
6285.feature allowing text content types to be shared via android share menu 2022-06-13 17:42:30 +01:00
6290.bugfix Adds changelog file 2022-06-13 12:10:38 +02:00
6300.misc Setup Flipper 2022-06-15 16:14:20 +02:00
6315.bugfix Adding a changelog entry 2022-06-20 11:17:30 +02:00
6319.sdk Changelog 2022-06-15 21:16:57 +02:00
6320.misc Changelog added. 2022-06-15 21:25:44 +03:00
6329.misc Fix flaky tests for voice recording feature (#6330) 2022-06-20 09:23:02 +00:00
6357.bugfix Fix formatted_body being parsed as Markdown 2022-06-22 02:24:07 +12:00