SchildiChat-android/vector/src
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
..
androidTest/java/im/vector/app Re-implement lock screen feature using our own implementation. 2022-06-20 17:38:05 +02:00
debug Re-implement lock screen feature using our own implementation. 2022-06-20 17:38:05 +02:00
fdroid Format project (only modified files, there are other fomatting issues). 2022-06-09 10:38:38 +02:00
gplay Format project (only modified files, there are other fomatting issues). 2022-06-09 10:38:38 +02:00
main Fix formatted_body being parsed as Markdown 2022-06-22 02:24:07 +12:00
release Setup Flipper 2022-06-15 16:14:20 +02:00
sharedTest/java/im/vector/app/test/shared Rename package im.vector.riotx to im.vector.app (IDE) 2020-08-03 18:46:29 +02:00
test/java/im/vector/app Re-implement lock screen feature using our own implementation. 2022-06-20 17:38:05 +02:00