Closed adbenitez closed 2 weeks ago
To test the changes in this pull request, install this apk: 📦 app-preview.apk
To test the changes in this pull request, install this apk: 📦 app-preview.apk
To test the changes in this pull request, install this apk: 📦 app-preview.apk
To test the changes in this pull request, install this apk: 📦 app-preview.apk
caveats:
To test the changes in this pull request, install this apk: 📦 app-preview.apk
Desktop uses code from message parser: https://github.com/deltachat/message-parser/blob/13efc9be4f6363f02104d88431f6685e6318e29e/src/parser/is_emoji.rs#L143
ok, I added the emoji scaling feature using a regex based on data from: https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5B%3AEmoji%3DYes%3A%5D&g=&i=
it is not perfect, still some newer emojis seems to not match it, but it is even better than the existing emoji detection we had which would also show the same emojis small
I think a better regex should be provided by some core API
To test the changes in this pull request, install this apk: 📦 app-preview.apk
Minus 2.6MB, plus fixing an issue 🎉!
yeah, i was also curious at the same time as you :) - can confirm the 2.6MB smaller APK, excellent!
ftr, this is how it looks like on and old android7, where the system emoji were still in "blob style" - one can see quite nicely there, how the gaps are filled by he new-style-emoji - what a nice improvement, compared to having just nothing before:
To test the changes in this pull request, install this apk: 📦 app-preview.apk
use modern
emoji2-emojipicker
instead (already in use by reactions picker)close #3399 close #1993
To Do: