Files
neochat/src/models
Claire Elford f7533a454c Fix increasing font size of certain emojis
Before this commit, NeoChat has two methods of detecting whether or not a piece
of text was an emoji. One is through a regex, and the other is by using the ICU
library. The two methods are used in different parts of the code.

This commit removes the regex detector and instead uses ICU for all the places
where NeoChat needs to figure out whether or not a string is an emoji. This
fixes increasing the font size for messages that only consist of emoji when
certain emoji are used that the regex did not handle (such as the transgender
symbol and transgender flag emojis).
2024-09-07 09:49:27 +00:00
..
2024-07-20 18:12:30 +00:00
2024-07-20 22:38:45 +02:00
2024-04-15 08:10:50 +02:00
2024-03-23 09:33:51 +00:00
2024-04-15 08:10:50 +02:00
2024-01-26 15:58:12 +00:00
2024-09-02 13:30:15 +02:00
2024-08-18 15:19:03 +00:00
2023-11-26 12:23:28 +00:00
2024-05-25 16:25:39 +00:00
2024-04-02 14:44:20 +00:00
2024-04-02 14:44:20 +00:00
2024-06-08 08:42:34 +00:00
2024-06-08 08:42:34 +00:00
2024-09-02 12:45:11 +02:00
2024-07-20 18:12:30 +00:00