mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 02:32:54 +01:00
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:
parent
8a8676dfad
commit
1de45bd13f
BIN
fonts/NotoColorEmojiCompat.ttf
Normal file
BIN
fonts/NotoColorEmojiCompat.ttf
Normal file
Binary file not shown.
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user