feat: add animated emoji support

- implement animated emoji support in both HTML and Linkify message type
- fix some missing font glyphs
- trim message input

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2023-05-27 21:56:27 +02:00 committed by The one with the braid
parent 8a8676dfad
commit 1de45bd13f
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -146,6 +146,11 @@ flutter:
- family: Noto Color Emoji - family: Noto Color Emoji
fonts: fonts:
- asset: fonts/NotoEmoji/NotoColorEmoji.ttf - asset: fonts/NotoEmoji/NotoColorEmoji.ttf
- family: Noto Color Emoji Compat
fonts:
# This file is gathered from https://mvnrepository.com/artifact/androidx.emoji/emoji-bundled/
# Was a hazzle to find it.
- asset: fonts/NotoColorEmojiCompat.ttf
- family: Noto Sans Symbols - family: Noto Sans Symbols
fonts: fonts:
- asset: fonts/NotoSansSymbols-VariableFont_wght.ttf - asset: fonts/NotoSansSymbols-VariableFont_wght.ttf